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

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

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

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

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

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

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

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

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

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

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

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection > output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection > output[hidden] {
    display: none
}

/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/
.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

body {
    --sr-7-css-loaded: 1
}

.wp-block-themepunch-revslider {
    position: relative
}

.wp-block-themepunch-revslider.revslider {
    margin: 0
}

canvas.sr7-pbar {
    z-index: 500;
    position: absolute;
    pointer-events: none
}

sr7-module {
    display: block;
    position: relative;
    overflow-x: visible
}

sr7-adjuster {
    position: relative;
    display: block;
    width: 100%
}

sr7-content {
    position: absolute;
    top: 0;
    height: 100%;
    contain: size layout style;
    z-index: 1;
    overflow-x: visible
}

sr7-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

sr7-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    contain: strict;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    pointer-events: none
}

.sr7-overflow-force sr7-slide, sr7-carousel sr7-slide {
    contain: layout style
}

sr7-module-bg {
    top: 0;
    z-index: 0;
    position: absolute
}

sr7-3dwrap {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

sr7-overlay {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    background-repeat: repeat
}

sr7-btn, sr7-col, sr7-content .sr7-layer, sr7-grp, sr7-img, sr7-layer, sr7-linebrk, sr7-row, sr7-shp, sr7-svg, sr7-txt, sr7-zone {
    user-select: none;
    visibility: hidden;
    display: none;
    box-sizing: border-box;
    backface-visibility: hidden
}

.sr7-layer[data-subtype=slidebg], sr7bg {
    pointer-events: none
}

sr7-content .sr7-layer.sr7-withclip, sr7-content .sr7-layer.sr7-withclip .sr7-layer {
    backface-visibility: visible
}

sr7-grp.sr7-clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0
}

sr7-zone {
    pointer-events: none
}

sr7-row.sr7-layer.sr7-galign {
    box-sizing: border-box
}

.sr7-layer[data-type=svg] > svg, sr7-layer[data-type=svg] > svg {
    width: 100%;
    height: 100%
}

sr7-row-con {
    table-layout: fixed;
    font-size: 0;
    display: block
}

sr7-module .sr7-layer, sr7-module sr7-layer {
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap
}

sr7-slide.sr7-staticslide-low {
    z-index: 0 !important
}

sr7-slide.sr7-staticslide-high {
    z-index: 105 !important
}

sr7-slide a {
    transition: none
}

sr7-module.sr7-top-fixed {
    width: 100%;
    height: auto !important;
    backface-visibility: hidden
}

sr7-module.sr7-top-fixed sr7-adjuster {
    height: auto !important
}

sr7-module.sr7-top-fixed sr7-content, sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) * {
    pointer-events: none
}

sr7-prl {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

sr7-prl.off {
    display: none !important
}

sr7-prl.sr7-fade-in {
    animation: tp-fade-in 1s linear
}

.sr-force-hidden {
    display: none !important
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@keyframes tp-fade-in {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

sr7-fonttest {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    color: #000
}

sr7-fonttest-wrap {
    position: absolute;
    contain: strict;
    top: -1500px;
    left: -1500px;
    width: 1500px;
    height: 1000px;
    pointer-events: none;
    opacity: 0
}

.fn-wrap {
    display: flex;
    position: fixed;
    width: 100px;
    height: 50px;
    z-index: 100;
    background-color: rgba(66, 66, 66, .2);
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.fn-left, .fn-right {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: gray;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft, a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft, .wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

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

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.bypostauthor {
    position: relative
}

.elementor-editor-active .edit-link {
    display: none
}

/**
* Theme Name: Leblix Child
* Description: This is a child theme of Leblix.
* Author: <a href="https://creativesplanet.com/">Creativesplanet</a>
* Template: leblix
* Version: 1.0
*/
.cspt-header-style-3 .cspt-header-overlay {
    position: absolute;
    z-index: 9;
    width: 100%
}

.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-contact-info li {
    font-size: 14px;
    font-weight: 500;
    display: inline-block
}

.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links li {
    margin-right: 0;
    padding: 0 5px
}

.cspt-header-style-3 .cspt-contact-info li i {
    font-size: 14px;
    color: var(--cspt-leblix-global-color)
}

.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    color: var(--cspt-leblix-white-color)
}

.cspt-header-style-3 .cspt-contact-info .cspt-social-links a i {
    color: var(--cspt-leblix-white-color) !important
}

.cspt-header-style-3 .cspt-contact-info .cspt-social-links a i:hover {
    color: var(--cspt-leblix-global-color) !important
}

.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-contact-info li:last-child {
    margin-right: 0;
    padding-right: 0
}

.cspt-header-style-3 .cspt-pre-header-wrapper .cspt-social-links a:hover {
    color: var(--cspt-leblix-global-color)
}

@media (max-width: 1200px) {
    .cspt-header-style-3 .cspt-header-overlay > .container, .cspt-header-style-3 .cspt-main-header-area > .container {
        padding: 0
    }

    .cspt-header-style-3 .cspt-header-content {
        margin: 0 15px;
        position: relative
    }

    .cspt-header-style-3 .cspt-header-wrapper.cspt-sticky-on {
        position: static !important;
        width: auto !important
    }

    .home .cspt-header-style-3 .cspt-social-links, .cspt-header-style-3:before, .cspt-header-style-3:after, .cspt-header-style-3 .cspt-social-links, .cspt-header-style-3 .cspt-right-box {
        display: none
    }

    .cspt-header-style-3 .cspt-mobile-search .cspt-header-search-btn a, .cspt-header-style-3 .nav-menu-toggle {
        color: rgba(var(--cspt-leblix-main-menu-typography-color-rgb), 1)
    }
}

@media (min-width: 1201px) {
    .cspt-header-style-3 .cspt-header-height-wrapper .cspt-main-header-area {
        border-bottom: 4px solid #eceef3
    }

    .cspt-header-style-3 .cspt-right-box .cspt-header-search-btn {
        margin-left: 0
    }

    .cspt-header-style-3 .cspt-right-box .cspt-header-button a {
        background-color: var(--cspt-leblix-global-color)
    }

    .cspt-header-style-3 .cspt-right-box {
        display: flex;
        align-items: center;
        margin-right: 20px
    }

    .cspt-header-style-3 .cspt-header-button a {
        padding: 15px 50px 15px 30px;
        display: inline-block;
        vertical-align: middle;
        font-weight: 700;
        font-size: 14px;
        border-radius: 0;
        letter-spacing: -.2px;
        -webkit-transition: none;
        transition: none;
        color: #fff;
        background-color: var(--cspt-leblix-global-color);
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .cspt-header-style-3 .cspt-header-button a span {
        position: relative
    }

    .cspt-header-style-3 .cspt-header-button a span::before {
        content: "\e854";
        font-family: "creativesplanet-base-icons";
        font-size: 12px;
        line-height: 22px;
        position: absolute;
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: 600;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }

    .cspt-header-style-3 .cspt-header-button a:hover span::before {
        right: -25px
    }

    .cspt-header-style-3 .cspt-header-button a:hover {
        color: var(--cspt-leblix-white-color);
        background-color: var(--cspt-leblix-secondary-color)
    }

    .cspt-header-style-3 .cspt-sticky-header .cspt-header-button a:hover {
        background-color: var(--cspt-leblix-secondary-color);
        color: var(--cspt-leblix-white-color)
    }

    .cspt-header-style-3 .cspt-sticky-header .cspt-header-button a:hover::before {
        color: var(--cspt-leblix-white-color)
    }

    .cspt-header-style-3 .cspt-sticky-on .site-title {
        height: var(--cspt-leblix-sticky-header-height) !important;
        line-height: var(--cspt-leblix-sticky-header-height) !important
    }

    .cspt-header-style-3 .site-branding {
        margin: 0 20px;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .cspt-header-style-3 .cspt-navbar div > ul > li > a {
        margin: 0 18px
    }
}

.cspt-ihbox-style-14, .cspt-ihbox-style-14 .cspt-element-title, .cspt-ihbox-style-14 .cspt-ihbox-icon-wrapper i {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.cspt-ihbox-style-14 {
    display: inline-block;
    position: relative
}

.cspt-ihbox-style-14 .cspt-element-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--cspt-leblix-blackish-color);
    margin-bottom: 0
}

.cspt-ihbox-style-14 .cspt-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-top: -5px;
    color: var(--cspt-leblix-global-color)
}

.cspt-ihbox-style-14 .cspt-ihbox-icon-wrapper i {
    padding-right: 0;
    font-size: 35px;
    line-height: 35px;
    color: var(--cspt-leblix-global-color)
}

.cspt-ihbox-style-14 .cspt-ihbox-icon-wrapper, .cspt-ihbox-style-14 .cspt-ihbox-svg-wrapper {
    padding-right: 15px
}

.cspt-ihbox-style-14 .cspt-ihbox-icon-wrapper svg, .cspt-ihbox-style-14 .cspt-ihbox-svg-wrapper svg {
    fill: var(--cspt-leblix-global-color)
}

.cspt-ihbox-style-14 .cspt-ihbox-icon img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #000
}

.cspt-vertical-div .elementor-divider__text {
    background-color: var(--cspt-leblix-secondary-color);
    height: 38px;
    width: 38px;
    line-height: 38px !important;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative
}

.cspt-vertical-div .elementor-divider__text::after, .cspt-vertical-div .elementor-divider__text::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--cspt-leblix-secondary-color);
    position: absolute;
    left: 50%;
    top: -20px
}

.cspt-vertical-div .elementor-divider__text::after {
    top: 38px
}

.cspt-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator::after, .cspt-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator::before, .cspt-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator::after, .cspt-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator::before {
    display: none
}

.cspt-service-style-5 .creativesplanet-post-item, .cspt-service-style-5 .cspt-featured-wrapper img, .cspt-service-style-5 .cspt-service-btn, .cspt-service-style-5 .cspt-service-icon-wrapper {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.cspt-service-style-5 .creativesplanet-post-item {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 9%);
    margin: 15px;
    position: relative;
    top: 0
}

.cspt-service-style-5:hover .creativesplanet-post-item {
    top: -.5rem;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 9%)
}

.cspt-service-style-5 .cspt-service-image-icon-wrapper {
    position: relative
}

.cspt-service-style-5 .creativesplanet-box-content {
    padding: 8px 8px 30px;
    text-align: center;
    background-color: var(--cspt-leblix-white-color)
}

.cspt-service-style-5 .cspt-service-icon-wrapper {
    font-size: 45px;
    position: absolute;
    bottom: -53px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 107px;
    height: 107px;
    line-height: 107px;
    background-color: var(--cspt-leblix-global-color);
    z-index: 2;
    color: var(--cspt-leblix-white-color);
    border: 5px solid var(--cspt-leblix-white-color);
    border-radius: 50%
}

.cspt-service-style-5 .cspt-service-icon-wrapper svg {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    fill: var(--cspt-leblix-white-color)
}

.cspt-service-style-5 .cspt-service-icon-wrapper img {
    width: 50px !important;
    height: auto;
    margin-bottom: 15px
}

.cspt-service-style-5 .cspt-service-title {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: -.5px;
    text-transform: capitalize;
    margin: 5px 0 15px
}

.cspt-service-style-5 .cspt-service-title a {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-service-style-5 .cspt-content-inner {
    position: relative;
    margin: 0 30px
}

.cspt-service-style-5 .cspt-featured-wrapper {
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 70px
}

.cspt-service-style-5 .cspt-featured-wrapper img {
    width: 100%
}

.cspt-service-style-5 .cspt-featured-wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    background: var(--cspt-leblix-secondary-color);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 0;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 50, 129, .7483368347338936) 0, rgba(0, 50, 129, 0) 60%)
}

.cspt-service-style-5:hover .cspt-featured-wrapper::after {
    transform: scaleY(1);
    opacity: 1
}

.cspt-service-style-5:hover .cspt-featured-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cspt-service-style-5 .cspt-service-btn a {
    font-size: 14px;
    color: var(--cspt-leblix-global-color)
}

.cspt-service-style-5 .cspt-service-btn a:hover {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-service-style-5 .cspt-service-btn a i {
    margin-left: 10px
}

.cspt-ihbox-style-15, .cspt-ihbox-style-15 .cspt-element-title, .cspt-ihbox-style-15 .cspt-ihbox-icon-wrapper i {
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.cspt-ihbox-style-15 {
    display: inline-block;
    position: relative;
    margin-bottom: 15px
}

.cspt-ihbox-style-15 .cspt-element-heading {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--cspt-leblix-global-color);
    margin-bottom: 0
}

.cspt-ihbox-style-15 .cspt-element-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -.5px;
    margin-top: -5px;
    color: var(--cspt-leblix-blackish-color)
}

.cspt-ihbox-style-15 .cspt-ihbox-icon-wrapper, .cspt-ihbox-style-15 .cspt-ihbox-svg-wrapper {
    padding-right: 20px
}

.cspt-ihbox-style-15 .cspt-ihbox-icon-wrapper i {
    padding-right: 0;
    font-size: 35px;
    line-height: 35px;
    color: var(--cspt-leblix-global-color)
}

.cspt-ihbox-style-15 .cspt-ihbox-icon-wrapper svg, .cspt-ihbox-style-15 .cspt-ihbox-svg-wrapper svg {
    fill: var(--cspt-leblix-global-color)
}

.cspt-ihbox-style-15 .cspt-ihbox-icon img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid #000
}

.cspt-vertical-div .elementor-divider__text {
    background-color: var(--cspt-leblix-secondary-color);
    height: 38px;
    width: 38px;
    line-height: 38px !important;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: relative
}

.cspt-vertical-div .elementor-divider__text::after, .cspt-vertical-div .elementor-divider__text::before {
    content: '';
    width: 1px;
    height: 20px;
    background-color: var(--cspt-leblix-secondary-color);
    position: absolute;
    left: 50%;
    top: -20px
}

.cspt-vertical-div .elementor-divider__text::after {
    top: 38px
}

.cspt-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator::after, .cspt-vertical-div.elementor-widget-divider--view-line_icon .elementor-divider-separator::before, .cspt-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator::after, .cspt-vertical-div.elementor-widget-divider--view-line_text .elementor-divider-separator::before {
    display: none
}

.creativesplanet-ele-fid-style-7 .cspt-fid-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600
}

.cspt-elementor-bg-color-secondary .creativesplanet-ele-fid-style-7 .cspt-fid-title, .cspt-elementor-bg-color-secondary .creativesplanet-ele-fid-style-7 .cspt-sbox-icon-wrapper {
    color: var(--cspt-leblix-white-color)
}

.creativesplanet-ele-fid-style-7 .cspt-fid-inner {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 0;
    /*color: var(--cspt-leblix-global-color)*/
    color: #fff
}

.creativesplanet-ele-fid-style-7 .cspt-fid sup {
    font-size: 60%
}

.creativesplanet-ele-fid-style-7 .cspt-fld-contents {
    display: flex
}

.creativesplanet-ele-fid-style-7 .cspt-sbox-icon-wrapper {
    font-size: 65px;
    line-height: 78px
}

.creativesplanet-ele-fid-style-7 .cspt-fid-svg-wrapper svg, .creativesplanet-ele-fid-style-7 .cspt-sbox-icon-wrapper svg {
    width: 65px;
    height: 65px;
    fill: #666
}

.cspt-elementor-bg-color-secondary .creativesplanet-ele-fid-style-7 .cspt-sbox-icon-wrapper svg, .cspt-elementor-bg-color-secondary .creativesplanet-ele-fid-style-7 .cspt-sbox-svg-wrapper svg {
    fill: var(--cspt-leblix-white-color)
}

.creativesplanet-ele-fid-style-7 .cspt-fld-wrap {
    padding: 0 33px 0
}

.creativesplanet-ele-fid-style-7 .desvy-fid-svg-icon img {
    width: 75px;
    height: auto
}

.cspt-portfolio-style-2 .creativesplanet-post-content {
    position: relative;
    overflow: hidden
}

.cspt-portfolio-style-2 img {
    width: 100%;
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms
}

.cspt-portfolio-style-2:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.cspt-portfolio-style-2 .creativesplanet-box-content .creativesplanet-titlebox {
    display: inline-block;
    width: calc(100% - 80px)
}

.cspt-portfolio-style-2 .creativesplanet-box-content .cspt-portfolio-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0
}

.cspt-portfolio-style-2 .creativesplanet-box-content .cspt-port-cat a {
    font-size: 14px;
    font-weight: 500;
    color: var(--cspt-leblix-global-color)
}

.cspt-portfolio-style-2 .creativesplanet-box-content .cspt-portfolio-title a {
    color: var(--cspt-leblix-white-color)
}

.cspt-portfolio-style-2 .creativesplanet-icon-box a {
    color: var(--cspt-leblix-white-color)
}

.cspt-portfolio-style-1 .creativesplanet-icon-box a > i:before {
    font-weight: 700
}

.cspt-portfolio-style-2 .creativesplanet-icon-box {
    width: 40px;
    height: 40px;
    float: right;
    font-size: 14px;
    line-height: 40px;
    color: var(--cspt-leblix-white-color);
    border-radius: 50%;
    background-color: var(--cspt-leblix-global-color);
    display: block;
    text-align: center
}

.cspt-portfolio-style-2 .creativesplanet-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    padding: 30px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgb(32 34 73) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgb(33 35 75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgb(33 35 75) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -o-transition: all ease 700ms
}

.cspt-portfolio-style-2:hover .creativesplanet-overlay {
    opacity: 1;
    visibility: visible
}

.cspt-portfolio-style-2 .creativesplanet-box-content-wrapper {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: block;
    width: 100%;
    height: auto;
    padding-right: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 900ms;
    -moz-transition: all ease 900ms;
    -webkit-transition: all ease 900ms;
    -o-transition: all ease 900ms
}

.cspt-portfolio-style-2:hover .creativesplanet-box-content-wrapper {
    visibility: visible;
    opacity: 1;
    left: 25px
}

.creativesplanet-ele-fid-style-1 .cspt-fid-title {
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    color: var(--cspt-leblix-blackish-color)
}

.creativesplanet-ele-fid-style-1 .cspt-fid-inner {
    font-size: 72px;
    line-height: 82px;
    margin-bottom: -7px;
    margin-top: -15px;
    font-weight: 600;
    letter-spacing: -2.5px
}

.creativesplanet-ele-fid-style-1 .cspt-fid-inner {
    color: var(--cspt-leblix-global-color)
}

.creativesplanet-ele-fid-style-1 .cspt-fid-inner sup {
    font-size: 60%;
    top: -.7em
}

.creativesplanet-ele-fid-style-1 .cspt-sbox-icon-wrapper {
    font-size: 50px;
    line-height: 50px
}

.creativesplanet-ele-fid-style-1 {
    text-align: center;
    display: inline-block;
    padding: 0 40px
}

.creativesplanet-ele-fid-style-1 .cspt-sbox-icon-wrapper i {
    color: var(--cspt-leblix-blackish-color)
}

.creativesplanet-ele-fid-style-1 .cspt-fid-svg-wrapper svg, .creativesplanet-ele-fid-style-1 .cspt-sbox-icon-wrapper svg {
    fill: var(--cspt-leblix-blackish-color);
    margin-bottom: 10px
}

.cspt-testimonial-style-2 .creativesplanet-box-img {
    margin-right: 25px
}

.cspt-testimonial-style-2 .cspt-featured-wrapper {
    position: relative;
    width: 102px;
    height: 102px
}

.cspt-testimonial-style-2 .creativesplanet-author-wrapper {
    margin-top: 20px
}

.cspt-testimonial-style-2 .creativesplanet-box-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0
}

.cspt-testimonial-style-2 .creativesplanet-testimonial-detail {
    font-size: 14px;
    line-height: 22px
}

.cspt-testimonial-style-2 blockquote {
    font-size: 19px;
    line-height: 31px;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 15px
}

.cspt-testimonial-style-2 .creativesplanet-box-desc {
    margin-top: 30px;
    padding-bottom: 75px
}

.cspt-testimonial-style-2 .creativesplanet-box-content {
    position: relative
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .cspt-testimonial-style-2 {
    margin: 0 80px 0 30px
}

.cspt-testimonial-style-2 .creativesplanet-box-star-ratings {
    font-size: 16px
}

.cspt-elementor-bg-color-secondary .cspt-testimonial-style-2 blockquote, .cspt-elementor-bg-color-secondary .cspt-testimonial-style-2 .creativesplanet-testimonial-detail {
    color: var(--cspt-leblix-white-color)
}

.cspt-testimonial-style-2 .creativesplanet-box-star-ratings .cspt-active {
    color: #ffd200;
    margin-right: -8px
}

.cspt-testimonial-style-2 .creativesplanet-box-desc:before {
    position: absolute;
    font-size: 50px;
    font-weight: 400;
    bottom: -5px;
    font-family: "creativesplanet-base-icons";
    content: '\e857';
    line-height: 50px;
    text-align: center;
    color: var(--cspt-leblix-global-color)
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    bottom: 30px !important;
    top: auto !important
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, .cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: 10px
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: -70px
}

.cspt-elementor-bg-color-secondary .cspt-testimonial-style-2 .creativesplanet-author-wrapper {
    border-top-color: rgb(221 221 221 / 17%)
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-stage-outer {
    margin-left: -30px
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    color: var(--cspt-leblix-white-color);
    background-color: var(--cspt-leblix-global-color)
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next {
    color: var(--cspt-leblix-white-color);
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button:hover.owl-prev, .cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button:hover.owl-next {
    background-color: var(--cspt-leblix-white-color);
    color: var(--cspt-leblix-secondary-color)
}

.cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, .cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-family: "creativesplanet-base-icons";
    content: '\e81c';
    font-size: 22px
}

.cspt-testimonial-style-2 .creativesplanet-box-title, .cspt-testimonial-style-2 .cspt-featured-wrapper:before {
    color: var(--cspt-leblix-global-color)
}

.cspt-testimonial-style-2 .cspt-featured-wrapper:before {
    background-color: var(--cspt-leblix-light-bg-color)
}

.cspt-element-testimonial-style-2 .cspt-carousel-navs {
    display: none
}

.cspt-team-style-1 .creativesplanet-team-image-box {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden
}

.cspt-team-style-1 .creativesplanet-team-image-box img {
    width: 100%
}

.cspt-team-style-1 .creativesplanet-box-content {
    text-align: center
}

.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px
}

.cspt-team-style-1 .creativesplanet-box-team-position {
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--cspt-leblix-global-color)
}

.cspt-team-style-1 .creativesplanet-box-social-links ul {
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    transition: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 9;
    opacity: 0
}

.cspt-team-style-1 .cspt-team-social-links {
    margin-top: 0
}

.cspt-team-style-1 .cspt-team-social-links li {
    display: inline-block;
    margin: 0 10px
}

.cspt-team-style-1 .creativesplanet-box-social-links a {
    font-size: 20px;
    color: var(--cspt-leblix-white-color);
    line-height: 40px;
    text-align: center;
    display: inline-block
}

.cspt-team-style-1:hover .creativesplanet-box-social-links ul {
    opacity: 1;
    visibility: visible
}

.cspt-team-style-1 .creativesplanet-box-social-links a:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-team-style-1 .creativesplanet-box-content .cspt-team-title a {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-team-style-1 .creativesplanet-team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--cspt-leblix-secondary-color);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease
}

.cspt-team-style-1:hover .creativesplanet-team-overlay {
    width: 100%
}

.cspt-blog-style-3 .cspt-featured-wrapper img, .cspt-blog-style-3 {
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s
}

.cspt-blog-style-3 .post-item {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    padding: 20px
}

.cspt-blog-style-3 .creativesplanet-box-content {
    padding: 27px 10px 1px;
    position: relative;
    background: #fff
}

.cspt-blog-style-3 .creativesplanet-box-content .cspt-post-title {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 17px
}

.cspt-blog-style-3 .creativesplanet-box-desc {
    margin-top: 10px
}

.cspt-blog-style-3 .cspt-meta-date-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
    padding: 7px 15px;
    text-align: center;
    display: inline-block;
    background-color: var(--cspt-leblix-global-color)
}

.cspt-blog-style-3 .creativesplanet-box-content .cspt-meta-line i, .cspt-blog-style-3 .creativesplanet-box-content .cspt-meta-line a {
    font-size: 14px
}

.cspt-blog-style-3 .cspt-featured-wrapper {
    position: relative;
    display: block;
    overflow: hidden
}

.cspt-blog-style-3 .cspt-featured-wrapper img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.cspt-blog-style-3:hover .cspt-featured-wrapper img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09)
}

.cspt-blog-style-3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cspt-blog-style-3:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.cspt-blog-style-3 .cspt-meta-date-wrapper span {
    display: block;
    color: var(--cspt-leblix-white-color);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px
}

.cspt-blog-style-3 .cspt-post-title a:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-blog-style-3 .creativesplanet-box-content .cspt-meta-category a {
    font-size: 13px !important
}

.cspt-blog-style-3 .creativesplanet-box-content .cspt-meta-category a, .cspt-blog-style-3 .creativesplanet-box-content .cspt-meta-line i {
    color: var(--cspt-leblix-global-color)
}

.creativesplanet-element-blog .cspt-blog-style-3 .cspt-meta-comment-wrapper.cspt-meta-line:before {
    content: unset
}

.cspt-blog-style-3 .creativesplanet-box-content .cspt-meta-line .cspt-comments-hide {
    display: none
}

.creativesplanet-element-blog .cspt-blog-style-3 .cspt-meta-comment-wrapper.cspt-meta-line {
    padding-left: 2px
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014\00A0"
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple], select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid, .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus, .btn-link:focus {
    text-decoration: underline
}

.btn-link.disabled, .btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
    z-index: 1
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label::before, .custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus, a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus, a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus, a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus, a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus, a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus, a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus, a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus, a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus, a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus, a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus, a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus, a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus, a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus, a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus, a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus, a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after, .popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block
}

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next, .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */
.cspt-col-stretched-yes .cspt-stretched-div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    overflow: hidden
}

.cspt-col-stretched-right .cspt-stretched-div, .cspt-col-stretched-left .cspt-stretched-div {
    right: 0
}

.elementor-section.elementor-top-section.cspt-bg-image-over-color.cspt-bgimage-yes:before, .elementor-column.elementor-top-column.cspt-bgimage-yes.cspt-bg-image-over-color > .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-bg-image-over-color > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-bg-image-over-color > .elementor-column-wrap:before {
    background-color: transparent !important
}

.elementor-column.cspt-col-stretched-yes.cspt-bgimage-yes {
    background-image: none;
    background-color: transparent
}

.cspt-bgimage-over-bgcolor.cspt-bgimage-yes .cspt-stretched-div:before, .cspt-bgimage-over-bgcolor.cspt-bgimage-yes:before {
    background-color: transparent !important
}

.elementor-top-section:before, .cspt-col-stretched-yes .cspt-stretched-div:before, .elementor-column.elementor-top-column .elementor-widget-wrap:before, .elementor-column.elementor-top-column .elementor-column-wrap:before, .elementor-inner-column > div:before, .elementor-inner-section:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-globalcolor, .elementor-section.elementor-top-section.cspt-elementor-bg-color-globalcolor:before, .elementor-section.elementor-inner-section.cspt-elementor-bg-color-globalcolor {
    background-color: var(--cspt-leblix-global-color)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-globalcolor.cspt-bgimage-yes:before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.60)
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor:not(.cspt-bgimage-yes) .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bg-image-over-color .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor:not(.cspt-bgimage-yes) .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bg-image-over-color .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor:not(.cspt-col-stretched-yes) > .elementor-column-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-column-wrap {
    background-color: var(--cspt-leblix-global-color) !important
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-widget-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor .elementor-widget-wrap .cspt-bgimage-yes.cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-column-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-column-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-globalcolor .elementor-column-wrap .cspt-bgimage-yes.cspt-stretched-div:before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.60)
}

.elementor-inner-section.cspt-elementor-bg-color-globalcolor {
    background-color: var(--cspt-leblix-global-color) !important
}

.elementor-inner-section.cspt-elementor-bg-color-globalcolor:not(.cspt-bg-image-over-color):before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.60)
}

.elementor-inner-column.cspt-elementor-bg-color-globalcolor > div.elementor-column-wrap, .elementor-inner-column.cspt-elementor-bg-color-globalcolor > div.elementor-widget-wrap {
    background-color: var(--cspt-leblix-global-color) !important
}

.elementor-inner-column.cspt-elementor-bg-color-globalcolor:not(.cspt-bg-image-over-color) > div.elementor-column-wrap:before, .elementor-inner-column.cspt-elementor-bg-color-globalcolor:not(.cspt-bg-image-over-color) > div.elementor-widget-wrap:before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.60)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-light, .elementor-section.elementor-top-section.cspt-elementor-bg-color-light:before, .elementor-section.elementor-inner-section.cspt-elementor-bg-color-light {
    background-color: var(--cspt-leblix-light-bg-color)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-light.cspt-bgimage-yes:before {
    background-color: rgba(var(--cspt-leblix-light-bg-color-rgb), 0.60)
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-light:not(.cspt-bgimage-yes) .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bg-image-over-color .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light:not(.cspt-bgimage-yes) .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bg-image-over-color .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light:not(.cspt-col-stretched-yes) > .elementor-column-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-column-wrap {
    background-color: var(--cspt-leblix-light-bg-color) !important
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-widget-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light .elementor-widget-wrap .cspt-bgimage-yes.cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-column-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-column-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-light .elementor-column-wrap .cspt-bgimage-yes.cspt-stretched-div:before {
    background-color: rgba(var(--cspt-leblix-light-bg-color-rgb), 0.60)
}

.elementor-inner-section.cspt-elementor-bg-color-light {
    background-color: var(--cspt-leblix-light-bg-color) !important
}

.elementor-inner-section.cspt-elementor-bg-color-light:not(.cspt-bg-image-over-color):before {
    background-color: rgba(var(--cspt-leblix-light-bg-color-rgb), 0.60)
}

.elementor-inner-column.cspt-elementor-bg-color-light > div.elementor-column-wrap, .elementor-inner-column.cspt-elementor-bg-color-light > div.elementor-widget-wrap {
    background-color: var(--cspt-leblix-light-bg-color) !important
}

.elementor-inner-column.cspt-elementor-bg-color-light:not(.cspt-bg-image-over-color) > div.elementor-column-wrap:before, .elementor-inner-column.cspt-elementor-bg-color-light:not(.cspt-bg-image-over-color) > div.elementor-widget-wrap:before {
    background-color: rgba(var(--cspt-leblix-light-bg-color-rgb), 0.60)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-secondary, .elementor-section.elementor-top-section.cspt-elementor-bg-color-secondary:before, .elementor-section.elementor-inner-section.cspt-elementor-bg-color-secondary {
    background-color: var(--cspt-leblix-secondary-color)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-secondary.cspt-bgimage-yes:before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.85)
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary:not(.cspt-bgimage-yes) .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bg-image-over-color .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary:not(.cspt-bgimage-yes) .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bg-image-over-color .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary:not(.cspt-col-stretched-yes) > .elementor-column-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-column-wrap {
    background-color: var(--cspt-leblix-secondary-color) !important
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-widget-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary .elementor-widget-wrap .cspt-bgimage-yes.cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-column-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-column-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-secondary .elementor-column-wrap .cspt-bgimage-yes.cspt-stretched-div:before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.60)
}

.elementor-inner-section.cspt-elementor-bg-color-secondary {
    background-color: var(--cspt-leblix-secondary-color) !important
}

.elementor-inner-section.cspt-elementor-bg-color-secondary:not(.cspt-bg-image-over-color):before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.60)
}

.elementor-inner-column.cspt-elementor-bg-color-secondary > div.elementor-column-wrap, .elementor-inner-column.cspt-elementor-bg-color-secondary > div.elementor-widget-wrap {
    background-color: var(--cspt-leblix-secondary-color) !important
}

.elementor-inner-column.cspt-elementor-bg-color-secondary:not(.cspt-bg-image-over-color) > div.elementor-column-wrap:before, .elementor-inner-column.cspt-elementor-bg-color-secondary:not(.cspt-bg-image-over-color) > div.elementor-widget-wrap:before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.60)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-blackish, .elementor-section.elementor-top-section.cspt-elementor-bg-color-blackish:before, .elementor-section.elementor-inner-section.cspt-elementor-bg-color-blackish {
    background-color: var(--cspt-leblix-blackish-color)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-blackish.cspt-bgimage-yes:before {
    background-color: rgba(var(--cspt-leblix-blackish-color-rgb), 0.60)
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish:not(.cspt-bgimage-yes) .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bg-image-over-color .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish:not(.cspt-bgimage-yes) .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bg-image-over-color .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish:not(.cspt-col-stretched-yes) > .elementor-column-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-column-wrap {
    background-color: var(--cspt-leblix-blackish-color) !important
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-widget-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish .elementor-widget-wrap .cspt-bgimage-yes.cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-column-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-column-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-blackish .elementor-column-wrap .cspt-bgimage-yes.cspt-stretched-div:before {
    background-color: rgba(var(--cspt-leblix-blackish-color-rgb), 0.60)
}

.elementor-inner-section.cspt-elementor-bg-color-blackish {
    background-color: var(--cspt-leblix-blackish-color) !important
}

.elementor-inner-section.cspt-elementor-bg-color-blackish:not(.cspt-bg-image-over-color):before {
    background-color: rgba(var(--cspt-leblix-blackish-color-rgb), 0.60)
}

.elementor-inner-column.cspt-elementor-bg-color-blackish > div.elementor-column-wrap, .elementor-inner-column.cspt-elementor-bg-color-blackish > div.elementor-widget-wrap {
    background-color: var(--cspt-leblix-blackish-color) !important
}

.elementor-inner-column.cspt-elementor-bg-color-blackish:not(.cspt-bg-image-over-color) > div.elementor-column-wrap:before, .elementor-inner-column.cspt-elementor-bg-color-blackish:not(.cspt-bg-image-over-color) > div.elementor-widget-wrap:before {
    background-color: rgba(var(--cspt-leblix-blackish-color-rgb), 0.60)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-white, .elementor-section.elementor-top-section.cspt-elementor-bg-color-white:before, .elementor-section.elementor-inner-section.cspt-elementor-bg-color-white {
    background-color: var(--cspt-leblix-white-color)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-white.cspt-bgimage-yes:before {
    background-color: rgba(var(--cspt-leblix-white-color-rgb), 0.60)
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-white:not(.cspt-bgimage-yes) .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bg-image-over-color .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white:not(.cspt-bgimage-yes) .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bg-image-over-color .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white:not(.cspt-col-stretched-yes) > .elementor-column-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-column-wrap {
    background-color: var(--cspt-leblix-white-color) !important
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-widget-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white .elementor-widget-wrap .cspt-bgimage-yes.cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-column-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-column-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-white .elementor-column-wrap .cspt-bgimage-yes.cspt-stretched-div:before {
    background-color: rgba(var(--cspt-leblix-white-color-rgb), 0.60)
}

.elementor-inner-section.cspt-elementor-bg-color-white {
    background-color: var(--cspt-leblix-white-color) !important
}

.elementor-inner-section.cspt-elementor-bg-color-white:not(.cspt-bg-image-over-color):before {
    background-color: rgba(var(--cspt-leblix-white-color-rgb), 0.60)
}

.elementor-inner-column.cspt-elementor-bg-color-white > div.elementor-column-wrap, .elementor-inner-column.cspt-elementor-bg-color-white > div.elementor-widget-wrap {
    background-color: var(--cspt-leblix-white-color) !important
}

.elementor-inner-column.cspt-elementor-bg-color-white:not(.cspt-bg-image-over-color) > div.elementor-column-wrap:before, .elementor-inner-column.cspt-elementor-bg-color-white:not(.cspt-bg-image-over-color) > div.elementor-widget-wrap:before {
    background-color: rgba(var(--cspt-leblix-white-color-rgb), 0.60)
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-gradient, .elementor-section.elementor-top-section.cspt-elementor-bg-color-gradient:before, .elementor-section.elementor-inner-section.cspt-elementor-bg-color-gradient {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

.elementor-section.elementor-top-section.cspt-elementor-bg-color-gradient.cspt-bgimage-yes:before {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last));
    opacity: 0.5
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient:not(.cspt-bgimage-yes) .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bg-image-over-color .elementor-widget-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-widget-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient:not(.cspt-bgimage-yes) .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bg-image-over-color .elementor-column-wrap > .cspt-stretched-div, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient:not(.cspt-col-stretched-yes) > .elementor-column-wrap, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bg-image-over-color:not(.cspt-col-stretched-yes) > .elementor-column-wrap {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

.elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-widget-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-widget-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient .elementor-widget-wrap .cspt-bgimage-yes.cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bgimage-yes:not(.cspt-col-stretched-yes) > .elementor-column-wrap:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient.cspt-bgimage-yes:not(.cspt-bg-image-over-color) .elementor-column-wrap .cspt-stretched-div:before, .elementor-column.elementor-top-column.cspt-elementor-bg-color-gradient .elementor-column-wrap .cspt-bgimage-yes.cspt-stretched-div:before {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 80%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last));
    opacity: 0.5
}

.elementor-inner-section.cspt-elementor-bg-color-gradient {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

.elementor-inner-section.cspt-elementor-bg-color-gradient:not(.cspt-bg-image-over-color):before {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last));
    opacity: 0.5
}

.elementor-inner-column.cspt-elementor-bg-color-gradient > div.elementor-column-wrap, .elementor-inner-column.cspt-elementor-bg-color-gradient > div.elementor-widget-wrap {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

.elementor-inner-column.cspt-elementor-bg-color-gradient:not(.cspt-bg-image-over-color) > div.elementor-column-wrap:before, .elementor-inner-column.cspt-elementor-bg-color-gradient:not(.cspt-bg-image-over-color) > div.elementor-widget-wrap:before {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

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

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

body {
    background-repeat: no-repeat;
    background-size: cover
}

body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1
}

img {
    max-width: 100%;
    height: auto
}

.creativesplanet-hide, .cspt-hide {
    display: none
}

#primary {
    width: 100%
}

body {
    overflow: visible;
    overflow-x: hidden
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: inherit;
    outline: none
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

p {
    margin: 0 0 25px
}

dl, ol, ul {
    margin-bottom: 25px
}

blockquote {
    padding: 30px;
    padding-right: 60px;
    margin: 60px 0 60px 0;
    border-left: 5px solid #000;
    background-color: transparent;
    font-size: 18px;
    line-height: 26px;
    position: relative
}

blockquote p {
    margin-bottom: 0;
    position: relative;
    z-index: 1
}

blockquote.is-large {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

blockquote cite {
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal
}

blockquote cite, blockquote small {
    color: var(--cspt-leblix-global-color)
}

.wp-block-preformatted {
    border: none;
    background: none;
    padding: 0
}

.wp-block-verse {
    border: none;
    background: none;
    padding: 0;
    font-family: inherit
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin: 1.65em auto
}

.cspt-overflow-visible {
    overflow: visible !important
}

.closepanel, .sub-menu-toggle {
    display: none
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-bottom: 20px
}

pre {
    border: 1px solid #d1d1d1;
    line-height: 1.3125;
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px 20px 45px 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

.edit-link {
    line-height: normal;
    display: block
}

.edit-link a {
    padding: 7px 20px;
    background-color: #eee;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    margin-top: 35px
}

.cspt-slider-area {
    background-color: #e7e7e7;
    position: relative;
    z-index: 1
}

.cspt-slider-area > div > div {
    margin: 0 !important
}

.cspt-underline {
    text-decoration: underline
}

.cspt-slider-area > p.rs-p-wp-fix {
    display: none
}

.site#page {
    overflow: hidden
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

.wp-caption.alignright:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

img.alignnone {
    margin: 5px 20px 20px 0
}

.cspt-blog-classic .cspt-entry-content .alignnone:first-child {
    margin-left: -15px
}

img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-block-image figcaption, .wp-caption .wp-caption-text {
    font-style: italic;
    font-size: 14px;
    line-height: 1.6153846154;
    padding-top: .5384615385em
}

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

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em
}

table th {
    border: 0;
    padding: 5px 7px
}

table td {
    padding: 5px 10px
}

table tbody tr, table thead tr {
    border: 1px solid #e6e6e6
}

table tbody th {
    background: #f9f9f9
}

table tbody th, table tbody td {
    border-right: 1px solid #e6e6e6
}

.gallery {
    margin: 0
}

.gallery-item {
    max-width: 33.33%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 2px
}

.gallery-columns-1 .gallery-item {
    max-width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-caption {
    color: #686868;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    padding-top: 0.5384615385em;
    padding-bottom: 0.5384615385em
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none
}

.page-links, .cspt-page-links {
    clear: both;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0;
    color: #000;
    letter-spacing: 0.5px
}

.page-links a, .cspt-page-links a {
    border: 1px solid #000
}

.page-links a, .page-links > span, .cspt-page-links a, .cspt-page-links > span {
    text-decoration: none;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 2px
}

.page-links a:hover, .cspt-page-links a:hover {
    background-color: #000;
    color: #fff
}

.page-links > span, .cspt-page-links > span {
    background-color: #000;
    border: 1px solid #000;
    color: #fff
}

.page-links > a:first-child, .page-links > span:first-child, .cspt-page-links > a:first-child, .cspt-page-links > span:first-child {
    margin-left: 15px
}

.headerlogo {
    height: 105px;
    line-height: 105px
}

.site-title img {
    max-height: 50px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 105px
}

.site-title a {
    display: table-cell;
    vertical-align: middle
}

.site-title a .site-title-text {
    display: none
}

.cspt-navbar {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto
}

.cspt-navbar ul, .cspt-navbar li {
    list-style: none;
    margin: 0;
    padding: 0
}

.cspt-mobile-search {
    display: none
}

.cspt-footer-menu-area {
    text-align: right
}

.cspt-footer-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.cspt-footer-menu li {
    display: inline-block;
    margin: 0 10px
}

.cspt-footer-menu li li {
    display: none
}

.cspt-footer-social-links-area ul {
    list-style: none;
    margin-bottom: 0
}

.cspt-footer-social-links-area ul li {
    display: inline-block;
    margin: 0 10px
}

.cspt-footer-social-links-area ul li:last-child {
    margin-right: 0
}

.elementor-widget-container > .cspt-heading-subheading {
    position: relative;
    z-index: 1
}

.cspt-text-color-white .cspt-heading-subheading .cspt-element-title {
    color: var(--cspt-leblix-white-color)
}

.cspt-heading-subheading .cspt-element-title, .cspt-heading-subheading:not(.cspt-reverse-heading-yes) .cspt-element-title, .cspt-heading-subheading .cspt-element-heading {
    margin-bottom: 0
}

.cspt-heading-subheading .cspt-heading-desc {
    margin-top: 20px
}

.cspt-heading-subheading.center-align {
    text-align: center
}

.cspt-heading-subheading.center-align .cspt-heading-desc {
    margin-left: auto;
    margin-right: auto
}

.cspt-heading-subheading h4.cspt-element-subtitle {
    margin: 0
}

.cspt-heading-subheading.left-align .cspt-heading-desc, .cspt-heading-subheading.center-align .cspt-heading-desc {
    max-width: 800px
}

.cspt-heading-subheading {
    margin-bottom: 45px
}

.cspt-heading-subheading.right-align {
    text-align: right
}

.cspt-heading-subheading:empty {
    display: none
}

.cspt-text-color-white .cspt-heading-subheading .cspt-element-subtitle, .cspt-text-color-white .cspt-heading-subheading .cspt-element-heading {
    color: var(--cspt-leblix-white-color)
}

.cspt-elementor-bg-color-blackish.cspt-text-color-white .cspt-heading-subheading .cspt-element-subtitle, .cspt-elementor-bg-color-secondary.cspt-text-color-white .cspt-heading-subheading .cspt-element-subtitle {
    color: var(--cspt-leblix-global-color)
}

.cspt-heaing-style-1.cspt-blackish .cspt-heading-subheading {
    border-left-color: rgba(var(--cspt-leblix-blackish-color), 0.15)
}

.cspt-color-white, .cspt-text-color-white, .cspt-text-color-white .elementor-widget-text-editor {
    color: var(--cspt-leblix-white-color)
}

.cspt-color-blackish, .cspt-text-color-blackish, .cspt-text-color-blackish .elementor-widget-text-editor {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-color-secondarycolor {
    color: var(--cspt-leblix-secondary-color)
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none
}

input[type="number"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 13px;
    color: var(--cspt-leblix-blackish-color);
    line-height: normal;
    padding: 0 25px;
    font-weight: 500;
    background: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

input[type="search"]::placeholder, input[type="url"]::placeholder, input[type="email"]::placeholder, input[type="text"]::placeholder, textarea::placeholder {
    color: #a4a4a4;
    font-weight: 500;
    opacity: 1
}

input[type="search"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a4a4a4;
    font-weight: 500
}

input[type="search"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a4a4a4;
    font-weight: 500
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .5em;
    background: transparent;
    border: none;
    border-radius: 3px;
    padding: 15px 20px;
    font-size: 1em;
    line-height: normal
}

input:focus, select:focus, textarea:focus {
    outline: none !important
}

textarea {
    height: 120px;
    resize: none;
    padding: 20px 25px
}

button, html input[type=button], input[type=reset], input[type=submit] {
    position: relative;
    background-color: #222;
    border: none;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 500;
    letter-spacing: 0.3px
}

button:focus {
    outline: none !important
}

input[type=submit]:hover {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-select {
    position: relative;
    display: block;
    background-color: #f2f6fb
}

.cspt-select:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    pointer-events: none
}

.cspt-select:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .75em;
    border-top: 6px solid black;
    opacity: 0.5
}

select::-ms-expand {
    display: none
}

select {
    font-size: 13px;
    font-weight: 500 !important;
    color: #a4a4a4;
    border: 1px solid #eee;
    background-color: #fff
}

.cspt-select select {
    border: none;
    background-color: transparent
}

.cspt-sidebar-left .site-content-contain .site-content > .row {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.creativesplanet-sidebar .widget {
    margin-bottom: 30px
}

.creativesplanet-sidebar .widget .widget-title {
    margin-bottom: 25px;
    position: relative
}

.cspt-element-posts-wrapper.row {
    margin-left: -15px;
    margin-right: -15px
}

.cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px
}

.creativesplanet-gap-0px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0
}

.creativesplanet-gap-0px .cspt-element-posts-wrapper.row {
    margin-left: 0;
    margin-right: 0
}

.creativesplanet-gap-5px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px
}

.creativesplanet-gap-5px .cspt-element-posts-wrapper.row {
    margin-left: -2.5px;
    margin-right: -2.5px
}

.creativesplanet-gap-10px .cspt-element-posts-wrapper.row {
    margin-left: -5px;
    margin-right: -5px
}

.creativesplanet-gap-10px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px
}

.creativesplanet-gap-15px .cspt-element-posts-wrapper.row {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.creativesplanet-gap-15px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-bottom: 15px
}

.creativesplanet-gap-20px .cspt-element-posts-wrapper.row {
    margin-left: -10px;
    margin-right: -10px
}

.creativesplanet-gap-20px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px
}

.creativesplanet-gap-25px .cspt-element-posts-wrapper.row {
    margin-left: -12.5px;
    margin-right: -12.5px
}

.creativesplanet-gap-25px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 12.5px;
    padding-left: 12.5px;
    margin-bottom: 25px
}

.creativesplanet-gap-30px .cspt-element-posts-wrapper.row {
    margin-left: -15px;
    margin-right: -15px
}

.creativesplanet-gap-30px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px
}

.creativesplanet-gap-35px .cspt-element-posts-wrapper.row {
    margin-left: -17px;
    margin-right: -17px
}

.creativesplanet-gap-35px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 17px;
    padding-left: 17px;
    margin-bottom: 30px
}

.creativesplanet-gap-40px .cspt-element-posts-wrapper.row {
    margin-left: -20px;
    margin-right: -20px
}

.creativesplanet-gap-40px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px
}

.creativesplanet-gap-50px .cspt-element-posts-wrapper.row {
    margin-left: -25px;
    margin-right: -25px
}

.creativesplanet-gap-50px .cspt-element-posts-wrapper.row .cspt-ele {
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 50px
}

.cspt-preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px;
    display: block
}

.cspt-title-bar-wrapper {
    position: relative;
    z-index: 0
}

.cspt-title-bar-content, .cspt-title-bar-wrapper {
    min-height: var(--cspt-leblix-titlebar-height)
}

.cspt-title-bar-wrapper.cspt-titlebar-style-center .cspt-breadcrumb, .cspt-title-bar-wrapper.cspt-titlebar-style-center .cspt-title-bar-content-inner {
    width: 100%;
    text-align: center
}

.cspt-title-bar-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important
}

.cspt-bg-color-globalcolor.cspt-title-bar-wrapper:before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.50)
}

.cspt-bg-color-secondarycolor.cspt-title-bar-wrapper:before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.50)
}

.cspt-title-bar-wrapper.cspt-bg-color-gradientcolor:before {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0%, var(--cspt-leblix-gradient-color-last) 100%) !important;
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last)) !important
}

.cspt-title-bar-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 64px 0
}

.cspt-title-bar-content .cspt-tbar, .cspt-title-bar-content .cspt-breadcrumb {
    display: block
}

.cspt-breadcrumb a {
    opacity: 1
}

.cspt-breadcrumb-inner .sep {
    margin: 0 5px
}

.cspt-title-bar-content .cspt-tbar-inner {
    max-width: none;
    padding: 0
}

.cspt-breadcrumb-inner i {
    font-size: 13px;
    margin: 0 10px;
    display: inline-block
}

.cspt-title-bar-content .cspt-tbar-title {
    margin-bottom: 5px
}

.cspt-bg-color-white.cspt-bg-image-yes:before {
    background-color: rgba(255, 255, 255, 0.9)
}

.cspt-bg-color-light.cspt-bg-image-yes:before {
    background-color: rgba(240, 240, 240, 0.9)
}

.cspt-bg-color-blackish.cspt-bg-image-yes:before {
    background-color: rgba(0, 0, 0, 0.6)
}

.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before {
    opacity: 0.5
}

.cspt-pre-header-wrapper {
    height: 50px;
    line-height: 50px;
    background-color: #000
}

.cspt-pre-header-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cspt-contact-info li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top
}

.cspt-contact-info li i {
    margin-right: 5px
}

.cspt-pre-header-wrapper .cspt-social-links li {
    margin-right: 8px;
    display: inline-block
}

.cspt-pre-header-wrapper .cspt-social-links li:last-child {
    margin-right: 0
}

.cspt-pre-header-wrapper .cspt-social-links a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    vertical-align: middle
}

.cspt-pre-header-wrapper .cspt-social-links a:hover {
    transition: all 500ms ease
}

.cspt-header-wrapper {
    z-index: 999
}

.cspt-navbar > div > ul > li, .cspt-navbar > div > ul > li > a, .cspt-navbar div > ul > li > a, .site-title {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.cspt-sticky-logo-yes .cspt-sticky-header .cspt-main-logo, .cspt-sticky-logo {
    display: none
}

.cspt-sticky-logo-yes .cspt-main-logo, .cspt-sticky-logo-yes .cspt-sticky-header .cspt-sticky-logo {
    display: inline-block
}

.site-header .cspt-bg-color-white, .site-header .cspt-sticky-on.cspt-sticky-bg-color-white {
    background-color: #fff
}

.site-header .cspt-bg-color-blackish, .site-header .cspt-sticky-on.cspt-sticky-bg-color-blackish {
    background-color: #000
}

.site-header .cspt-bg-color-transparent, .site-header .cspt-sticky-on.cspt-sticky-bg-color-transparent {
    background-color: transparent
}

.cspt-table {
    display: table;
    height: 100%
}

.cspt-table-cell {
    display: table-cell;
    line-height: normal;
    vertical-align: middle
}

body.cspt-sidebar-no #content {
    padding-top: 100px
}

.cspt-bg-color-yes:not(.elementor-inner-section):not(.elementor-column) {
    padding-top: 100px;
    padding-bottom: 90px
}

body.cspt-sidebar-no:not(.single) div.elementor {
    margin-top: -100px
}

body.ehf-header:not(.single) div.elementor {
    margin-top: 0
}

body.single.cspt-sidebar-no #content, body.archive.cspt-sidebar-no #content {
    padding-bottom: 70px
}

.widget-area.col-md-3, .content-area.col-md-9 {
    padding-top: 80px;
    padding-bottom: 80px
}

.content-area.col-md-9 .comment-respond {
    margin-bottom: 0
}

.cspt-row.cspt-zindex-zero, .cspt-row.cspt-zindex-1, .cspt-row.cspt-zindex-2, .cspt-zindex-zero, .cspt-zindex-1, .cspt-zindex-2 {
    position: relative
}

.elementor-inner-section, .elementor-widget-container, .elementor-button-wrapper, .elementor-widget-container .creativesplanet-element, .elementor-section .elementor-widget-wrap {
    position: relative;
    z-index: 1
}

body.elementor-editor-active .elementor-element:not(.elementor-column):before, body.elementor-editor-active .cspt-col-stretched-yes .cspt-stretched-div:before {
    z-index: 0
}

.cspt-bg-color-white {
    background-color: #fff
}

body .cspt-bgimage-position-left-top .cspt-stretched-div, body .cspt-bgimage-position-left-top {
    background-position: left top !important
}

body .cspt-bgimage-position-left-center .cspt-stretched-div, body .cspt-bgimage-position-left-center {
    background-position: left center !important
}

body .cspt-bgimage-position-left-bottom .cspt-stretched-div, body .cspt-bgimage-position-left-bottom {
    background-position: left bottom !important
}

body .cspt-bgimage-position-right-top .cspt-stretched-div, body .cspt-bgimage-position-right-top {
    background-position: right top !important
}

body .cspt-bgimage-position-right-bottom .cspt-stretched-div, body .cspt-bgimage-position-right-bottom {
    background-position: right bottom !important
}

body .cspt-bgimage-position-right-center .cspt-stretched-div, body .cspt-bgimage-position-right-center {
    background-position: right center !important
}

body .cspt-bgimage-position-center-top .cspt-stretched-div, body .cspt-bgimage-position-center-top {
    background-position: center top !important
}

body .cspt-bgimage-position-center-center .cspt-stretched-div, body .cspt-bgimage-position-center-center {
    background-position: center center !important
}

body .cspt-bgimage-position-center-bottom .cspt-stretched-div, body .cspt-bgimage-position-center-bottom {
    background-position: center bottom !important
}

body .cspt-bgimage-repeat-no {
    background-repeat: no-repeat !important
}

body .cspt-bgimage-repeat-x {
    background-repeat: repeat-x !important
}

body .cspt-bgimage-repeat-y {
    background-repeat: repeat-y !important
}

body .cspt-bgimage-repeat-round {
    background-repeat: round !important
}

body .cspt-bgimage-repeat-space {
    background-repeat: space !important
}

.elementor-top-column > .elementor-widget-wrap > .elementor-widget-wrap {
    z-index: 1
}

.elementor-element.elementor-column:not(.elementor-inner-column) .elementor-widget-wrap:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1
}

.footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px
}

.cspt-footer-text-area {
    background-color: #020203;
    padding-top: 15px;
    padding-bottom: 15px
}

.cspt-footer-text-area, .cspt-footer-widget-area, .site-footer {
    background-color: transparent !important;
    position: relative
}

.cspt-footer-text-area, .cspt-footer-widget-area {
    z-index: 1
}

.cspt-footer-section:before, .site-footer:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-image: none !important
}

.cspt-footer-text-area > .container, .footer-wrap.cspt-footer-widget-area > .container {
    position: relative;
    z-index: 2
}

.footer-wrap .contact-info li {
    position: relative;
    padding: 0 0 0 24px;
    margin-bottom: 15px;
    font-size: 13px
}

.footer-wrap .contact-info i {
    position: absolute;
    left: 0;
    top: 0
}

.footer-wrap .widget_tag_cloud a {
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: rgba(0, 0, 0, 0.32);
    border-radius: 0
}

.footer-wrap .widget_tag_cloud a:hover {
    background-color: var(--cspt-leblix-global-color)
}

.site-footer.cspt-text-color-white .widget_tag_cloud a {
    background-color: #fff;
    color: #0c121d
}

.site-footer.cspt-text-color-white .widget_tag_cloud a:hover {
    background-color: var(--cspt-leblix-global-color);
    color: #fff
}

.cspt-bg-color-gradient.cspt-bg-color-over-image.elementor-column .cspt-stretched-div:before, .cspt-bg-color-gradientcolor.cspt-bg-image-yes:before {
    opacity: 0.5
}

.cspt-footer-section.cspt-text-color-white a {
    color: rgba(255, 255, 255, 1)
}

.cspt-footer-section.cspt-text-color-white {
    color: rgba(255, 255, 255, 0.90)
}

.cspt-footer-section.cspt-bg-color-globalcolor:before {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-footer-section.cspt-bg-color-globalcolor.cspt-bg-image-yes:before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.80)
}

.cspt-footer-section.cspt-text-color-globalcolor .widget-title, .cspt-footer-section.cspt-text-color-globalcolor, .cspt-footer-section.cspt-text-color-globalcolor a {
    color: var(--cspt-leblix-global-color)
}

.cspt-footer-section.cspt-bg-color-blackish:before {
    background-color: var(--cspt-leblix-blackish-bg-color)
}

.cspt-footer-section.cspt-bg-color-blackish.cspt-bg-image-yes:before {
    background-color: rgba(var(--cspt-leblix-blackish-color-rgb), 0.80)
}

.cspt-footer-section.cspt-text-color-blackish .widget-title, .cspt-footer-section.cspt-text-color-blackish, .cspt-footer-section.cspt-text-color-blackish a {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-footer-section.cspt-bg-color-secondarycolor:before {
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-footer-section.cspt-bg-color-secondarycolor.cspt-bg-image-yes:before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.80)
}

.cspt-footer-section.cspt-text-color-secondarycolor .widget-title, .cspt-footer-section.cspt-text-color-secondarycolor, .cspt-footer-section.cspt-text-color-secondarycolor a {
    color: var(--cspt-leblix-secondary-color)
}

.cspt-footer-section.cspt-bg-color-white:before {
    background-color: var(--cspt-leblix-white-color)
}

.cspt-footer-section.cspt-bg-color-white.cspt-bg-image-yes:before {
    background-color: rgba(var(--cspt-leblix-white-color-rgb), 0.80)
}

.cspt-footer-section.cspt-text-color-white .widget-title, .cspt-footer-section.cspt-text-color-white, .cspt-footer-section.cspt-text-color-white a {
    color: var(--cspt-leblix-white-color)
}

.cspt-footer-section.cspt-bg-color-light:before {
    background-color: var(--cspt-leblix-light-bg-color)
}

.cspt-footer-section.cspt-bg-color-light.cspt-bg-image-yes:before {
    background-color: rgba(var(--cspt-leblix-light-bg-color-rgb), 0.80)
}

.widget-title {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 40px
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    list-style: none
}

.widget a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.widget ul a {
    display: inline-block
}

.widget ul > li ul {
    margin-left: 15px;
    margin-top: 15px
}

.widget ul > li {
    padding: 0 0 15px 0
}

.widget > ul > li:last-child {
    padding-bottom: 0
}

.widget ul > li ul > li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.widget_calendar table td#today {
    font-weight: bold
}

.widget_calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0;
    width: 100%
}

.widget_calendar table th, .widget_calendar table td {
    color: rgb(255 255 255 / 72%);
    background-color: var(--cspt-leblix-secondary-color);
    border-bottom: 1px solid rgb(255 255 255 / 33%);
    border-right: 1px solid rgb(255 255 255 / 33%);
    padding: 7px;
    text-align: center
}

.widget_calendar table th {
    background-color: var(--cspt-leblix-global-color);
    color: #fff;
    border-right: 1px solid rgb(255 255 255 / 0%);
    border-bottom: 1px solid rgb(255 255 255 / 0%)
}

.widget_calendar table td#today {
    color: var(--cspt-leblix-global-color)
}

.widget_calendar tbody a {
    color: #fff
}

.widget_calendar caption {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit
}

.widget_calendar tbody a {
    display: block
}

.widget_calendar .wp-calendar-nav {
    margin-top: 15px;
    font-weight: 600
}

.wp-calendar-nav-prev {
    float: left
}

.wp-calendar-nav-next {
    float: right
}

.wp-calendar-nav {
    margin-bottom: 15px
}

.site-footer .widget_calendar table th, .site-footer .widget_calendar table td {
    background-color: transparent
}

.leblix_recent_posts_widget .cspt-rpw-list > li {
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: normal;
    width: 100%;
    margin-top: 10px;
    padding-top: 0
}

.leblix_recent_posts_widget .cspt-rpw-list > li:last-child {
    margin-bottom: 0
}

.leblix_recent_posts_widget .cspt-rpw-list > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.leblix_recent_posts_widget .cspt-rpw-list > li > a {
    width: 75px;
    flex-shrink: 0;
    margin-right: 15px
}

.leblix_recent_posts_widget .cspt-rpw-list > li > a img {
    border-radius: 0
}

.leblix_recent_posts_widget .cspt-rpw-content .cspt-rpw-date {
    line-height: 17px;
    display: block;
    color: #b4b4b4;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px
}

.leblix_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a {
    font-size: 13px
}

.leblix_recent_posts_widget .cspt-rpw-content .cspt-rpw-title a {
    margin-bottom: 0
}

.post-password-form input[name="post_password"] {
    position: relative;
    top: -1px;
    height: 58px
}

.post-password-form input[type=submit] {
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px
}

.widget_categories ul li {
    padding-bottom: 0;
    position: relative;
    margin: 20px 0;
    padding: 0
}

.widget_categories ul > li:last-child {
    margin-bottom: 0
}

.site-content .widget_tag_cloud a {
    font-weight: 400;
    font-size: 12px;
    background-color: #f2f6fb;
    padding: 8px 10px 6px;
    line-height: 1;
    display: inline-block
}

.widget_tag_cloud li {
    list-style: none;
    margin: 0 4px 8px 0;
    display: inline-block
}

.widget_tag_cloud ul li {
    margin-bottom: 0;
    padding-bottom: 8px
}

.cspt-blog-meta-bottom .cspt-meta-tags a {
    display: inline-block;
    font-size: 13px;
    padding: 5px 15px;
    font-weight: normal;
    background-color: #f2f6fb;
    color: var(--cspt-leblix-blackish-color)
}

.cspt-blog-meta-bottom .cspt-meta-tags a:hover {
    color: #fff;
    background-color: var(--cspt-leblix-global-color)
}

.creativesplanet-sidebar .widget_tag_cloud ul li a {
    display: inline-block;
    font-size: 13px;
    padding: 15px 25px;
    font-weight: normal;
    background-color: #f2f6fb;
    color: var(--cspt-leblix-blackish-color)
}

.creativesplanet-sidebar .widget_tag_cloud ul li a:hover {
    color: #fff;
    background-color: var(--cspt-leblix-global-color)
}

.footerlogo {
    margin-bottom: 10px
}

.rss-date {
    font-size: 13px;
    display: block;
    color: #666
}

.site-footer.cspt-text-color-white .rss-date {
    color: rgba(255, 255, 255, 0.90)
}

.rss-widget-icon {
    position: relative;
    top: -3px
}

.widget_rss.widget ul > li {
    padding-bottom: 30px
}

.widget_rss.widget ul > li:last-child {
    padding-bottom: 0
}

.widget_rss .rssSummary {
    font-size: 15px;
    opacity: 0.9
}

.cspt-text-color-white .widget_calendar table {
    border-color: rgba(255, 255, 255, 0.32)
}

.cspt-text-color-white .widget_calendar table th, .cspt-text-color-white .widget_calendar table td {
    border-bottom-color: rgba(255, 255, 255, 0.32);
    border-right-color: rgba(255, 255, 255, 0.32)
}

.format-video .cspt-featured-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.format-video .cspt-featured-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

iframe {
    max-width: 100%
}

.format-gallery .cspt-featured-wrapper {
    position: relative
}

.format-gallery .lSPager {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -khtml-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
    -o-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%)
}

.format-gallery .lSSlideOuter .lSPager.lSpg > li a {
    height: 13px;
    width: 13px;
    border: 2px solid #fff;
    background-color: transparent
}

.format-gallery .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: transparent !important
}

.format-gallery .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff
}

.format-quote .cspt-block-quote-content {
    position: relative;
    z-index: 2
}

.format-quote .cspt-blog-meta {
    display: none
}

.format-quote .cspt-block-quote-content a {
    display: inline-block;
    margin-top: 22px;
    font-style: normal;
    font-size: 17px;
    color: #fff
}

.format-quote .cspt-blog-classic blockquote {
    margin: 0
}

.format-quote .cspt-blog-classic .cspt-blog-classic-inner {
    display: none
}

.format-link .cspt-link-wrapper {
    position: relative;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.format-link .cspt-link-wrapper:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.65)
}

.format-link .cspt-featured-wrapper .cspt-link-inner {
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    padding: 50px;
    position: relative;
    z-index: 2
}

.format-link .cspt-link-wrapper a {
    color: #fff
}

.format-link .cspt-link-inner {
    position: relative
}

.format-link .cspt-link-inner:before {
    font-family: "creativesplanet-base-icons";
    content: '\e803';
    position: absolute;
    right: 40px;
    top: -11px;
    font-weight: 700;
    opacity: 0.25;
    z-index: 1;
    color: #fff;
    font-size: 100px
}

.cspt-author-box {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 34px 30px 19px 30px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 24px rgb(3 43 86 / 13%);
    -khtml-box-shadow: 0 5px 24px rgb(3 43 86 / 13%);
    -moz-box-shadow: 0 5px 24px rgb(3 43 86 / 13%);
    -ms-box-shadow: 0 5px 24px rgb(3 43 86 / 13%);
    -o-box-shadow: 0 5px 24px rgb(3 43 86 / 13%);
    box-shadow: 0 5px 24px rgb(3 43 86 / 13%)
}

.cspt-author-image {
    height: 95px;
    width: 95px;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 35px;
    background-color: #fff
}

.cspt-author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.cspt-author-content .cspt-author-name {
    line-height: 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block
}

.cspt-blog-meta, .cspt-blog-meta a {
    color: #616161
}

.cspt-blog-meta.cspt-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.cspt-blog-meta-top .cspt-meta {
    padding-left: 20px;
    margin-right: 20px;
    position: relative;
    text-transform: capitalize
}

.cspt-blog-meta-bottom .cspt-tag-icon i, .cspt-blog-meta-top .cspt-meta i {
    color: var(--cspt-leblix-global-color);
    margin-right: 4px
}

.cspt-blog-classic-inner .cspt-entry-content p:last-of-type:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cspt-blog-classic-inner {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
    border-radius: 0;
    padding: 0
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left {
    width: auto;
    top: 0;
    left: 0;
    position: static
}

.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
    font-size: 15px;
    line-height: 25px
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top {
    text-align: left
}

.cspt-no-img .cspt-blog-meta .cspt-meta-classic-right, .cspt-default-view .cspt-blog-meta .cspt-meta-classic-right {
    padding-left: 30px
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
    font-size: 15px;
    line-height: 35px;
    margin: 0
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span {
    display: inline-block;
    margin-left: 5px
}

.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
    line-height: normal;
    display: inline-block;
    width: auto;
    padding: 2px 13px;
    line-height: normal;
    font-size: 16px;
    display: inline-block;
    border-radius: 3px
}

.cspt-social-share .cspt-social-li-facebook a {
    background-color: #3B5998
}

.cspt-social-share .cspt-social-li-twitter a {
    background-color: #55ACEE
}

.cspt-social-share .cspt-social-li-google-plus a {
    background-color: #dd4b39
}

.cspt-social-share .cspt-social-li-linkedin a {
    background-color: #007bb5
}

.cspt-social-share .cspt-social-li-youtube a {
    background-color: #bb0000
}

.cspt-social-share .cspt-social-li-instagram a {
    background-color: #125688
}

.cspt-social-share .cspt-social-li-pinterest a {
    background-color: #cb2027
}

.cspt-social-share .cspt-social-li-snapchat-ghost a {
    background-color: #fffc00
}

.cspt-social-share .cspt-social-li-skype a {
    background-color: #00aff0
}

.cspt-social-share .cspt-social-li-android a {
    background-color: #a4c639
}

.cspt-social-share .cspt-social-li-dribbble a {
    background-color: #ea4c89
}

.cspt-social-share .cspt-social-li-vimeo a {
    background-color: #45bbff
}

.cspt-social-share .cspt-social-li-tumblr a {
    background-color: #2c4762
}

.cspt-social-share .cspt-social-li-vine a {
    background-color: #00b489;
    color: white
}

.cspt-social-share .cspt-social-li-foursquare a {
    background-color: #45bbff
}

.cspt-social-share .cspt-social-li-stumbleupon a {
    background-color: #eb4924
}

.cspt-social-share .cspt-social-li-flickr a {
    background-color: #f40083
}

.cspt-social-share .cspt-social-li-yahoo a {
    background-color: #430297
}

.cspt-social-share .cspt-social-li-soundcloud a {
    background-color: #ff5500
}

.cspt-social-share .cspt-social-li-reddit a {
    background-color: #ff5700
}

.cspt-social-share .cspt-social-li-rss a {
    background-color: #ff6600
}

.comments-area {
    margin-top: 40px
}

.comments-area .comments-title {
    margin-bottom: 35px;
    margin-top: 35px
}

.cspt-post-related .cspt-related-title, .comments-area .comments-title, .comment-respond .comments-title, .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600
}

.children, .comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.cspt-comment-avatar {
    float: left;
    margin-right: 22px;
    margin-top: 15px
}

.comment-list .children li.comment {
    position: relative;
    padding-top: 0;
    padding-left: 0
}

.comment-list .children {
    margin-left: 30px
}

.cspt-comment-date {
    display: block;
    margin-bottom: 15px;
    color: #999999;
    font-size: 12px
}

.cspt-comment-date a {
    color: var(--cspt-leblix-global-color)
}

.comment-list .cspt-comment-avatar img {
    border-radius: 50%;
    width: 55px;
    height: 55px
}

.cspt-comment-content {
    position: relative;
    flex-grow: 1;
    border: 1px solid #eee;
    padding: 25px 30px 0 30px;
    background: #fff;
    margin-left: 80px;
    border-radius: 0
}

.cspt-comment-content .cspt-comment-author {
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: var(--cspt-leblix-blackish-color)
}

.cspt-comment-content:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 19px
}

.reply {
    position: absolute;
    top: 25px;
    right: 30px
}

.reply a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 16px;
    letter-spacing: 0.5px;
    border-radius: 0;
    color: #fff;
    background-color: var(--cspt-leblix-global-color);
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s
}

.reply a:hover {
    background-color: var(--cspt-leblix-blackish-color);
    color: #fff
}

.reply a:before {
    font-family: 'creativesplanet-base-icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 10px;
    content: "\f112";
    margin-right: 5px
}

.comment-list .cspt-comment {
    margin-bottom: 30px
}

.comment-list > li {
    margin-bottom: 40px
}

.cspt-comment-content:after, .cspt-comment-content:before {
    content: '';
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid
}

.cspt-comment-content:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 32px
}

.cspt-comment-content:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
    top: 30px
}

.comment-respond .comment-reply-title small {
    margin-left: 23px;
    font-size: 16px
}

.comment-list .comment-respond {
    margin-left: 80px;
    margin-bottom: 20px !important
}

.comment-respond {
    margin: 100px 0;
    margin-top: 0;
    border-radius: 0
}

.comment-respond .comment-reply-title {
    margin-bottom: 10px
}

.comment-respond .inline-field {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 25px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box;
    border-radius: 0
}

.cspt-comment-form-input-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cspt-comment-form-input-wrapper .cspt-comment-form-input {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.3333%;
    margin-left: 13px;
    margin-bottom: 15px;
    font-size: 13px;
    color: silver;
    box-sizing: border-box
}

.cspt-comment-form-input-wrapper .cspt-comment-form-input:first-child {
    margin-left: 0
}

.comment-notes, .logged-in-as {
    margin-bottom: 30px
}

.comment-form input[type=submit] {
    background-color: var(--cspt-leblix-global-color)
}

.comment-form input[type=submit]:hover {
    background-color: var(--cspt-leblix-blackish-color)
}

.comment-form .form-submit {
    margin-bottom: 40px
}

.comment-respond textarea:focus, .comment-respond input:focus {
    outline: none;
    border-color: var(--cspt-leblix-global-color)
}

.comment-form-cookies-consent {
    margin-bottom: 5px
}

.comment-form-cookies-consent label {
    margin-left: 5px
}

.pingback .cspt-comment-content {
    margin-left: 0
}

.trackback .cspt-comment-content:before, .trackback .cspt-comment-content:after, .pingback .cspt-comment-content:before, .pingback .cspt-comment-content:after {
    display: none
}

.trackback .cspt-comment-content {
    margin-left: 0
}

.single .cspt-portfolio-related, .single .cspt-post-related, .single .cspt-service-related {
    margin-top: 55px
}

.single .cspt-service-related {
    z-index: 1;
    position: relative
}

.container.cspt-team-single-style-1 {
    padding: 0
}

.cspt-team-name-info {
    margin-bottom: 20px
}

.cspt-team-left-inner {
    margin-right: 20px;
    position: relative;
    background-color: #eef7f9;
    overflow: hidden
}

.single-cspt-team-member .cspt-short-description {
    margin-top: 35px
}

.cspt-single-team-info {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
    font-size: 15px
}

.cspt-single-team-info li {
    margin-bottom: 15px
}

.cspt-single-team-info li label, .cspt-portfolio-line-title, .cspt-details-label {
    font-weight: 600
}

.cspt-portfolio-single .cspt-details-label {
    margin-top: 0
}

.cspt-details-label {
    margin-top: 10px
}

.cspt-single-team-info .icon {
    margin-right: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 15px
}

.cspt-team-single .cspt-team-social-links a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 0;
    background-color: var(--cspt-leblix-secondary-color);
    color: #fff
}

.cspt-team-single .cspt-team-social-links a:hover {
    background-color: var(--cspt-leblix-global-color);
    color: #fff !important;
    border-color: transparent
}

.cspt-team-single .cspt-team-social-links li {
    margin-right: 10px;
    margin-bottom: 10px
}

.cspt-team-single .cspt-entry-content {
    margin: 15px -10px 0 -10px
}

.cspt-team-social-links {
    list-style: none;
    margin: 0;
    padding: 0
}

.cspt-team-social-links li {
    display: inline-block;
    margin-right: 10px
}

.cspt-team-single .cspt-team-title {
    font-weight: bold;
    margin-bottom: 5px
}

.cspt-team-single .cspt-team-designation {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    margin-bottom: 35px
}

.cspt-team-form .input-group {
    display: block;
    margin-bottom: 30px
}

.cspt-team-form .input-group input[type="text"], .cspt-team-form .input-group input[type="email"], .cspt-team-form .input-group textarea {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 14px;
    background: transparent;
    border: 1px solid #eeeeee
}

.cspt-team-form .input-group input[type="text"], .cspt-team-form .input-group input[type="email"] {
    height: 60px
}

.cspt-team-form .input-group button i {
    padding-left: 10px;
    top: 3px;
    position: relative;
    font-size: 16px
}

.cspt-team-form .input-group button {
    height: 60px;
    padding: 0 60px;
    background-color: var(--cspt-leblix-global-color);
    letter-spacing: -0.14px;
    font-size: 14px
}

.cspt-team-form .input-group button:hover {
    background-color: var(--cspt-leblix-blackish-bg-color)
}

.cspt-team-form .input-group button:focus {
    outline: none;
    outline: unset
}

.single-cspt-team-member .cspt-team-single-style-2 .cspt-short-description {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 30px 0
}

.cspt-team-single-style-2 .cspt-single-team-info li {
    margin-bottom: 15px;
    color: #2c2c2c
}

.creativesplanet-ul-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.creativesplanet-ul-list ul li {
    margin: 12px 0
}

.creativesplanet-ul-list ul li i {
    margin-right: 10px;
    vertical-align: middle
}

.creativesplanet-ul-list.cspt-ul-type-disc ul {
    margin: 0;
    padding: 0
}

.creativesplanet-ul-list.cspt-ul-type-disc li {
    position: relative;
    padding-left: 30px;
    font-weight: 600
}

.creativesplanet-ul-list.cspt-ul-type-disc li:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    content: "";
    position: absolute;
    left: 4px;
    top: 7px
}

.creativesplanet-ul-list.icon-large ul li i {
    font-size: 20px
}

.search-results .cspt-top-search-form {
    margin-bottom: 42px;
    position: relative
}

.search-results .cspt-top-search-form .search-form input[type="search"] {
    height: 60px
}

.search-results .cspt-top-search-form .search-form button {
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px
}

.search-results .cspt-top-search-form .search-form button:after {
    position: absolute;
    font-family: 'creativesplanet-base-icons';
    content: '\e800';
    right: 16px;
    font-size: 16px;
    top: 17px;
    font-size: 16px;
    color: #ffffff;
    line-height: normal
}

.cspt-search-results {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

.cspt-search-results-left {
    margin-right: 30px
}

.cspt-search-results-left {
    width: 175px;
    flex-shrink: 0
}

.cspt-search-results-right .cspt-post-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px
}

.cspt-search-results-right .cspt-post-title a {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-search-results-right .cspt-post-title a:hover {
    color: var(--cspt-leblix-global-color)
}

.search-results .content-area.col-md-9 .site-main .page {
    padding-bottom: 0
}

.cspt-search-results-right .cspt-read-more-link {
    margin-top: 10px
}

.cspt-search-results-right .cspt-read-more-link a {
    color: var(--cspt-leblix-global-color);
    font-size: 14px !important
}

.cspt-search-results-right .cspt-read-more-link a:after {
    font-family: "creativesplanet-base-icons";
    content: '\e856';
    margin-left: 10px
}

.cspt-search-results-right .cspt-read-more-link a:hover {
    color: var(--cspt-leblix-blackish-color)
}

.nav-links {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px
}

.cspt-sidebar-exists .nav-links {
    margin-bottom: 0
}

body.search .nav-links {
    margin-top: 50px;
    margin-bottom: 80px
}

.nav-links .page-numbers {
    padding: 10px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #eee;
    background-color: #fff;
    color: var(--cspt-leblix-blackish-color);
    border-radius: 0
}

.nav-links .page-numbers:hover, .nav-links .page-numbers.current {
    color: #fff;
    border-color: var(--cspt-leblix-global-color);
    background-color: var(--cspt-leblix-global-color)
}

.cspt-gallery {
    display: table
}

.cspt-gallery > .cspt-gallery-image {
    display: table-cell;
    width: 100%
}

.creativesplanet-element-viewtype-carousel .container {
    position: relative
}

.creativesplanet-element-viewtype-row-column .cspt-carousel-navs {
    display: none
}

.cspt-carousel-navs {
    position: absolute;
    right: -5px;
    top: 0
}

.cspt-carousel-navs a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #fff;
    color: #0b0055;
    display: inline-block;
    font-size: 26px;
    margin: 0
}

.cspt-carousel-navs a > i:before {
    font-weight: 600
}

.cspt-carousel-navs a:hover {
    color: #fff;
    background-color: #0b0055
}

.creativesplanet-element-viewtype-carousel .owl-nav {
    position: absolute;
    top: -50px
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    text-align: center;
    z-index: 15;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    font-size: 15px;
    outline: none;
    display: inline-block;
    position: absolute;
    box-shadow: inherit;
    background-color: var(--cspt-leblix-blackish-bg-color)
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg)
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    font-family: "creativesplanet-base-icons";
    content: '\e839';
    font-size: 15px
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
    transform: rotate(190deg)
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
    content: '\e839'
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next span, .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev span {
    display: none
}

.cspt-text-color-white .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, .cspt-text-color-white .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    color: #000
}

.cspt-text-color-white .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover, .cspt-text-color-white .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff
}

.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    border: 0;
    background-color: #ceccdd;
    border-radius: 5px;
    margin: 0 5px;
    outline: none
}

.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--cspt-leblix-secondary-color);
    width: 24px;
    height: 7px
}

.cspt-elementor-bg-color-blackish .creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-text-color-white .creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
    border-color: #fff
}

.cspt-text-color-white .creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot:before {
    display: none
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.owl-right .creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
    text-align: right;
    margin-top: 15px
}

.owl-right .creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
    background-color: var(--cspt-leblix-global-color)
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button {
    cursor: pointer
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: 0
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: -30px
}

.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    z-index: 20;
    transition: all .4s ease 0s
}

.creativesplanet-element-viewtype-carousel .cspt-ele {
    display: none
}

.elementor-editor-active .creativesplanet-element-viewtype-carousel .cspt-ele {
    display: block
}

.creativesplanet-element-viewtype-carousel .owl-carousel .cspt-ele {
    display: block
}

.creativesplanet-element-viewtype-carousel[data-columns="1"] .cspt-ele:nth-child(1) {
    display: block
}

.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(1), .creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(2) {
    display: block
}

.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(1), .creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(2), .creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(3) {
    display: block
}

.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(1), .creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(2), .creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(3), .creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(4) {
    display: block
}

.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(1), .creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(2), .creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(3), .creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(4), .creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(5) {
    display: block
}

.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(1), .creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(2), .creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(3), .creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(4), .creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(5), .creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(6) {
    display: block
}

.multi-columns-row .first-in-row {
    clear: left
}

.multi-columns-row .col-xs-6:nth-child(2n+3) {
    clear: left
}

.multi-columns-row .col-xs-4:nth-child(3n+4) {
    clear: left
}

.multi-columns-row .col-xs-3:nth-child(4n+5) {
    clear: left
}

.multi-columns-row .col-xs-2:nth-child(6n+7) {
    clear: left
}

.multi-columns-row .col-xs-1:nth-child(12n+13) {
    clear: left
}

.multi-columns-row .col-xs-20percent:nth-child(5n+6) {
    clear: left
}

.multi-columns-row .col-sm-6:nth-child(2n+3) {
    clear: left
}

.multi-columns-row .col-sm-4:nth-child(3n+4) {
    clear: left
}

.multi-columns-row .col-sm-3:nth-child(4n+5) {
    clear: left
}

.multi-columns-row .col-sm-2:nth-child(6n+7) {
    clear: left
}

.multi-columns-row .col-sm-1:nth-child(12n+13) {
    clear: left
}

.multi-columns-row .col-sm-20percent:nth-child(5n+6) {
    clear: left
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n+3) {
        clear: none
    }

    .multi-columns-row .col-xs-4:nth-child(3n+4) {
        clear: none
    }

    .multi-columns-row .col-xs-3:nth-child(4n+5) {
        clear: none
    }

    .multi-columns-row .col-xs-2:nth-child(6n+7) {
        clear: none
    }

    .multi-columns-row .col-xs-1:nth-child(12n+13) {
        clear: none
    }

    .multi-columns-row .col-xs-20percent:nth-child(5n+6) {
        clear: none
    }

    .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: left
    }

    .multi-columns-row .col-sm-4:nth-child(3n+4) {
        clear: left
    }

    .multi-columns-row .col-sm-3:nth-child(4n+5) {
        clear: left
    }

    .multi-columns-row .col-sm-2:nth-child(6n+7) {
        clear: left
    }

    .multi-columns-row .col-sm-1:nth-child(12n+13) {
        clear: left
    }

    .multi-columns-row .col-sm-20percent:nth-child(5n+6) {
        clear: left
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: none
    }

    .multi-columns-row .col-sm-4:nth-child(3n+4) {
        clear: none
    }

    .multi-columns-row .col-sm-3:nth-child(4n+5) {
        clear: none
    }

    .multi-columns-row .col-sm-2:nth-child(6n+7) {
        clear: none
    }

    .multi-columns-row .col-sm-1:nth-child(12n+13) {
        clear: none
    }

    .multi-columns-row .col-sm-20percent:nth-child(5n+6) {
        clear: left
    }

    .search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: left
    }

    .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: left
    }

    .multi-columns-row .col-md-4:nth-child(3n+4) {
        clear: left
    }

    .multi-columns-row .col-md-3:nth-child(4n+5) {
        clear: left
    }

    .multi-columns-row .col-md-2:nth-child(6n+7) {
        clear: left
    }

    .multi-columns-row .col-md-1:nth-child(12n+13) {
        clear: left
    }

    .multi-columns-row .col-md-20percent:nth-child(5n+6) {
        clear: left
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: none
    }

    .multi-columns-row .col-md-4:nth-child(3n+4) {
        clear: none
    }

    .multi-columns-row .col-md-3:nth-child(4n+5) {
        clear: none
    }

    .multi-columns-row .col-md-2:nth-child(6n+7) {
        clear: none
    }

    .multi-columns-row .col-md-1:nth-child(12n+13) {
        clear: none
    }

    .multi-columns-row .col-md-20percent:nth-child(5n+6) {
        clear: none
    }

    .multi-columns-row .col-lg-6:nth-child(2n+3) {
        clear: left
    }

    .multi-columns-row .col-lg-4:nth-child(3n+4) {
        clear: left
    }

    .multi-columns-row .col-lg-3:nth-child(4n+5) {
        clear: left
    }

    .multi-columns-row .col-lg-2:nth-child(6n+7) {
        clear: left
    }

    .multi-columns-row .col-lg-1:nth-child(12n+13) {
        clear: left
    }

    .multi-columns-row .col-lg-20percent:nth-child(5n+6) {
        clear: left
    }
}

body .scroll-to-top {
    position: fixed;
    z-index: 200;
    opacity: 0;
    bottom: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    font-size: 16px;
    background-color: var(--cspt-leblix-global-color);
    text-align: center;
    border: 3px solid #eeeeee;
    color: #fff
}

body .scroll-to-top.show {
    opacity: 1
}

body .scroll-to-top:hover {
    color: #fff !important;
    background-color: #222
}

.cspt-blog-classic .wp-block-gallery .blocks-gallery-image, .cspt-blog-classic .wp-block-gallery .blocks-gallery-item {
    overflow: hidden
}

.cspt-blog-classic .wp-block-gallery .blocks-gallery-image figcaption, .cspt-blog-classic .wp-block-gallery .blocks-gallery-item figcaption {
    background: #eee;
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: -100%;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.cspt-blog-classic .wp-block-gallery .blocks-gallery-image:hover figcaption, .cspt-blog-classic .wp-block-gallery .blocks-gallery-item:hover figcaption {
    bottom: 0
}

.cspt-blog-classic .cspt-entry-content:after, .clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after {
    content: "";
    display: table
}

.cspt-blog-classic .cspt-entry-content:after, .clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
    clear: both
}

ul.wp-block-latest-posts, ul.wp-block-categories, ul.wp-block-archives {
    list-style: none
}

ul.wp-block-latest-posts li, ul.wp-block-categories li, ul.wp-block-archives li {
    padding-bottom: 0;
    position: relative;
    margin: 15px 0;
    padding: 0
}

ul.wp-block-latest-posts li a {
    line-height: normal;
    display: block;
    margin-bottom: 5px
}

ul.wp-block-categories > li ul {
    margin-left: 15px;
    margin-top: 15px
}

ul.wp-block-categories li > a, ul.wp-block-archives li > a {
    position: relative;
    padding-left: 20px
}

ul.wp-block-categories li > a:before, ul.wp-block-archives li > a:before {
    position: absolute;
    content: '\e814';
    left: 0;
    font-size: 16px;
    top: -6px;
    color: inherit;
    font-family: 'creativesplanet-base-icons'
}

ul.wp-block-archives ul.children {
    margin-left: 15px;
    margin-top: 15px
}

ul.wp-block-archives li span {
    position: absolute;
    top: 2px
}

ul.wp-block-archives li span, ul.wp-block-categories li span {
    width: 21px;
    height: 21px;
    line-height: 21px;
    background-color: #f2f3f4;
    color: var(--cspt-leblix-blackish-color);
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-left: 10px;
    border-radius: 50%
}

.wp-block-archives-dropdown {
    margin-bottom: 10px
}

.wp-block-button {
    margin: 3rem 0
}

.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
    color: #fff !important
}

.cspt-blog-classic .wp-block-column blockquote {
    padding: 30px 30px 30px 30px
}

.cspt-blog-classic .wp-block-column blockquote:after {
    font-size: 40px;
    line-height: 40px;
    top: 29px;
    left: 12px
}

.wp-block-button.alignleft {
    margin-top: 0;
    margin-right: 20px
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 16px;
    text-align: left
}

.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent
}

.wp-block-gallery .blocks-gallery-caption {
    margin-bottom: 25px;
    margin-top: -10px
}

.wp-block-categories-dropdown {
    margin-bottom: 20px
}

.wp-block-group.has-background {
    padding: 25px;
    margin-bottom: 15px
}

.wp-block-search {
    position: relative;
    display: inline-block
}

.wp-block-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 58px;
    line-height: 58px;
    margin-top: -29px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px
}

.wp-block-search input[type="search"] {
    height: 58px;
    line-height: 58px;
    border: 1px solid #ececec;
    background-color: #fff;
    padding-right: 90px
}

.wp-block-search .wp-block-search__button:after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 24px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: var(--cspt-leblix-global-color);
    font-size: 16px
}

.wp-block-search .wp-block-search__button {
    font-size: 0;
    top: auto;
    bottom: 0;
    background-color: transparent
}

.wp-block-archives-dropdown, .wp-block-search {
    margin-bottom: 25px
}

.wp-block-pullquote.has-background blockquote:before {
    text-align: left
}

.wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 9px 10px 0 rgba(26, 47, 106, 0.07);
    margin-bottom: 8px;
    margin-right: 8px
}

.wp-block-tag-cloud a:hover {
    background-color: var(--cspt-leblix-global-color);
    color: #fff
}

.wp-block-calendar table td#today {
    font-weight: bold
}

.wp-block-calendar table {
    border-collapse: separate;
    border-color: #dedede;
    border-spacing: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0;
    width: 100%
}

.wp-block-calendar table th, .wp-block-calendar table td {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
    padding: 10px
}

.wp-block-calendar caption {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    caption-side: top;
    color: inherit
}

.wp-block-calendar tbody a {
    display: block;
    font-weight: 700
}

.wp-block-calendar table td#prev {
    text-align: left
}

.wp-block-calendar table td#next {
    text-align: right
}

.wp-block-calendar tfoot a {
    text-decoration: none
}

.is-style-outline > .wp-block-button__link {
    color: #000 !important
}

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

.is-style-outline a.wp-block-button__link:hover {
    color: #fff;
    border-color: transparent
}

.is-style-outline a.wp-block-button__link:hover, .wp-block-button__link:hover {
    background-color: var(--cspt-leblix-global-color)
}

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

.cspt-infinite-loader {
    display: none;
    text-align: center
}

.cspt-infinite-loader-hide {
    display: none !important
}

.cspt-infinite-scroll-last {
    display: none
}

.cspt-infinite-scroll-data {
    display: none
}

.elementor-top-section.elementor-section > .elementor-container, .elementor-editor-active .elementor-column, .elementor-editor-active .elementor-background-overlay {
    z-index: 1
}

.cspt-add-block-btn {
    border: 1px solid black;
    padding: 15px;
    margin: 0 15px;
    cursor: pointer;
    background: #93003c;
    color: white
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover, .cspt-pricing-table-box .creativesplanet-ptable-price-w, .cspt-footer-section.cspt-text-color-blackish .widget-title, .cspt-footer-section.cspt-text-color-blackish a, .cspt-btn-style-text.cspt-btn-color-blackish .elementor-button, .cspt-btn-style-flat.cspt-btn-color-light .elementor-button, .cspt-btn-style-flat.cspt-btn-color-white .elementor-button, .cspt-color-blackish, .cspt-text-color-blackish h1, .cspt-text-color-blackish h2, .cspt-text-color-blackish h3, .cspt-text-color-blackish h4, .cspt-text-color-blackish h5, .cspt-text-color-blackish h6, .cspt-blackish {
    color: var(--cspt-leblix-blackish-color)
}

button, html input[type=button], input[type=reset], input[type=submit], .cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover, .cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button:hover, .cspt-btn-style-flat.cspt-btn-color-white .elementor-button:hover, .cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button, .cspt-bg-color-blackish, body .scroll-to-top:hover {
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-bg-color-white {
    background-color: #fff
}

.cspt-color-white, .cspt-text-color-white h1, .cspt-text-color-white h2, .cspt-text-color-white h3, .cspt-text-color-white h4, .cspt-text-color-white h5, .cspt-text-color-white h6, .cspt-white {
    color: var(--cspt-leblix-white-color)
}

.cspt-sub-cat-list-wrapper {
    position: relative;
    font-size: 16px;
    background-color: #fff;
    padding: 30px;
    padding-top: 22px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%)
}

.cspt-sub-cat-list-wrapper .cspt-sub-cat-list-title {
    position: relative;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 46px
}

ul.cspt-sub-cat-list {
    padding: 0;
    margin: 0
}

ul.cspt-sub-cat-list li {
    list-style: none;
    display: block;
    margin: 2px 0
}

ul.cspt-sub-cat-list li a {
    padding: 15px 15px 15px 50px;
    display: block;
    position: relative;
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: normal
}

ul.cspt-sub-cat-list li a i {
    color: var(--cspt-leblix-global-color);
    font-size: 23px;
    display: block;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 13px
}

.archive.tax-cspt-portfolio-category .cspt-ele.cspt-ele-portfolio {
    margin-bottom: 30px
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.cspt-blog-classic .wp-block-column ul {
    padding: 0;
    list-style: none
}

.cspt-blog-classic .wp-block-column ul li i {
    padding-right: 10px;
    font-size: 12px;
    color: var(--cspt-leblix-global-color)
}

.cspt-blog-classic .wp-block-column ul li {
    color: var(--cspt-leblix-blackish-color);
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 10px 0
}

span.cspt-form-error {
    color: red;
    font-size: 12px;
    display: none
}

body {
    counter-reset: csptbox1 csptbox2 csptbox3 csptbox4 cspt-rev-counter
}

.elementor-widget-button .elementor-button, .cspt-ptable-btn a, button, html input[type=button], input[type=reset], input[type=submit] {
    text-transform: capitalize;
    letter-spacing: -0.2px;
    padding: 20px 30px;
    outline: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 14px
}

.cspt-contact-info {
    font-size: 13px
}

.cspt-pre-header-wrapper {
    font-size: 12px
}

.cspt-color-white .cspt-contact-info li, .cspt-color-white .cspt-contact-info li a, .cspt-pre-header-wrapper.cspt-color-white .cspt-social-links a, .cspt-pre-header-wrapper.cspt-color-white .cspt-header-search-btn a {
    color: #fff
}

.cspt-color-white .cspt-contact-info li a:hover {
    opacity: 0.8
}

.cspt-pre-header-wrapper .cspt-social-links {
    display: inline-block
}

.cspt-contact-info li {
    position: relative;
    display: inline-flex
}

.cspt-contact-info li i {
    font-size: 18px
}

.cspt-top-bar-bt {
    font-size: 13px;
    display: inline-block;
    padding: 0 30px;
    background-color: #56aa46;
    color: #fff;
    vertical-align: top;
    font-weight: bold
}

.cspt-top-bar-bt:hover {
    color: #fff
}

.cspt-pre-header-right {
    display: flex
}

.cspt-contact-info, .cspt-pre-header-wrapper .cspt-social-links, .cspt-pre-header-wrapper .cspt-pre-header-right > *, .cspt-pre-header-wrapper .cspt-header-search-btn {
    position: relative
}

.cspt-pre-header-wrapper .cspt-social-links, .cspt-pre-header-wrapper .cspt-header-search-btn {
    padding: 0 15px
}

.site-title, .site-title a {
    -webkit-transition: none;
    transition: none
}

.cspt-header-box span {
    display: block
}

.navigation-top-wrapper {
    display: flex;
    flex-grow: 1
}

.cspt-slider-bottom-section {
    display: none
}

.cspt-sticky-header .cspt-header-menu-area {
    background-color: transparent !important
}

.cspt-navbar.cspt-dropdown-active-color-white ul > li > ul > li.current-menu-item > a, .cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_item > a, .cspt-navbar.cspt-dropdown-active-color-white ul > li > ul li.current_page_ancestor > a, .cspt-navbar.cspt-main-active-color-white > div > ul > li:hover > a, .cspt-navbar.cspt-main-active-color-white > div > ul > li.current_page_item > a, .cspt-navbar.cspt-main-active-color-white > div > ul > li.current-menu-parent > a {
    color: #fff
}

.cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul > li.current-menu-item > a, .cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_item > a, .cspt-navbar.cspt-dropdown-active-color-blackish ul > li > ul li.current_page_ancestor > a, .cspt-navbar.cspt-main-active-color-blackish > div > ul > li:hover > a, .cspt-navbar.cspt-main-active-color-blackish > div > ul > li.current_page_item > a, .cspt-navbar.cspt-main-active-color-blackish > div > ul > li.current-menu-parent > a {
    color: #071323
}

.cspt-heaing-style-1 .left-align {
    padding-left: 30px;
    border-left: 1px solid #e5e5e5;
    position: relative
}

.cspt-heaing-style-1 .left-align::before, .cspt-heaing-style-1 .left-align::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
    left: -3px
}

.cspt-heaing-style-1 .left-align::before {
    top: 0
}

.cspt-heaing-style-1 .left-align::after {
    bottom: 0
}

.cspt-elementor-bg-color-blackish .cspt-heaing-style-1 .left-align, .cspt-bg-color-blackish .cspt-heaing-style-1 .left-align {
    border-left-color: #353536
}

.cspt-heaing-style-2 .cspt-element-subtitle {
    position: relative;
    padding-bottom: 15px;
    display: inline-block
}

.cspt-heaing-style-2 .cspt-element-subtitle::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: 0;
    background-color: khaki
}

.cspt-heaing-style-2 .cspt-element-subtitle::after {
    content: '';
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: #000
}

.cspt-heaing-style-2 .center-align .cspt-element-subtitle::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cspt-elementor-bg-color-globalcolor.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4::after, .cspt-bg-color-globalcolor.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4::after, .cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading h4::after {
    background-color: #fff
}

.cspt-ihbox-icon-wrapper svg, .cspt-ihbox-svg-wrapper svg {
    width: 35px;
    height: 35px
}

.cspt-header-style-4 .cspt-title-bar-content {
    padding-top: 154px
}

.cspt-parent-header-style-3 .cspt-title-bar-content {
    padding-top: 202px
}

.cspt-meta-line a, .cspt-meta-line {
    color: #999999;
    font-size: 12px
}

.cspt-meta-line {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative
}

.creativesplanet-element-blog .cspt-meta-comment-wrapper.cspt-meta-line::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0
}

.creativesplanet-element-blog .cspt-meta-comment-wrapper.cspt-meta-line {
    padding-left: 10px
}

.creativesplanet-element-blog .cspt-meta-comment-wrapper i {
    color: var(--cspt-leblix-global-color)
}

.cspt-blog-meta-top .cspt-meta {
    margin-right: 0;
    position: relative;
    padding-left: 0;
    color: #999999;
    font-size: 14px;
    font-weight: 400
}

.single .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-comments, .cspt-blog-meta-top .cspt-meta a {
    color: #999999
}

.cspt-blog-meta-top .cspt-meta a:hover {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-blog-meta-top .cspt-meta {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 18px
}

.cspt-blog-classic {
    margin-bottom: 30px;
    position: relative;
    background: #fff
}

article:not(.cspt-no-img) .cspt-blog-classic {
    padding: 0
}

.cspt-blog-meta.cspt-blog-meta-top {
    padding-bottom: 0;
    margin-bottom: 0
}

article.cspt-no-img .cspt-blog-classic-inner {
    padding-top: 0;
    padding-right: 0;
    margin-right: 0
}

.cspt-entry-content .wp-caption:last-child, .cspt-blog-classic .cspt-blog-classic-inner .wp-audio-shortcode:last-child, .cspt-blog-classic .cspt-blog-classic-inner .cspt-read-more-link:last-child, .cspt-blog-classic .cspt-blog-classic-inner .wp-block-pullquote:last-child, .cspt-blog-classic .cspt-blog-classic-inner .wp-block-media-text:last-child, .cspt-blog-classic .cspt-blog-classic-inner .wp-block-cover.has-background-dim {
    margin-bottom: 25px
}

.cspt-no-img.post.sticky {
    padding: 40px 40px 10px 40px
}

.format-status.cspt-no-img .cspt-blog-classic .cspt-blog-classic-inner {
    padding-top: 5px
}

.cspt-entry-content .gallery {
    margin-bottom: 30px
}

.cspt-blog-classic .cspt-featured-wrapper {
    margin-bottom: 0;
    margin-top: -30px
}

.site-main article:last-of-type .cspt-blog-classic {
    margin-bottom: 0
}

.cspt-blog-classic .cspt-post-thumbnail {
    margin-bottom: 60px
}

.cspt-blog-classic .cspt-post-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: -1.5px;
    padding-right: 100px
}

.cspt-blog-classic .cspt-post-title a {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-blog-classic .cspt-post-title a:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-blog-classic .cspt-entry-content {
    margin-top: 20px;
    position: relative
}

.single .cspt-blog-classic .cspt-blog-classic-inner .cspt-entry-content {
    margin-top: 20px
}

article.post {
    margin-top: 30px
}

article.post.cspt-no-img {
    margin-top: 0
}

.cspt-blog-classic .cspt-featured-img-wrapper {
    position: relative;
    top: 0
}

.cspt-blog-classic .cspt-meta-date-wrapper {
    background-color: #fff;
    padding: 14px 20px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    right: 15px;
    bottom: -50px;
    z-index: 9;
    background: var(--cspt-leblix-global-color);
    text-align: center;
    border-radius: 0
}

.cspt-blog-classic .cspt-meta-date-wrapper .cspt-meta-day {
    display: block;
    font-size: 24px;
    line-height: 26px
}

.cspt-blog-classic .cspt-meta-date-wrapper span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0
}

article:not(.cspt-no-img) .cspt-blog-meta-top .cspt-meta-date, article.format-quote .cspt-meta-date-wrapper, .cspt-no-img .cspt-blog-classic .cspt-meta-date-wrapper {
    display: none
}

article.format-quote .cspt-blog-classic blockquote {
    margin-bottom: 25px
}

.cspt-blog-classic .cspt-blog-meta.cspt-blog-meta-top {
    position: relative;
    font-size: 14px;
    margin-top: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px
}

.single.single-post .cspt-blog-classic .cspt-blog-meta.cspt-blog-meta-top {
    border-bottom: 1px solid #eeeeee
}

.cspt-blog-classic-inner .cspt-read-more-link a {
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer;
    border: 2px solid;
    border-color: var(--cspt-leblix-global-color);
    color: var(--cspt-leblix-global-color);
    padding: 18px 40px;
    display: inline-block
}

.cspt-blog-classic-inner .cspt-read-more-link a span {
    position: relative;
    padding-right: 30px
}

.cspt-blog-classic-inner .cspt-read-more-link a span::after {
    content: "\e854";
    font-family: "creativesplanet-base-icons";
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 600
}

.cspt-blog-classic-inner .cspt-read-more-link a:hover {
    background-color: var(--cspt-leblix-global-color);
    color: var(--cspt-leblix-white-color)
}

.cspt-blog-classic .cspt-meta-date-top {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: var(--cspt-leblix-white-color);
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 10px;
    border-radius: 0
}

.cspt-blog-classic .cspt-read-more-link {
    margin-top: 60px
}

.cspt-blog-classic .cspt-meta-date-top span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 13px
}

.cspt-no-img .cspt-blog-classic .cspt-meta-date-top {
    display: none
}

article.post.format-quote {
    margin-top: 0
}

.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    font-style: italic;
    padding: 83px 55px 40px;
    position: relative;
    border: none;
    background: var(--cspt-leblix-secondary-color) !important;
    margin: 40px 0 37px
}

.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color), .cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) a {
    color: var(--cspt-leblix-white-color)
}

.cspt-blog-classic blockquote {
    margin-left: 0;
    border-color: var(--cspt-leblix-global-color)
}

.cspt-blog-classic blockquote cite {
    font-size: 14px;
    color: var(--cspt-leblix-global-color);
    font-weight: 600;
    font-style: normal;
    display: inline-block
}

.cspt-blog-classic blockquote em {
    font-size: 12px
}

.cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color)::before {
    position: absolute;
    font-size: 33px;
    font-weight: normal;
    top: 35px;
    font-family: "creativesplanet-base-icons";
    content: '\e857';
    line-height: 50px;
    text-align: center;
    color: var(--cspt-leblix-global-color);
    font-style: normal
}

.cspt-blog-classic blockquote .authorOrTitle {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    line-height: 15px
}

.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-icon {
    background: var(--cspt-leblix-light-bg-color);
    height: 60px;
    text-align: center;
    width: 60px;
    line-height: 60px;
    color: var(--cspt-leblix-global-color)
}

.cspt-blog-classic .cspt-blog-meta-social-share {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 1
}

.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: max-content;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 500ms ease;
    margin-right: -53px
}

.cspt-blog-classic .cspt-blog-meta-social-share:hover .cspt-social-share {
    opacity: 1;
    transform: translateX(-50px) translateZ(0px)
}

.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share li a {
    border: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    color: #fff
}

.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share li {
    display: inline-block;
    padding-right: 6px
}

.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share ul {
    display: inline-flex;
    padding-right: 6px
}

.cspt-blog-classic .cspt-blog-meta-social-share .cspt-social-share li i {
    font-size: 17px;
    padding: 0
}

.cspt-blog-classic blockquote cite::before, .wp-block-quote.is-style-large cite em::before, blockquote cite::before, blockquote small::before {
    content: "\2014\00a0";
    margin-right: 5px
}

.wp-block-quote.is-style-large cite::before {
    display: none
}

blockquote.wp-block-quote.is-style-large {
    padding: 40px 48px 50px;
    margin-top: 62px;
    margin-bottom: 30px
}

blockquote cite, blockquote small {
    display: block;
    font-size: 19px;
    line-height: 29px;
    font-style: italic;
    margin-top: 15px;
    opacity: 1;
    font-weight: 400;
    color: #fff
}

.cspt-quote-style1 blockquote cite em {
    color: #fff
}

.cspt-quote-style1 blockquote span {
    font-size: 14px;
    color: var(--cspt-leblix-global-color);
    font-weight: 600;
    font-style: normal
}

.cspt-quote-style1 blockquote cite em {
    font-size: 12px;
    margin-left: 2px
}

blockquote cite::before {
    content: unset
}

.wp-block-pullquote.is-style-solid-color blockquote {
    background-color: #fff
}

blockquote cite em, blockquote small em {
    font-style: normal
}

.cspt-blog-classic-inner .wp-block-column p {
    margin-right: 35px
}

.cspt-blog-classic .cspt-blog-classic-inner {
    padding-top: 20px;
    padding-bottom: 25px
}

.single.single-post .cspt-blog-classic .cspt-blog-classic-inner {
    padding: 15px 0 0
}

.post.sticky {
    background-color: #fff;
    position: relative;
    padding: 1px 40px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 10px solid
}

.post.sticky .cspt-blog-classic .cspt-blog-classic-inner {
    padding: 0;
    border: 0
}

.post.sticky .cspt-read-more-link a::after {
    background-color: #272727
}

.post.sticky .cspt-blog-classic {
    margin-bottom: 0;
    box-shadow: none;
    overflow: visible;
    border-radius: 0
}

.post.sticky .cspt-blog-classic::after {
    font-family: "creativesplanet-base-icons";
    content: "\e830";
    font-size: 25px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: -50px;
    top: -50px;
    background-color: var(--cspt-leblix-global-color);
    padding: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    border-radius: 0
}

.single .cspt-post-related .cspt-element-posts-wrapper .cspt-post-ele {
    margin-bottom: 0
}

.cspt-blog-meta-bottom {
    padding-top: 18px;
    display: -ms-flexbox !important;
    display: flex !important;
    border-top: 1px solid #eee
}

.cspt-blog-meta-bottom .cspt-meta-tags .cspt-meta-title {
    color: #424d6c;
    font-size: 16px;
    font-weight: 600
}

.cspt-blog-meta-bottom .cspt-meta-tags {
    display: block;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px
}

.cspt-blog-meta-bottom .cspt-meta-tags a {
    margin: 0 5px 5px 0;
    border: none
}

.cspt-blog-meta-bottom .cspt-meta-tags a:first-child {
    margin-left: 0
}

.cspt-blog-meta-bottom-right {
    width: 50%;
    text-align: right
}

.cspt-blog-meta-bottom ul {
    margin: 0;
    padding: 0
}

.cspt-blog-meta-bottom ul li {
    margin-right: 15px;
    display: inline-block;
    margin-bottom: 15px
}

.cspt-blog-meta-bottom ul li:last-child {
    margin: 0
}

.cspt-blog-meta-bottom .cspt-social-share li a {
    position: relative;
    display: block;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 14px
}

.cspt-blog-meta-bottom .cspt-tag-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    background: #fff;
    margin: 0 auto;
    display: none
}

.cspt-blog-meta-bottom-left {
    position: relative;
    overflow: hidden;
    width: 50%
}

.cspt-social-share .cspt-social-li-facebook a {
    background-color: #3B5998
}

.cspt-social-share .cspt-social-li-twitter a {
    background-color: #55ACEE
}

.cspt-social-share .cspt-social-li-google-plus a {
    background-color: #dd4b39
}

.cspt-social-share .cspt-social-li-linkedin a {
    background-color: #007bb5
}

.cspt-social-share .cspt-social-li-youtube a {
    background-color: #bb0000
}

.cspt-social-share .cspt-social-li-instagram a {
    background-color: #125688
}

.cspt-social-share .cspt-social-li-pinterest a {
    background-color: #cb2027
}

.cspt-social-share .cspt-social-li-snapchat-ghost a {
    background-color: #fffc00
}

.cspt-social-share .cspt-social-li-skype a {
    background-color: #00aff0
}

.cspt-social-share .cspt-social-li-android a {
    background-color: #a4c639
}

.cspt-social-share .cspt-social-li-dribbble a {
    background-color: #ea4c89
}

.cspt-social-share .cspt-social-li-vimeo a {
    background-color: #45bbff
}

.cspt-social-share .cspt-social-li-tumblr a {
    background-color: #2c4762
}

.cspt-social-share .cspt-social-li-vine a {
    background-color: #00b489;
    color: white
}

.cspt-social-share .cspt-social-li-foursquare a {
    background-color: #45bbff
}

.cspt-social-share .cspt-social-li-stumbleupon a {
    background-color: #eb4924
}

.cspt-social-share .cspt-social-li-flickr a {
    background-color: #f40083
}

.cspt-social-share .cspt-social-li-yahoo a {
    background-color: #430297
}

.cspt-social-share .cspt-social-li-soundcloud a {
    background-color: #ff5500
}

.cspt-social-share .cspt-social-li-reddit a {
    background-color: #ff5700
}

.cspt-social-share .cspt-social-li-rss a {
    background-color: #ff6600
}

.creativesplanet-overlay-box:hover img {
    transform: scale(1, 1);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    filter: blur(4px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px)
}

.cspt-sep-heading {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px
}

.cspt-sep-heading::after {
    position: absolute;
    content: "";
    width: 72px;
    height: 2px;
    bottom: 0;
    left: 0
}

.single-cspt-portfolio .post-navigation .nav-links {
    padding-bottom: 0;
    padding-top: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee
}

.cspt-portfolio-single-style-1 .cspt-short-description {
    margin-bottom: 60px
}

.cspt-portfolio-single-style-1 .cspt-featured-wrapper {
    margin-bottom: 50px
}

.cspt-portfolio-single-style-1 .cspt-portfolio-nav-thumbnail img {
    height: 65px;
    width: 65px
}

.cspt-portfolio-single-style-1 .nav-links .nav-title, .cspt-portfolio-single-style-1 .nav-links .nav-title {
    color: var(--cspt-leblix-secondary-color)
}

.cspt-portfolio-single-style-1 .nav-links .nav-title:hover, .cspt-portfolio-single-style-1 .nav-links .nav-title:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-portfolio-single-style-1 .cspt-portfolio-nav-head {
    color: #999999
}

.cspt-portfolio-single-style-2 .cspt-entry-content {
    margin-top: -100px
}

.cspt-single-project-content-wrapper {
    position: relative
}

.cspt-single-project-details-list {
    position: absolute;
    right: 65px;
    bottom: -65px;
    padding: 50px 60px;
    background: var(--cspt-leblix-secondary-color)
}

.cspt-portfolio-summary {
    margin-bottom: 50px
}

.cspt-single-project-details-list h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 500
}

.cspt-portfolio-lines-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 15px 30px
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-title {
    font-weight: 500;
    font-size: 14px;
    color: var(--cspt-leblix-global-color)
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li span {
    width: 100%;
    display: block
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li {
    margin: 0;
    padding: 0 38px 0 0;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    color: #fff;
    padding-bottom: 10px
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li:nth-last-child(1), .cspt-portfolio-lines-wrapper .cspt-portfolio-line-li:nth-last-child(2) {
    border-bottom: none
}

.cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a:hover, .cspt-portfolio-lines-wrapper .cspt-portfolio-line-li a {
    color: #fff
}

.cspt-service-single-style-1 .cspt-service-feature-image img {
    width: 100%;
    margin-bottom: 30px
}

.post-navigation .nav-links {
    margin-top: -1px;
    padding: 41px 0;
    display: -ms-flexbox;
    display: flex;
    align-items: normal;
    width: 100%
}

.post-navigation .nav-links a:hover {
    color: var(--cspt-leblix-global-color)
}

.post-navigation .nav-links .nav-previous {
    margin-right: auto !important
}

.post-navigation .nav-links .nav-next {
    text-align: right;
    margin-left: auto
}

.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next {
    width: 50%
}

.post-navigation .nav-links .cspt-prev-title, .post-navigation .nav-links .cspt-next-title {
    color: #000;
    font-size: 13px;
    background-color: #f9f9f9;
    padding: 8px 34px;
    border-radius: 30px;
    margin-bottom: 15px;
    display: inline-block;
    border: 1px solid #dcdcdc;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.post-navigation .nav-links .cspt-prev-title:hover, .post-navigation .nav-links .cspt-next-title:hover {
    color: #fff;
    border-color: transparent
}

.post-navigation .nav-links .nav-title, .post-navigation .nav-links .nav-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600
}

.cspt-portfolio-single .cspt-portfolio-nav-head {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 240px
}

.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon {
    width: 45px;
    text-align: left;
    display: inline-block;
    position: relative;
    font-size: 24px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    display: none
}

.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-icon {
    text-align: right
}

.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon i {
    position: absolute;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-icon i {
    left: 0
}

.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-icon i {
    right: 0
}

.cspt-portfolio-single .navigation {
    margin-top: 40px
}

.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
    display: inline-block;
    vertical-align: middle
}

.cspt-portfolio-single .post-navigation .nav-links {
    justify-content: space-between
}

.cspt-portfolio-single .post-navigation .nav-links .nav-previous, .cspt-portfolio-single .post-navigation .nav-links .nav-next {
    width: unset
}

.cspt-portfolio-single .nav-links a .cspt-portfolio-nav-wrapper {
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s
}

.archive .creativesplanet-ele-portfolio {
    margin-bottom: 30px
}

.cspt-sortable-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 42px;
    display: block
}

.cspt-sortable-list-ul li {
    display: inline-block
}

.cspt-sortable-list-ul li::before {
    content: ' ';
    margin: 0 20px;
    display: inline-block
}

.cspt-sortable-list-ul li:first-child::before {
    display: none
}

.cspt-sortable-list a {
    font-size: 18px;
    letter-spacing: -0.5px
}

.cspt-sortable-list a:hover {
    color: #222222
}

.cspt-category-style1 {
    text-align: center
}

.cspt-category-style1 .cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center {
    margin-bottom: 0
}

.cspt-category-style1 .cspt-sortable-list-ul {
    padding-bottom: 50px;
    display: inline-block;
    text-align: center;
    border-top: 1px solid #e2e2e3;
    margin-top: 30px;
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px
}

.cspt-category-style1 .cspt-sortable-list-ul li:first-child {
    margin-left: 0
}

.cspt-category-style1 .cspt-sortable-list-ul li:last-child {
    margin-right: 0
}

.cspt-category-style1 .cspt-sortable-link {
    position: relative
}

.cspt-category-style1 .cspt-sortable-link.cspt-selected::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0
}

.cspt-category-style2 .cspt-ihbox-style-hsbox {
    float: left;
    margin-bottom: 60px
}

.cspt-category-style2 .cspt-sortable-list {
    float: right
}

.cspt-category-style2 .cspt-ele-header-area::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.cspt-category-style2 .cspt-sortable-list-ul {
    margin-top: 15px
}

.cspt-text-color-white .cspt-sortable-list a {
    color: #fff
}

.cspt-category-style3 .cspt-ihbox-style-hsbox {
    float: left;
    margin-bottom: 60px
}

.cspt-category-style3 .cspt-sortable-list {
    float: right;
    margin-top: 25px
}

.cspt-category-style3 .cspt-sortable-link.cspt-selected::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0
}

.cspt-category-style3 .cspt-sortable-link {
    position: relative
}

.cspt-category-style3 .cspt-sortable-link.cspt-selected::after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0
}

.cspt-category-style3 .cspt-ele-header-area::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.creativesplanet-ele-team .creativesplanet-overlay {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.50)
}

.tax-cspt-team-group.cspt-sidebar-no #primary.content-area {
    margin-top: 60px
}

.tax-cspt-team-group .cspt-element-team-wrapper {
    margin-top: 40px
}

.cspt-team-single-pbar {
    margin-top: 60px
}

.cspt-team-single-style-1 .cspt-team-progressbar .elementor-title {
    font-size: 16px;
    font-weight: 700 !important;
    color: var(--cspt-leblix-blackish-color);
    letter-spacing: -0.25px
}

.cspt-team-single-style-1 .cspt-team-progressbar .cspt-progressbar {
    margin-bottom: 20px
}

.cspt-team-single-style-1 .cspt-team-progressbar {
    margin-top: 30px
}

.cspt-team-single-style-1 .cspt-team-single-info {
    padding: 50px;
    position: relative;
    z-index: 1;
    background: #fff
}

.cspt-team-single-style-1 .cspt-team-single-info::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0;
    width: 320px;
    right: auto;
    background-color: var(--cspt-leblix-global-color);
    z-index: -1
}

.cspt-team-single-style-1 .cspt-team-left-inner {
    box-shadow: 0 0 21px 0 rgb(0 0 0 / 9%);
    margin-right: 20px;
    position: relative;
    background-color: #fff;
    overflow: hidden
}

.cspt-team-single .cspt-team-info-block {
    padding: 30px 0;
    border-bottom: 1px solid #e5e8ef;
    margin: 0 30px
}

.cspt-single-team-info li {
    margin-bottom: 0
}

.cspt-team-single-style-1 .cspt-single-team-info li label {
    display: inline-block;
    font-weight: 500 !important;
    color: var(--cspt-leblix-blackish-color)
}

.cspt-team-single-style-1 .cspt-team-info-block h3, .cspt-team-single-style-1 .cspt-team-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--cspt-leblix-global-color)
}

.cspt-team-single-style-1 .cspt-team-designation {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.2px;
    color: var(--cspt-leblix-blackish-color);
    font-weight: 400;
    font-style: normal;
    margin-bottom: 20px
}

.single-cspt-team-member .cspt-team-single-style-1 .cspt-short-description {
    margin: 0;
    font-size: 14px
}

.cspt-team-single-style-1 .cspt-team-info-block:last-child {
    border-bottom: none
}

.cspt-team-single-style-1 .cspt-short-description h3 {
    display: none
}

.cspt-team-left-inner {
    background: none
}

.cspt-team-des {
    padding-right: 60px;
    padding-left: 60px
}

.cspt-team-social-links {
    margin-top: 20px
}

.wpcf7-form .input-group {
    display: block
}

.wpcf7-form textarea {
    height: 120px
}

.wpcf7-form input[type="number"], .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="search"] {
    height: 60px
}

.main-form input[type="text"], .main-form input[type="email"], .main-form select {
    height: 56px
}

.main-form textarea {
    height: 113px
}

.main-form input[type="text"], .main-form input[type="email"], .main-form select, .main-form textarea {
    font-size: 14px;
    padding: 20px 30px;
    background: transparent;
    border-bottom: 1px solid #d3d3d3;
    border-radius: 0
}

.main-form .cspt-select {
    background-color: transparent
}

.main-form select option:first-child {
    visibility: hidden
}

.main-form .cspt-select::after {
    display: none
}

.main-form .input-group {
    margin-bottom: 22px
}

.main-form .input-button {
    margin-top: 20px
}

.main-form button {
    padding: 20px 35px;
    width: 100%;
    background-color: var(--cspt-leblix-global-color)
}

.main-form button:hover {
    background-color: var(--cspt-leblix-blackish-bg-color)
}

.main-form textarea:focus::placeholder, .main-form input[type="text"]:focus::placeholder, .main-form input[type="email"]:focus::placeholder {
    color: var(--cspt-leblix-global-color)
}

.main-form input[type="text"]:focus, .main-form input[type="email"]:focus, .main-form select:focus, .main-form textarea:focus {
    border-color: var(--cspt-leblix-global-color);
    color: var(--cspt-leblix-global-color)
}

.main-form textarea:focus::placeholder, .main-form input[type="text"]:focus::placeholder, .main-form input[type="email"]:focus::placeholder {
    color: var(--cspt-leblix-global-color)
}

.cspt-team-form textarea:focus::placeholder, .cspt-team-form input[type="text"]:focus::placeholder, .cspt-team-form input[type="email"]:focus::placeholder {
    color: var(--cspt-leblix-global-color)
}

.cspt-form .input-button button span {
    position: relative
}

.cspt-form .input-button button span::after {
    content: "\e814";
    font-family: "creativesplanet-base-icons";
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -20px
}

.cspt-form .input-group {
    margin-bottom: 30px
}

.cspt-form-style-1 .input-group {
    margin-bottom: 15px
}

.cspt-form-style-1 .input-button button {
    width: 100%;
    margin-top: 15px;
    outline: none;
    background-color: var(--cspt-leblix-secondary-color);
    padding-right: 50px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cspt-form-style-1 .cspt-form .input-button button span::after {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cspt-form-style-1 .input-button button:hover {
    background-color: var(--cspt-leblix-white-color);
    color: var(--cspt-leblix-secondary-color)
}

.cspt-form-style-1 .cspt-select, .cspt-form-style-1 textarea, .cspt-form-style-1 input[type="text"], .cspt-form-style-1 input[type="email"] {
    background-color: #fff
}

.cspt-form-style-1 textarea::placeholder, .cspt-form-style-1 input[type="text"]::placeholder, .cspt-form-style-1 input[type="email"]::placeholder {
    color: rgb(153 153 153 / 0.9);
    opacity: 1
}

.cspt-form-style-1 .cspt-select {
    position: relative
}

.cspt-form-style-1 .cspt-select::after {
    content: "\e806";
    position: absolute;
    font-family: 'creativesplanet-base-icons';
    border: 0;
    font-size: 11px;
    color: var(--cspt-leblix-secondary-color);
    transform: rotate(90deg);
    opacity: 1;
    top: 26px;
    right: 10px
}

.cspt-form-style-1 textarea {
    padding-top: 28px
}

.cspt-form-style-1 select option:first-child {
    visibility: hidden
}

.cspt-form-style-1 .input-group select {
    height: 60px
}

.cspt-form-style-2 .cspt-select, .cspt-form-style-2 textarea, .cspt-form-style-2 input[type="text"], .cspt-form-style-2 input[type="email"] {
    background-color: #fff
}

.cspt-form-style-2 .cspt-select select, .cspt-form-style-2 input[type="number"], .cspt-form-style-2 input[type="text"], .cspt-form-style-2 input[type="email"], .cspt-form-style-2 input[type="password"], .cspt-form-style-2 input[type="tel"], .cspt-form-style-2 input[type="url"], .cspt-form-style-2 input[type="search"] {
    height: 48px
}

.cspt-form-style-2.cspt-form .input-group {
    margin-bottom: 20px
}

.cspt-form-style-2 .input-button button {
    outline: none;
    margin-top: 10px;
    width: 100%;
    padding-right: 50px;
    background-color: var(--cspt-leblix-global-color);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cspt-form-style-2 .input-button button:hover {
    background-color: var(--cspt-leblix-white-color);
    color: var(--cspt-leblix-blackish-color)
}

.cspt-form-style-3 input[type="text"], .cspt-form-style-3 input[type="email"], .cspt-form-style-3 textarea {
    background: transparent;
    border: 1px solid #eeeeee
}

.cspt-form-style-3 .input-group {
    margin-bottom: 30px
}

.cspt-form-style-3 input[type="text"], .cspt-form-style-3 input[type="email"] {
    padding: 0 35px
}

.cspt-form-style-3 textarea {
    padding: 40px 35px;
    height: 210px
}

.cspt-form-style-3 .input-button {
    text-align: center;
    margin: 0 auto
}

.cspt-form-style-3 .input-button button {
    background-color: var(--cspt-leblix-global-color);
    height: 60px;
    padding: 0 60px 0 40px
}

.cspt-form.cspt-form-style-3 .input-button button:hover span::after {
    color: var(--cspt-leblix-white-color)
}

.cspt-form-style-3 .input-button button:hover {
    background-color: var(--cspt-leblix-secondary-color)
}

.wpcf7 .cspt-form-style-3 .ajax-loader {
    display: block
}

.quote-form h3 {
    font-size: 24px;
    line-height: 30px;
    color: #fff
}

.wpcf7-form .quote-form .input-group {
    margin-bottom: 25px
}

.quote-form textarea, .quote-form input[type="text"] {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 0.3)
}

.quote-form input[type=submit] {
    width: 100%;
    background-color: #fff
}

.quote-form input[type=submit]:hover {
    color: #fff
}

.quote-form textarea::placeholder, .quote-form input[type="text"]::placeholder, .quote-form input[type="email"]::placeholder {
    color: rgb(255 255 255 / 0.7);
    opacity: 1
}

.quote-form textarea:-ms-input-placeholder, .quote-form input[type="text"]:-ms-input-placeholder, .quote-form input[type="email"]:-ms-input-placeholder {
    color: rgb(255 255 255 / 0.7)
}

.quote-form textarea::-ms-input-placeholder, .quote-form input[type="text"]::-ms-input-placeholder, .quote-form input[type="email"]::-ms-input-placeholder {
    color: rgb(255 255 255 / 0.7)
}

.wpcf7-form .quote-form button {
    background-color: #fff;
    color: #222d35
}

.wpcf7-form .quote-form button:hover {
    background-color: #222d35;
    color: #fff
}

.wpcf7-form .quote-form button:hover span::before {
    background-color: #fff
}

.wpcf7-form .quote-form button:focus {
    border: none;
    outline: none
}

.wpcf7-form .quote-form button {
    padding: 0;
    width: 100%
}

.wpcf7-form .quote-form button span {
    position: relative;
    padding: 20px 35px 20px 45px;
    display: inline-block
}

.wpcf7-form .quote-form button span::before {
    content: ' ';
    width: 15px;
    height: 1px;
    background-color: #222d35;
    margin-right: 10px;
    margin-top: 8px;
    position: absolute;
    left: 20px
}

.wpcf7-form .quote-form button::before {
    display: none
}

.cspt-client-wrapper {
    position: relative;
    text-align: center;
    z-index: 1;
    height: -webkit-max-content;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.owl-carousel .creativesplanet-ele-client img {
    width: auto !important;
    max-width: 100%;
    display: inline-block !important
}

.cspt-client-style-1 {
    text-align: center
}

.cspt-client-style-1 .cspt-client-wrapper {
    overflow: hidden
}

.cspt-client-style-1 .cspt-client-with-hover-img .cspt-featured-wrapper, .cspt-client-style-1 .cspt-client-hover-img {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.cspt-client-style-1 .cspt-client-hover-img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    transform: translateY(-100%)
}

.cspt-client-style-1 .cspt-client-with-hover-img .cspt-client-hover-img {
    transform: translateY(-100%)
}

.cspt-client-style-1 .cspt-client-with-hover-img:hover .cspt-client-hover-img {
    visibility: visible;
    transform: translateY(0%)
}

.cspt-client-style-1 .cspt-client-with-hover-img:hover .cspt-featured-wrapper {
    transform: translateY(100%)
}

.elementor-progress-bar {
    height: 10px;
    position: relative;
    background-color: var(--cspt-leblix-global-color)
}

.elementor-progress-bar, .elementor-progress-wrapper {
    border-radius: 10px
}

.elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    left: auto;
    top: -30px;
    font-weight: 700 !important;
    font-size: 18px;
    letter-spacing: -0.5px;
    color: var(--cspt-leblix-global-color)
}

.elementor-widget-progress .elementor-title {
    color: var(--cspt-leblix-blackish-color);
    font-weight: 700 !important;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.5px;
    margin-left: 6px;
    position: relative;
    top: -6px
}

.elementor-progress-wrapper {
    background-color: #fff;
    height: 100%
}

.elementor-progress-bar .elementor-progress-text::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//spm-ye.com/wp-content/themes/leblix/css/../images/shape.png) center center no-repeat;
    background-attachment: fixed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.cspt-ptable-icon-wrapper svg, .cspt-ptable-svg-wrapper svg {
    width: 70px;
    height: 70px
}

.cspt-ptable-line svg {
    width: 15px;
    height: 15px
}

.single-cspt-service .navigation {
    display: none
}

.single-service-contact {
    padding: 50px 30px;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-size: cover
}

.single-service-contact-inner {
    position: relative;
    z-index: 2
}

.single-service-contact-inner h2 {
    color: #fff
}

.creativesplanet-sidebar .widget.single-service-contact-bg {
    position: relative;
    padding-bottom: 35px !important
}

.single-service-contact::after {
    content: ' ';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    z-index: 0
}

.single-service-contact a.btn-link {
    padding: 20px 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 5px;
    display: inline-block
}

.single-service-contact .cspt-ihbox-icon {
    background: #000;
    border-radius: 50%;
    font-size: 34px;
    color: #fff;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 20px
}

.widget.leblix_category_list_widget ul > li {
    margin-bottom: 0 !important
}

.site-content .cspt_widget_list_all_posts ul > li {
    margin: 0;
    transition: .5s ease
}

.site-content .cspt_widget_list_all_posts ul > li a::before {
    position: absolute;
    content: '\e814';
    left: inherit;
    right: 30px;
    font-size: 16px;
    top: -3px;
    color: var(--cspt-leblix-secondary-color);
    font-family: 'creativesplanet-base-icons';
    top: 25%
}

.site-content .cspt_widget_list_all_posts ul > li.cspt-post-active a {
    background-color: var(--cspt-leblix-global-color);
    color: #fff
}

.site-content .cspt_widget_list_all_posts ul > li:hover a {
    background-color: var(--cspt-leblix-global-color);
    color: #fff
}

.site-content .cspt_widget_list_all_posts ul > li.cspt-post-active a::before {
    opacity: 1;
    color: var(--cspt-leblix-white-color)
}

.site-content .cspt_widget_list_all_posts ul > li:hover a::before {
    opacity: 1;
    color: var(--cspt-leblix-white-color)
}

.creativesplanet-sidebar .widget.widget_media_image {
    padding: 0;
    background: none
}

.site-content .cspt_widget_list_all_posts ul > li a {
    color: var(--cspt-leblix-blackish-color);
    padding: 15px 20px;
    display: block;
    position: relative;
    border-radius: 0;
    font-weight: normal
}

.single-cspt-service .creativesplanet-sidebar .widget.cspt_widget_list_all_posts .widget-title {
    color: var(--cspt-leblix-blackish-color)
}

.single-cspt-service .creativesplanet-sidebar .widget .widget-title::before {
    left: 0
}

.creativesplanet-sidebar .widget.cspt_widget_list_all_posts {
    background-color: var(--cspt-leblix-white-color)
}

.search-form label {
    display: none
}

.search-form button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 70px
}

.search-form button .screen-reader-text {
    display: none
}

.widget.widget_search .search-form {
    position: relative
}

.creativesplanet-sidebar .widget.widget_search {
    background-color: var(--cspt-leblix-global-color);
    padding-top: 30px
}

.creativesplanet-sidebar .widget.widget_search .widget-title {
    margin-top: -5px
}

.creativesplanet-sidebar .widget.widget_search:hover .widget-title, .creativesplanet-sidebar .widget.widget_search .widget-title {
    color: #fff
}

.creativesplanet-sidebar .widget.widget_search .widget-title::after {
    background-color: #fff
}

.widget.widget_search .search-form input[type="search"] {
    background-color: #fff;
    height: 60px;
    border: 0
}

.widget.widget_search .search-form button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    background-color: #fff;
    top: 0;
    height: 60px;
    color: var(--cspt-leblix-global-color);
    font-size: 16px;
    z-index: 1;
    width: 60px
}

.widget.widget_search .search-form button::after {
    position: absolute;
    font-family: 'creativesplanet-base-icons';
    content: '\e800';
    right: 20px;
    font-size: 16px;
    top: 21px;
    font-size: 16px;
    color: var(--cspt-leblix-global-color);
    line-height: normal;
    font-weight: normal
}

.creativesplanet-sidebar .widget_search .wp-block-search__label, .creativesplanet-sidebar .widget_block .wp-block-group h2, .creativesplanet-sidebar .widget .widget-title {
    padding: 5px 0;
    margin-bottom: 46px;
    position: relative
}

.creativesplanet-sidebar .widget_search .wp-block-search__label, .creativesplanet-sidebar .widget_block .wp-block-group h2, .creativesplanet-sidebar .widget .widget-title {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.creativesplanet-sidebar .widget_search:hover .wp-block-search__label, .creativesplanet-sidebar .widget_block:hover .wp-block-group h2, .creativesplanet-sidebar .widget:hover .widget-title .rsswidget, .creativesplanet-sidebar .widget:hover .widget-title {
    color: var(--cspt-leblix-global-color)
}

.creativesplanet-sidebar .widget_search .wp-block-search__label::before, .creativesplanet-sidebar .widget_block .wp-block-group h2::before, .creativesplanet-sidebar .widget .widget-title::before, .cspt-sub-cat-list .cspt-sub-cat-list-title::before {
    display: block;
    height: 1px;
    margin-top: 0;
    margin-bottom: -2px;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    background-color: #eeeeee
}

.creativesplanet-sidebar .widget_search .wp-block-search__label::after, .creativesplanet-sidebar .widget_block .wp-block-group h2::after, .creativesplanet-sidebar .widget .widget-title::after, .cspt-sub-cat-list .cspt-sub-cat-list-title::after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -3px;
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 40px;
    background-color: var(--cspt-leblix-global-color)
}

.creativesplanet-sidebar .widget_search .wp-block-search__label::after {
    background-color: var(--cspt-leblix-secondary-color)
}

.creativesplanet-sidebar .widget_search .wp-block-search__label, body .sidebar .widget.widget_search .widget-title {
    color: var(--cspt-leblix-white-color) !important
}

.creativesplanet-sidebar .widget {
    background-color: #fff;
    padding: 30px;
    padding-top: 28px;
    margin-bottom: 30px;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09)
}

.creativesplanet-sidebar .widget:last-child {
    padding-bottom: 30px
}

.site-content .leblix_category_list_widget ul > li, .site-content .cspt_widget_list_all_posts ul > li, .site-content .widget_categories ul > li a, .site-content .widget.widget_archive ul li a {
    margin: 2px 0;
    padding: 0
}

.site-content .leblix_category_list_widget ul > li a, .site-content .widget_categories ul > li a, .site-content .widget.widget_archive ul li a {
    padding: 12px 30px 10px 30px;
    display: block;
    position: relative;
    line-height: normal
}

.site-content .cspt_widget_list_all_posts ul > li, .site-content .widget_categories ul > li, .site-content .widget.widget_archive ul li {
    margin: 2px 0;
    padding: 0
}

.site-content .widget.widget_categories ul ul {
    margin-top: 2px
}

.site-content .widget.widget_archive ul > li {
    position: relative
}

.site-content .widget.widget_search .search-form button::before {
    content: none !important
}

.site-content .widget .wp-block-latest-comments {
    padding: 0
}

.creativesplanet-sidebar .widget a {
    font-weight: 700
}

.site-content .widget .wp-block-latest-comments li::before, .site-content .widget .wp-block-latest-posts li > a::before, .site-content .widget.widget_archive ul li > a::before, .site-content .widget.widget_categories ul li > a::before, .site-content .widget.widget_meta ul li a::before, .site-content .widget.widget_recent_comments ul li::before, .site-content .widget.widget_recent_entries ul li > a::before, .site-content .widget.widget_nav_menu ul li > a::before, .widget.widget_pages ul li a::before {
    position: absolute;
    content: '\e814';
    left: 0;
    font-size: 16px;
    top: 3px;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    line-height: normal;
    font-weight: normal
}

.site-content .widget .wp-block-latest-comments li, .site-content .widget .wp-block-latest-posts li > a, .site-content .widget.widget_categories ul li > a, .site-content .widget.widget_recent_comments ul li, .site-content .widget.widget_meta ul li > a, .site-content .widget.widget_recent_entries ul li > a, .site-content .widget.widget_archive ul li > a, .site-content .widget.widget_categories ul li > a, .site-content .widget.widget_nav_menu ul li > a, .site-content .widget.widget_pages ul li > a {
    position: relative;
    padding-left: 20px
}

.creativesplanet-sidebar .widget ul a {
    font-weight: 600 !important;
    letter-spacing: -0.2px
}

.leblix_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a {
    letter-spacing: 0;
    font-weight: 500 !important;
    color: var(--cspt-leblix-global-color)
}

.site-content .widget.widget_recent_comments ul li {
    color: #344450
}

.site-content .widget.widget_categories ul li > a {
    padding-left: 25px
}

.site-content .widget.widget_categories ul li > a::before {
    content: '\f115';
    left: 0;
    top: 15px;
    font-size: 13px
}

.site-content .widget.widget_archive ul li > a::before {
    content: '\e814';
    left: 0;
    top: 11px
}

.widget_archive ul li span, .widget_categories ul li span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: var(--cspt-leblix-global-color);
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    top: 7px
}

.site-content .widget .wp-block-latest-comments li::before, .site-content .widget.widget_recent_comments ul li::before {
    content: '\f0e5';
    font-size: 13px
}

.widget.widget_pages ul li a::before {
    content: '\e816';
    top: 7px;
    font-size: 12px
}

.cspt-metabox .widgettitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block
}

.cspt-metabox .widget ul li {
    margin-bottom: 12px
}

.widget.cspt-ads h5, .widget.cspt-ads {
    color: #fff !important;
    text-align: center
}

.widget.cspt-ads h5 {
    font-weight: 600
}

.widget.cspt-ads .cspt-inner {
    padding: 27px 30px 32px;
    position: relative
}

.widget.cspt-ads .cspt-inner p {
    font-size: 14px
}

.widget.cspt-ads .cspt-inner .cspt-top-icon {
    position: absolute;
    top: -85px;
    color: #01cd61;
    font-size: 40px;
    background: #ffffff;
    border-radius: 50%;
    height: 93px;
    width: 93px;
    left: 0;
    margin: 0 auto;
    left: 0;
    line-height: 95px;
    right: 0
}

.widget.cspt-ads {
    padding-top: 0;
    margin-top: 60px;
    background-color: var(--cspt-leblix-global-color)
}

a.cspt-service-btn {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 5px;
    margin: 30px 60px;
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 14px
}

a.cspt-service-btn:hover {
    border-color: transparent;
    color: var(--cspt-leblix-link-white-hover);
    background-color: var(--cspt-leblix-secondary-color)
}

.widget.cspt-ads img {
    margin-top: 0;
    clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%)
}

.creativesplanet-sidebar .widget.cspt-ads {
    padding: 0
}

.widget .download-list li i {
    margin-right: 10px;
    color: var(--cspt-leblix-global-color)
}

.widget .download-list li {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 14px;
    color: var(--cspt-leblix-blackish-color)
}

.widget .download .item-download a {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    -webkit-transition: 0.2s ease-out 0s;
    -o-transition: 0.2s ease-out 0s;
    transition: 0.2s ease-out 0s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 25px 30px
}

.widget .download .item-download img {
    width: 50%;
    display: block;
    margin: 0 auto 10px
}

.widget .download {
    display: flex;
    justify-content: center
}

.widget .download .item-download {
    margin-top: 20px;
    margin-left: 20px
}

.widget .download .item-download:first-child {
    margin-bottom: 10px;
    margin-left: 0
}

.widget .download .item-download a i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: middle
}

.widget.cspt-ads2 h3, .widget.cspt-ads2 {
    color: #fff;
    text-align: center
}

.widget.cspt-ads2 {
    background-color: var(--cspt-leblix-global-color);
    padding: 0;
    padding-bottom: 30px
}

.widget.cspt-ads2 img {
    margin: 0;
    margin-bottom: 20px
}

.widget.cspt-ads2 h3 {
    font-size: 30px
}

.widget.cspt-ads2 p {
    margin-bottom: 5px;
    font-size: 18px;
    list-style: 22px
}

.widget.cspt-ads2 .cspt-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin: -150px auto 0;
    position: relative;
    top: -30px;
    font-size: 40px;
    line-height: 100px
}

.widget.cspt-ads2 .cspt-icon i {
    color: var(--cspt-leblix-global-color)
}

.site-footer {
    font-size: 14px
}

.cspt-footer-section.cspt-footer-widget-area {
    padding-top: 60px
}

.site-footer .widget {
    padding: 25px 0 20px 0;
    position: relative
}

.site-footer .widget.cspt-topline {
    text-align: center
}

.site-footer .widget.cspt-topline::after {
    position: absolute;
    content: "";
    top: -60px;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--cspt-leblix-global-color);
    -webkit-transition: all .50s ease-in-out;
    transition: all .50s ease-in-out
}

.site-footer .cspt-footer-widget-col-1 .widget::after {
    width: 100%
}

.cspt-footer-section {
    background-color: transparent !important;
    position: relative
}

.cspt-footer-boxes, .cspt-footer-section.cspt-footer-big-area-wrapper, .cspt-footer-section.cspt-footer-text-area, .cspt-footer-section.cspt-footer-text-area {
    z-index: 1;
    position: relative
}

.footer-wrap {
    padding-top: 0;
    padding-bottom: 0
}

ul.cspt-timelist-list .cspt-timelist-li-value {
    /*color: var(--cspt-leblix-global-color)*/
    color: #fff
}

.cspt-footer-section.cspt-text-color-white a:hover {
    color: var(--cspt-leblix-white-color)
}

.cspt-footer-text-area .cspt-footer-copyright-box h3, .cspt-footer-widget .widget .widget-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
    /*color: var(--cspt-leblix-global-color)*/
    color: #fff
}

.cspt-footer-copyright-box .cspt-footer-copyright-text-area {
    text-align: center
}

.cspt-footer-copyright-box .cspt-footer-copyright-text-area i {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 40px;
    color: var(--cspt-leblix-global-color)
}

.site-footer .widget.widget_custom_html {
    padding-left: 70px;
    padding-right: 0
}

.cspt-footer-section .cspt-footer-logo img {
    max-height: 65px
}

.cspt-footer-copyright-box span {
    font-size: 14px;
    font-weight: 700;
    color: var(--cspt-leblix-global-color)
}

.cspt-footer-copyright-box ul.cspt-social-links {
    margin: 0;
    padding: 0;
    list-style: none
}

.cspt-footer-copyright-box ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px
}

.cspt-footer-copyright-box ul li.cspt-social-li a span {
    display: inline-block;
    text-align: center;
    color: #dddddd !important;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #dddddd;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cspt-footer-copyright-box ul li.cspt-social-li a span:hover {
    border-color: #fff;
    background-color: #fff
}

.cspt-footer-copyright-box ul li.cspt-social-li a span:hover {
    color: var(--cspt-leblix-secondary-color) !important
}

.cspt-footer-contact-info-inner i {
    display: inline-block;
    width: 64px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    margin-right: 25px;
    font-size: 30px;
    border: 2px solid;
    color: var(--cspt-leblix-global-white-color);
    font-weight: normal;
    border-radius: 50%;
    border-color: var(--cspt-leblix-global-color)
}

.cspt-footer-contact-info-inner .cspt-label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.cspt-footer-big-area .cspt-footer-contact-info-wrap {
    font-size: 25px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: var(--cspt-leblix-global-color)
}

.footer-wrap.cspt-footer-big-area .container {
    padding-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgb(255 255 255 / 10%);
    z-index: 9;
    position: relative
}

.cspt-footer-big-area .cspt-footer-social-icon {
    text-align: right
}

.cspt-footer-big-area .cspt-footer-social-icon ul {
    margin: 0
}

.cspt-footer-big-area .cspt-footer-social-icon li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 8px
}

.cspt-footer-big-area .cspt-footer-social-icon li a {
    font-size: 15px;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    color: var(--cspt-leblix-blackish-color)
}

.cspt-footer-big-area .cspt-footer-social-icon li a:hover {
    color: var(--cspt-leblix-white-color);
    background-color: var(--cspt-leblix-global-color)
}

.cspt-footer-contact-info-inner .cspt-label {
    display: block;
    font-weight: 800;
    font-size: 18px;
    line-height: 30px
}

.footer-wrap.cspt-footer-big-area .container::after {
    position: absolute;
    content: '';
    height: 5px;
    width: 360px;
    background: var(--cspt-leblix-global-color);
    bottom: -6px;
    left: 5px
}

.site-footer .cspt-footer-menu a:hover, .site-footer .widget ul a:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-two-column-menu.widget ul > li {
    float: left;
    width: 50%
}

.site-footer .widget.widget_nav_menu ul li > a, .site-footer .widget.widget_meta ul li > a, .site-footer .widget.widget_recent_entries ul li, .site-footer .widget.widget_recent_comments ul li, .site-footer .widget.widget_archive ul li > a, .site-footer .widget.widget_categories ul li > a, .site-footer .widget.widget_pages ul li > a {
    position: relative;
    padding-left: 18px
}

.site-footer .widget.widget_nav_menu ul li > a::before, .site-footer .widget.cspt_widget_list_all_posts ul li > a::before, .site-footer .widget.widget_meta ul li > a::before, .site-footer .widget.widget_recent_entries ul li::before, .site-footer .widget.widget_recent_comments ul li::before, .site-footer .widget.widget_archive ul li a::before, .site-footer .widget.widget_categories ul li a::before, .site-footer .widget.widget_pages ul li a::before {
    position: absolute;
    color: inherit;
    font-family: 'creativesplanet-base-icons';
    font-weight: normal;
    line-height: normal;
    content: '\e814';
    font-size: 16px;
    left: 0
}

.site-footer .widget.widget_nav_menu ul li > a::before, .site-footer .widget.widget_meta ul li > a::before, .site-footer .widget.widget_recent_entries ul li::before, .site-footer .widget.widget_recent_comments ul li::before, .site-footer .widget.widget_archive ul li a::before, .site-footer .widget.widget_categories ul li a::before, .site-footer .widget.widget_pages ul li a::before {
    top: 2px
}

.cspt-contact-social-area ul, .cspt-footer-social-area ul {
    list-style: none;
    text-align: right;
    margin: 0
}

.cspt-contact-social-area ul li, .cspt-footer-social-area ul li {
    display: inline-block;
    margin-right: 10px
}

.cspt-contact-social-area ul a, .cspt-footer-social-area ul li a {
    display: block;
    background-color: rgba(255, 255, 255, 0.30);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center
}

.site-header .cspt-navbar > div > ul > li.menu-item-has-children > a::after, .site-header .cspt-navbar > div > ul > li.page_item_has_children > a::after {
    font-family: "creativesplanet-base-icons";
    content: '\f107';
    margin-left: 8px;
    font-size: 13px;
    font-weight: bold
}

.site-header .cspt-navbar > div > ul > li:last-child > a::after {
    display: none
}

.site-footer .widget_archive ul li {
    position: relative
}

.site-footer .widget_archive ul li span, .site-footer .widget_categories ul li span {
    position: absolute;
    right: 15px;
    top: 0
}

.cspt-text-color-white .widget_categories ul li span, .cspt-text-color-white .widget_archive ul li span {
    background-color: #fff;
    color: var(--cspt-leblix-secondary-color)
}

.footer-social-links {
    border-top: 1px solid rgb(255 255 255 / 5%);
    margin-top: 50px;
    margin-left: -45px;
    margin-right: -45px
}

.footer-social-links {
    padding-top: 60px;
    padding-bottom: 0
}

.footer-social-links .cspt-social-links {
    margin-top: -15px
}

.footer-social-links .cspt-social-links li {
    display: inline-block
}

.footer-social-links .cspt-social-links li a {
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 4px;
    text-align: center;
    color: #333;
    border-radius: 50%
}

.footer-social-links .cspt-social-links li a:hover {
    color: #fff
}

.cspt-footer-text-area {
    padding-top: 0;
    padding-bottom: 0
}

.cspt-footer-text-area .cspt-footer-copyright-box.col-md-12 {
    text-align: center;
    font-size: 13px
}

.site-footer.cspt-footer-with-right.cspt-footer-widget-yes .cspt-footer-text-inner {
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid rgb(255 255 255 / 10%)
}

.site-footer .cspt-footer-text-inner {
    padding-top: 40px;
    padding-bottom: 40px
}

.cspt-sbox-icon-wrapper svg, .cspt-fid-svg-wrapper svg {
    width: 50px;
    height: 50px
}

.cspt-service-icon-wrapper svg {
    width: 65px;
    height: 65px
}

.cspt-service-icon-wrapper img {
    display: inline-block !important
}

ul.cspt-timelist-list {
    padding: 0;
    margin: 0
}

ul.cspt-timelist-list li {
    list-style: none;
    padding: 4px 0
}

ul.cspt-timelist-list li:first-child {
    padding-top: 0
}

ul.cspt-timelist-list li:last-child {
    border-bottom: none
}

ul.cspt-timelist-list .cspt-timelist-li-value {
    float: right
}

ul.cspt-timelist-list li .cspt-timelist-li-title {
    font-weight: 500
}

.cspt-timelist-list.cspt-openinghour .cspt-timelist-li-value, .cspt-timelist-list.cspt-openinghour li .cspt-timelist-li-title {
    color: #999;
    font-weight: 500
}

.error404 .site-content-contain.cspt-bg-color-white .site-content-wrap::before {
    background-color: rgba(255, 255, 255, 0.59)
}

.error404 .site-content-contain.cspt-bg-color-globalcolor .site-content-wrap::before {
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.60)
}

.error404 .site-content-contain.cspt-bg-color-secondarycolor .site-content-wrap::before {
    background-color: rgba(var(--cspt-leblix-secondary-color-rgb), 0.60)
}

.error404 .site-content-contain.cspt-bg-color-light .site-content-wrap::before {
    background-color: rgba(var(--cspt-leblix-light-bg-color-rgb), 0.60)
}

.error404 .site-content-contain.cspt-bg-color-blackish .site-content-wrap::before {
    background-color: rgba(var(--cspt-leblix-blackish-bg-color-rgb), 0.60)
}

.error-404 {
    margin: 0;
    width: 100%;
    padding: 196px 0 196px 0;
    position: relative;
    text-align: center
}

.cspt-parent-header-style-3 .error-404 {
    padding: 320px 0 220px 0
}

.cspt-parent-header-style-4 .error-404 {
    padding: 260px 0 220px 0
}

.error-404 .error-message {
    color: #2c2c2c
}

.error-404 .error-message {
    display: inline-block;
    font-size: 290px;
    line-height: 290px;
    font-weight: 900
}

.error-404 .footer-message {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 15px
}

.error-404 .search-form {
    margin: 45px auto;
    max-width: 400px
}

.error404 .wrap {
    width: 100%
}

.error404 .search-form {
    position: relative
}

.error404 .search-form input[type="search"] {
    border-radius: 0;
    height: 58px;
    line-height: 58px;
    background-color: #fff;
    border: 1px solid var(--cspt-leblix-light-bg-color);
    padding-right: 55px
}

.error404 .search-form .search-submit::after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 16px;
    top: 0;
    opacity: 1;
    z-index: 1;
    color: #dbdbdb;
    font-size: 22px
}

.error404 .search-form label {
    display: none
}

.error404 .search-form button {
    position: absolute;
    right: 5px;
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    top: 50%;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 50px
}

.error404 #primary {
    flex: none !important;
    max-width: none !important
}

.error404 .cspt-header-style-2 .cspt-header-menu-area {
    border-bottom: 1px solid #f1f1f1
}

.error404 a.cspt-home-back {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    position: relative;
    background-color: var(--cspt-leblix-blackish-color);
    color: #fff;
    padding: 15px 30px
}

.error404 a.cspt-home-back:hover {
    background-color: #fff;
    color: var(--cspt-leblix-blackish-color)
}

.error404 a.cspt-home-back::after {
    font-family: "creativesplanet-base-icons";
    content: '\e810';
    margin-left: 15px
}

.error404 .cspt-title-bar-wrapper {
    display: none
}

.error404 h2.page-title {
    font-size: 200px;
    line-height: 210px;
    color: var(--cspt-leblix-white-color);
    font-weight: bold
}

.error404 .site-content-wrap {
    position: relative
}

.error404 .site-content-wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: none !important
}

.error404 .cspt-text-color-blackish a.cspt-home-back:hover {
    opacity: 0.9
}

.search-no-results #primary {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.search-no-results-content {
    padding: 80px 50px;
    text-align: center;
    margin-bottom: 100px
}

.search-no-results-content p {
    margin-bottom: 30px;
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    max-width: 480px
}

.search-no-results .search-no-results-content .search-form {
    position: relative
}

.search-no-results .search-no-results-content .search-form input[type="search"] {
    padding-right: 50px;
    height: 60px
}

.search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-decoration, .search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-cancel-button, .search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-button, .search-no-results .search-no-results-content .search-form input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.search-no-results .search-no-results-content .search-form button {
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background-color: var(--cspt-leblix-global-color)
}

.search-no-results .search-no-results-content .search-form button::after {
    position: absolute;
    font-family: 'creativesplanet-base-icons';
    content: '\e800';
    right: 16px;
    font-size: 16px;
    top: 17px;
    font-size: 16px;
    color: #ffffff;
    line-height: normal
}

.search-results .cspt-top-search-form .search-form button {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-header-search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0
}

.cspt-header-search-form-wrapper.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1
}

.cspt-header-search-form-wrapper .search-form {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cspt-header-search-form-wrapper .search-form::after {
    font-family: "creativesplanet-base-icons";
    content: '\e800';
    position: absolute;
    right: 10px;
    top: 15px;
    color: #fff;
    font-size: 25px;
    line-height: normal
}

.cspt-header-search-form-wrapper .search-form input[type="search"] {
    height: 65px;
    line-height: 65px;
    font-size: 28px;
    background-color: transparent;
    text-align: left;
    color: #fff;
    border: none;
    border-bottom: 3px solid #fff;
    padding-left: 0;
    border-radius: 0
}

.cspt-header-search-form-wrapper .search-form button::before {
    display: none
}

.cspt-header-search-form-wrapper .search-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.89);
    opacity: 1
}

.cspt-header-search-form-wrapper .search-form input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.89)
}

.cspt-header-search-form-wrapper .search-form input[type="search"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.89)
}

.cspt-header-search-form-wrapper .search-form [type=submit] {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0;
    background-color: transparent;
    text-indent: -9999px
}

.cspt-header-search-form-wrapper .cspt-search-close {
    position: absolute;
    top: 40px;
    right: 40px;
    border-color: #fff;
    color: #fff;
    opacity: 0.8;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    text-align: center;
    cursor: pointer
}

.cspt-header-search-form-wrapper .cspt-search-close:hover {
    opacity: 1
}

.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0
}

.select2-container .select2-selection--single {
    height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px
}

.elementor-accordion .elementor-tab-title {
    background-color: #eee
}

.cspt-elementor-bg-color-light .elementor-accordion .elementor-tab-title, .cspt-bg-color-light .elementor-accordion .elementor-tab-title {
    background-color: #fff
}

.elementor-accordion-item {
    position: relative
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    position: relative;
    border: none;
    background-color: var(--cspt-leblix-light-bg-color) !important;
    padding: 10px 20px 10px 40px !important
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-accordion.elementor-tab-title.elementor-active {
    font-weight: 700;
    border-bottom: none
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active {
    background-color: var(--cspt-leblix-secondary-color) !important
}

.cspt-accordion-style1.elementor-widget .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
    padding: 20px 30px 20px 40px
}

.cspt-accordion-style1 .elementor-accordion .elementor-tab-content {
    padding: 0 45px 20px 40px
}

.cspt-accordion-style1 .elementor-accordion .elementor-accordion-item {
    margin-bottom: 10px;
    border: none
}

.cspt-accordion-style1 .elementor-accordion .elementor-tab-content {
    border: none
}

.cspt-accordion-style1 .elementor-accordion .elementor-tab-content.elementor-active {
    border-top: none
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active a, .cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-accordion-style1 .elementor-tab-content.elementor-active, .cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active {
    border: solid
}

.cspt-accordion-style1 .elementor-tab-content.elementor-active, .cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active, .cspt-accordion-style1.elementor-widget-accordion .elementor-accordion .elementor-tab-title:hover {
    border-color: var(--cspt-leblix-global-color)
}

.cspt-accordion-style1 .elementor-accordion .elementor-tab-title.elementor-active {
    background-color: var(--cspt-leblix-blackish-bg-color)
}

.cspt-accordion-style1 .elementor-accordion-item .elementor-tab-title.elementor-active {
    color: var(--cspt-leblix-global-color);
    border-color: var(--cspt-leblix-global-color);
    padding: 20px 20px 25px 40px !important
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title.elementor-active a::after {
    top: 15px
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-title a::after {
    position: absolute;
    content: '\f107';
    font-family: "creativesplanet-base-icons";
    color: var(--cspt-leblix-global-color);
    left: auto;
    top: 8px;
    right: 30px;
    font-weight: 700;
    font-size: 15px
}

.cspt-accordion-style1.elementor-widget-accordion .elementor-tab-content {
    color: var(--cspt-leblix-white-color) !important;
    background-color: var(--cspt-leblix-secondary-color) !important
}

.cspt-tabs .cspt-tabs-heading li svg {
    width: 45px;
    height: 45px
}

.cspt-tab-content-title, .cspt-tab-content {
    display: none
}

.cspt-tab-content.cspt-tab-active {
    display: block
}

.cspt-tab-link {
    border-right: none;
    display: block;
    padding: 18px 0;
    cursor: pointer;
    border: 1px solid #eeeeee;
    border-right: none
}

.cspt-tab-content-title, .cspt-tab-link {
    color: var(--cspt-leblix-blackish-color);
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 700 !important
}

.cspt-tabs .cspt-tabs-heading li svg {
    fill: var(--cspt-leblix-blackish-color)
}

.cspt-tab-content.cspt-tab-active .cspt-tab-content-title, .cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active {
    background: var(--cspt-leblix-global-color)
}

.cspt-tab-content.cspt-tab-active .cspt-tab-content-title, .cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active span, .cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active i {
    color: var(--cspt-leblix-white-color)
}

.cspt-tab-content.cspt-tab-active .cspt-tab-content-title svg, .cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active svg {
    fill: var(--cspt-leblix-white-color)
}

.cspt-tabs .cspt-tab-link li:last-child {
    margin-right: 0;
    border-right: 1px solid #eeeeee
}

.cspt-tabs .cspt-tabs-heading {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row
}

.cspt-tabs .cspt-tabs-heading li {
    flex-grow: 1;
    flex-basis: 0
}

.cspt-tabs .cspt-tabs-heading li:last-child {
    margin-right: 0;
    border-right: 1px solid #eeeeee
}

.cspt-tabs .cspt-tabs-heading li i {
    display: block;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal
}

.cspt-tabs .cspt-tabs-heading li svg, .cspt-tabs .cspt-tabs-heading li i:not(.cspt-leblix-icon) {
    margin: 5px 0 18px
}

.cspt-tabs .cspt-tab-content-wrapper {
    margin-top: 50px;
    margin-bottom: 0
}

.cspt-tabs .cspt-tab-content-inner .inner-content {
    margin-top: 30px
}

.cspt-tabs .cspt-tab-content-inner h2 {
    font-size: 36px;
    line-height: 40px
}

.cspt-tabs .cspt-tab-content-inner ul {
    margin-top: 30px;
    list-style: none;
    margin-left: 0;
    padding: 0
}

.cspt-tabs .cspt-tab-content-inner ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-family: "Rajdhani", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #081839
}

.cspt-tabs .cspt-tab-content-inner ul li::after {
    content: "\f17e";
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -2px;
    font-family: Flaticon
}

.cspt-tabs .cspt-tab-content-inner a.link-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    margin-top: 20px
}

.elementor-button {
    border-radius: 0
}

.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-square .elementor-button {
    border-radius: 0
}

.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-round .elementor-button {
    border-radius: 5px
}

.elementor-widget-button.cspt-btn-style-flat.cspt-btn-shape-rounded .elementor-button {
    border-radius: 10px
}

.elementor-widget.elementor-widget-button {
    color: #fff
}

.cspt-elementor-bg-color-globalcolor .cspt-btn-color-blackish .elementor-button:hover {
    color: var(--cspt-leblix-blackish-color)
}

.cspt-btn-style-flat.cspt-btn-color-white .elementor-button {
    background-color: #fff
}

.cspt-btn-style-flat.cspt-btn-color-white .elementor-button:hover {
    background-color: var(--cspt-leblix-blackish-color);
    color: #fff
}

.elementor-widget-button.cspt-btn-bg-color-secondary .elementor-button {
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button {
    color: var(--cspt-leblix-secondary-color)
}

.cspt-btn-style-text.cspt-btn-color-secondary .elementor-button:hover {
    color: var(--cspt-leblix-global-color)
}

.cspt-btn-style-flat .elementor-button, .cspt-btn-style-flat.cspt-btn-color-globalcolor .elementor-button, .cspt-btn-style-flat.cspt-btn-color-blackish .elementor-button:hover {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-btn-color-white .elementor-button, .cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button {
    color: var(--cspt-leblix-global-color)
}

.cspt-btn-style-text.cspt-btn-color-globalcolor .elementor-button:hover {
    color: var(--cspt-leblix-secondary-color)
}

.cspt-btn-style-outline .elementor-button {
    background-image: none !important;
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.cspt-btn-style-outline.cspt-btn-color-globalcolor .elementor-button:hover {
    color: #fff !important
}

.cspt-btn-style-outline.cspt-btn-color-white .elementor-button {
    border-color: #fff;
    color: #fff
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover .elementor-button-content-wrapper::before, .cspt-btn-style-outline.cspt-btn-color-white .elementor-button:hover {
    background-color: #fff
}

.cspt-btn-style-outline.cspt-btn-color-blackish .elementor-button:hover {
    color: #fff
}

.elementor-button.elementor-size-xs {
    padding: 12px 34px;
    font-size: 9px
}

.elementor-button.elementor-size-sm {
    padding: 16px 38px;
    font-size: 11px
}

.elementor-button.elementor-size-md {
    padding: 20px 42px;
    font-size: 13px
}

.elementor-button.elementor-size-lg {
    padding: 24px 46px;
    font-size: 15px
}

.elementor-button.elementor-size-xl {
    padding: 28px 50px;
    font-size: 17px
}

.cspt-btn-style-outline .elementor-button {
    border-color: var(--cspt-leblix-global-color);
    color: var(--cspt-leblix-global-color)
}

.cspt-btn-style-outline .elementor-button:hover {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-btn-style-outline.cspt-btn-color-secondary .elementor-button {
    border-color: var(--cspt-leblix-secondary-color);
    color: var(--cspt-leblix-secondary-color)
}

.cspt-btn-style-outline .elementor-button.elementor-size-sm {
    padding: 14px 38px
}

.cspt-btn-style-text .elementor-button {
    padding: 0;
    background-color: transparent
}

.cspt-btn-style-text.cspt-btn-color-white .elementor-button {
    color: #fff
}

.cspt-btn-style-text.cspt-btn-color-gradient .elementor-button {
    border-image-source: none !important;
    background-image: none !important
}

.elementor-button .cspt-leblix-icon-next {
    font-size: 10px;
    line-height: normal;
    position: relative
}

.elementor-button .elementor-align-icon-right {
    margin-left: 15px
}

.cspt-company-hostory .simple-text p {
    text-align: left
}

.cspt-company-hostory .year {
    padding: 6px 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: -17px;
    z-index: 9;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100px;
    text-align: center;
    background: #f2c21a
}

.cspt-company-hostory .company_detail .content {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500
}

.cspt-company-hostory .cspt-ourhistory-row {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.cspt-timeline .cspt-timeline-post-items {
    padding-top: 80px;
    padding-bottom: 80px
}

.cspt-timeline .cspt-timeline-post-items .cspt-timeline-inner {
    padding-bottom: 60px
}

.cspt-timeline .cspt-timeline-post-items .cspt-timeline-inner:last-child {
    padding-bottom: 0
}

.cspt-ourhistory-type2 .label {
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    color: var(--cspt-leblix-global-color)
}

.cspt-ourhistory-type2 h4 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 15px
}

.cspt-ourhistory-type2 .cspt-ourhistory-row .cspt-ourhistory-left .cspt-timeline-image img {
    width: 100%
}

.cspt-ourhistory-type2 .cspt-ourhistory-row {
    align-items: center
}

.cspt-ourhistory-type2.cspt-ourhistory-right.last {
    padding-bottom: 0
}

.cspt-ourhistory-type2 .cspt-ourhistory-right .cspt-timeline-image, .cspt-ourhistory-type2 .cspt-ourhistory-right .label {
    margin-bottom: 30px;
    display: none
}

.cspt-ourhistory-type2 .cspt-ourhistory-right .content {
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 126px 0 rgb(0 0 0 / 8%);
    position: relative
}

.cspt-ourhistory-type2 .cspt-ourhistory-right .content .simple-text p {
    margin-bottom: 0
}

.cspt-ourhistory-type2 .cspt-ourhistory-right .content::before {
    position: absolute;
    content: '';
    box-shadow: 0 8px 18px 0 rgb(0 0 0 / 3%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #fff;
    right: -20px;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.cspt-ourhistory-type2 .cspt-ourhistory-center span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: var(--cspt-leblix-global-color);
    padding: 5px 15px;
    color: var(--cspt-leblix-white-color);
    transform: translate(-50px, -20px);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cspt-ourhistory-type2:hover .cspt-ourhistory-center span {
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-timeline .cspt-timeline-inner:nth-child(even) .row.cspt-ourhistory-row {
    flex-direction: row-reverse;
    align-items: center
}

.cspt-timeline .cspt-timeline-inner:nth-child(even) .row.cspt-ourhistory-row .cspt-ourhistory-right .content::before {
    position: absolute;
    content: '';
    box-shadow: 0 8px 18px 0 rgb(0 0 0 / 3%);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 0 solid transparent;
    border-right: 20px solid #fff;
    left: -20px;
    right: auto;
    top: 50%;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.cspt-timeline .cspt-timeline-inner:nth-child(odd) .cspt-ourhistory-type2 .cspt-ourhistory-right {
    padding-right: 70px;
    padding-left: 15px
}

.cspt-timeline .cspt-timeline-post-items {
    position: relative
}

.cspt-timeline .cspt-timeline-post-items::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: calc(50% - 5px);
    width: 2px;
    height: 100%;
    background: var(--cspt-leblix-global-color)
}

.cspt-timeline .cspt-first-timeline {
    position: relative;
    z-index: 1;
    left: calc(50% - 13px);
    width: 18px;
    height: 18px;
    background: transparent;
    transform: rotate(45deg);
    border: 3px solid var(--cspt-leblix-global-color)
}

.cspt-timeline .cspt-last-timeline {
    position: relative;
    z-index: 1;
    left: calc(50% - 13px);
    width: 18px;
    height: 18px;
    background: transparent;
    transform: rotate(45deg);
    border: 3px solid var(--cspt-leblix-global-color)
}

.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon, .elementor-widget .elementor-icon-list-item .elementor-icon-list-text {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
    line-height: normal
}

.elementor-icon-list-icon i {
    color: var(--cspt-leblix-global-color) !important
}

.elementor-icon-list-item .elementor-icon-list-text {
    color: var(--cspt-leblix-blackish-color) !important
}

.elementor-icon-list-item span i {
    position: relative;
    top: 2px;
    font-weight: normal
}

.cspt-global-color {
    color: var(--cspt-leblix-global-color)
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    display: flex;
    text-align: left
}

.cspt-img-style1 .elementor-widget-container {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.cspt-img-style1 .elementor-widget-container::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    content: "";
    position: absolute;
    margin: -35px;
    width: 70px;
    height: 70px;
    transform: rotate(45deg);
    background-color: #fff
}

.cspt-bottom-border::after {
    position: absolute;
    content: '';
    height: 1px;
    width: 2000px;
    right: 0;
    background: #eeeeee
}

.cspt-ihbox-style-1-bg .cspt-text-color-white .cspt-heading-subheading .cspt-element-subtitle {
    color: var(--cspt-leblix-global-color)
}

.cspt-ihbox-style-1-bg .cspt-heading-subheading h4.cspt-element-subtitle::after {
    background-color: var(--cspt-leblix-global-color) !important
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes pulse-border {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 1
    }
    100% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        opacity: 0
    }
}

.cspt-colum-gap-left-15 .elementor-widget-wrap {
    margin-left: 10px
}

.cspt-col-stretched-right.cspt-right-bg-50 .cspt-stretched-div {
    left: 50%;
    background-color: #f5f5f5 !important
}

.cspt-blc-style-1 blockquote {
    margin: 0;
    border: 0;
    padding: 0;
    font-weight: normal !important;
    position: relative;
    padding-left: 45px;
    font-size: 24px;
    line-height: 36px
}

.cspt-blc-style-1 blockquote::before {
    position: absolute;
    content: '"';
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    top: -28px;
    left: 0;
    transform: rotate(180deg)
}

.cspt-blc-style-2 blockquote {
    margin: 0;
    padding: 0;
    font-weight: normal !important;
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    line-height: 26px
}

.cspt-newsletter {
    position: relative
}

.cspt-newsletter input[type="email"] {
    height: 50px;
    background: transparent;
    border: 1px solid #dddddd
}

.cspt-newsletter input[type="email"]::placeholder {
    color: #dddddd;
    opacity: 1
}

.cspt-newsletter input[type="email"]:-ms-input-placeholder {
    color: #dddddd
}

.cspt-newsletter input[type="email"]::-ms-input-placeholder {
    color: #dddddd
}

.cspt-newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
    padding: 16px 20px;
    padding-left: 65px;
    color: #dddddd;
    background: transparent;
    cursor: inherit !important
}

.cspt-newsletter button i {
    cursor: pointer
}

.cspt-newsletter button:focus {
    border: none;
    outline: none
}

.cspt-newsletter button::before {
    left: 40px
}

.cspt-special-row.elementor-top-section.elementor-section > .elementor-container {
    z-index: auto
}

.cspt-bottom-part {
    padding: 20px 30px;
    bottom: -62px
}

.cspt-bottom-part.elementor-widget-heading .elementor-heading-title {
    color: #fff
}

.cspt-bottom-part.elementor-widget-heading .elementor-heading-title span {
    text-decoration: underline
}

.cspt-vertical-sep.elementor-inner-column {
    border-left: 1px solid rgba(255, 255, 255, 0.2)
}

.cspt-vertical-sep.elementor-inner-column::after, .cspt-vertical-sep.elementor-inner-column::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #e5e5e5;
    left: -3px
}

.cspt-vertical-sep.elementor-inner-column::after {
    bottom: 0
}

.cspt-align-left .owl-carousel {
    position: static
}

.cspt-align-left .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    width: 80px;
    top: 0;
    right: 0
}

.cspt-align-left .cspt-ele-header-area {
    width: 60%
}

.cspt-heading-subheading h4.cspt-element-subtitle {
    position: relative;
    display: inline-block;
    margin-bottom: 8px
}

.cspt-heading-subheading h4.cspt-element-subtitle::after {
    position: absolute;
    content: '';
    content: '\f107';
    font-family: "creativesplanet-base-icons";
    color: var(--cspt-leblix-white-color);
    right: -30px;
    top: 2px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 18px;
    background: var(--cspt-leblix-global-color);
    border-radius: 50%
}

.cspt-heading-subheading h4.cspt-element-subtitle::after {
    background-color: var(--cspt-leblix-subheading-typography-color)
}

.elementor-section .cspt-clip-art-section::after {
    content: "";
    position: absolute;
    left: 50px;
    top: -11px;
    width: 20px;
    height: 20px;
    background-color: #0b053f;
    border: 1px solid #ff5001;
    background-clip: border-box;
    transform: rotate(45deg);
    border-bottom-color: #0b053f;
    border-right-color: #0b053f
}

.cspt-bg-img-style1 .elementor-widget-wrap {
    -webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%)
}

.cspt-underline .elementor-button-text {
    border-bottom: 1px solid
}

.cspt-button-new .elementor-button::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -20px;
    width: 20px;
    height: 20px;
    border: 1px solid #0b053f;
    background-clip: border-box;
    transform: rotate(45deg);
    border-top-color: transparent;
    border-left-color: transparent
}

.cspt-button-new.cspt-btn-color-secondary .elementor-button:hover::after {
    border-bottom-color: var(--cspt-leblix-global-color);
    border-right-color: var(--cspt-leblix-global-color)
}

.twentytwenty-horizontal .twentytwenty-handle::after {
    margin-top: 40px
}

.twentytwenty-horizontal .twentytwenty-handle::before {
    margin-bottom: 40px
}

.twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-horizontal .twentytwenty-handle::after {
    background-color: var(--cspt-leblix-global-color);
    -webkit-box-shadow: 0 3px 0 var(--cspt-leblix-global-color), 0px 0 12px rgba(var(--cspt-leblix-global-color-rgb) / 20%);
    -moz-box-shadow: 0 3px 0 var(--cspt-leblix-global-color), 0px 0 12px rgba(var(--cspt-leblix-global-color-rgb), 0.20);
    box-shadow: 0 3px 0 var(--cspt-leblix-global-color), 0px 0 12px rgba(var(--cspt-leblix-global-color-rgb) / 20%)
}

.twentytwenty-handle {
    width: 80px;
    height: 80px;
    border-color: var(--cspt-leblix-global-color)
}

.twentytwenty-left-arrow {
    border-right-color: var(--cspt-leblix-global-color);
    margin-left: -35px
}

.twentytwenty-right-arrow {
    border-left-color: var(--cspt-leblix-global-color);
    margin-right: -35px
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    border-width: 10px 15px 10px 15px
}

.cspt-text-style-1 .elementor-widget-container::before, .cspt-text-style-1 .elementor-widget-container::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -39px;
    margin-top: 4px;
    padding: 20px 40px;
    -webkit-clip-path: polygon(63% 0, 0 0, 0 100%);
    clip-path: polygon(63% 0, 0 0, 0 100%)
}

.cspt-text-style-1 .elementor-widget-container::before {
    left: 10px;
    bottom: -50px;
    background: #ecedf9
}

.cspt-text-style-1 .elementor-widget-container, .cspt-text-style-1 .elementor-widget-container::after {
    background-color: var(--cspt-leblix-blackish-color)
}

.cspt-img-shadow-style-1 .elementor-widget-container img {
    -moz-box-shadow: 150px 0 0 -110px var(--cspt-leblix-global-color), -175px 0 0 -110px var(--cspt-leblix-global-color);
    -webkit-box-shadow: 150px 0 0 -110px var(--cspt-leblix-global-color), -175px 0 0 -110px var(--cspt-leblix-global-color);
    box-shadow: 150px 0 0 -110px var(--cspt-leblix-global-color), -175px 0 0 -110px var(--cspt-leblix-global-color)
}

body .elementor-element.cspt-who-we-image {
    z-index: 2
}

body .elementor-element.cspt-fact-postiion .elementor-container {
    z-index: 2
}

body .elementor-element.cspt-fact-postiion {
    z-index: unset
}

.cspt-digit-box {
    font-size: 17px;
    line-height: normal;
    display: flex;
    margin-top: 40px
}

.cspt-digit-box .cspt-digit {
    font-size: 40px;
    font-weight: 700 !important;
    margin-right: 25px
}

.cspt-digit-box .cspt-digit sup {
    font-size: 26px;
    line-height: 26px;
    font-weight: bold
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .elementor-widget-container {
    position: relative
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .elementor-widget-container::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 100%;
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.50);
    right: 0;
    top: 0;
    z-index: 1
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
    top: auto;
    bottom: 0;
    width: 120px;
    height: 60px;
    left: 100px
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev, .cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    line-height: 60px
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
    left: 0;
    background-color: #fff;
    color: #000;
    line-height: 58px
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
    right: 0;
    left: 60px
}

.cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next::after, .cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev::after {
    content: '\e814';
    font-size: 45px
}

.page.cspt-sidebar-exists .site-content-contain, .archive.cspt-sidebar-exists .site-content-contain, .blog .site-content-contain, .single.blog .site-content-contain {
    background-color: #fff
}

.cspt-text-color-white .cspt-footer-newsletter input[type="email"] {
    background-color: rgb(255 255 255 / 15%);
    margin-top: 20px;
    border: none;
    padding: 0 35px;
    height: 50px;
    color: var(--cspt-leblix-white-color)
}

.cspt-text-color-white .cspt-footer-newsletter input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.60);
    opacity: 1
}

.cspt-text-color-white .cspt-footer-newsletter input[type="email"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.60)
}

.cspt-text-color-white .cspt-footer-newsletter input[type="email"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.60)
}

.mc4wp-form .mc4wp-form-fields span {
    font-style: italic
}

.cspt-footer-newsletter button {
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.04px;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    margin-top: 5px;
    background-color: var(--cspt-leblix-global-color)
}

.cspt-footer-newsletter button:hover {
    background-color: var(--cspt-leblix-white-color);
    color: var(--cspt-leblix-blackish-color)
}

.cspt-footer-newsletter button:focus {
    outline: none
}

.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0
}

.select2-container .select2-selection--single {
    height: 50px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px
}

.page.cspt-sidebar-exists .comments-area {
    margin-top: 0
}

.cspt-service-single blockquote {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-style: italic;
    padding: 70px 55px 55px;
    position: relative;
    border: none;
    background: var(--cspt-leblix-secondary-color) !important;
    color: #05006d;
    margin: 40px 12px 35px;
    background: var(--cspt-leblix-white-color)
}

.cspt-quote-style1 blockquote cite::before {
    position: absolute;
    font-size: 33px;
    font-weight: normal;
    top: 35px;
    font-family: "creativesplanet-base-icons";
    content: '\e857';
    line-height: 50px;
    text-align: center;
    color: var(--cspt-leblix-global-color);
    font-style: normal
}

.cspt-progress-style2 .elementor-progress-wrapper::before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//spm-ye.com/wp-content/themes/leblix/css/../images/shape.png);
    background-attachment: fixed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.cspt-substyle1 .cspt-heading-subheading {
    display: flex
}

.cspt-substyle1 .cspt-element-title {
    margin-left: 80px;
    margin-top: -7px
}

.cspt-singleimg-effect .elementor-widget-container::before, .cspt-singleimg-effect .elementor-widget-container::after {
    position: absolute;
    content: '';
    height: 300px;
    width: 300px;
    background: var(--cspt-leblix-secondary-color);
    left: -28px;
    border-radius: 50%;
    z-index: -1
}

.cspt-singleimg-effect .elementor-widget-container::before {
    height: 90px;
    width: 90px;
    background: var(--cspt-leblix-global-color);
    bottom: 221px;
    right: -53px;
    left: auto
}

.cspt-singleimg-effect .elementor-widget-container {
    position: relative;
    display: inline-block
}

.cspt-singleimg-effect1.cspt-singleimg-effect .elementor-widget-container::after {
    height: 215px;
    width: 215px;
    top: 20px;
    left: 20px
}

.cspt-singleimg-effect1.cspt-singleimg-effect .elementor-widget-container::before {
    bottom: 205px
}

.cspt-element-miconheading-style-2 .cspt-element-posts-wrapper::before {
    content: '';
    position: absolute;
    left: -144px;
    right: -98px;
    height: 100%;
    display: block;
    background: url(//spm-ye.com/wp-content/themes/leblix/css/../images/step-bg-img.png) center center no-repeat;
    top: 18px
}

.cspt-bgshape .elementor-widget-container::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: var(--cspt-leblix-white-color);
    z-index: -1;
    top: -50px;
    left: -12px
}

.elementor-text-editor p.cspt-normalstyle1, .elementor-text-editor p.cspt-normal {
    -webkit-initial-letter: normal;
    initial-letter: normal
}

.elementor-text-editor p.cspt-normal:first-letter {
    font-size: 56px;
    line-height: 36px;
    padding: 6px 3px;
    margin-right: 6px;
    float: left;
    color: var(--cspt-leblix-global-color);
    font-weight: 600
}

.elementor-text-editor p.cspt-normalstyle1:first-letter {
    font-size: 35px;
    line-height: 35px;
    padding: 2px 10px;
    margin-right: 6px;
    margin-top: 5px;
    float: left;
    color: var(--cspt-leblix-white-color);
    font-weight: 700;
    background: var(--cspt-leblix-global-color)
}

.cspt-bg-color-yes.cspt-elementor-bg-color-secondary .cspt-heading-subheading .cspt-element-title {
    color: var(--cspt-leblix-white-color)
}

.cspt-contactinfo-pos {
    position: absolute;
    top: 125px;
    left: 125px;
    background: var(--cspt-leblix-white-color);
    width: auto;
    max-width: 415px;
    margin: auto
}

.cspt-tab-content-inner .tab-content {
    display: flex;
    align-items: center
}

.cspt-tab-content-inner .col-md-6 {
    padding: 0
}

.cspt-tab-content-inner .tab-content-text {
    font-size: 15px;
    padding-right: 25px
}

.cspt-tab-content-inner h3 {
    font-size: 24px;
    font-weight: 600 !important;
    line-height: 30px;
    color: var(--cspt-leblix-global-color)
}

.cspt-tab-content-inner .tab-content-wrapper {
    padding-left: 0;
    margin-right: 20px
}

.cspt-info_or h2 {
    background: #003281;
    border-radius: 50%;
    height: 40px;
    width: 40px !important;
    text-align: center
}

.cspt-info_or h2::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -18px;
    bottom: 0;
    left: 20px;
    border-left: 1px dashed;
    border-color: var(--cspt-leblix-secondary-color);
    height: 75px
}

.cspt-playanimation .elementor-widget-container {
    border: 5px solid;
    border-color: var(--cspt-leblix-white-color);
    border-radius: 50%;
    height: 87px;
    width: 87px
}

.cspt-playanimation .elementor-widget-container::after, .cspt-playanimation .elementor-widget-container::before {
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.08);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    z-index: -1
}

.cspt-playanimation .elementor-widget-container::after {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.cspt-playanimation .elementor-widget-container:hover::after, .cspt-playanimation .elementor-widget-container:hover::before {
    -webkit-animation: ts-wave 3s infinite;
    animation: ts-wave 3s infinite
}

@-webkit-keyframes ts-wave {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

@keyframes ts-wave {
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0)
    }
}

.cspt-hexagonimg .elementor-widget-container img {
    margin-top: -20px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%)
}

.cspt-effect-img .elementor-widget-container::before {
    position: absolute;
    background-repeat: repeat-x !important;
    content: "";
    right: -2px;
    background-image: url(//spm-ye.com/wp-content/themes/leblix/css/../images/cspt-bgshape.png);
    height: 165px;
    width: 165px;
    top: -40px;
    z-index: -1
}

.cspt-tab-content-title, .cspt-tab-content {
    display: none
}

.cspt-tab-content.cspt-tab-active {
    display: block
}

.cspt-tab-link {
    border-right: none;
    display: block;
    padding: 18px 0;
    cursor: pointer;
    color: var(--cspt-leblix-blackish-color);
    font-size: 16px;
    letter-spacing: -0.4px;
    font-weight: 700 !important;
    border: 1px solid #eeeeee;
    border-right: none
}

.cspt-tabs .cspt-tab-link li:last-child {
    margin-right: 0;
    border-right: 1px solid #eeeeee
}

.cspt-tabs .cspt-tabs-heading {
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row
}

.cspt-tabs .cspt-tabs-heading li {
    flex-grow: 1;
    flex-basis: 0
}

.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active {
    background: var(--cspt-leblix-global-color)
}

.cspt-tabs .cspt-tabs-heading li:last-child {
    margin-right: 0;
    border-right: 1px solid #eeeeee
}

.cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active span, .cspt-tabs .cspt-tabs-heading li.cspt-tab-li-active i {
    color: var(--cspt-leblix-white-color)
}

.cspt-tabs .cspt-tabs-heading li i {
    display: block;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal
}

.cspt-tabs .cspt-tab-content-wrapper {
    margin-top: 50px;
    margin-bottom: 0
}

.cspt-tabs .cspt-tab-content-inner .inner-content {
    margin-top: 30px
}

.cspt-tabs .cspt-tab-content-inner h2 {
    font-size: 36px;
    line-height: 40px
}

.cspt-tabs .cspt-tab-content-inner ul {
    margin-top: 30px;
    list-style: none;
    margin-left: 0;
    padding: 0
}

.cspt-tabs .cspt-tab-content-inner ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
    font-family: "Rajdhani", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #081839
}

.cspt-tabs .cspt-tab-content-inner ul li::after {
    content: "\f17e";
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: -2px;
    font-family: Flaticon
}

.cspt-tabs .cspt-tab-content-inner a.link-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 16px 40px;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    margin-top: 20px
}

.cspt-middle-image.elementor-column {
    height: 480px
}

.cspt-global-color-box .elementor-icon-wrapper > a {
    background-color: var(--cspt-leblix-global-color) !important
}

.cspt-global-color-box .elementor-icon-wrapper > a:hover {
    background-color: var(--cspt-leblix-secondary-color) !important
}

.cspt-global-title-color .elementor-heading-title {
    color: var(--cspt-leblix-global-color) !important
}

.elementor-section.cspt-margin-left-10px {
    margin-left: -10px
}

.cspt-icon-style-1 .elementor-icon {
    box-shadow: 0 23px 13px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: relative;
    color: var(--cspt-leblix-global-color) !important
}

.cspt-icon-style-1 {
    z-index: auto !important
}

.cspt-icon-style-1::before {
    width: 250px !important;
    height: 250px !important;
    background-color: rgba(var(--cspt-leblix-global-color-rgb), 0.40) !important
}

.cspt-icon-style-1::after {
    width: 170px !important;
    height: 170px !important;
    background-color: var(--cspt-leblix-global-color) !important
}

.cspt-icon-style-1::before, .cspt-icon-style-1::after {
    position: absolute !important;
    content: '' !important;
    border-radius: 50% !important;
    left: 50% !important;
    top: 50% !important;
    z-index: -1 !important;
    -khtml-transform: translateX(-50%) translateY(-50%) !important;
    -moz-transform: translateX(-50%) translateY(-50%) !important;
    -ms-transform: translateX(-50%) translateY(-50%) !important;
    -o-transform: translateX(-50%) translateY(-50%) !important;
    transform: translateX(-50%) translateY(-50%) !important
}

.cspt-spacer-global-bg .elementor-widget-container {
    background-color: var(--cspt-leblix-global-color) !important
}

.cspt-search-result-cpt {
    display: none;
    margin-top: -2px;
    padding: 30px 30px 20px 30px !important
}

.cspt-search-result-loader {
    height: 300px;
    width: 100%;
    border: 1px solid #f6f6f8;
    display: table;
    text-align: center;
    background: #f6f6f8;
    text-align: center
}

.cspt-search-result-loader-inner {
    display: table-cell;
    vertical-align: middle
}

.cspt-search-results-loaded .cspt-search-result-loader {
    display: none
}

.cspt-search-results-loaded .cspt-search-result-cpt {
    display: block
}

.skltbs-theme-light .skltbs-tab, .skltbs-theme-dark .skltbs-tab {
    font-size: 15px !important
}

.skltbs-tab span {
    background: #fff;
    font-size: 13px;
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    position: relative;
    top: -1px;
    min-width: 25px;
    margin-left: 5px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s
}

.skltbs-tab .dsvy-search-result-tab-link.skltbs-active > button > span, .skltbs-tab.skltbs-active > span {
    background-color: #fff
}

.skltbs-theme-light .skltbs-tab.skltbs-active {
    border-radius: 5px 5px 0 0
}

.skltbs-theme-light .skltbs-tab.skltbs-active {
    border-color: transparent
}

.skltbs-theme-light .skltbs-tab.skltbs-active:focus, .skltbs-theme-light .skltbs-tab.skltbs-active:hover {
    border: none !important
}

.skltbs-theme-light .skltbs-tab:focus {
    box-shadow: none
}

.skltbs-theme-light .skltbs-panel:focus {
    border-color: #f6f6f8 !important
}

.skltbs-theme-light .skltbs-tab:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.cspt-search-result-page ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.cspt-search-result-page ul li {
    width: 50%
}

.cspt-search-results-back-global-btn, .cspt-search-results-load-btn {
    margin-top: 45px;
    margin-bottom: 35px;
    text-align: center
}

.cspt-search-results-back-global-btn a, .cspt-search-results-load-btn a {
    display: inline-block;
    padding: 15px 25px;
    padding-right: 43px;
    color: #fff;
    position: relative
}

.cspt-search-results-back-global-btn a::after, .cspt-search-results-load-btn a::after {
    position: absolute;
    font-family: 'themesion-base-icons';
    content: '\e806';
    right: 19px;
    top: 15px;
    font-size: 15px;
    font-weight: 400
}

.cspt-search-results-back-global-btn a {
    padding-left: 43px
}

.cspt-search-results-back-global-btn a::after {
    content: '\e81e';
    right: auto;
    left: 19px
}

.skltbs-theme-light .skltbs-panel {
    margin-bottom: 80px
}

.skltbs-theme-light .skltbs-tab-group .skltbs-tab.skltbs-active {
    background-color: var(--cspt-leblix-global-color)
}

.skltbs-tab .cspt-search-result-tab-link.skltbs-active > button > span, .skltbs-tab.skltbs-active > span {
    color: var(--cspt-leblix-secondary-color)
}

.cspt-search-results-back-global-btn a, .cspt-search-results-load-btn a, .cspt-search-results-back-global-btn a:hover, .cspt-search-results-load-btn a:hover {
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-right-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto !important
}

.cspt-search-cart-box {
    display: flex;
    align-items: center;
    line-height: var(--cspt-leblix-header-height) !important;
    height: var(--cspt-leblix-header-height)
}

.cspt-right-box .cspt-cart-wrapper a {
    position: relative;
    padding-left: 25px;
    line-height: var(--cspt-leblix-header-height) !important;
    height: var(--cspt-leblix-header-height)
}

.cspt-search-cart-box, .cspt-fixed-header .cspt-cart-wrapper a {
    line-height: var(--cspt-leblix-sticky-header-height) !important;
    height: var(--cspt-leblix-sticky-header-height)
}

.cspt-right-box .cspt-search-cart-box > * {
    padding: 0 20px;
    position: relative
}

.cspt-right-box .cspt-search-cart-box > *:first-child {
    padding-left: 0
}

.cspt-right-box .cspt-search-cart-box > *:nth-child(2)::after {
    content: '';
    width: 1px;
    height: 30px;
    background-color: rgba(var(--cspt-leblix-blackish-bg-color-rgb), 0.20);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cspt-right-box .cspt-cart-wrapper a::before {
    content: "\e823";
    font-family: "creativesplanet-base-icons";
    position: absolute;
    left: 0;
    top: 50%;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%)
}

.cspt-right-box .cspt-cart-wrapper .cspt-cart-count {
    position: absolute;
    top: 50%;
    left: 1px;
    background-color: var(--cspt-leblix-global-color);
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    margin-top: -21px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cspt-right-box .cspt-cart-wrapper .woocommerce-Price-amount {
    font-size: 16px
}

.cspt-ajax-load-more-btn {
    text-align: center;
    margin-top: 20px
}

.cspt-ajax-load-more-btn a:hover {
    background-color: var(--cspt-leblix-secondary-color)
}

.cspt-ajax-load-more-btn a {
    padding: 15px 40px;
    background-color: var(--cspt-leblix-global-color);
    display: inline-block;
    color: #fff
}

.cspt-infinite-scroll-last {
    text-align: center;
    background: #f1f1f1;
    padding: 5px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@font-face {
    font-family: 'creativesplanet-base-icons';
    src: url(./../fonts/creativesplanet-base-icons.eot?12371742);
    src: url(./../fonts/creativesplanet-base-icons.eot?12371742#iefix) format('embedded-opentype'), url(./../fonts/creativesplanet-base-icons.woff?12371742) format('woff'), url(./../fonts/creativesplanet-base-icons.ttf?12371742) format('truetype'), url(./../fonts/creativesplanet-base-icons.svg?12371742#creativesplanet-base-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=cspt-base-icon-]:before, [class*=" cspt-base-icon-"]:before {
    font-family: "creativesplanet-base-icons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cspt-base-icon-search:before {
    content: '\e800'
}

.cspt-base-icon-chat:before {
    content: '\e801'
}

.cspt-base-icon-calendar:before {
    content: '\e802'
}

.cspt-base-icon-link:before {
    content: '\e803'
}

.cspt-base-icon-search-1:before {
    content: '\e804'
}

.cspt-base-icon-quote:before {
    content: '\e805'
}

.cspt-base-icon-right-open:before {
    content: '\e806'
}

.cspt-base-icon-left-open:before {
    content: '\e807'
}

.cspt-base-icon-user:before {
    content: '\e808'
}

.cspt-base-icon-chat-1:before {
    content: '\e809'
}

.cspt-base-icon-folder-open:before {
    content: '\e80a'
}

.cspt-base-icon-tags:before {
    content: '\e80b'
}

.cspt-base-icon-tumbler:before {
    content: '\e80c'
}

.cspt-base-icon-left-quote:before {
    content: '\e80d'
}

.cspt-base-icon-location:before {
    content: '\e80e'
}

.cspt-base-icon-right-big:before {
    content: '\e80f'
}

.cspt-base-icon-arrow-right:before {
    content: '\e810'
}

.cspt-base-icon-down-open-big:before {
    content: '\e811'
}

.cspt-base-icon-up-open-big:before {
    content: '\e812'
}

.cspt-base-icon-cancel:before {
    content: '\e813'
}

.cspt-base-icon-angle-right:before {
    content: '\e814'
}

.cspt-base-icon-arrow-left:before {
    content: '\e815'
}

.cspt-base-icon-aside:before {
    content: '\e816'
}

.cspt-base-icon-music:before {
    content: '\e817'
}

.cspt-base-icon-plus:before {
    content: '\e818'
}

.cspt-base-icon-videocam:before {
    content: '\e819'
}

.cspt-base-icon-link-1:before {
    content: '\e81a'
}

.cspt-base-icon-gallery:before {
    content: '\e81b'
}

.cspt-base-icon-right-small:before {
    content: '\e81c'
}

.cspt-base-icon-left-small:before {
    content: '\e81d'
}

.cspt-base-icon-angle-left:before {
    content: '\e81e'
}

.cspt-base-icon-form:before {
    content: '\e81f'
}

.cspt-base-icon-method-draw-image:before {
    content: '\e820'
}

.cspt-base-icon-marker:before {
    content: '\e821'
}

.cspt-base-icon-contact:before {
    content: '\e822'
}

.cspt-base-icon-supermarket-1:before {
    content: '\e823'
}

.cspt-base-icon-supermarket:before {
    content: '\e824'
}

.cspt-base-icon-shopping-bag-1:before {
    content: '\e825'
}

.cspt-base-icon-shopping-bag:before {
    content: '\e826'
}

.cspt-base-icon-shopping-basket:before {
    content: '\e827'
}

.cspt-base-icon-menu-1:before {
    content: '\e828'
}

.cspt-base-icon-arrow-right-1:before {
    content: '\e829'
}

.cspt-base-icon-call:before {
    content: '\e82a'
}

.cspt-base-icon-align-left:before {
    content: '\e82b'
}

.cspt-base-icon-right-arrow:before {
    content: '\e82c'
}

.cspt-base-icon-testimonial:before {
    content: '\e82d'
}

.cspt-base-icon-arrow:before {
    content: '\e82e'
}

.cspt-base-icon-curve-arrow:before {
    content: '\e82f'
}

.cspt-base-icon-sticky:before {
    content: '\e830'
}

.cspt-base-icon-pin-outline:before {
    content: '\e831'
}

.cspt-base-icon-clock:before {
    content: '\e832'
}

.cspt-base-icon-phone:before {
    content: '\e833'
}

.cspt-base-icon-placeholder:before {
    content: '\e834'
}

.cspt-base-icon-email:before {
    content: '\e835'
}

.cspt-base-icon-clock-1:before {
    content: '\e836'
}

.cspt-base-icon-user-1:before {
    content: '\e837'
}

.cspt-base-icon-doctor-stethoscope:before {
    content: '\e838'
}

.cspt-base-icon-right-arrow-1:before {
    content: '\e839'
}

.cspt-base-icon-supermarket-2:before {
    content: '\e83a'
}

.cspt-base-icon-speech-bubble:before {
    content: '\e83b'
}

.cspt-base-icon-appointment:before {
    content: '\e83c'
}

.cspt-base-icon-shopping-cart:before {
    content: '\e83d'
}

.cspt-base-icon-quote-1:before {
    content: '\e83e'
}

.cspt-base-icon-chat-2:before {
    content: '\e83f'
}

.cspt-base-icon-letter:before {
    content: '\e840'
}

.cspt-base-icon-placeholder-1:before {
    content: '\e841'
}

.cspt-base-icon-share:before {
    content: '\e842'
}

.cspt-base-icon-star:before {
    content: '\e843'
}

.cspt-base-icon-calendar-1:before {
    content: '\e844'
}

.cspt-base-icon-left-arrow:before {
    content: '\e845'
}

.cspt-base-icon-right-arrow-2:before {
    content: '\e846'
}

.cspt-base-icon-chat-bubble:before {
    content: '\e847'
}

.cspt-base-icon-chat-bubble-1:before {
    content: '\e848'
}

.cspt-base-icon-bookmark:before {
    content: '\e849'
}

.cspt-base-icon-phone-volume-solid:before {
    content: '\e84a'
}

.cspt-base-icon-heart:before {
    content: '\e84b'
}

.cspt-base-icon-heart-empty:before {
    content: '\e84c'
}

.cspt-base-icon-check-solid:before {
    content: '\e84d'
}

.cspt-base-icon-left-arrow-1:before {
    content: '\e84e'
}

.cspt-base-icon-next:before {
    content: '\e84f'
}

.cspt-base-icon-search-2:before {
    content: '\e850'
}

.cspt-base-icon-cart:before {
    content: '\e851'
}

.cspt-base-icon-original:before {
    content: '\e852'
}

.cspt-base-icon-call-1:before {
    content: '\e853'
}

.cspt-base-icon-right:before {
    content: '\e854'
}

.cspt-base-icon-forward:before {
    content: '\e855'
}

.cspt-base-icon-arrow-right-solid:before {
    content: '\e856'
}

.cspt-base-icon-straight-quotes:before {
    content: '\e857'
}

.cspt-base-icon-plus-symbol-button:before {
    content: '\e858'
}

.cspt-base-icon-left-dir:before {
    content: '\e859'
}

.cspt-base-icon-right-dir:before {
    content: '\e85a'
}

.cspt-base-icon-menu-2:before {
    content: '\e85b'
}

.cspt-base-icon-cancel-1:before {
    content: '\e85c'
}

.cspt-base-icon-calendar-2:before {
    content: '\e85d'
}

.cspt-base-icon-orcid-brands:before {
    content: '\e85e'
}

.cspt-base-icon-user-2:before {
    content: '\e866'
}

.cspt-base-icon-conversation:before {
    content: '\e868'
}

.cspt-base-icon-twitter-x:before {
    content: '\e89f'
}

.cspt-base-icon-twitter:before {
    content: '\f099'
}

.cspt-base-icon-right-circled:before {
    content: '\f0a9'
}

.cspt-base-icon-menu:before {
    content: '\f0c9'
}

.cspt-base-icon-gplus:before {
    content: '\f0d5'
}

.cspt-base-icon-mail-alt:before {
    content: '\f0e0'
}

.cspt-base-icon-comment-empty:before {
    content: '\f0e5'
}

.cspt-base-icon-chat-empty:before {
    content: '\f0e6'
}

.cspt-base-icon-angle-double-right:before {
    content: '\f101'
}

.cspt-base-icon-angle-down:before {
    content: '\f107'
}

.cspt-base-icon-quote-right:before {
    content: '\f10e'
}

.cspt-base-icon-reply:before {
    content: '\f112'
}

.cspt-base-icon-folder-open-empty:before {
    content: '\f115'
}

.cspt-base-icon-youtube-play:before {
    content: '\f16a'
}

.cspt-base-icon-instagram:before {
    content: '\f16d'
}

.cspt-base-icon-flickr:before {
    content: '\f16e'
}

.cspt-base-icon-paper-plane:before {
    content: '\f1d8'
}

.cspt-base-icon-pinterest:before {
    content: '\f231'
}

.cspt-base-icon-map-o:before {
    content: '\f278'
}

.cspt-base-icon-vimeo-1:before {
    content: '\f27d'
}

.cspt-base-icon-reddit:before {
    content: '\f281'
}

.cspt-base-icon-facebook-squared:before {
    content: '\f308'
}

.cspt-base-icon-linkedin-squared:before {
    content: '\f30c'
}

:root {
    --balloon-color: rgba(16, 16, 16, 0.95);
    --balloon-font-size: 12px;
    --balloon-move: 4px
}

button[data-balloon] {
    overflow: visible
}

[data-balloon] {
    position: relative;
    cursor: pointer
}

[data-balloon]:after {
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    text-indent: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: none;
    font-size: var(--balloon-font-size);
    background: var(--balloon-color);
    border-radius: 2px;
    color: #fff;
    content: attr(data-balloon);
    padding: .5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10
}

[data-balloon]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--balloon-color);
    opacity: 0;
    pointer-events: none;
    transition: all .18s ease-out .18s;
    content: "";
    position: absolute;
    z-index: 10
}

[data-balloon]:hover:after, [data-balloon]:hover:before, [data-balloon]:not([data-balloon-nofocus]):focus:after, [data-balloon]:not([data-balloon-nofocus]):focus:before, [data-balloon][data-balloon-visible]:after, [data-balloon][data-balloon-visible]:before {
    opacity: 1;
    pointer-events: none
}

[data-balloon]:not([data-balloon-pos]):after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    transform: translate(-50%, var(--balloon-move));
    transform-origin: top
}

[data-balloon]:not([data-balloon-pos]):before {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, var(--balloon-move));
    transform-origin: top
}

[data-balloon]:not([data-balloon-pos]):hover:after, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:after {
    transform: translate(-50%, 0)
}

[data-balloon]:not([data-balloon-pos]):hover:before, [data-balloon]:not([data-balloon-pos])[data-balloon-visible]:before {
    transform: translate(-50%, 0)
}

[data-balloon].font-awesome:after {
    font-family: FontAwesome, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

[data-balloon][data-balloon-break]:after {
    white-space: pre
}

[data-balloon][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word
}

[data-balloon][data-balloon-blunt]:after, [data-balloon][data-balloon-blunt]:before {
    transition: none
}

[data-balloon][data-balloon-pos=up]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 10px;
    transform: translate(-50%, var(--balloon-move));
    transform-origin: top
}

[data-balloon][data-balloon-pos=up]:before {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, var(--balloon-move));
    transform-origin: top
}

[data-balloon][data-balloon-pos=up]:hover:after, [data-balloon][data-balloon-pos=up][data-balloon-visible]:after {
    transform: translate(-50%, 0)
}

[data-balloon][data-balloon-pos=up]:hover:before, [data-balloon][data-balloon-pos=up][data-balloon-visible]:before {
    transform: translate(-50%, 0)
}

[data-balloon][data-balloon-pos=up-left]:after {
    bottom: 100%;
    left: 0;
    margin-bottom: 10px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top
}

[data-balloon][data-balloon-pos=up-left]:before {
    bottom: 100%;
    left: 5px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top
}

[data-balloon][data-balloon-pos=up-left]:hover:after, [data-balloon][data-balloon-pos=up-left][data-balloon-visible]:after {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=up-left]:hover:before, [data-balloon][data-balloon-pos=up-left][data-balloon-visible]:before {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=up-right]:after {
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top
}

[data-balloon][data-balloon-pos=up-right]:before {
    bottom: 100%;
    right: 5px;
    transform: translate(0, var(--balloon-move));
    transform-origin: top
}

[data-balloon][data-balloon-pos=up-right]:hover:after, [data-balloon][data-balloon-pos=up-right][data-balloon-visible]:after {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=up-right]:hover:before, [data-balloon][data-balloon-pos=up-right][data-balloon-visible]:before {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=down]:after {
    left: 50%;
    margin-top: 10px;
    top: 100%;
    transform: translate(-50%, calc(var(--balloon-move) * -1))
}

[data-balloon][data-balloon-pos=down]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    left: 50%;
    top: 100%;
    transform: translate(-50%, calc(var(--balloon-move) * -1))
}

[data-balloon][data-balloon-pos=down]:hover:after, [data-balloon][data-balloon-pos=down][data-balloon-visible]:after {
    transform: translate(-50%, 0)
}

[data-balloon][data-balloon-pos=down]:hover:before, [data-balloon][data-balloon-pos=down][data-balloon-visible]:before {
    transform: translate(-50%, 0)
}

[data-balloon][data-balloon-pos=down-left]:after {
    left: 0;
    margin-top: 10px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1))
}

[data-balloon][data-balloon-pos=down-left]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    left: 5px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1))
}

[data-balloon][data-balloon-pos=down-left]:hover:after, [data-balloon][data-balloon-pos=down-left][data-balloon-visible]:after {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=down-left]:hover:before, [data-balloon][data-balloon-pos=down-left][data-balloon-visible]:before {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=down-right]:after {
    right: 0;
    margin-top: 10px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1))
}

[data-balloon][data-balloon-pos=down-right]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
    right: 5px;
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1))
}

[data-balloon][data-balloon-pos=down-right]:hover:after, [data-balloon][data-balloon-pos=down-right][data-balloon-visible]:after {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=down-right]:hover:before, [data-balloon][data-balloon-pos=down-right][data-balloon-visible]:before {
    transform: translate(0, 0)
}

[data-balloon][data-balloon-pos=left]:after {
    margin-right: 10px;
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%)
}

[data-balloon][data-balloon-pos=left]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: var(--balloon-color);
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%)
}

[data-balloon][data-balloon-pos=left]:hover:after, [data-balloon][data-balloon-pos=left][data-balloon-visible]:after {
    transform: translate(0, -50%)
}

[data-balloon][data-balloon-pos=left]:hover:before, [data-balloon][data-balloon-pos=left][data-balloon-visible]:before {
    transform: translate(0, -50%)
}

[data-balloon][data-balloon-pos=right]:after {
    left: 100%;
    margin-left: 10px;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%)
}

[data-balloon][data-balloon-pos=right]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: var(--balloon-color);
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%)
}

[data-balloon][data-balloon-pos=right]:hover:after, [data-balloon][data-balloon-pos=right][data-balloon-visible]:after {
    transform: translate(0, -50%)
}

[data-balloon][data-balloon-pos=right]:hover:before, [data-balloon][data-balloon-pos=right][data-balloon-visible]:before {
    transform: translate(0, -50%)
}

[data-balloon][data-balloon-length=small]:after {
    white-space: normal;
    width: 80px
}

[data-balloon][data-balloon-length=medium]:after {
    white-space: normal;
    width: 150px
}

[data-balloon][data-balloon-length=large]:after {
    white-space: normal;
    width: 260px
}

[data-balloon][data-balloon-length=xlarge]:after {
    white-space: normal;
    width: 380px
}

@media screen and (max-width: 768px) {
    [data-balloon][data-balloon-length=xlarge]:after {
        white-space: normal;
        width: 90vw
    }
}

[data-balloon][data-balloon-length=fit]:after {
    white-space: normal;
    width: 100%
}

:root {
    --cspt-leblix-global-color: #1c4e8d;
    --cspt-leblix-secondary-color: #1C4E9D;
    --cspt-leblix-gradient-color-first: #1c4e8d;
    --cspt-leblix-gradient-color-last: #1c4e8d;
    --cspt-leblix-logo-height: 83px;
    --cspt-leblix-sticky-logo-height: 64px;
    --cspt-leblix-responsive-logo-height: 50px;
    --cspt-leblix-link-color-normal: #101010;
    --cspt-leblix-link-color-hover: #1c4e8d;
    --cspt-leblix-responsive-breakpoint: 1200px;
    --cspt-leblix-white-color: #fff;
    --cspt-leblix-light-bg-color: #f2f6fb;
    --cspt-leblix-blackish-color: #101010;
    --cspt-leblix-blackish-bg-color: #101010;
    --cspt-leblix-subheading-typography-font-family: Poppins;
    --cspt-leblix-subheading-typography-variant: 600;
    --cspt-leblix-subheading-typography-font-size: 16px;
    --cspt-leblix-subheading-typography-line-height: 24px;
    --cspt-leblix-subheading-typography-letter-spacing: 0;
    --cspt-leblix-subheading-typography-color: #1c4e8d;
    --cspt-leblix-subheading-typography-text-transform: uppercase;
    --cspt-leblix-subheading-typography-font-style: normal;
    --cspt-leblix-subheading-typography-font-weight: 600;
    --cspt-leblix-preheader-bgcolor-custom: #ff5e15;
    --cspt-leblix-header-height: 100px;
    --cspt-leblix-header-background-color: #fff;
    --cspt-leblix-menu-background-color: #fff;
    --cspt-leblix-sticky-header-height: 90px;
    --cspt-leblix-sticky-header-background-color: #fff;
    --cspt-leblix-main-menu-typography-font-family: Poppins;
    --cspt-leblix-main-menu-typography-variant: 600;
    --cspt-leblix-main-menu-typography-font-size: 14px;
    --cspt-leblix-main-menu-typography-line-height: 24px;
    --cspt-leblix-main-menu-typography-letter-spacing: .15px;
    --cspt-leblix-main-menu-typography-color: #101010;
    --cspt-leblix-main-menu-typography-text-transform: capitalize;
    --cspt-leblix-main-menu-typography-font-weight: 600;
    --cspt-leblix-main-menu-typography-font-style: normal;
    --cspt-leblix-main-menu-sticky-color: #101010;
    --cspt-leblix-titlebar-height: 530px;
    --cspt-leblix-footer-1-col-width: 25%;
    --cspt-leblix-footer-2-col-width: 50%;
    --cspt-leblix-footer-3-col-width: 25%;
    --cspt-leblix-footer-4-col-width: 30%;
    --cspt-leblix-global-color-rgb: 137, 185, 63;
    --cspt-leblix-secondary-color-rgb: 0, 50, 129;
    --cspt-leblix-white-color-rgb: 255, 255, 255;
    --cspt-leblix-light-bg-color-rgb: 242, 246, 251;
    --cspt-leblix-blackish-color-rgb: 16, 16, 16;
    --cspt-leblix-blackish-bg-color-rgb: 16, 16, 16;
    --cspt-leblix-main-menu-typography-color-rgb: 16, 16, 16
}

.cspt-navbar ul ul, .cspt-navbar ul ul:before {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li:nth-child(1) > ul.mega-sub-menu {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li:nth-child(2) > ul.mega-sub-menu {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li:nth-child(3) > ul.mega-sub-menu {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li:nth-child(4) > ul.mega-sub-menu {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li:nth-child(5) > ul.mega-sub-menu {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li:nth-child(6) > ul.mega-sub-menu {
    background-color: #f6f6f6;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-title-bar-wrapper, .cspt-title-bar-wrapper.cspt-bg-color-custom:before {
    background-color: #f6f6f6;
    background-image: url(https://spm-ye.com/wp-content/uploads/2024/09/title-bg1.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.site-footer, .site-footer.cspt-bg-color-custom:before {
    background-color: #003281;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-attachment: scroll
}

.cspt-footer-widget-area, .cspt-footer-widget-area.cspt-bg-color-custom:before {
    background-color: #003281;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.cspt-footer-text-area, .cspt-footer-text-area.cspt-bg-color-custom:before {
    background-color: #0a0a0a;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll
}

.error404 .site-content-wrap, .error404 .cspt-bg-color-custom > .site-content-wrap:before {
    background-color: rgb(1 205 97);
    background-image: url(https://spm-ye.com/wp-content/uploads/2024/09/Sabrahpharma-3.webp);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: scroll
}

body {
    font-family: Archivo, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    text-transform: none;
    font-style: normal
}

h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

h2 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

h3 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

h4 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

h5 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

h6 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

.cspt-heading-subheading .cspt-element-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

.cspt-heading-subheading .cspt-element-subtitle {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #1c4e8d;
    text-transform: uppercase;
    font-style: normal
}

.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content {
    font-family: Archivo, sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #666;
    text-transform: none;
    font-style: normal
}

.creativesplanet-sidebar .widget_search .wp-block-search__label, .creativesplanet-sidebar .widget_block .wp-block-group h2, .cspt-sub-cat-list-wrapper .cspt-sub-cat-list-title, .widget-title, .cspt-footer-copyright-box h3 {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -.5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

.cspt-search-results .cspt-read-more-link a, .cspt-service-btn a, .cspt-header-style-2 .cspt-right-box .cspt-header-button a, .cspt-header-style-3 .cspt-right-box .cspt-header-button a, .creativesplanet-ele-pricing-table .cspt-ptable-btn a, .cspt-header-button, .woocommerce ul.products li.product .onsale, .woocommerce div.product .woocommerce-tabs ul.tabs li a, .elementor-widget-button .elementor-button, .cspt-ptable-btn a, .cspt-service-btn, .cspt-ihbox-btn, .woocommerce .woocommerce-message .button, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, button, html input[type=button], input[type=reset], input[type=submit] {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: -.2px;
    text-transform: capitalize;
    font-style: normal
}

.cspt-tab-content-inner a.link-button {
    font-family: Rajdhani, sans-serif;
    font-weight: normal;
    font-style: normal
}

.cspt-element-static-box-style-3 .owl-item .cspt-contentbox::before, .cspt-static-box-style-3 ul li, .creativesplanet-ele-fid-style-6 .cspt-fid-title, .cspt-author-content .cspt-author-name, .cspt-comment-content .cspt-comment-author, .cspt-header-contact-number, .creativesplanet-ele-fid-style-2 .cspt-fid-sub span, .cspt-footer-big-area .cspt-footer-contact-info-wrap .cspt-desc, .cspt-portfolio-single .cspt-portfolio-nav-head, .cspt-tabs .cspt-tab-content-inner a.link-button, .cspt-service-style-6 .cspt-content-box .cspt-service-content a, .cspt-service-style-3 .cspt-content-box .cspt-service-content a, .cspt-blog-style-3 .cspt-meta-date-wrapper span, .cspt-pricing-table-box .creativesplanet-ptable-price, .creativesplanet-ele-ptable-style-1 .cspt-pricing-table-box .creativesplanet-ptable-frequency, .cspt-pricing-table-box .creativesplanet-ptable-symbol, .cspt-header-style-2 .cspt-header-infobox a, .cspt-blog-classic .cspt-meta-date-wrapper, .cspt-header-style-4 .cspt-pre-header-left .cspt-contact-info li, .cspt-tabs .cspt-tabs-heading li, .cspt-team-single-style-1 .cspt-team-progressbar .elementor-title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal
}

blockquote, .cspt-ihbox-style-6 .cspt-element-heading, .creativesplanet-ele-fid-style-2 .cspt-fid-title {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-style: normal
}

.cspt-header-box-title {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000;
    text-transform: none;
    font-style: normal
}

.cspt-header-box-content {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0;
    color: #666;
    text-transform: none;
    font-style: normal
}

body:not(.cspt-max-mega-menu-override) .cspt-navbar div > ul > li > a, .cspt-max-mega-menu-override #page #site-navigation .max-mega-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .15px;
    color: #101010;
    text-transform: capitalize;
    font-style: normal
}

.cspt-navbar ul ul a {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: .5px;
    color: #101010;
    text-transform: none;
    font-style: normal
}

.cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, .cspt-max-mega-menu-override #page #site-navigation .mega-menu-wrap > ul > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-family: Yantramanav, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    color: #232e35;
    text-transform: none;
    font-style: normal
}

.cspt-tbar-title {
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: -2px;
    color: #f7f7f7;
    text-transform: none;
    font-style: normal
}

.cspt-tbar-subtitle {
    font-family: Archivo, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #1c4e8d;
    text-transform: none;
    font-style: normal
}

.cspt-breadcrumb, .cspt-breadcrumb a {
    font-family: Archivo, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #f7f7f7;
    text-transform: uppercase;
    font-style: normal
}

.site-header .cspt-sticky-header.cspt-sticky-bg-color-globalcolor {
    background-color: var(--cspt-leblix-global-color)
}

.site-header .cspt-sticky-header.cspt-sticky-bg-color-secondarycolor {
    background-color: var(--cspt-leblix-secondary-color)
}

.site-header .cspt-sticky-header.cspt-sticky-bg-color-blackish {
    background-color: var(--cspt-leblix-blackish-bg-color)
}

.site-header .cspt-sticky-header.cspt-sticky-bg-color-white {
    background-color: var(--cspt-leblix-white-color)
}

.site-header .cspt-sticky-header.cspt-sticky-bg-color-light {
    background-color: var(--cspt-leblix-light-bg-color)
}

.cspt-pre-header-wrapper.cspt-bg-color-custom {
    background-color: var(--cspt-leblix-preheader-bgcolor-custom)
}

.cspt-header-wrapper.cspt-bg-color-custom {
    background-color: var(--cspt-leblix-header-background-color)
}

.cspt-header-menu-area.cspt-bg-color-custom {
    background-color: var(--cspt-leblix-menu-background-color)
}

.site-header.cspt-fixed-header .cspt-sticky-bg-color-custom {
    background-color: var(--cspt-leblix-sticky-header-background-color)
}

body:not(.cspt-max-mega-menu-override) .cspt-sticky-header .cspt-navbar div > ul > li > a {
    color: var(--cspt-leblix-main-menu-sticky-color)
}

a {
    color: var(--cspt-leblix-link-color-normal)
}

a:hover {
    color: var(--cspt-leblix-link-color-hover)
}

.site-title {
    height: var(--cspt-leblix-header-height)
}

.site-title img.cspt-main-logo {
    max-height: var(--cspt-leblix-logo-height)
}

.site-title img.cspt-responsive-logo {
    max-height: var(--cspt-leblix-responsive-logo-height)
}

.site-header.cspt-fixed-header .site-title img.cspt-main-logo {
    max-height: var(--cspt-leblix-sticky-logo-height)
}

.cspt-color-globalcolor, .cspt-globalcolor, .globalcolor {
    color: var(--cspt-leblix-global-color)
}

.site-header .cspt-sticky-on.cspt-sticky-bg-color-globalcolor, .site-header .cspt-bg-color-globalcolor, .cspt-bg-color-globalcolor {
    background-color: var(--cspt-leblix-global-color)
}

.cspt-globalcolor, .cspt-skincolor {
    color: var(--cspt-leblix-global-color)
}

.post.sticky {
    border-color: var(--cspt-leblix-global-color)
}

.cspt-bg-color-secondarycolor, .cspt-bg-color-secondary {
    background-color: var(--cspt-leblix-secondary-color)
}

.elementor-widget-button.cspt-btn-color-gradient .elementor-button, .cspt-bg-color-gradient {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0, var(--cspt-leblix-gradient-color-last) 100%);
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

.cspt-footer-section.cspt-bg-color-gradientcolor:before {
    background-image: -ms-linear-gradient(right, var(--cspt-leblix-gradient-color-first) 0, var(--cspt-leblix-gradient-color-last) 100%) !important;
    background-image: linear-gradient(to right, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last)) !important
}

.elementor-widget-button.cspt-btn-color-gradient .elementor-button {
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, var(--cspt-leblix-gradient-color-first), var(--cspt-leblix-gradient-color-last))
}

.cspt-btn-style-flat.cspt-btn-color-light .elementor-button, .cspt-bg-color-light {
    background-color: var(--cspt-leblix-light-bg-color)
}

.cspt-btn-style-text.cspt-btn-color-light .elementor-button {
    color: var(--cspt-leblix-light-bg-color)
}

.cspt-btn-style-outline.cspt-btn-color-light .elementor-button {
    border-color: var(--cspt-leblix-light-bg-color);
    color: var(--cspt-leblix-light-bg-color)
}

.widget.widget_search .search-form input[type=search], body.single.single-cspt-portfolio .site-content-contain, body.single.single-cspt-team-member .site-content-contain, body.single.cspt-sidebar-exists .site-content-contain {
    background-color: var(--cspt-leblix-white-color)
}

.cspt-elementor-bg-color-globalcolor .cspt-btn-color-blackish .elementor-button:hover {
    background-color: #fff
}

.cspt-cart-wrapper.cspt-show-cart-amount-no .woocommerce-Price-amount.amount {
    display: none !important
}

.cspt-responsive-icons {
    position: absolute;
    top: 30px;
    left: 20px;
    display: none
}

.admin-bar .cspt-responsive-icons {
    top: 65px
}

.cspt-responsive-icons > div {
    margin: 0 10px
}

.cspt-responsive-icons > div:first-child {
    margin-left: 0
}

.cspt-responsive-icons .cspt-cart-wrapper a {
    position: relative;
    padding-left: 30px
}

.cspt-responsive-icons .cspt-cart-wrapper.cspt-show-cart-amount-no a {
    padding-left: 25px
}

.cspt-responsive-icons .cspt-cart-wrapper a:before {
    content: "\e823";
    font-family: creativesplanet-base-icons;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.cspt-responsive-icons .cspt-cart-wrapper .cspt-cart-count {
    position: absolute;
    top: -21px;
    left: 2px;
    background-color: var(--cspt-leblix-global-color);
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px
}

@media (max-width: 1200px) {
    .cspt-header-top-area > .container {
        position: relative
    }

    .site-header .cspt-sticky-header {
        display: none !important
    }

    .cspt-header-info-inner, .something {
        display: none
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: unset !important;
        flex-direction: unset !important
    }

    .cspt-header-menu-area-inner, .cspt-navbar {
        display: block !important
    }

    .nav-menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        padding: 0;
        font-size: 35px;
        line-height: 35px;
        color: #2c2c2c;
        width: 40px
    }

    .cspt-navbar > div {
        background-color: #fff
    }

    .sub-menu {
        display: none
    }

    .cspt-header-menu-area-wrapper {
        min-height: auto !important
    }

    .closepanel {
        position: absolute;
        z-index: 99;
        right: 24px;
        margin-left: -20px;
        top: 25px;
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
        font-size: 10px;
        color: #fff;
        border: 0;
        background-color: rgb(111 111 111);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease
    }

    .admin-bar .closepanel {
        top: 60px
    }

    .closepanel:hover {
        background-color: var(--cspt-leblix-global-color);
        color: #fff
    }

    .cspt-responsive-icons {
        display: flex
    }

    .cspt-mobile-menu-bg {
        position: fixed;
        right: 0;
        top: 0;
        width: 0;
        height: 100%;
        z-index: 99;
        background: rgba(0, 0, 0, .90);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms
    }

    .active .cspt-mobile-menu-bg {
        opacity: 1;
        width: 100%;
        visibility: visible;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }

    .cspt-navbar > div {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -400px;
        z-index: 1000;
        width: 300px;
        height: 100%;
        padding: 0;
        display: block;
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0
    }

    .cspt-navbar > div.active {
        right: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        overflow-y: scroll;
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -ms-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
        opacity: 1
    }

    .cspt-navbar > div > ul {
        padding: 80px 0
    }

    .admin-bar .cspt-navbar > div > ul {
        padding: 105px 0
    }

    .cspt-navbar > div > ul li a {
        color: #000 !important;
        padding: 15px 25px;
        height: auto;
        display: inline-block
    }

    .cspt-navbar > div > ul ul {
        padding-left: 1em;
        overflow: hidden;
        display: none
    }

    ul .sub-menu.show, ul .children.show {
        display: block
    }

    .cspt-navbar li {
        position: relative
    }

    .cspt-navbar ul.menu > li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .10)
    }

    .cspt-navbar ul.menu > li {
        border-bottom: 1px solid rgba(0, 0, 0, .10)
    }

    .sub-menu-toggle {
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
        cursor: pointer;
        color: rgba(0, 0, 0, .80);
        font-size: 12px
    }

    .sub-menu-toggle i::before {
        font-weight: bold
    }

    .cspt-navbar ul ul {
        background-color: transparent !important
    }

    .cspt-mobile-search {
        display: block
    }

    .cspt-mobile-search .cspt-header-search-btn {
        display: block;
        position: absolute;
        right: 45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cspt-responsive-logo-yes .cspt-sticky-logo, .cspt-responsive-logo-yes .cspt-main-logo {
        display: none
    }

    .cspt-responsive-logo-yes .cspt-responsive-logo {
        display: inline-block
    }

    .cspt-responsive-header-bgcolor-globalcolor .cspt-header-wrapper {
        background-color: var(--cspt-leblix-global-color) !important
    }

    .cspt-responsive-header-bgcolor-white .cspt-header-wrapper {
        background-color: #fff !important
    }

    .cspt-responsive-header-bgcolor-blackish .cspt-header-wrapper {
        background-color: #222 !important
    }

    .cspt-responsive-header-bgcolor-white {
        background-color: #fff !important
    }

    .cspt-responsive-header-bgcolor-blackish {
        background-color: var(--cspt-leblix-blackish-color) !important
    }

    .cspt-responsive-header-bgcolor-globalcolor {
        background-color: var(--cspt-leblix-global-color) !important
    }
}

@media (min-width: 1201px) {
    .site-header .cspt-sticky-header {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        left: 0;
        top: 0;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
        width: 100%;
        z-index: 0;
        transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -webkit-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease
    }

    .site-header.cspt-fixed-header .cspt-sticky-header {
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 300ms;
        -moz-animation-duration: 300ms;
        -op-animation-duration: 300ms;
        -webkit-animation-duration: 300ms;
        animation-duration: 300ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1
    }

    .admin-bar .site-header .cspt-sticky-header {
        top: 32px
    }

    .cspt-responsive-logo {
        display: none
    }

    .nav-menu-toggle, .something {
        display: none
    }

    .cspt-sticky-on .site-title img.cspt-main-logo, .site-title img.cspt-sticky-logo {
        max-height: var(--cspt-leblix-sticky-logo-height)
    }

    body .cspt-navbar > div > ul > li, body .cspt-navbar > div > ul > li > a {
        line-height: var(--cspt-leblix-header-height) !important;
        height: var(--cspt-leblix-header-height) !important
    }

    .cspt-sticky-header .cspt-navbar > div > ul > li, .cspt-sticky-header .cspt-navbar > div > ul > li > a, .cspt-sticky-header .site-title {
        line-height: var(--cspt-leblix-sticky-header-height) !important;
        height: var(--cspt-leblix-sticky-header-height) !important
    }

    .cspt-navbar ul > li > ul > li.current-menu-item > a, .cspt-navbar ul > li > ul li.current_page_item > a, .cspt-navbar ul > li > ul li.current_page_ancestor > a, .cspt-navbar > div > ul > li:hover > a, .cspt-navbar > div > ul > li.current_page_item > a, .cspt-navbar > div > ul > li.current-menu-parent > a {
        color: var(--cspt-leblix-global-color)
    }

    .cspt-navbar ul > li > ul li.current_page_item > a:before, .cspt-navbar ul > li > ul li.current_page_ancestor > a:before, .cspt-navbar ul > li > ul li.current_page_parent > a:before {
        background-color: var(--cspt-leblix-global-color)
    }

    .cspt-navbar ul > li > ul li:hover > a {
        color: #fff !important
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar > div > ul {
        position: relative;
        z-index: 597
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar > div > ul > li {
        float: left;
        min-height: 1px;
        vertical-align: middle;
        position: relative
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar > div > ul ul {
        visibility: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 598
    }

    .cspt-navbar ul > li:hover > ul {
        z-index: 600
    }

    .cspt-navbar > div > ul li ul.cspt-nav-left {
        left: inherit;
        right: 0
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar > div > ul li ul ul.cspt-nav-left {
        left: -100%;
        right: 0;
        -webkit-transition: none;
        transition: none
    }

    .cspt-navbar > div > ul ul li {
        float: none
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar > div > ul ul ul {
        top: 0;
        left: 100%;
        width: 190px
    }

    .cspt-navbar > div > ul ul {
        margin-top: 0
    }

    .cspt-navbar > div > ul ul li {
        font-weight: normal
    }

    .cspt-navbar a {
        display: block;
        line-height: 1em;
        text-decoration: none
    }

    .cspt-navbar > div > ul ul li:hover > a {
        background-color: var(--cspt-leblix-global-color)
    }

    .cspt-navbar > ul {
        *display: inline-block
    }

    .cspt-navbar:after, .cspt-navbar ul:after {
        content: '';
        display: block;
        clear: both
    }

    .cspt-navbar ul {
        text-transform: uppercase
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar ul ul {
        min-width: 270px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
        border-top: 3px solid var(--cspt-leblix-global-color)
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar ul > li:hover > ul {
        visibility: visible;
        opacity: 1
    }

    .cspt-navbar ul > li > ul > li > a {
        padding: 15px 30px
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar ul > li > ul > li:hover > a {
        padding-left: 40px
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar ul > li > ul > li > a:before {
        position: absolute;
        content: '';
        left: 18px;
        top: 24px;
        width: 0;
        height: 2px;
        background-color: transparent;
        -webkit-transition: all .500s ease-in-out;
        transition: all .500s ease-in-out
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar ul > li > ul > li:hover > a:before {
        background-color: rgba(255, 255, 255, .50);
        width: 10px
    }

    .cspt-navbar ul ul a {
        border-bottom: 1px solid rgba(0, 0, 0, .10);
        border-top: 0 none;
        line-height: 150%;
        padding: 16px 20px
    }

    .cspt-navbar ul ul ul {
        border-top: 0 none
    }

    .cspt-navbar ul ul li {
        position: relative
    }

    .cspt-navbar ul li.last ul {
        left: auto;
        right: 0
    }

    .cspt-navbar ul li.last ul ul {
        left: auto;
        right: 99.5%
    }

    body:not(.cspt-max-mega-menu-override) .cspt-navbar div > ul > li > a {
        margin: 0 20px
    }

    .cspt-navbar.cspt-dropdown-active-color-globalcolor ul > li > ul > li.current-menu-item > a, .cspt-navbar.cspt-dropdown-active-color-globalcolor ul > li > ul li.current_page_item > a, .cspt-navbar.cspt-dropdown-active-color-globalcolor ul > li > ul li.current_page_ancestor > a, .cspt-navbar.cspt-main-active-color-globalcolor > div > ul > li:hover > a, .cspt-navbar.cspt-main-active-color-globalcolor > div > ul > li.current_page_item > a, .cspt-navbar.cspt-main-active-color-globalcolor > div > ul > li.current-menu-parent > a {
        color: var(--cspt-leblix-global-color)
    }

    .cspt-navbar.cspt-dropdown-active-color-secondarycolor ul > li > ul > li.current-menu-item > a, .cspt-navbar.cspt-dropdown-active-color-secondarycolor ul > li > ul li.current_page_item > a, .cspt-navbar.cspt-dropdown-active-color-secondarycolor ul > li > ul li.current_page_ancestor > a, .cspt-navbar.cspt-main-active-color-secondarycolor > div > ul > li:hover > a, .cspt-navbar.cspt-main-active-color-secondarycolor > div > ul > li.current_page_item > a, .cspt-navbar.cspt-main-active-color-secondarycolor > div > ul > li.current-menu-parent > a {
        color: var(--cspt-leblix-secondary-color)
    }

    .cspt-header-menu-area .cspt-navbar div > ul > li, .cspt-header-menu-area .cspt-navbar div > ul > li > a, .cspt-header-menu-area {
        height: 62px;
        line-height: 62px !important
    }

    .cspt-header-menu-area.cspt-sticky-on .cspt-navbar div > ul > li, .cspt-header-menu-area.cspt-sticky-on .cspt-navbar div > ul > li > a, .cspt-header-menu-area.cspt-sticky-on {
        height: 62px;
        line-height: 62px !important
    }

    .cspt-header-menu-area {
        position: relative;
        z-index: 10
    }
}

@media screen and (max-width: 1200px) {
    .cspt-pre-header-wrapper {
        display: none
    }
}

@media (max-width: 1200px) {
    #page.site {
        overflow: hidden
    }

    .container {
        max-width: none
    }

    .site-header .cspt-navbar > div > ul > li.menu-item-has-children > a::after, .site-header .cspt-navbar > div > ul > li.page_item_has_children > a::after, .cspt-navbar > div > ul > li:last-child > a::after {
        display: none
    }

    .cspt-header-search-form-wrapper.open .search-form {
        position: absolute;
        left: 50px;
        right: 50px
    }

    .cspt-title-bar-content .cspt-tbar-title {
        font-size: 36px;
        line-height: 42px
    }

    .cspt-service-style-4 .cspt-service-title {
        width: auto
    }

    .cspt-middle-image.elementor-column {
        height: auto
    }

    .cspt-middle-image .elementor-widget-image {
        position: static !important;
        width: 100% !important;
        padding: 0 15px
    }

    .cspt-middle-image .elementor-widget-image .elementor-widget-container {
        text-align: center;
        display: inline-block
    }

    .cspt-middle-image > .elementor-widget-wrap {
        padding-top: 30px !important
    }

    .cspt-bgshape .elementor-widget-container::before {
        left: auto;
        top: -15px
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .cspt-ihbox.cspt-ihbox-style-8 {
        padding: 20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cspt-pricing-table-box .cspt-head-wrap {
        margin: 15px
    }

    .cspt-pricing-table-box .cspt-ptable-lines-w {
        padding: 15px 15px
    }

    .cspt-pricing-table-box .cspt-ptable-btn {
        padding: 0 15px
    }

    .cspt-service-style-3 .cspt-service-title {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 12px
    }

    .cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
        top: calc(-50% - -25px)
    }

    .cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
        right: calc(10% - 5px)
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cspt-ihbox-style-7 .cspt-ihbox-box {
        display: block !important
    }

    .cspt-ihbox-style-7 .cspt-ihbox-icon-wrapper {
        margin-bottom: 20px
    }

    .cspt-footer-big-area .cspt-footer-contact-info .cspt-footer-contact-info-inner {
        display: block !important
    }

    .cspt-footer-big-area .cspt-footer-contact-info .cspt-footer-contact-info-inner .cspt-leblix-icon {
        margin-bottom: 20px
    }

    .cspt-ele-miconheading.cspt-miconheading-style-8 {
        width: 50%;
        flex: 50%;
        max-width: 50%
    }

    .cspt-iconheading-small-style-8 .cspt-element-posts-wrapper.row .cspt-miconheading-style-8 {
        width: auto;
        flex: auto;
        max-width: initial
    }

    .creativesplanet-ele-ptable-style-2 .cspt-ptable-cols .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px
    }

    .cspt-service-style-1 .cspt-service-content {
        padding: 0
    }
}

@media (max-width: 1024px) {
    body.cspt-sidebar-no.elementor-page #content {
        padding-right: 0;
        padding-left: 0
    }

    .cspt-col-stretched-left .cspt-stretched-div, .cspt-col-stretched-right .cspt-stretched-div {
        margin: 0 !important
    }

    .single .cspt-portfolio-related, .cspt-portfolio-single, .cspt-team-single {
        margin: 0 15px
    }

    .cspt-bg-img-hide.cspt-bgimage-yes {
        background-image: none !important
    }

    .cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .cspt-testimonial-style-2 {
        margin: 0 0 0 45px
    }

    .cspt-service-style-4 .cspt-service-title {
        width: 100%
    }

    .cspt-testimonial-style-3 {
        padding: 0
    }

    .cspt-blog-style-3 .post-item {
        display: block
    }

    .cspt-service-style-2 .creativesplanet-box-content {
        padding: 30px
    }

    .cspt-service-style-2 .creativesplanet-box-content p {
        margin-bottom: 0
    }

    .cspt-header-style-2 .cspt-slider-area {
        margin-left: 0
    }

    .cspt-footer-text-area .cspt-footer-copyright-box {
        padding-top: 25px;
        padding-bottom: 70px
    }

    .cspt-contactinfo-pos {
        left: 0 !important
    }

    .cspt-element-miconheading-style-2 .creativesplanet-element-inner .cspt-element-posts-wrapper .cspt-miconheading-style-2.col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .cspt-element-miconheading-style-2 .cspt-element-posts-wrapper::before {
        content: none
    }

    .cspt-miconheading-style-2:nth-of-type(4n+4) .cspt-ihbox-style-2, .cspt-miconheading-style-2:nth-of-type(4n+2) .cspt-ihbox-style-2 {
        margin-top: 0
    }

    .cspt-miconheading-style-2:nth-of-type(4n+1) .cspt-ihbox-style-2 .cspt-ihbox-headingicon .cspt-ihbox-box-number, .cspt-miconheading-style-2:nth-of-type(4n+2) .cspt-ihbox-style-2 .cspt-ihbox-headingicon .cspt-ihbox-box-number, .cspt-miconheading-style-2:nth-of-type(4n+3) .cspt-ihbox-style-2 .cspt-ihbox-headingicon .cspt-ihbox-box-number, .cspt-miconheading-style-2:nth-of-type(4n+4) .cspt-ihbox-style-2 .cspt-ihbox-headingicon .cspt-ihbox-box-number {
        top: 10%;
        left: 64%
    }

    .cspt-footer-contact-info-inner i {
        display: none
    }

    .cspt-footer-big-area .cspt-footer-social-icon ul {
        padding: 0
    }

    .cspt-footer-big-area .cspt-footer-social-icon li a {
        height: 45px;
        width: 45px;
        line-height: 45px
    }

    .cspt-footer-big-area .cspt-footer-contact-info-wrap {
        font-size: 22px;
        line-height: 25px
    }

    .cspt-icon-style-1 {
        left: 50% !important;
        margin-left: 97px !important;
        top: 20px !important
    }

    .cspt-icon-style-1::before, .cspt-icon-style-1::after {
        display: none !important
    }
}

@media (max-width: 991px) {
    .site-content > .row {
        display: block
    }

    #secondary.widget-area, #primary.content-area {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .content-area.col-md-9 {
        padding-bottom: 0
    }

    .cspt-sortable-list-ul {
        text-align: left;
        margin-bottom: 30px
    }

    .cspt-heading-subheading .cspt-element-title {
        font-size: 32px;
        line-height: 36px
    }

    .cspt-team-single .cspt-team-single-inner > .row {
        display: block
    }

    .cspt-team-single .cspt-team-single-inner .cspt-team-left-inner {
        margin-right: 0
    }

    .cspt-team-single .cspt-team-single-inner .cspt-team-left-inner img {
        width: 100%
    }

    .cspt-team-single .cspt-team-single-inner > .row .col-md-5, .cspt-team-single .cspt-team-single-inner > .row .col-md-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .cspt-team-single .cspt-team-single-inner > .row .col-md-7 {
        margin-top: 50px
    }

    .cspt-team-single-style-1 .cspt-team-single-info::after {
        background-color: transparent
    }

    .cspt-team-single-style-1 .cspt-team-des {
        padding-left: 0;
        padding-right: 0;
        padding-top: 40px
    }

    .cspt-testimonial-style-2 .creativesplanet-box-desc {
        padding-bottom: 50px
    }

    .cspt-miconheading-style-3:first-child .cspt-ihbox-style-3 {
        padding-left: 40px
    }

    .cspt-align-left .cspt-element-portfolio-style-3.cspt-sortable-yes .cspt-ele-header-area {
        width: auto
    }

    .cspt-service-style-4 .creativesplanet-post-item .row {
        display: block
    }

    .cspt-testimonial-style-2 .creativesplanet-box-img {
        margin-bottom: 30px
    }

    .cspt-testimonial-style-2 .cspt-featured-wrapper::before {
        left: -4px
    }

    .cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .cspt-testimonial-style-2 {
        padding-right: 0
    }

    .cspt-element-testimonial-style-2.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
        display: none
    }

    .cspt-team-single-style-1 .cspt-team-single-inner .row .col-md-8, .cspt-team-single-style-1 .cspt-team-single-inner .row .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .cspt-ihbox-style-11 {
        padding: 30px !important
    }

    .site-footer .widget.widget_custom_html {
        padding-left: 30px;
        padding-right: 30px
    }

    .cspt-timeline .cspt-timeline-inner:nth-child(odd) .cspt-ourhistory-type2 .cspt-ourhistory-right {
        padding-right: 40px
    }

    .cspt-timeline .cspt-timeline-post-items .cspt-timeline-inner {
        padding-bottom: 20px
    }

    .cspt-singleimg-effect .elementor-widget-container::before, .cspt-singleimg-effect .elementor-widget-container::after {
        display: none
    }
}

@media (max-width: 767px) {
    .cspt-heading-subheading .cspt-element-title {
        font-size: 26px;
        line-height: 36px
    }

    .cspt-substyle1 .cspt-heading-subheading .cspt-element-title {
        font-size: 20px;
        line-height: 30px;
        margin-left: 60px
    }

    .cspt-ourhistory .cspt-ourhistory-right .content::before, .cspt-timeline .cspt-timeline-inner:nth-child(odd) .row.cspt-ourhistory-row .cspt-ourhistory-right .content::before {
        content: unset
    }

    .cspt-ourhistory-left .label {
        display: none
    }

    .cspt-ourhistory .cspt-ourhistory-right {
        padding-left: 15px
    }

    .cspt-ourhistory .cspt-ourhistory-right .content {
        padding: 45px 30px 5px
    }

    .cspt-timeline .cspt-timeline-inner:nth-child(odd) .cspt-timeline-image {
        margin-left: 0
    }

    .cspt-timeline .cspt-timeline-inner:nth-child(odd) .cspt-ourhistory .cspt-ourhistory-right {
        padding-right: 0
    }

    .cspt-blog-meta-bottom .cspt-blog-meta-bottom-right {
        margin-top: 0
    }

    .cspt-blog-classic .cspt-blog-meta-social-share {
        display: none
    }

    .cspt-blog-classic blockquote:not(.wp-block-quote):not(.has-text-color) {
        padding: 82px 15px 40px
    }

    .cspt-ptable-col {
        margin-bottom: 50px
    }

    .cspt-portfolio-single .nav-links a {
        display: block !important
    }

    .cspt-portfolio-single .post-navigation .nav-links {
        display: block
    }

    .cspt-portfolio-single .post-navigation .nav-links .nav-next {
        margin-top: 15px
    }

    .cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper {
        margin-left: unset
    }

    .cspt-portfolio-single .post-navigation .nav-links .nav-next {
        margin-top: 0
    }

    .cspt-portfolio-single .post-navigation .nav-links .cspt-portfolio-nav-thumbnail {
        display: none
    }

    .cspt-portfolio-single .cspt-portfolio-nav-wrapper {
        width: auto !important
    }

    .cspt-portfolio-single .post-navigation .nav-links .nav-next {
        text-align: center !important
    }

    .cspt-portfolio-single .post-navigation .nav-links .nav-next {
        border-top: 1px solid #eeeeee;
        margin-top: 0
    }

    .creativesplanet-ele-fid-style-1 {
        margin-top: -20px;
        padding: 0 65px
    }

    .cspt-team-form .input-button {
        margin-bottom: 0
    }

    .cspt-single-project-details-list {
        position: static;
        margin-bottom: 35px;
        padding: 15px
    }

    .cspt-timeline {
        margin: 0 15px
    }

    .cspt-team-single-style-1 .cspt-team-single-info {
        padding: 30px
    }

    .cspt-title-bar-content .cspt-tbar-title {
        font-size: 30px;
        line-height: 36px
    }

    .cspt-team-form .input-button button {
        width: 100%
    }

    .cspt-form-style-1 .input-button button {
        width: 100%
    }

    .cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
        display: none
    }

    .cspt-ihbox.cspt-ihbox-style-8::after {
        display: none
    }

    .cspt-element-posts-wrapper.row .cspt-miconheading-style-8 {
        margin-bottom: 0
    }

    .cspt-iconheading-small-style-8 .cspt-element-posts-wrapper.row .cspt-miconheading-style-8 {
        margin-bottom: 30px
    }

    .cspt-home-gallary.elementor-widget-cspt_gallery_element .creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
        display: none
    }

    .cspt-element-testimonial-style-1.creativesplanet-element-viewtype-carousel .cspt-carousel-navs {
        display: none
    }

    .cspt-testimonial-style-1 .creativesplanet-box-desc::before {
        display: inline-table;
        left: 50%;
        transform: rotate(-90deg);
        top: 98%
    }

    .cspt-testimonial-style-1 .creativesplanet-box-img {
        padding-left: 0;
        margin-top: 30px
    }

    .cspt-ihbox-style-3 {
        padding: 20px 15px 20px 15px
    }

    .cspt-ihbox-style-3 .cspt-ihbox-headingicon {
        border-right: none;
        padding-right: 0
    }

    .cspt-miconheading-style-3:first-child .cspt-ihbox-style-3 {
        padding-left: 15px
    }

    .cspt-bg-img-style1 .elementor-widget-wrap {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%)
    }

    .cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .cspt-carousel-navs {
        display: none
    }

    .cspt-tab-content .cspt-tab-content-title {
        display: block;
        background-color: transparent;
        padding: 12px 20px;
        margin: 20px 0;
        border-radius: 0;
        border: 1px solid #eeeeee;
        font-size: 18px
    }

    .cspt-tab-content .cspt-tab-content-title svg {
        width: 18px;
        height: 18px
    }

    .cspt-tab-content {
        display: block
    }

    .cspt-tab-content .cspt-tab-content-inner {
        display: none
    }

    .cspt-tab-content.cspt-tab-active .cspt-tab-content-inner {
        display: block
    }

    .cspt-tabs-heading {
        display: none !important
    }

    .cspt-tabs .cspt-tab-content-wrapper {
        margin-top: 0;
        margin-bottom: 0
    }

    .cspt-tab-content.cspt-tab-active .cspt-tab-content-inner .tab-content {
        display: block;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px
    }

    .cspt-tab-content-inner .tab-content-text {
        padding: 0;
        margin-top: 30px
    }

    .site-footer .widget {
        padding: 40px 0 10px
    }

    .cspt-footer-text-area .cspt-footer-copyright-box {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .site-footer .widget.widget_custom_html {
        padding-left: 0;
        padding-right: 0
    }

    .footer-wrap.cspt-footer-big-area .container {
        padding-top: 60px
    }

    .cspt-footer-big-area .cspt-footer-boxes {
        padding: 0;
        padding-top: 40px
    }

    .cspt-footer-big-area .cspt-footer-social-icon {
        text-align: left;
        padding-top: 40px
    }

    .cspt-footer-big-area .cspt-footer-social-icon ul {
        padding: 0
    }

    .cspt-footer-text-area .cspt-footer-copyright-box.col-md-12 {
        padding-bottom: 60px
    }

    .cspt-footer-section.cspt-footer-widget-area {
        padding-top: 20px
    }

    .cspt-footer-text-area .cspt-footer-copyright-box.col-md-12 {
        margin-top: 30px;
        padding-top: 35px;
        padding-bottom: 40px;
        border-top: 1px solid rgb(255 255 255 / 10%);
        margin-left: 15px;
        margin-right: 15px
    }

    .cspt-element-miconheading-style-2 .creativesplanet-element-inner .cspt-element-posts-wrapper .cspt-miconheading-style-2.col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .cspt-element-miconheading-style-7.creativesplanet-element-viewtype-row-column .cspt-element-posts-wrapper.row .cspt-ele {
        margin-bottom: 0
    }

    .cspt-768breakpoint .elementor-container .elementor-column.elementor-element {
        display: block;
        float: left;
        width: 100%
    }

    .creativesplanet-ele-fid-style-1 .cspt-fid-inner {
        font-size: 60px;
        line-height: 70px
    }

    .creativesplanet-ele-fid-style-1 {
        margin-bottom: 45px;
        display: block
    }

    .elementor-element.cspt-playanimation {
        left: 40% !important
    }

    .creativesplanet-ele-ptable-style-1 .cspt-ptable-col.col-md-4, .creativesplanet-ele-ptable-style-2 .cspt-ptable-col.col-md-4 {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 30px
    }

    .creativesplanet-ele-fid.creativesplanet-ele-fid-style-5 {
        margin-bottom: 35px
    }

    .cspt-timeline .cspt-timeline-inner:nth-child(even) .row.cspt-ourhistory-row .cspt-ourhistory-right .content::before, .cspt-timeline .cspt-timeline-post-items::before {
        content: none
    }

    .cspt-timeline .cspt-timeline-post-items {
        padding-top: 20px
    }

    .cspt-timeline .cspt-last-timeline, .cspt-timeline .cspt-first-timeline {
        display: none
    }

    .cspt-timeline .cspt-timeline-inner:nth-child(odd) .cspt-ourhistory-type2 .cspt-ourhistory-right {
        padding: 0
    }

    .cspt-timeline .cspt-timeline-post-items .cspt-timeline-inner {
        padding-bottom: 60px
    }

    .cspt-timeline-inner .cspt-ourhistory-row .cspt-ourhistory-right, .cspt-timeline-inner .cspt-ourhistory-row .cspt-ourhistory-left {
        padding: 0
    }

    .cspt-header-search-form-wrapper.open .search-form {
        left: 30px;
        right: 30px
    }

    .cspt-header-search-form-wrapper .search-form input[type="search"] {
        height: 65px;
        line-height: 65px;
        font-size: 18px
    }

    .cspt-woman-image-ab {
        position: static !important;
        width: 100% !important
    }
}

@media (max-width: 575px) {
    .cspt-blog-meta .cspt-meta-classic-right {
        padding-left: 0;
        text-align: left;
        display: inline-block
    }

    .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left {
        position: static;
        width: auto;
        display: inline-block
    }

    .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
        padding: 6px 22px;
        margin-right: 10px
    }

    .cspt-blog-meta.cspt-blog-meta-top {
        text-align: left
    }

    .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span span {
        display: inline-block
    }

    .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
        font-size: 16px;
        line-height: 26px
    }

    .cspt-no-img .cspt-blog-meta.cspt-blog-meta-top, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top {
        display: block
    }

    .cspt-no-img .cspt-blog-meta .cspt-meta-classic-right, .cspt-default-view .cspt-blog-meta .cspt-meta-classic-right {
        padding-left: 0;
        display: block;
        margin-bottom: 15px
    }

    .comment-respond .comment-reply-title {
        font-size: 20px;
        line-height: 30px
    }

    .comment-respond .comment-reply-title small {
        font-size: 13px;
        line-height: 13px
    }

    .comment-list .comment-respond {
        padding-left: 0
    }

    .comment-list .children {
        margin-left: 10px
    }

    .cspt-comment-content {
        margin-left: 0;
        margin-top: 25px
    }

    .cspt-comment-avatar {
        float: none
    }

    .cspt-comment-content::before, .cspt-comment-content::after {
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent
    }

    .cspt-comment-content::after {
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #e9e9e9 transparent
    }

    .cspt-comment-content::before {
        top: -10px;
        left: 17px
    }

    .cspt-comment-content::after {
        top: -13px;
        left: 15px
    }

    .cspt-comment-form-input-wrapper {
        display: block
    }

    .cspt-comment-form-input-wrapper .cspt-comment-form-input {
        flex: none;
        width: 100%;
        margin-left: 0
    }

    .cspt-author-box {
        display: block
    }

    .cspt-author-content {
        margin-top: 20px
    }

    .site-footer .widget.widget_custom_html {
        padding-left: 0;
        padding-right: 0
    }

    .cspt-testimonial-style-3 blockquote {
        padding: 0
    }

    .cspt-element-testimonial-style-3.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
        right: 18px
    }

    .cspt-1024breakpoint .elementor-container .elementor-column.elementor-element {
        display: block;
        float: left;
        width: 100%
    }

    .cspt-header-search-form-wrapper .search-form input[type="search"] {
        font-size: 15px
    }

    .cspt-icon-style-1 {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .cspt-empty-sidebar #primary {
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-20percent {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .cspt-blog-meta-bottom.cspt-blog-meta-no-social .cspt-blog-meta-bottom-left {
        width: 100%
    }

    .creativesplanet-ele-fid-style-1 {
        padding: 0
    }

    .cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-wrapper {
        text-align: left
    }

    .cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper {
        text-align: right
    }

    .cspt-portfolio-single .nav-links a {
        display: -ms-flexbox !important;
        display: flex !important;
        align-items: center
    }

    .cspt-portfolio-single .nav-links .nav-next a {
        justify-content: space-between
    }

    .cspt-portfolio-single .nav-links .nav-next, .cspt-portfolio-single .nav-links .nav-previous {
        margin: 25px 0 25px 0
    }

    .cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-wrapper {
        margin-left: 20px
    }

    .cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper {
        margin-right: 20px;
        margin-left: auto
    }

    .cspt-footer-text-area .cspt-footer-copyright-box::before, .cspt-footer-text-area .cspt-footer-copyright-box::after {
        position: absolute;
        content: "";
        left: 64%;
        right: 0;
        top: 12px;
        height: 1px;
        width: 29%;
        margin: 0 73px;
        background-color: rgb(255 255 255 / 10%);
        transition: all .4s
    }

    .cspt-footer-text-area .cspt-footer-copyright-box::before {
        left: auto;
        right: 64%
    }
}

@media screen and (min-width: 992px) {
    .cspt-sidebar-left #secondary, .cspt-sidebar-right #secondary {
        flex: 0 0 33%;
        max-width: 33%
    }

    .cspt-sidebar-left #primary, .cspt-sidebar-right #primary {
        flex: 0 0 66%;
        max-width: 66%
    }
}

@media only screen and (min-width: 575px) and (max-width: 768px) {
    .cspt-767breakpoint .elementor-container .elementor-column.elementor-element {
        display: block;
        float: left;
        width: 50%
    }
}

@media screen and (min-width: 1025px) {
    .cspt-service-style-3 .creativesplanet-post-item {
        border-left: 0
    }
}

@media (min-width: 1200px) {
    .elementor-section.elementor-section-boxed > .elementor-container, .container {
        max-width: 1200px
    }

    .elementor-inner-section.cspt-justify-colum > .elementor-container {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .elementor-inner-section.cspt-justify-colum > .elementor-container .elementor-column:last-child {
        margin-left: auto
    }

    .cspt-header-style-4 {
        position: relative;
        padding-bottom: 0
    }

    .cspt-footer-section.cspt-footer-widget-area .cspt-footer-widget:last-child {
        padding-right: 15px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .cspt-header-style-2 .cspt-header-contact-number {
        display: none
    }
}

/*! elementor-icons - v5.32.0 - 10-10-2024 */
@font-face {
    font-family: eicons;
    src: url(./../fonts/eicons.eot?5.32.0);
    src: url(./../fonts/eicons.eot?5.32.0#iefix) format("embedded-opentype"), url(./../fonts/eicons.woff2?5.32.0) format("woff2"), url(./../fonts/eicons.woff?5.32.0) format("woff"), url(./../fonts/eicons.ttf?5.32.0) format("truetype"), url(./../fonts/eicons.svg?5.32.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}

.eicon-image-hotspot:before {
    content: "\e837"
}

.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-wordpress:before {
    content: "\e86c"
}

.eicon-text:before {
    content: "\e86d"
}

.eicon-anchor:before {
    content: "\e86e"
}

.eicon-bullet-list:before {
    content: "\e86f"
}

.eicon-code:before {
    content: "\e870"
}

.eicon-favorite:before {
    content: "\e871"
}

.eicon-google-maps:before {
    content: "\e872"
}

.eicon-image:before {
    content: "\e873"
}

.eicon-photo-library:before {
    content: "\e874"
}

.eicon-woocommerce:before {
    content: "\e875"
}

.eicon-youtube:before {
    content: "\e876"
}

.eicon-flip-box:before {
    content: "\e877"
}

.eicon-settings:before {
    content: "\e878"
}

.eicon-headphones:before {
    content: "\e879"
}

.eicon-testimonial:before {
    content: "\e87a"
}

.eicon-counter-circle:before {
    content: "\e87b"
}

.eicon-person:before {
    content: "\e87c"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-file-download:before {
    content: "\e880"
}

.eicon-save:before {
    content: "\e881"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-shortcode:before {
    content: "\e883"
}

.eicon-nerd:before {
    content: "\e884"
}

.eicon-device-desktop:before {
    content: "\e885"
}

.eicon-device-tablet:before {
    content: "\e886"
}

.eicon-device-mobile:before {
    content: "\e887"
}

.eicon-document-file:before {
    content: "\e888"
}

.eicon-folder-o:before {
    content: "\e889"
}

.eicon-hypster:before {
    content: "\e88a"
}

.eicon-h-align-left:before {
    content: "\e88b"
}

.eicon-h-align-right:before {
    content: "\e88c"
}

.eicon-h-align-center:before {
    content: "\e88d"
}

.eicon-h-align-stretch:before {
    content: "\e88e"
}

.eicon-v-align-top:before {
    content: "\e88f"
}

.eicon-v-align-bottom:before {
    content: "\e890"
}

.eicon-v-align-middle:before {
    content: "\e891"
}

.eicon-v-align-stretch:before {
    content: "\e892"
}

.eicon-pro-icon:before {
    content: "\e893"
}

.eicon-mail:before {
    content: "\e894"
}

.eicon-lock-user:before {
    content: "\e895"
}

.eicon-testimonial-carousel:before {
    content: "\e896"
}

.eicon-media-carousel:before {
    content: "\e897"
}

.eicon-section:before {
    content: "\e898"
}

.eicon-column:before {
    content: "\e899"
}

.eicon-edit:before {
    content: "\e89a"
}

.eicon-clone:before {
    content: "\e89b"
}

.eicon-trash:before {
    content: "\e89c"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-angle-right:before {
    content: "\e89e"
}

.eicon-angle-left:before {
    content: "\e89f"
}

.eicon-animated-headline:before {
    content: "\e8a0"
}

.eicon-menu-toggle:before {
    content: "\e8a1"
}

.eicon-fb-embed:before {
    content: "\e8a2"
}

.eicon-fb-feed:before {
    content: "\e8a3"
}

.eicon-twitter-embed:before {
    content: "\e8a4"
}

.eicon-twitter-feed:before {
    content: "\e8a5"
}

.eicon-sync:before {
    content: "\e8a6"
}

.eicon-import-export:before {
    content: "\e8a7"
}

.eicon-check-circle:before {
    content: "\e8a8"
}

.eicon-library-save:before {
    content: "\e8a9"
}

.eicon-library-download:before {
    content: "\e8aa"
}

.eicon-insert:before {
    content: "\e8ab"
}

.eicon-preview-medium:before {
    content: "\e8ac"
}

.eicon-sort-down:before {
    content: "\e8ad"
}

.eicon-sort-up:before {
    content: "\e8ae"
}

.eicon-heading:before {
    content: "\e8af"
}

.eicon-logo:before {
    content: "\e8b0"
}

.eicon-meta-data:before {
    content: "\e8b1"
}

.eicon-post-content:before {
    content: "\e8b2"
}

.eicon-post-excerpt:before {
    content: "\e8b3"
}

.eicon-post-navigation:before {
    content: "\e8b4"
}

.eicon-yoast:before {
    content: "\e8b5"
}

.eicon-nerd-chuckle:before {
    content: "\e8b6"
}

.eicon-nerd-wink:before {
    content: "\e8b7"
}

.eicon-comments:before {
    content: "\e8b8"
}

.eicon-download-circle-o:before {
    content: "\e8b9"
}

.eicon-library-upload:before {
    content: "\e8ba"
}

.eicon-save-o:before {
    content: "\e8bb"
}

.eicon-upload-circle-o:before {
    content: "\e8bc"
}

.eicon-ellipsis-h:before {
    content: "\e8bd"
}

.eicon-ellipsis-v:before {
    content: "\e8be"
}

.eicon-arrow-left:before {
    content: "\e8bf"
}

.eicon-arrow-right:before {
    content: "\e8c0"
}

.eicon-arrow-up:before {
    content: "\e8c1"
}

.eicon-arrow-down:before {
    content: "\e8c2"
}

.eicon-play-o:before {
    content: "\e8c3"
}

.eicon-archive-posts:before {
    content: "\e8c4"
}

.eicon-archive-title:before {
    content: "\e8c5"
}

.eicon-featured-image:before {
    content: "\e8c6"
}

.eicon-post-info:before {
    content: "\e8c7"
}

.eicon-post-title:before {
    content: "\e8c8"
}

.eicon-site-logo:before {
    content: "\e8c9"
}

.eicon-site-search:before {
    content: "\e8ca"
}

.eicon-site-title:before {
    content: "\e8cb"
}

.eicon-plus-square:before {
    content: "\e8cc"
}

.eicon-minus-square:before {
    content: "\e8cd"
}

.eicon-cloud-check:before {
    content: "\e8ce"
}

.eicon-drag-n-drop:before {
    content: "\e8cf"
}

.eicon-welcome:before {
    content: "\e8d0"
}

.eicon-handle:before {
    content: "\e8d1"
}

.eicon-cart:before {
    content: "\e8d2"
}

.eicon-product-add-to-cart:before {
    content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4"
}

.eicon-product-categories:before {
    content: "\e8d5"
}

.eicon-product-description:before {
    content: "\e8d6"
}

.eicon-product-images:before {
    content: "\e8d7"
}

.eicon-product-info:before {
    content: "\e8d8"
}

.eicon-product-meta:before {
    content: "\e8d9"
}

.eicon-product-pages:before {
    content: "\e8da"
}

.eicon-product-price:before {
    content: "\e8db"
}

.eicon-product-rating:before {
    content: "\e8dc"
}

.eicon-product-related:before {
    content: "\e8dd"
}

.eicon-product-stock:before {
    content: "\e8de"
}

.eicon-product-tabs:before {
    content: "\e8df"
}

.eicon-product-title:before {
    content: "\e8e0"
}

.eicon-product-upsell:before {
    content: "\e8e1"
}

.eicon-products:before {
    content: "\e8e2"
}

.eicon-bag-light:before {
    content: "\e8e3"
}

.eicon-bag-medium:before {
    content: "\e8e4"
}

.eicon-bag-solid:before {
    content: "\e8e5"
}

.eicon-basket-light:before {
    content: "\e8e6"
}

.eicon-basket-medium:before {
    content: "\e8e7"
}

.eicon-basket-solid:before {
    content: "\e8e8"
}

.eicon-cart-light:before {
    content: "\e8e9"
}

.eicon-cart-medium:before {
    content: "\e8ea"
}

.eicon-cart-solid:before {
    content: "\e8eb"
}

.eicon-exchange:before {
    content: "\e8ec"
}

.eicon-preview-thin:before {
    content: "\e8ed"
}

.eicon-device-laptop:before {
    content: "\e8ee"
}

.eicon-collapse:before {
    content: "\e8ef"
}

.eicon-expand:before {
    content: "\e8f0"
}

.eicon-navigator:before {
    content: "\e8f1"
}

.eicon-plug:before {
    content: "\e8f2"
}

.eicon-dashboard:before {
    content: "\e8f3"
}

.eicon-typography:before {
    content: "\e8f4"
}

.eicon-info-circle-o:before {
    content: "\e8f5"
}

.eicon-integration:before {
    content: "\e8f6"
}

.eicon-plus-circle-o:before {
    content: "\e8f7"
}

.eicon-rating:before {
    content: "\e8f8"
}

.eicon-review:before {
    content: "\e8f9"
}

.eicon-tools:before {
    content: "\e8fa"
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-sitemap:before {
    content: "\e8fc"
}

.eicon-click:before {
    content: "\e8fd"
}

.eicon-clock:before {
    content: "\e8fe"
}

.eicon-library-open:before {
    content: "\e8ff"
}

.eicon-warning:before {
    content: "\e900"
}

.eicon-flow:before {
    content: "\e901"
}

.eicon-cursor-move:before {
    content: "\e902"
}

.eicon-arrow-circle-left:before {
    content: "\e903"
}

.eicon-flash:before {
    content: "\e904"
}

.eicon-redo:before {
    content: "\e905"
}

.eicon-ban:before {
    content: "\e906"
}

.eicon-barcode:before {
    content: "\e907"
}

.eicon-calendar:before {
    content: "\e908"
}

.eicon-caret-left:before {
    content: "\e909"
}

.eicon-caret-right:before {
    content: "\e90a"
}

.eicon-caret-up:before {
    content: "\e90b"
}

.eicon-chain-broken:before {
    content: "\e90c"
}

.eicon-check-circle-o:before {
    content: "\e90d"
}

.eicon-check:before {
    content: "\e90e"
}

.eicon-chevron-double-left:before {
    content: "\e90f"
}

.eicon-chevron-double-right:before {
    content: "\e910"
}

.eicon-undo:before {
    content: "\e911"
}

.eicon-filter:before {
    content: "\e912"
}

.eicon-circle-o:before {
    content: "\e913"
}

.eicon-circle:before {
    content: "\e914"
}

.eicon-clock-o:before {
    content: "\e915"
}

.eicon-cog:before {
    content: "\e916"
}

.eicon-cogs:before {
    content: "\e917"
}

.eicon-commenting-o:before {
    content: "\e918"
}

.eicon-copy:before {
    content: "\e919"
}

.eicon-database:before {
    content: "\e91a"
}

.eicon-dot-circle-o:before {
    content: "\e91b"
}

.eicon-envelope:before {
    content: "\e91c"
}

.eicon-external-link-square:before {
    content: "\e91d"
}

.eicon-eyedropper:before {
    content: "\e91e"
}

.eicon-folder:before {
    content: "\e91f"
}

.eicon-font:before {
    content: "\e920"
}

.eicon-adjust:before {
    content: "\e921"
}

.eicon-lightbox:before {
    content: "\e922"
}

.eicon-heart-o:before {
    content: "\e923"
}

.eicon-history:before {
    content: "\e924"
}

.eicon-image-bold:before {
    content: "\e925"
}

.eicon-info-circle:before {
    content: "\e926"
}

.eicon-link:before {
    content: "\e927"
}

.eicon-long-arrow-left:before {
    content: "\e928"
}

.eicon-long-arrow-right:before {
    content: "\e929"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.eicon-paint-brush:before {
    content: "\e92b"
}

.eicon-pencil:before {
    content: "\e92c"
}

.eicon-plus-circle:before {
    content: "\e92d"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-sort-amount-desc:before {
    content: "\e92f"
}

.eicon-sign-out:before {
    content: "\e930"
}

.eicon-spinner:before {
    content: "\e931"
}

.eicon-square:before {
    content: "\e932"
}

.eicon-star-o:before {
    content: "\e933"
}

.eicon-star:before {
    content: "\e934"
}

.eicon-text-align-justify:before {
    content: "\e935"
}

.eicon-text-align-center:before {
    content: "\e936"
}

.eicon-tags:before {
    content: "\e937"
}

.eicon-text-align-left:before {
    content: "\e938"
}

.eicon-text-align-right:before {
    content: "\e939"
}

.eicon-close-circle:before {
    content: "\e93a"
}

.eicon-trash-o:before {
    content: "\e93b"
}

.eicon-font-awesome:before {
    content: "\e93c"
}

.eicon-user-circle-o:before {
    content: "\e93d"
}

.eicon-video-camera:before {
    content: "\e93e"
}

.eicon-heart:before {
    content: "\e93f"
}

.eicon-wrench:before {
    content: "\e940"
}

.eicon-help:before {
    content: "\e941"
}

.eicon-help-o:before {
    content: "\e942"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-plus-square-o:before {
    content: "\e944"
}

.eicon-minus-square-o:before {
    content: "\e945"
}

.eicon-minus-circle:before {
    content: "\e946"
}

.eicon-minus-circle-o:before {
    content: "\e947"
}

.eicon-code-bold:before {
    content: "\e948"
}

.eicon-cloud-upload:before {
    content: "\e949"
}

.eicon-search-bold:before {
    content: "\e94a"
}

.eicon-map-pin:before {
    content: "\e94b"
}

.eicon-meetup:before {
    content: "\e94c"
}

.eicon-slideshow:before {
    content: "\e94d"
}

.eicon-t-letter-bold:before {
    content: "\e94e"
}

.eicon-preferences:before {
    content: "\e94f"
}

.eicon-table-of-contents:before {
    content: "\e950"
}

.eicon-tv:before {
    content: "\e951"
}

.eicon-upload:before {
    content: "\e952"
}

.eicon-instagram-comments:before {
    content: "\e953"
}

.eicon-instagram-nested-gallery:before {
    content: "\e954"
}

.eicon-instagram-post:before {
    content: "\e955"
}

.eicon-instagram-video:before {
    content: "\e956"
}

.eicon-instagram-gallery:before {
    content: "\e957"
}

.eicon-instagram-likes:before {
    content: "\e958"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-archive:before {
    content: "\e95e"
}

.eicon-colors-typography:before {
    content: "\e95f"
}

.eicon-custom:before {
    content: "\e960"
}

.eicon-footer:before {
    content: "\e961"
}

.eicon-header:before {
    content: "\e962"
}

.eicon-layout-settings:before {
    content: "\e963"
}

.eicon-lightbox-expand:before {
    content: "\e964"
}

.eicon-error-404:before {
    content: "\e965"
}

.eicon-theme-style:before {
    content: "\e966"
}

.eicon-search-results:before {
    content: "\e967"
}

.eicon-single-post:before {
    content: "\e968"
}

.eicon-site-identity:before {
    content: "\e969"
}

.eicon-theme-builder:before {
    content: "\e96a"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-global-settings:before {
    content: "\e96d"
}

.eicon-user-preferences:before {
    content: "\e96e"
}

.eicon-lock:before {
    content: "\e96f"
}

.eicon-export-kit:before {
    content: "\e970"
}

.eicon-import-kit:before {
    content: "\e971"
}

.eicon-lottie:before {
    content: "\e972"
}

.eicon-products-archive:before {
    content: "\e973"
}

.eicon-single-product:before {
    content: "\e974"
}

.eicon-disable-trash-o:before {
    content: "\e975"
}

.eicon-single-page:before {
    content: "\e976"
}

.eicon-wordpress-light:before {
    content: "\e977"
}

.eicon-cogs-check:before {
    content: "\e978"
}

.eicon-custom-css:before {
    content: "\e979"
}

.eicon-global-colors:before {
    content: "\e97a"
}

.eicon-globe:before {
    content: "\e97b"
}

.eicon-typography-1:before {
    content: "\e97c"
}

.eicon-background:before {
    content: "\e97d"
}

.eicon-device-responsive:before {
    content: "\e97e"
}

.eicon-device-wide:before {
    content: "\e97f"
}

.eicon-code-highlight:before {
    content: "\e980"
}

.eicon-video-playlist:before {
    content: "\e981"
}

.eicon-download-kit:before {
    content: "\e982"
}

.eicon-kit-details:before {
    content: "\e983"
}

.eicon-kit-parts:before {
    content: "\e984"
}

.eicon-kit-upload:before {
    content: "\e985"
}

.eicon-kit-plugins:before {
    content: "\e986"
}

.eicon-kit-upload-alt:before {
    content: "\e987"
}

.eicon-hotspot:before {
    content: "\e988"
}

.eicon-paypal-button:before {
    content: "\e989"
}

.eicon-shape:before {
    content: "\e98a"
}

.eicon-wordart:before {
    content: "\e98b"
}

.eicon-checkout:before {
    content: "\e98c"
}

.eicon-container:before {
    content: "\e98d"
}

.eicon-flip:before {
    content: "\e98e"
}

.eicon-info:before {
    content: "\e98f"
}

.eicon-my-account:before {
    content: "\e990"
}

.eicon-purchase-summary:before {
    content: "\e991"
}

.eicon-page-transition:before {
    content: "\e992"
}

.eicon-spotify:before {
    content: "\e993"
}

.eicon-stripe-button:before {
    content: "\e994"
}

.eicon-woo-settings:before {
    content: "\e995"
}

.eicon-woo-cart:before {
    content: "\e996"
}

.eicon-grow:before {
    content: "\e997"
}

.eicon-order-end:before {
    content: "\e998"
}

.eicon-nowrap:before {
    content: "\e999"
}

.eicon-order-start:before {
    content: "\e99a"
}

.eicon-progress-tracker:before {
    content: "\e99b"
}

.eicon-shrink:before {
    content: "\e99c"
}

.eicon-wrap:before {
    content: "\e99d"
}

.eicon-align-center-h:before {
    content: "\e99e"
}

.eicon-align-center-v:before {
    content: "\e99f"
}

.eicon-align-end-h:before {
    content: "\e9a0"
}

.eicon-align-end-v:before {
    content: "\e9a1"
}

.eicon-align-start-h:before {
    content: "\e9a2"
}

.eicon-align-start-v:before {
    content: "\e9a3"
}

.eicon-align-stretch-h:before {
    content: "\e9a4"
}

.eicon-align-stretch-v:before {
    content: "\e9a5"
}

.eicon-justify-center-h:before {
    content: "\e9a6"
}

.eicon-justify-center-v:before {
    content: "\e9a7"
}

.eicon-justify-end-h:before {
    content: "\e9a8"
}

.eicon-justify-end-v:before {
    content: "\e9a9"
}

.eicon-justify-space-around-h:before {
    content: "\e9aa"
}

.eicon-justify-space-around-v:before {
    content: "\e9ab"
}

.eicon-justify-space-between-h:before {
    content: "\e9ac"
}

.eicon-justify-space-between-v:before {
    content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
    content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
    content: "\e9af"
}

.eicon-justify-start-h:before {
    content: "\e9b0"
}

.eicon-justify-start-v:before {
    content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
}

.eicon-woocommerce-notices:before {
    content: "\e9b3"
}

.eicon-inner-container:before {
    content: "\e9b4"
}

.eicon-warning-full:before {
    content: "\e9b5"
}

.eicon-exit:before {
    content: "\e9b6"
}

.eicon-loop-builder:before {
    content: "\e9b7"
}

.eicon-notes:before {
    content: "\e9b8"
}

.eicon-read:before {
    content: "\e9b9"
}

.eicon-unread:before {
    content: "\e9ba"
}

.eicon-carousel-loop:before {
    content: "\e9bb"
}

.eicon-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-advanced:before {
    content: "\eb84"
}

.eicon-notification:before {
    content: "\e9c3"
}

.eicon-light-mode:before {
    content: "\e9c4"
}

.eicon-dark-mode:before {
    content: "\e9c5"
}

.eicon-upgrade-crown:before {
    content: "\e9c6"
}

.eicon-off-canvas:before {
    content: "\e9c7"
}

.eicon-speakerphone:before {
    content: "\e9c9"
}

.eicon-ehp-cta:before {
    content: "\e9cb"
}

.eicon-ehp-forms:before {
    content: "\e9bc"
}

.eicon-ehp-hero:before {
    content: "\e9ca"
}

.eicon-ehp-zigzage:before {
    content: "\e9cc"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

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

@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth
    }
}

.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);
    --flex-wrap-mobile: wrap;
    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-mobile {
        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: var(--flex-wrap-mobile)
    }

    .e-con.e-flex .elementor-widget-archive-posts {
        width: 100%
    }
}

.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-block-start: 0;
    padding-block-end: 0;
    border: none
}

.elementor-form .elementor-button-content-wrapper, .elementor-form .elementor-button > span {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 5px
}

.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-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.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;
    flex-direction: row;
    gap: 5px
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    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 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-square .elementor-icon {
    border-radius: 0
}

.elementor-shape-rounded .elementor-icon {
    border-radius: 10%
}

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

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

@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-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 - v3.25.0 - 24-11-2024 */
.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item, .elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item, .elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (min-width: -1) {
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: 1024px) {
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: -1) {
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width: 767px) {
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator, .elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after, .elementor-widget-divider--view-line_icon .elementor-divider-separator:before, .elementor-widget-divider--view-line_text .elementor-divider-separator:after, .elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-block-end: 0;
    flex-grow: 1;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator > .elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-start .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-start .elementor-divider__element {
    margin-inline-start: 0
}

.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator > .elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-end .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-end .elementor-divider__element {
    margin-inline-end: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after, .elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before, .elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.e-con-inner > .elementor-widget-divider, .e-con > .elementor-widget-divider {
    width: var(--container-widget-width, 100%);
    --flex-grow: var(--container-widget-flex-grow)
}

/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

/*! elementor - v3.25.0 - 24-11-2024 */
.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner > .elementor-widget-spacer, .e-con > .elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container, .e-con > .elementor-widget-spacer > .elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer {
    height: 100%
}

.e-con-inner > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner, .e-con > .elementor-widget-spacer > .elementor-widget-container > .elementor-spacer > .elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner > .elementor-widget-spacer.elementor-widget-empty, .e-con > .elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner > .elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon, .e-con > .elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@font-face {
    font-family: "flaticon";
    src: url(./../fonts/flaticon/flaticon.ttf) format("truetype"), url(./../fonts/flaticon/flaticon.woff) format("woff"), url(./../fonts/flaticon/flaticon.woff2) format("woff2"), url(./../fonts/flaticon/flaticon.eot?976930228cfd5b1622b88d53a56eee35#iefix) format("embedded-opentype"), url(./../fonts/flaticon/flaticon.eot?976930228cfd5b1622b88d53a56eee35#flaticon) format("svg")
}

i[class^=cspt-leblix-icon-]:before, i[class*=" cspt-leblix-icon-"]:before {
    font-family: flaticon !important;
    font-style: normal
}

.cspt-leblix-icon-diploma:before {
    content: "\f101"
}

.cspt-leblix-icon-trophy:before {
    content: "\f102"
}

.cspt-leblix-icon-chemistry:before {
    content: "\f103"
}

.cspt-leblix-icon-medical-laboratory:before {
    content: "\f104"
}

.cspt-leblix-icon-chemistry-1:before {
    content: "\f105"
}

.cspt-leblix-icon-medal:before {
    content: "\f106"
}

.cspt-leblix-icon-microbiology:before {
    content: "\f107"
}

.cspt-leblix-icon-molecule:before {
    content: "\f108"
}

.cspt-leblix-icon-feedback:before {
    content: "\f109"
}

.cspt-leblix-icon-laboratory:before {
    content: "\f10a"
}

.cspt-leblix-icon-gas-mask:before {
    content: "\f10b"
}

.cspt-leblix-icon-bacteria:before {
    content: "\f10c"
}

.cspt-leblix-icon-bacteria-1:before {
    content: "\f10d"
}

.cspt-leblix-icon-experiment:before {
    content: "\f10e"
}

.cspt-leblix-icon-dna:before {
    content: "\f10f"
}

.cspt-leblix-icon-scientist:before {
    content: "\f110"
}

.cspt-leblix-icon-molecule-1:before {
    content: "\f111"
}

.cspt-leblix-icon-medical-mask:before {
    content: "\f112"
}

.cspt-leblix-icon-medicines:before {
    content: "\f113"
}

.cspt-leblix-icon-virus:before {
    content: "\f114"
}

.cspt-leblix-icon-atomic:before {
    content: "\f115"
}

.cspt-leblix-icon-thermometer:before {
    content: "\f116"
}

.cspt-leblix-icon-flask:before {
    content: "\f117"
}

.cspt-leblix-icon-newtons-cradle:before {
    content: "\f118"
}

.cspt-leblix-icon-jigsaw:before {
    content: "\f119"
}

.cspt-leblix-icon-brain:before {
    content: "\f11a"
}

.cspt-leblix-icon-syringe:before {
    content: "\f11b"
}

.cspt-leblix-icon-hydrogen:before {
    content: "\f11c"
}

.cspt-leblix-icon-lungs:before {
    content: "\f11d"
}

.cspt-leblix-icon-sperm:before {
    content: "\f11e"
}

.cspt-leblix-icon-cell:before {
    content: "\f11f"
}

.cspt-leblix-icon-stomach:before {
    content: "\f120"
}

.cspt-leblix-icon-platelet:before {
    content: "\f121"
}

.cspt-leblix-icon-electrocardiogram:before {
    content: "\f122"
}

.cspt-leblix-icon-plant:before {
    content: "\f123"
}

.cspt-leblix-icon-flask-1:before {
    content: "\f124"
}

.cspt-leblix-icon-rocket:before {
    content: "\f125"
}

.cspt-leblix-icon-safety-glasses:before {
    content: "\f126"
}

.cspt-leblix-icon-flasks:before {
    content: "\f127"
}

.cspt-leblix-icon-test-tube:before {
    content: "\f128"
}

.cspt-leblix-icon-light-bulb:before {
    content: "\f129"
}

.cspt-leblix-icon-nutritional-test:before {
    content: "\f12a"
}

.cspt-leblix-icon-apple:before {
    content: "\f12b"
}

.cspt-leblix-icon-u-magnet:before {
    content: "\f12c"
}

.cspt-leblix-icon-temperature:before {
    content: "\f12d"
}

.cspt-leblix-icon-gravity:before {
    content: "\f12e"
}

.cspt-leblix-icon-gender:before {
    content: "\f12f"
}

.cspt-leblix-icon-blackboard:before {
    content: "\f130"
}

.cspt-leblix-icon-syringe-1:before {
    content: "\f131"
}

.cspt-leblix-icon-mouse:before {
    content: "\f132"
}

.cspt-leblix-icon-flasks-1:before {
    content: "\f133"
}

.cspt-leblix-icon-robot:before {
    content: "\f134"
}

.cspt-leblix-icon-planet:before {
    content: "\f135"
}

.cspt-leblix-icon-computer:before {
    content: "\f136"
}

.cspt-leblix-icon-brain-1:before {
    content: "\f137"
}

.cspt-leblix-icon-atom:before {
    content: "\f138"
}

.cspt-leblix-icon-dna-1:before {
    content: "\f139"
}

.cspt-leblix-icon-virus-1:before {
    content: "\f13a"
}

.cspt-leblix-icon-scientist-1:before {
    content: "\f13b"
}

.cspt-leblix-icon-caduceus:before {
    content: "\f13c"
}

.cspt-leblix-icon-world:before {
    content: "\f13d"
}

.cspt-leblix-icon-satellite:before {
    content: "\f13e"
}

.cspt-leblix-icon-beaker:before {
    content: "\f13f"
}

.cspt-leblix-icon-microscope:before {
    content: "\f140"
}

.cspt-leblix-icon-telescope:before {
    content: "\f141"
}

.cspt-leblix-icon-microscope-1:before {
    content: "\f142"
}

.cspt-leblix-icon-nuclear:before {
    content: "\f143"
}

.cspt-leblix-icon-cloning:before {
    content: "\f144"
}

.cspt-leblix-icon-dna-2:before {
    content: "\f145"
}

.cspt-leblix-icon-rocket-launch:before {
    content: "\f146"
}

.cspt-leblix-icon-test-tube-1:before {
    content: "\f147"
}

.cspt-leblix-icon-chemical-reaction:before {
    content: "\f148"
}

.cspt-leblix-icon-reproduction:before {
    content: "\f149"
}

.cspt-leblix-icon-chemistry-2:before {
    content: "\f14a"
}

.cspt-leblix-icon-gas-mask-1:before {
    content: "\f14b"
}

.cspt-leblix-icon-chemistry-3:before {
    content: "\f14c"
}

.cspt-leblix-icon-petri-dish:before {
    content: "\f14d"
}

.cspt-leblix-icon-syringe-2:before {
    content: "\f14e"
}

.cspt-leblix-icon-nuclear-1:before {
    content: "\f14f"
}

.cspt-leblix-icon-rocket-launch-1:before {
    content: "\f150"
}

.cspt-leblix-icon-syringe-3:before {
    content: "\f151"
}

.cspt-leblix-icon-atomic-1:before {
    content: "\f152"
}

.cspt-leblix-icon-beaker-1:before {
    content: "\f153"
}

.cspt-leblix-icon-prism:before {
    content: "\f154"
}

.cspt-leblix-icon-orbit:before {
    content: "\f155"
}

.cspt-leblix-icon-burn:before {
    content: "\f156"
}

.cspt-leblix-icon-thermometer-1:before {
    content: "\f157"
}

.cspt-leblix-icon-bottle:before {
    content: "\f158"
}

.cspt-leblix-icon-bottle-1:before {
    content: "\f159"
}

.cspt-leblix-icon-dna-3:before {
    content: "\f15a"
}

.cspt-leblix-icon-call:before {
    content: "\f15b"
}

.cspt-leblix-icon-location:before {
    content: "\f15c"
}

.cspt-leblix-icon-mail:before {
    content: "\f15d"
}

.cspt-leblix-icon-telephone:before {
    content: "\f15e"
}

.cspt-leblix-icon-chat:before {
    content: "\f15f"
}

.cspt-leblix-icon-send:before {
    content: "\f160"
}

.cspt-leblix-icon-time-call:before {
    content: "\f161"
}

.cspt-leblix-icon-rec:before {
    content: "\f162"
}

.cspt-leblix-icon-comment:before {
    content: "\f163"
}

/*!
 * 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-threads:before {
    content: "\e9cb"
}

.fa-threads-square:before {
    content: "\e9cc"
}

.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-x-twitter:before {
    content: "\e9ca"
}

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

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

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

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

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

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

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

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

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.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)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(./../fonts/font-awesome/webfonts/fa-solid-900.eot);
    src: url(./../fonts/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./../fonts/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(./../fonts/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(./../fonts/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(./../fonts/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.mdi-fw, .mdi-li {
    text-align: center
}

@font-face {
    font-family: "Material Design Icons";
    font-style: normal;
    font-weight: 400;
    src: url(./../fonts/MaterialIcons-Regular.eot?v=2.2.1);
    src: url(./../fonts/MaterialIcons-Regular.eot?v=2.2.1#iefix) format("embedded-opentype"), url(./../fonts/MaterialIcons-Regular.woff2?v=2.2.1) format("woff2"), url(./../fonts/MaterialIcons-Regular.woff?v=2.2.1) format("woff"), url(//spm-ye.com/wp-content/themes/leblix/libraries/material-icons/css/../fonts/MaterialIcons-Regular.ttf?v=2.2.1) format("truetype"), url(./../fonts/MaterialIcons-Regular.svg?v=2.2.1#materialiconsregular) format("svg")
}

.material-icons, .mdi {
    font: normal normal normal 14px/1 "Material Design Icons";
    font-size: inherit;
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    word-wrap: normal;
    top: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.elementor-icons-manager__tab__item__icon.mdi {
    font-size: 35px;
}

.material-icons {
    width: 1em;
    height: 1em;
    text-rendering: optimizeLegibility;
    font-feature-settings: 'liga'
}

.mdi-lg, .mdi-size-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.mdi-2x, .mdi-size-2x {
    font-size: 2em
}

.mdi-3x, .mdi-size-3x {
    font-size: 3em
}

.mdi-4x, .mdi-size-4x {
    font-size: 4em
}

.mdi-5x, .mdi-size-5x {
    font-size: 5em
}

.mdi-fw {
    width: 1.28571em
}

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

.mdi-ul > li {
    position: relative
}

.mdi-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em
}

.mdi-li.mdi-lg {
    left: -1.85714em
}

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdi-inverse {
    color: #fff
}

.mdi-3d-rotation:before {
    content: "\e84d"
}

.mdi-ac-unit:before {
    content: "\eb3b"
}

.mdi-access-alarm:before {
    content: "\e190"
}

.mdi-access-alarms:before {
    content: "\e191"
}

.mdi-access-time:before {
    content: "\e192"
}

.mdi-accessibility:before {
    content: "\e84e"
}

.mdi-accessible:before {
    content: "\e914"
}

.mdi-account-balance:before {
    content: "\e84f"
}

.mdi-account-balance-wallet:before {
    content: "\e850"
}

.mdi-account-box:before {
    content: "\e851"
}

.mdi-account-circle:before {
    content: "\e853"
}

.mdi-adb:before {
    content: "\e60e"
}

.mdi-add:before {
    content: "\e145"
}

.mdi-add-a-photo:before {
    content: "\e439"
}

.mdi-add-alarm:before {
    content: "\e193"
}

.mdi-add-alert:before {
    content: "\e003"
}

.mdi-add-box:before {
    content: "\e146"
}

.mdi-add-circle:before {
    content: "\e147"
}

.mdi-add-circle-outline:before {
    content: "\e148"
}

.mdi-add-location:before {
    content: "\e567"
}

.mdi-add-shopping-cart:before {
    content: "\e854"
}

.mdi-add-to-photos:before {
    content: "\e39d"
}

.mdi-add-to-queue:before {
    content: "\e05c"
}

.mdi-adjust:before {
    content: "\e39e"
}

.mdi-airline-seat-flat:before {
    content: "\e630"
}

.mdi-airline-seat-flat-angled:before {
    content: "\e631"
}

.mdi-airline-seat-individual-suite:before {
    content: "\e632"
}

.mdi-airline-seat-legroom-extra:before {
    content: "\e633"
}

.mdi-airline-seat-legroom-normal:before {
    content: "\e634"
}

.mdi-airline-seat-legroom-reduced:before {
    content: "\e635"
}

.mdi-airline-seat-recline-extra:before {
    content: "\e636"
}

.mdi-airline-seat-recline-normal:before {
    content: "\e637"
}

.mdi-airplanemode-active:before {
    content: "\e195"
}

.mdi-airplanemode-inactive:before {
    content: "\e194"
}

.mdi-airplay:before {
    content: "\e055"
}

.mdi-airport-shuttle:before {
    content: "\eb3c"
}

.mdi-alarm:before {
    content: "\e855"
}

.mdi-alarm-add:before {
    content: "\e856"
}

.mdi-alarm-off:before {
    content: "\e857"
}

.mdi-alarm-on:before {
    content: "\e858"
}

.mdi-album:before {
    content: "\e019"
}

.mdi-all-inclusive:before {
    content: "\eb3d"
}

.mdi-all-out:before {
    content: "\e90b"
}

.mdi-android:before {
    content: "\e859"
}

.mdi-announcement:before {
    content: "\e85a"
}

.mdi-apps:before {
    content: "\e5c3"
}

.mdi-archive:before {
    content: "\e149"
}

.mdi-arrow-back:before {
    content: "\e5c4"
}

.mdi-arrow-downward:before {
    content: "\e5db"
}

.mdi-arrow-drop-down:before {
    content: "\e5c5"
}

.mdi-arrow-drop-down-circle:before {
    content: "\e5c6"
}

.mdi-arrow-drop-up:before {
    content: "\e5c7"
}

.mdi-arrow-forward:before {
    content: "\e5c8"
}

.mdi-arrow-upward:before {
    content: "\e5d8"
}

.mdi-art-track:before {
    content: "\e060"
}

.mdi-aspect-ratio:before {
    content: "\e85b"
}

.mdi-assessment:before {
    content: "\e85c"
}

.mdi-assignment:before {
    content: "\e85d"
}

.mdi-assignment-ind:before {
    content: "\e85e"
}

.mdi-assignment-late:before {
    content: "\e85f"
}

.mdi-assignment-return:before {
    content: "\e860"
}

.mdi-assignment-returned:before {
    content: "\e861"
}

.mdi-assignment-turned-in:before {
    content: "\e862"
}

.mdi-assistant:before {
    content: "\e39f"
}

.mdi-assistant-photo:before {
    content: "\e3a0"
}

.mdi-attach-file:before {
    content: "\e226"
}

.mdi-attach-money:before {
    content: "\e227"
}

.mdi-attachment:before {
    content: "\e2bc"
}

.mdi-audiotrack:before {
    content: "\e3a1"
}

.mdi-autorenew:before {
    content: "\e863"
}

.mdi-av-timer:before {
    content: "\e01b"
}

.mdi-backspace:before {
    content: "\e14a"
}

.mdi-backup:before {
    content: "\e864"
}

.mdi-battery-alert:before {
    content: "\e19c"
}

.mdi-battery-charging-full:before {
    content: "\e1a3"
}

.mdi-battery-full:before {
    content: "\e1a4"
}

.mdi-battery-std:before {
    content: "\e1a5"
}

.mdi-battery-unknown:before {
    content: "\e1a6"
}

.mdi-beach-access:before {
    content: "\eb3e"
}

.mdi-beenhere:before {
    content: "\e52d"
}

.mdi-block:before {
    content: "\e14b"
}

.mdi-bluetooth:before {
    content: "\e1a7"
}

.mdi-bluetooth-audio:before {
    content: "\e60f"
}

.mdi-bluetooth-connected:before {
    content: "\e1a8"
}

.mdi-bluetooth-disabled:before {
    content: "\e1a9"
}

.mdi-bluetooth-searching:before {
    content: "\e1aa"
}

.mdi-blur-circular:before {
    content: "\e3a2"
}

.mdi-blur-linear:before {
    content: "\e3a3"
}

.mdi-blur-off:before {
    content: "\e3a4"
}

.mdi-blur-on:before {
    content: "\e3a5"
}

.mdi-book:before {
    content: "\e865"
}

.mdi-bookmark:before {
    content: "\e866"
}

.mdi-bookmark-border:before {
    content: "\e867"
}

.mdi-border-all:before {
    content: "\e228"
}

.mdi-border-bottom:before {
    content: "\e229"
}

.mdi-border-clear:before {
    content: "\e22a"
}

.mdi-border-color:before {
    content: "\e22b"
}

.mdi-border-horizontal:before {
    content: "\e22c"
}

.mdi-border-inner:before {
    content: "\e22d"
}

.mdi-border-left:before {
    content: "\e22e"
}

.mdi-border-outer:before {
    content: "\e22f"
}

.mdi-border-right:before {
    content: "\e230"
}

.mdi-border-style:before {
    content: "\e231"
}

.mdi-border-top:before {
    content: "\e232"
}

.mdi-border-vertical:before {
    content: "\e233"
}

.mdi-branding-watermark:before {
    content: "\e06b"
}

.mdi-brightness-1:before {
    content: "\e3a6"
}

.mdi-brightness-2:before {
    content: "\e3a7"
}

.mdi-brightness-3:before {
    content: "\e3a8"
}

.mdi-brightness-4:before {
    content: "\e3a9"
}

.mdi-brightness-5:before {
    content: "\e3aa"
}

.mdi-brightness-6:before {
    content: "\e3ab"
}

.mdi-brightness-7:before {
    content: "\e3ac"
}

.mdi-brightness-auto:before {
    content: "\e1ab"
}

.mdi-brightness-high:before {
    content: "\e1ac"
}

.mdi-brightness-low:before {
    content: "\e1ad"
}

.mdi-brightness-medium:before {
    content: "\e1ae"
}

.mdi-broken-image:before {
    content: "\e3ad"
}

.mdi-brush:before {
    content: "\e3ae"
}

.mdi-bubble-chart:before {
    content: "\e6dd"
}

.mdi-bug-report:before {
    content: "\e868"
}

.mdi-build:before {
    content: "\e869"
}

.mdi-burst-mode:before {
    content: "\e43c"
}

.mdi-business:before {
    content: "\e0af"
}

.mdi-business-center:before {
    content: "\eb3f"
}

.mdi-cached:before {
    content: "\e86a"
}

.mdi-cake:before {
    content: "\e7e9"
}

.mdi-call:before {
    content: "\e0b0"
}

.mdi-call-end:before {
    content: "\e0b1"
}

.mdi-call-made:before {
    content: "\e0b2"
}

.mdi-call-merge:before {
    content: "\e0b3"
}

.mdi-call-missed:before {
    content: "\e0b4"
}

.mdi-call-missed-outgoing:before {
    content: "\e0e4"
}

.mdi-call-received:before {
    content: "\e0b5"
}

.mdi-call-split:before {
    content: "\e0b6"
}

.mdi-call-to-action:before {
    content: "\e06c"
}

.mdi-camera:before {
    content: "\e3af"
}

.mdi-camera-alt:before {
    content: "\e3b0"
}

.mdi-camera-enhance:before {
    content: "\e8fc"
}

.mdi-camera-front:before {
    content: "\e3b1"
}

.mdi-camera-rear:before {
    content: "\e3b2"
}

.mdi-camera-roll:before {
    content: "\e3b3"
}

.mdi-cancel:before {
    content: "\e5c9"
}

.mdi-card-giftcard:before {
    content: "\e8f6"
}

.mdi-card-membership:before {
    content: "\e8f7"
}

.mdi-card-travel:before {
    content: "\e8f8"
}

.mdi-casino:before {
    content: "\eb40"
}

.mdi-cast:before {
    content: "\e307"
}

.mdi-cast-connected:before {
    content: "\e308"
}

.mdi-center-focus-strong:before {
    content: "\e3b4"
}

.mdi-center-focus-weak:before {
    content: "\e3b5"
}

.mdi-change-history:before {
    content: "\e86b"
}

.mdi-chat:before {
    content: "\e0b7"
}

.mdi-chat-bubble:before {
    content: "\e0ca"
}

.mdi-chat-bubble-outline:before {
    content: "\e0cb"
}

.mdi-check:before {
    content: "\e5ca"
}

.mdi-check-box:before {
    content: "\e834"
}

.mdi-check-box-outline-blank:before {
    content: "\e835"
}

.mdi-check-circle:before {
    content: "\e86c"
}

.mdi-chevron-left:before {
    content: "\e5cb"
}

.mdi-chevron-right:before {
    content: "\e5cc"
}

.mdi-child-care:before {
    content: "\eb41"
}

.mdi-child-friendly:before {
    content: "\eb42"
}

.mdi-chrome-reader-mode:before {
    content: "\e86d"
}

.mdi-class:before {
    content: "\e86e"
}

.mdi-clear:before {
    content: "\e14c"
}

.mdi-clear-all:before {
    content: "\e0b8"
}

.mdi-close:before {
    content: "\e5cd"
}

.mdi-closed-caption:before {
    content: "\e01c"
}

.mdi-cloud:before {
    content: "\e2bd"
}

.mdi-cloud-circle:before {
    content: "\e2be"
}

.mdi-cloud-done:before {
    content: "\e2bf"
}

.mdi-cloud-download:before {
    content: "\e2c0"
}

.mdi-cloud-off:before {
    content: "\e2c1"
}

.mdi-cloud-queue:before {
    content: "\e2c2"
}

.mdi-cloud-upload:before {
    content: "\e2c3"
}

.mdi-code:before {
    content: "\e86f"
}

.mdi-collections:before {
    content: "\e3b6"
}

.mdi-collections-bookmark:before {
    content: "\e431"
}

.mdi-color-lens:before {
    content: "\e3b7"
}

.mdi-colorize:before {
    content: "\e3b8"
}

.mdi-comment:before {
    content: "\e0b9"
}

.mdi-compare:before {
    content: "\e3b9"
}

.mdi-compare-arrows:before {
    content: "\e915"
}

.mdi-computer:before {
    content: "\e30a"
}

.mdi-confirmation-number:before {
    content: "\e638"
}

.mdi-contact-mail:before {
    content: "\e0d0"
}

.mdi-contact-phone:before {
    content: "\e0cf"
}

.mdi-contacts:before {
    content: "\e0ba"
}

.mdi-content-copy:before {
    content: "\e14d"
}

.mdi-content-cut:before {
    content: "\e14e"
}

.mdi-content-paste:before {
    content: "\e14f"
}

.mdi-control-point:before {
    content: "\e3ba"
}

.mdi-control-point-duplicate:before {
    content: "\e3bb"
}

.mdi-copyright:before {
    content: "\e90c"
}

.mdi-create:before {
    content: "\e150"
}

.mdi-create-new-folder:before {
    content: "\e2cc"
}

.mdi-credit-card:before {
    content: "\e870"
}

.mdi-crop:before {
    content: "\e3be"
}

.mdi-crop-16-9:before {
    content: "\e3bc"
}

.mdi-crop-3-2:before {
    content: "\e3bd"
}

.mdi-crop-5-4:before {
    content: "\e3bf"
}

.mdi-crop-7-5:before {
    content: "\e3c0"
}

.mdi-crop-din:before {
    content: "\e3c1"
}

.mdi-crop-free:before {
    content: "\e3c2"
}

.mdi-crop-landscape:before {
    content: "\e3c3"
}

.mdi-crop-original:before {
    content: "\e3c4"
}

.mdi-crop-portrait:before {
    content: "\e3c5"
}

.mdi-crop-rotate:before {
    content: "\e437"
}

.mdi-crop-square:before {
    content: "\e3c6"
}

.mdi-dashboard:before {
    content: "\e871"
}

.mdi-data-usage:before {
    content: "\e1af"
}

.mdi-date-range:before {
    content: "\e916"
}

.mdi-dehaze:before {
    content: "\e3c7"
}

.mdi-delete:before {
    content: "\e872"
}

.mdi-delete-forever:before {
    content: "\e92b"
}

.mdi-delete-sweep:before {
    content: "\e16c"
}

.mdi-description:before {
    content: "\e873"
}

.mdi-desktop-mac:before {
    content: "\e30b"
}

.mdi-desktop-windows:before {
    content: "\e30c"
}

.mdi-details:before {
    content: "\e3c8"
}

.mdi-developer-board:before {
    content: "\e30d"
}

.mdi-developer-mode:before {
    content: "\e1b0"
}

.mdi-device-hub:before {
    content: "\e335"
}

.mdi-devices:before {
    content: "\e1b1"
}

.mdi-devices-other:before {
    content: "\e337"
}

.mdi-dialer-sip:before {
    content: "\e0bb"
}

.mdi-dialpad:before {
    content: "\e0bc"
}

.mdi-directions:before {
    content: "\e52e"
}

.mdi-directions-bike:before {
    content: "\e52f"
}

.mdi-directions-boat:before {
    content: "\e532"
}

.mdi-directions-bus:before {
    content: "\e530"
}

.mdi-directions-car:before {
    content: "\e531"
}

.mdi-directions-railway:before {
    content: "\e534"
}

.mdi-directions-run:before {
    content: "\e566"
}

.mdi-directions-subway:before {
    content: "\e533"
}

.mdi-directions-transit:before {
    content: "\e535"
}

.mdi-directions-walk:before {
    content: "\e536"
}

.mdi-disc-full:before {
    content: "\e610"
}

.mdi-dns:before {
    content: "\e875"
}

.mdi-do-not-disturb:before {
    content: "\e612"
}

.mdi-do-not-disturb-alt:before {
    content: "\e611"
}

.mdi-do-not-disturb-off:before {
    content: "\e643"
}

.mdi-do-not-disturb-on:before {
    content: "\e644"
}

.mdi-dock:before {
    content: "\e30e"
}

.mdi-domain:before {
    content: "\e7ee"
}

.mdi-done:before {
    content: "\e876"
}

.mdi-done-all:before {
    content: "\e877"
}

.mdi-donut-large:before {
    content: "\e917"
}

.mdi-donut-small:before {
    content: "\e918"
}

.mdi-drafts:before {
    content: "\e151"
}

.mdi-drag-handle:before {
    content: "\e25d"
}

.mdi-drive-eta:before {
    content: "\e613"
}

.mdi-dvr:before {
    content: "\e1b2"
}

.mdi-edit:before {
    content: "\e3c9"
}

.mdi-edit-location:before {
    content: "\e568"
}

.mdi-eject:before {
    content: "\e8fb"
}

.mdi-email:before {
    content: "\e0be"
}

.mdi-enhanced-encryption:before {
    content: "\e63f"
}

.mdi-equalizer:before {
    content: "\e01d"
}

.mdi-error:before {
    content: "\e000"
}

.mdi-error-outline:before {
    content: "\e001"
}

.mdi-euro-symbol:before {
    content: "\e926"
}

.mdi-ev-station:before {
    content: "\e56d"
}

.mdi-event:before {
    content: "\e878"
}

.mdi-event-available:before {
    content: "\e614"
}

.mdi-event-busy:before {
    content: "\e615"
}

.mdi-event-note:before {
    content: "\e616"
}

.mdi-event-seat:before {
    content: "\e903"
}

.mdi-exit-to-app:before {
    content: "\e879"
}

.mdi-expand-less:before {
    content: "\e5ce"
}

.mdi-expand-more:before {
    content: "\e5cf"
}

.mdi-explicit:before {
    content: "\e01e"
}

.mdi-explore:before {
    content: "\e87a"
}

.mdi-exposure:before {
    content: "\e3ca"
}

.mdi-exposure-neg-1:before {
    content: "\e3cb"
}

.mdi-exposure-neg-2:before {
    content: "\e3cc"
}

.mdi-exposure-plus-1:before {
    content: "\e3cd"
}

.mdi-exposure-plus-2:before {
    content: "\e3ce"
}

.mdi-exposure-zero:before {
    content: "\e3cf"
}

.mdi-extension:before {
    content: "\e87b"
}

.mdi-face:before {
    content: "\e87c"
}

.mdi-fast-forward:before {
    content: "\e01f"
}

.mdi-fast-rewind:before {
    content: "\e020"
}

.mdi-favorite:before {
    content: "\e87d"
}

.mdi-favorite-border:before {
    content: "\e87e"
}

.mdi-featured-play-list:before {
    content: "\e06d"
}

.mdi-featured-video:before {
    content: "\e06e"
}

.mdi-feedback:before {
    content: "\e87f"
}

.mdi-fiber-dvr:before {
    content: "\e05d"
}

.mdi-fiber-manual-record:before {
    content: "\e061"
}

.mdi-fiber-new:before {
    content: "\e05e"
}

.mdi-fiber-pin:before {
    content: "\e06a"
}

.mdi-fiber-smart-record:before {
    content: "\e062"
}

.mdi-file-download:before {
    content: "\e2c4"
}

.mdi-file-upload:before {
    content: "\e2c6"
}

.mdi-filter:before {
    content: "\e3d3"
}

.mdi-filter-1:before {
    content: "\e3d0"
}

.mdi-filter-2:before {
    content: "\e3d1"
}

.mdi-filter-3:before {
    content: "\e3d2"
}

.mdi-filter-4:before {
    content: "\e3d4"
}

.mdi-filter-5:before {
    content: "\e3d5"
}

.mdi-filter-6:before {
    content: "\e3d6"
}

.mdi-filter-7:before {
    content: "\e3d7"
}

.mdi-filter-8:before {
    content: "\e3d8"
}

.mdi-filter-9:before {
    content: "\e3d9"
}

.mdi-filter-9-plus:before {
    content: "\e3da"
}

.mdi-filter-b-and-w:before {
    content: "\e3db"
}

.mdi-filter-center-focus:before {
    content: "\e3dc"
}

.mdi-filter-drama:before {
    content: "\e3dd"
}

.mdi-filter-frames:before {
    content: "\e3de"
}

.mdi-filter-hdr:before {
    content: "\e3df"
}

.mdi-filter-list:before {
    content: "\e152"
}

.mdi-filter-none:before {
    content: "\e3e0"
}

.mdi-filter-tilt-shift:before {
    content: "\e3e2"
}

.mdi-filter-vintage:before {
    content: "\e3e3"
}

.mdi-find-in-page:before {
    content: "\e880"
}

.mdi-find-replace:before {
    content: "\e881"
}

.mdi-fingerprint:before {
    content: "\e90d"
}

.mdi-first-page:before {
    content: "\e5dc"
}

.mdi-fitness-center:before {
    content: "\eb43"
}

.mdi-flag:before {
    content: "\e153"
}

.mdi-flare:before {
    content: "\e3e4"
}

.mdi-flash-auto:before {
    content: "\e3e5"
}

.mdi-flash-off:before {
    content: "\e3e6"
}

.mdi-flash-on:before {
    content: "\e3e7"
}

.mdi-flight:before {
    content: "\e539"
}

.mdi-flight-land:before {
    content: "\e904"
}

.mdi-flight-takeoff:before {
    content: "\e905"
}

.mdi-flip:before {
    content: "\e3e8"
}

.mdi-flip-to-back:before {
    content: "\e882"
}

.mdi-flip-to-front:before {
    content: "\e883"
}

.mdi-folder:before {
    content: "\e2c7"
}

.mdi-folder-open:before {
    content: "\e2c8"
}

.mdi-folder-shared:before {
    content: "\e2c9"
}

.mdi-folder-special:before {
    content: "\e617"
}

.mdi-font-download:before {
    content: "\e167"
}

.mdi-format-align-center:before {
    content: "\e234"
}

.mdi-format-align-justify:before {
    content: "\e235"
}

.mdi-format-align-left:before {
    content: "\e236"
}

.mdi-format-align-right:before {
    content: "\e237"
}

.mdi-format-bold:before {
    content: "\e238"
}

.mdi-format-clear:before {
    content: "\e239"
}

.mdi-format-color-fill:before {
    content: "\e23a"
}

.mdi-format-color-reset:before {
    content: "\e23b"
}

.mdi-format-color-text:before {
    content: "\e23c"
}

.mdi-format-indent-decrease:before {
    content: "\e23d"
}

.mdi-format-indent-increase:before {
    content: "\e23e"
}

.mdi-format-italic:before {
    content: "\e23f"
}

.mdi-format-line-spacing:before {
    content: "\e240"
}

.mdi-format-list-bulleted:before {
    content: "\e241"
}

.mdi-format-list-numbered:before {
    content: "\e242"
}

.mdi-format-paint:before {
    content: "\e243"
}

.mdi-format-quote:before {
    content: "\e244"
}

.mdi-format-shapes:before {
    content: "\e25e"
}

.mdi-format-size:before {
    content: "\e245"
}

.mdi-format-strikethrough:before {
    content: "\e246"
}

.mdi-format-textdirection-l-to-r:before {
    content: "\e247"
}

.mdi-format-textdirection-r-to-l:before {
    content: "\e248"
}

.mdi-format-underlined:before {
    content: "\e249"
}

.mdi-forum:before {
    content: "\e0bf"
}

.mdi-forward:before {
    content: "\e154"
}

.mdi-forward-10:before {
    content: "\e056"
}

.mdi-forward-30:before {
    content: "\e057"
}

.mdi-forward-5:before {
    content: "\e058"
}

.mdi-free-breakfast:before {
    content: "\eb44"
}

.mdi-fullscreen:before {
    content: "\e5d0"
}

.mdi-fullscreen-exit:before {
    content: "\e5d1"
}

.mdi-functions:before {
    content: "\e24a"
}

.mdi-g-translate:before {
    content: "\e927"
}

.mdi-gamepad:before {
    content: "\e30f"
}

.mdi-games:before {
    content: "\e021"
}

.mdi-gavel:before {
    content: "\e90e"
}

.mdi-gesture:before {
    content: "\e155"
}

.mdi-get-app:before {
    content: "\e884"
}

.mdi-gif:before {
    content: "\e908"
}

.mdi-golf-course:before {
    content: "\eb45"
}

.mdi-gps-fixed:before {
    content: "\e1b3"
}

.mdi-gps-not-fixed:before {
    content: "\e1b4"
}

.mdi-gps-off:before {
    content: "\e1b5"
}

.mdi-grade:before {
    content: "\e885"
}

.mdi-gradient:before {
    content: "\e3e9"
}

.mdi-grain:before {
    content: "\e3ea"
}

.mdi-graphic-eq:before {
    content: "\e1b8"
}

.mdi-grid-off:before {
    content: "\e3eb"
}

.mdi-grid-on:before {
    content: "\e3ec"
}

.mdi-group:before {
    content: "\e7ef"
}

.mdi-group-add:before {
    content: "\e7f0"
}

.mdi-group-work:before {
    content: "\e886"
}

.mdi-hd:before {
    content: "\e052"
}

.mdi-hdr-off:before {
    content: "\e3ed"
}

.mdi-hdr-on:before {
    content: "\e3ee"
}

.mdi-hdr-strong:before {
    content: "\e3f1"
}

.mdi-hdr-weak:before {
    content: "\e3f2"
}

.mdi-headset:before {
    content: "\e310"
}

.mdi-headset-mic:before {
    content: "\e311"
}

.mdi-healing:before {
    content: "\e3f3"
}

.mdi-hearing:before {
    content: "\e023"
}

.mdi-help:before {
    content: "\e887"
}

.mdi-help-outline:before {
    content: "\e8fd"
}

.mdi-high-quality:before {
    content: "\e024"
}

.mdi-highlight:before {
    content: "\e25f"
}

.mdi-highlight-off:before {
    content: "\e888"
}

.mdi-history:before {
    content: "\e889"
}

.mdi-home:before {
    content: "\e88a"
}

.mdi-hot-tub:before {
    content: "\eb46"
}

.mdi-hotel:before {
    content: "\e53a"
}

.mdi-hourglass-empty:before {
    content: "\e88b"
}

.mdi-hourglass-full:before {
    content: "\e88c"
}

.mdi-http:before {
    content: "\e902"
}

.mdi-https:before {
    content: "\e88d"
}

.mdi-image:before {
    content: "\e3f4"
}

.mdi-image-aspect-ratio:before {
    content: "\e3f5"
}

.mdi-import-contacts:before {
    content: "\e0e0"
}

.mdi-import-export:before {
    content: "\e0c3"
}

.mdi-important-devices:before {
    content: "\e912"
}

.mdi-inbox:before {
    content: "\e156"
}

.mdi-indeterminate-check-box:before {
    content: "\e909"
}

.mdi-info:before {
    content: "\e88e"
}

.mdi-info-outline:before {
    content: "\e88f"
}

.mdi-input:before {
    content: "\e890"
}

.mdi-insert-chart:before {
    content: "\e24b"
}

.mdi-insert-comment:before {
    content: "\e24c"
}

.mdi-insert-drive-file:before {
    content: "\e24d"
}

.mdi-insert-emoticon:before {
    content: "\e24e"
}

.mdi-insert-invitation:before {
    content: "\e24f"
}

.mdi-insert-link:before {
    content: "\e250"
}

.mdi-insert-photo:before {
    content: "\e251"
}

.mdi-invert-colors:before {
    content: "\e891"
}

.mdi-invert-colors-off:before {
    content: "\e0c4"
}

.mdi-iso:before {
    content: "\e3f6"
}

.mdi-keyboard:before {
    content: "\e312"
}

.mdi-keyboard-arrow-down:before {
    content: "\e313"
}

.mdi-keyboard-arrow-left:before {
    content: "\e314"
}

.mdi-keyboard-arrow-right:before {
    content: "\e315"
}

.mdi-keyboard-arrow-up:before {
    content: "\e316"
}

.mdi-keyboard-backspace:before {
    content: "\e317"
}

.mdi-keyboard-capslock:before {
    content: "\e318"
}

.mdi-keyboard-hide:before {
    content: "\e31a"
}

.mdi-keyboard-return:before {
    content: "\e31b"
}

.mdi-keyboard-tab:before {
    content: "\e31c"
}

.mdi-keyboard-voice:before {
    content: "\e31d"
}

.mdi-kitchen:before {
    content: "\eb47"
}

.mdi-label:before {
    content: "\e892"
}

.mdi-label-outline:before {
    content: "\e893"
}

.mdi-landscape:before {
    content: "\e3f7"
}

.mdi-language:before {
    content: "\e894"
}

.mdi-laptop:before {
    content: "\e31e"
}

.mdi-laptop-chromebook:before {
    content: "\e31f"
}

.mdi-laptop-mac:before {
    content: "\e320"
}

.mdi-laptop-windows:before {
    content: "\e321"
}

.mdi-last-page:before {
    content: "\e5dd"
}

.mdi-launch:before {
    content: "\e895"
}

.mdi-layers:before {
    content: "\e53b"
}

.mdi-layers-clear:before {
    content: "\e53c"
}

.mdi-leak-add:before {
    content: "\e3f8"
}

.mdi-leak-remove:before {
    content: "\e3f9"
}

.mdi-lens:before {
    content: "\e3fa"
}

.mdi-library-add:before {
    content: "\e02e"
}

.mdi-library-books:before {
    content: "\e02f"
}

.mdi-library-music:before {
    content: "\e030"
}

.mdi-lightbulb-outline:before {
    content: "\e90f"
}

.mdi-line-style:before {
    content: "\e919"
}

.mdi-line-weight:before {
    content: "\e91a"
}

.mdi-linear-scale:before {
    content: "\e260"
}

.mdi-link:before {
    content: "\e157"
}

.mdi-linked-camera:before {
    content: "\e438"
}

.mdi-list:before {
    content: "\e896"
}

.mdi-live-help:before {
    content: "\e0c6"
}

.mdi-live-tv:before {
    content: "\e639"
}

.mdi-local-activity:before {
    content: "\e53f"
}

.mdi-local-airport:before {
    content: "\e53d"
}

.mdi-local-atm:before {
    content: "\e53e"
}

.mdi-local-bar:before {
    content: "\e540"
}

.mdi-local-cafe:before {
    content: "\e541"
}

.mdi-local-car-wash:before {
    content: "\e542"
}

.mdi-local-convenience-store:before {
    content: "\e543"
}

.mdi-local-dining:before {
    content: "\e556"
}

.mdi-local-drink:before {
    content: "\e544"
}

.mdi-local-florist:before {
    content: "\e545"
}

.mdi-local-gas-station:before {
    content: "\e546"
}

.mdi-local-grocery-store:before {
    content: "\e547"
}

.mdi-local-hospital:before {
    content: "\e548"
}

.mdi-local-hotel:before {
    content: "\e549"
}

.mdi-local-laundry-service:before {
    content: "\e54a"
}

.mdi-local-library:before {
    content: "\e54b"
}

.mdi-local-mall:before {
    content: "\e54c"
}

.mdi-local-movies:before {
    content: "\e54d"
}

.mdi-local-offer:before {
    content: "\e54e"
}

.mdi-local-parking:before {
    content: "\e54f"
}

.mdi-local-pharmacy:before {
    content: "\e550"
}

.mdi-local-phone:before {
    content: "\e551"
}

.mdi-local-pizza:before {
    content: "\e552"
}

.mdi-local-play:before {
    content: "\e553"
}

.mdi-local-post-office:before {
    content: "\e554"
}

.mdi-local-printshop:before {
    content: "\e555"
}

.mdi-local-see:before {
    content: "\e557"
}

.mdi-local-shipping:before {
    content: "\e558"
}

.mdi-local-taxi:before {
    content: "\e559"
}

.mdi-location-city:before {
    content: "\e7f1"
}

.mdi-location-disabled:before {
    content: "\e1b6"
}

.mdi-location-off:before {
    content: "\e0c7"
}

.mdi-location-on:before {
    content: "\e0c8"
}

.mdi-location-searching:before {
    content: "\e1b7"
}

.mdi-lock:before {
    content: "\e897"
}

.mdi-lock-open:before {
    content: "\e898"
}

.mdi-lock-outline:before {
    content: "\e899"
}

.mdi-looks:before {
    content: "\e3fc"
}

.mdi-looks-3:before {
    content: "\e3fb"
}

.mdi-looks-4:before {
    content: "\e3fd"
}

.mdi-looks-5:before {
    content: "\e3fe"
}

.mdi-looks-6:before {
    content: "\e3ff"
}

.mdi-looks-one:before {
    content: "\e400"
}

.mdi-looks-two:before {
    content: "\e401"
}

.mdi-loop:before {
    content: "\e028"
}

.mdi-loupe:before {
    content: "\e402"
}

.mdi-low-priority:before {
    content: "\e16d"
}

.mdi-loyalty:before {
    content: "\e89a"
}

.mdi-mail:before {
    content: "\e158"
}

.mdi-mail-outline:before {
    content: "\e0e1"
}

.mdi-map:before {
    content: "\e55b"
}

.mdi-markunread:before {
    content: "\e159"
}

.mdi-markunread-mailbox:before {
    content: "\e89b"
}

.mdi-memory:before {
    content: "\e322"
}

.mdi-menu:before {
    content: "\e5d2"
}

.mdi-merge-type:before {
    content: "\e252"
}

.mdi-message:before {
    content: "\e0c9"
}

.mdi-mic:before {
    content: "\e029"
}

.mdi-mic-none:before {
    content: "\e02a"
}

.mdi-mic-off:before {
    content: "\e02b"
}

.mdi-mms:before {
    content: "\e618"
}

.mdi-mode-comment:before {
    content: "\e253"
}

.mdi-mode-edit:before {
    content: "\e254"
}

.mdi-monetization-on:before {
    content: "\e263"
}

.mdi-money-off:before {
    content: "\e25c"
}

.mdi-monochrome-photos:before {
    content: "\e403"
}

.mdi-mood:before {
    content: "\e7f2"
}

.mdi-mood-bad:before {
    content: "\e7f3"
}

.mdi-more:before {
    content: "\e619"
}

.mdi-more-horiz:before {
    content: "\e5d3"
}

.mdi-more-vert:before {
    content: "\e5d4"
}

.mdi-motorcycle:before {
    content: "\e91b"
}

.mdi-mouse:before {
    content: "\e323"
}

.mdi-move-to-inbox:before {
    content: "\e168"
}

.mdi-movie:before {
    content: "\e02c"
}

.mdi-movie-creation:before {
    content: "\e404"
}

.mdi-movie-filter:before {
    content: "\e43a"
}

.mdi-multiline-chart:before {
    content: "\e6df"
}

.mdi-music-note:before {
    content: "\e405"
}

.mdi-music-video:before {
    content: "\e063"
}

.mdi-my-location:before {
    content: "\e55c"
}

.mdi-nature:before {
    content: "\e406"
}

.mdi-nature-people:before {
    content: "\e407"
}

.mdi-navigate-before:before {
    content: "\e408"
}

.mdi-navigate-next:before {
    content: "\e409"
}

.mdi-navigation:before {
    content: "\e55d"
}

.mdi-near-me:before {
    content: "\e569"
}

.mdi-network-cell:before {
    content: "\e1b9"
}

.mdi-network-check:before {
    content: "\e640"
}

.mdi-network-locked:before {
    content: "\e61a"
}

.mdi-network-wifi:before {
    content: "\e1ba"
}

.mdi-new-releases:before {
    content: "\e031"
}

.mdi-next-week:before {
    content: "\e16a"
}

.mdi-nfc:before {
    content: "\e1bb"
}

.mdi-no-encryption:before {
    content: "\e641"
}

.mdi-no-sim:before {
    content: "\e0cc"
}

.mdi-not-interested:before {
    content: "\e033"
}

.mdi-note:before {
    content: "\e06f"
}

.mdi-note-add:before {
    content: "\e89c"
}

.mdi-notifications:before {
    content: "\e7f4"
}

.mdi-notifications-active:before {
    content: "\e7f7"
}

.mdi-notifications-none:before {
    content: "\e7f5"
}

.mdi-notifications-off:before {
    content: "\e7f6"
}

.mdi-notifications-paused:before {
    content: "\e7f8"
}

.mdi-offline-pin:before {
    content: "\e90a"
}

.mdi-ondemand-video:before {
    content: "\e63a"
}

.mdi-opacity:before {
    content: "\e91c"
}

.mdi-open-in-browser:before {
    content: "\e89d"
}

.mdi-open-in-new:before {
    content: "\e89e"
}

.mdi-open-with:before {
    content: "\e89f"
}

.mdi-pages:before {
    content: "\e7f9"
}

.mdi-pageview:before {
    content: "\e8a0"
}

.mdi-palette:before {
    content: "\e40a"
}

.mdi-pan-tool:before {
    content: "\e925"
}

.mdi-panorama:before {
    content: "\e40b"
}

.mdi-panorama-fish-eye:before {
    content: "\e40c"
}

.mdi-panorama-horizontal:before {
    content: "\e40d"
}

.mdi-panorama-vertical:before {
    content: "\e40e"
}

.mdi-panorama-wide-angle:before {
    content: "\e40f"
}

.mdi-party-mode:before {
    content: "\e7fa"
}

.mdi-pause:before {
    content: "\e034"
}

.mdi-pause-circle-filled:before {
    content: "\e035"
}

.mdi-pause-circle-outline:before {
    content: "\e036"
}

.mdi-payment:before {
    content: "\e8a1"
}

.mdi-people:before {
    content: "\e7fb"
}

.mdi-people-outline:before {
    content: "\e7fc"
}

.mdi-perm-camera-mic:before {
    content: "\e8a2"
}

.mdi-perm-contact-calendar:before {
    content: "\e8a3"
}

.mdi-perm-data-setting:before {
    content: "\e8a4"
}

.mdi-perm-device-information:before {
    content: "\e8a5"
}

.mdi-perm-identity:before {
    content: "\e8a6"
}

.mdi-perm-media:before {
    content: "\e8a7"
}

.mdi-perm-phone-msg:before {
    content: "\e8a8"
}

.mdi-perm-scan-wifi:before {
    content: "\e8a9"
}

.mdi-person:before {
    content: "\e7fd"
}

.mdi-person-add:before {
    content: "\e7fe"
}

.mdi-person-outline:before {
    content: "\e7ff"
}

.mdi-person-pin:before {
    content: "\e55a"
}

.mdi-person-pin-circle:before {
    content: "\e56a"
}

.mdi-personal-video:before {
    content: "\e63b"
}

.mdi-pets:before {
    content: "\e91d"
}

.mdi-phone:before {
    content: "\e0cd"
}

.mdi-phone-android:before {
    content: "\e324"
}

.mdi-phone-bluetooth-speaker:before {
    content: "\e61b"
}

.mdi-phone-forwarded:before {
    content: "\e61c"
}

.mdi-phone-in-talk:before {
    content: "\e61d"
}

.mdi-phone-iphone:before {
    content: "\e325"
}

.mdi-phone-locked:before {
    content: "\e61e"
}

.mdi-phone-missed:before {
    content: "\e61f"
}

.mdi-phone-paused:before {
    content: "\e620"
}

.mdi-phonelink:before {
    content: "\e326"
}

.mdi-phonelink-erase:before {
    content: "\e0db"
}

.mdi-phonelink-lock:before {
    content: "\e0dc"
}

.mdi-phonelink-off:before {
    content: "\e327"
}

.mdi-phonelink-ring:before {
    content: "\e0dd"
}

.mdi-phonelink-setup:before {
    content: "\e0de"
}

.mdi-photo:before {
    content: "\e410"
}

.mdi-photo-album:before {
    content: "\e411"
}

.mdi-photo-camera:before {
    content: "\e412"
}

.mdi-photo-filter:before {
    content: "\e43b"
}

.mdi-photo-library:before {
    content: "\e413"
}

.mdi-photo-size-select-actual:before {
    content: "\e432"
}

.mdi-photo-size-select-large:before {
    content: "\e433"
}

.mdi-photo-size-select-small:before {
    content: "\e434"
}

.mdi-picture-as-pdf:before {
    content: "\e415"
}

.mdi-picture-in-picture:before {
    content: "\e8aa"
}

.mdi-picture-in-picture-alt:before {
    content: "\e911"
}

.mdi-pie-chart:before {
    content: "\e6c4"
}

.mdi-pie-chart-outlined:before {
    content: "\e6c5"
}

.mdi-pin-drop:before {
    content: "\e55e"
}

.mdi-place:before {
    content: "\e55f"
}

.mdi-play-arrow:before {
    content: "\e037"
}

.mdi-play-circle-filled:before {
    content: "\e038"
}

.mdi-play-circle-outline:before {
    content: "\e039"
}

.mdi-play-for-work:before {
    content: "\e906"
}

.mdi-playlist-add:before {
    content: "\e03b"
}

.mdi-playlist-add-check:before {
    content: "\e065"
}

.mdi-playlist-play:before {
    content: "\e05f"
}

.mdi-plus-one:before {
    content: "\e800"
}

.mdi-poll:before {
    content: "\e801"
}

.mdi-polymer:before {
    content: "\e8ab"
}

.mdi-pool:before {
    content: "\eb48"
}

.mdi-portable-wifi-off:before {
    content: "\e0ce"
}

.mdi-portrait:before {
    content: "\e416"
}

.mdi-power:before {
    content: "\e63c"
}

.mdi-power-input:before {
    content: "\e336"
}

.mdi-power-settings-new:before {
    content: "\e8ac"
}

.mdi-pregnant-woman:before {
    content: "\e91e"
}

.mdi-present-to-all:before {
    content: "\e0df"
}

.mdi-print:before {
    content: "\e8ad"
}

.mdi-priority-high:before {
    content: "\e645"
}

.mdi-public:before {
    content: "\e80b"
}

.mdi-publish:before {
    content: "\e255"
}

.mdi-query-builder:before {
    content: "\e8ae"
}

.mdi-question-answer:before {
    content: "\e8af"
}

.mdi-queue:before {
    content: "\e03c"
}

.mdi-queue-music:before {
    content: "\e03d"
}

.mdi-queue-play-next:before {
    content: "\e066"
}

.mdi-radio:before {
    content: "\e03e"
}

.mdi-radio-button-checked:before {
    content: "\e837"
}

.mdi-radio-button-unchecked:before {
    content: "\e836"
}

.mdi-rate-review:before {
    content: "\e560"
}

.mdi-receipt:before {
    content: "\e8b0"
}

.mdi-recent-actors:before {
    content: "\e03f"
}

.mdi-record-voice-over:before {
    content: "\e91f"
}

.mdi-redeem:before {
    content: "\e8b1"
}

.mdi-redo:before {
    content: "\e15a"
}

.mdi-refresh:before {
    content: "\e5d5"
}

.mdi-remove:before {
    content: "\e15b"
}

.mdi-remove-circle:before {
    content: "\e15c"
}

.mdi-remove-circle-outline:before {
    content: "\e15d"
}

.mdi-remove-from-queue:before {
    content: "\e067"
}

.mdi-remove-red-eye:before {
    content: "\e417"
}

.mdi-remove-shopping-cart:before {
    content: "\e928"
}

.mdi-reorder:before {
    content: "\e8fe"
}

.mdi-repeat:before {
    content: "\e040"
}

.mdi-repeat-one:before {
    content: "\e041"
}

.mdi-replay:before {
    content: "\e042"
}

.mdi-replay-10:before {
    content: "\e059"
}

.mdi-replay-30:before {
    content: "\e05a"
}

.mdi-replay-5:before {
    content: "\e05b"
}

.mdi-reply:before {
    content: "\e15e"
}

.mdi-reply-all:before {
    content: "\e15f"
}

.mdi-report:before {
    content: "\e160"
}

.mdi-report-problem:before {
    content: "\e8b2"
}

.mdi-restaurant:before {
    content: "\e56c"
}

.mdi-restaurant-menu:before {
    content: "\e561"
}

.mdi-restore:before {
    content: "\e8b3"
}

.mdi-restore-page:before {
    content: "\e929"
}

.mdi-ring-volume:before {
    content: "\e0d1"
}

.mdi-room:before {
    content: "\e8b4"
}

.mdi-room-service:before {
    content: "\eb49"
}

.mdi-rotate-90-degrees-ccw:before {
    content: "\e418"
}

.mdi-rotate-left:before {
    content: "\e419"
}

.mdi-rotate-right:before {
    content: "\e41a"
}

.mdi-rounded-corner:before {
    content: "\e920"
}

.mdi-router:before {
    content: "\e328"
}

.mdi-rowing:before {
    content: "\e921"
}

.mdi-rss-feed:before {
    content: "\e0e5"
}

.mdi-rv-hookup:before {
    content: "\e642"
}

.mdi-satellite:before {
    content: "\e562"
}

.mdi-save:before {
    content: "\e161"
}

.mdi-scanner:before {
    content: "\e329"
}

.mdi-schedule:before {
    content: "\e8b5"
}

.mdi-school:before {
    content: "\e80c"
}

.mdi-screen-lock-landscape:before {
    content: "\e1be"
}

.mdi-screen-lock-portrait:before {
    content: "\e1bf"
}

.mdi-screen-lock-rotation:before {
    content: "\e1c0"
}

.mdi-screen-rotation:before {
    content: "\e1c1"
}

.mdi-screen-share:before {
    content: "\e0e2"
}

.mdi-sd-card:before {
    content: "\e623"
}

.mdi-sd-storage:before {
    content: "\e1c2"
}

.mdi-search:before {
    content: "\e8b6"
}

.mdi-security:before {
    content: "\e32a"
}

.mdi-select-all:before {
    content: "\e162"
}

.mdi-send:before {
    content: "\e163"
}

.mdi-sentiment-dissatisfied:before {
    content: "\e811"
}

.mdi-sentiment-neutral:before {
    content: "\e812"
}

.mdi-sentiment-satisfied:before {
    content: "\e813"
}

.mdi-sentiment-very-dissatisfied:before {
    content: "\e814"
}

.mdi-sentiment-very-satisfied:before {
    content: "\e815"
}

.mdi-settings:before {
    content: "\e8b8"
}

.mdi-settings-applications:before {
    content: "\e8b9"
}

.mdi-settings-backup-restore:before {
    content: "\e8ba"
}

.mdi-settings-bluetooth:before {
    content: "\e8bb"
}

.mdi-settings-brightness:before {
    content: "\e8bd"
}

.mdi-settings-cell:before {
    content: "\e8bc"
}

.mdi-settings-ethernet:before {
    content: "\e8be"
}

.mdi-settings-input-antenna:before {
    content: "\e8bf"
}

.mdi-settings-input-component:before {
    content: "\e8c0"
}

.mdi-settings-input-composite:before {
    content: "\e8c1"
}

.mdi-settings-input-hdmi:before {
    content: "\e8c2"
}

.mdi-settings-input-svideo:before {
    content: "\e8c3"
}

.mdi-settings-overscan:before {
    content: "\e8c4"
}

.mdi-settings-phone:before {
    content: "\e8c5"
}

.mdi-settings-power:before {
    content: "\e8c6"
}

.mdi-settings-remote:before {
    content: "\e8c7"
}

.mdi-settings-system-daydream:before {
    content: "\e1c3"
}

.mdi-settings-voice:before {
    content: "\e8c8"
}

.mdi-share:before {
    content: "\e80d"
}

.mdi-shop:before {
    content: "\e8c9"
}

.mdi-shop-two:before {
    content: "\e8ca"
}

.mdi-shopping-basket:before {
    content: "\e8cb"
}

.mdi-shopping-cart:before {
    content: "\e8cc"
}

.mdi-short-text:before {
    content: "\e261"
}

.mdi-show-chart:before {
    content: "\e6e1"
}

.mdi-shuffle:before {
    content: "\e043"
}

.mdi-signal-cellular-4-bar:before {
    content: "\e1c8"
}

.mdi-signal-cellular-connected-no-internet-4-bar:before {
    content: "\e1cd"
}

.mdi-signal-cellular-no-sim:before {
    content: "\e1ce"
}

.mdi-signal-cellular-null:before {
    content: "\e1cf"
}

.mdi-signal-cellular-off:before {
    content: "\e1d0"
}

.mdi-signal-wifi-4-bar:before {
    content: "\e1d8"
}

.mdi-signal-wifi-4-bar-lock:before {
    content: "\e1d9"
}

.mdi-signal-wifi-off:before {
    content: "\e1da"
}

.mdi-sim-card:before {
    content: "\e32b"
}

.mdi-sim-card-alert:before {
    content: "\e624"
}

.mdi-skip-next:before {
    content: "\e044"
}

.mdi-skip-previous:before {
    content: "\e045"
}

.mdi-slideshow:before {
    content: "\e41b"
}

.mdi-slow-motion-video:before {
    content: "\e068"
}

.mdi-smartphone:before {
    content: "\e32c"
}

.mdi-smoke-free:before {
    content: "\eb4a"
}

.mdi-smoking-rooms:before {
    content: "\eb4b"
}

.mdi-sms:before {
    content: "\e625"
}

.mdi-sms-failed:before {
    content: "\e626"
}

.mdi-snooze:before {
    content: "\e046"
}

.mdi-sort:before {
    content: "\e164"
}

.mdi-sort-by-alpha:before {
    content: "\e053"
}

.mdi-spa:before {
    content: "\eb4c"
}

.mdi-space-bar:before {
    content: "\e256"
}

.mdi-speaker:before {
    content: "\e32d"
}

.mdi-speaker-group:before {
    content: "\e32e"
}

.mdi-speaker-notes:before {
    content: "\e8cd"
}

.mdi-speaker-notes-off:before {
    content: "\e92a"
}

.mdi-speaker-phone:before {
    content: "\e0d2"
}

.mdi-spellcheck:before {
    content: "\e8ce"
}

.mdi-star:before {
    content: "\e838"
}

.mdi-star-border:before {
    content: "\e83a"
}

.mdi-star-half:before {
    content: "\e839"
}

.mdi-stars:before {
    content: "\e8d0"
}

.mdi-stay-current-landscape:before {
    content: "\e0d3"
}

.mdi-stay-current-portrait:before {
    content: "\e0d4"
}

.mdi-stay-primary-landscape:before {
    content: "\e0d5"
}

.mdi-stay-primary-portrait:before {
    content: "\e0d6"
}

.mdi-stop:before {
    content: "\e047"
}

.mdi-stop-screen-share:before {
    content: "\e0e3"
}

.mdi-storage:before {
    content: "\e1db"
}

.mdi-store:before {
    content: "\e8d1"
}

.mdi-store-mall-directory:before {
    content: "\e563"
}

.mdi-straighten:before {
    content: "\e41c"
}

.mdi-streetview:before {
    content: "\e56e"
}

.mdi-strikethrough-s:before {
    content: "\e257"
}

.mdi-style:before {
    content: "\e41d"
}

.mdi-subdirectory-arrow-left:before {
    content: "\e5d9"
}

.mdi-subdirectory-arrow-right:before {
    content: "\e5da"
}

.mdi-subject:before {
    content: "\e8d2"
}

.mdi-subscriptions:before {
    content: "\e064"
}

.mdi-subtitles:before {
    content: "\e048"
}

.mdi-subway:before {
    content: "\e56f"
}

.mdi-supervisor-account:before {
    content: "\e8d3"
}

.mdi-surround-sound:before {
    content: "\e049"
}

.mdi-swap-calls:before {
    content: "\e0d7"
}

.mdi-swap-horiz:before {
    content: "\e8d4"
}

.mdi-swap-vert:before {
    content: "\e8d5"
}

.mdi-swap-vertical-circle:before {
    content: "\e8d6"
}

.mdi-switch-camera:before {
    content: "\e41e"
}

.mdi-switch-video:before {
    content: "\e41f"
}

.mdi-sync:before {
    content: "\e627"
}

.mdi-sync-disabled:before {
    content: "\e628"
}

.mdi-sync-problem:before {
    content: "\e629"
}

.mdi-system-update:before {
    content: "\e62a"
}

.mdi-system-update-alt:before {
    content: "\e8d7"
}

.mdi-tab:before {
    content: "\e8d8"
}

.mdi-tab-unselected:before {
    content: "\e8d9"
}

.mdi-tablet:before {
    content: "\e32f"
}

.mdi-tablet-android:before {
    content: "\e330"
}

.mdi-tablet-mac:before {
    content: "\e331"
}

.mdi-tag-faces:before {
    content: "\e420"
}

.mdi-tap-and-play:before {
    content: "\e62b"
}

.mdi-terrain:before {
    content: "\e564"
}

.mdi-text-fields:before {
    content: "\e262"
}

.mdi-text-format:before {
    content: "\e165"
}

.mdi-textsms:before {
    content: "\e0d8"
}

.mdi-texture:before {
    content: "\e421"
}

.mdi-theaters:before {
    content: "\e8da"
}

.mdi-thumb-down:before {
    content: "\e8db"
}

.mdi-thumb-up:before {
    content: "\e8dc"
}

.mdi-thumbs-up-down:before {
    content: "\e8dd"
}

.mdi-time-to-leave:before {
    content: "\e62c"
}

.mdi-timelapse:before {
    content: "\e422"
}

.mdi-timeline:before {
    content: "\e922"
}

.mdi-timer:before {
    content: "\e425"
}

.mdi-timer-10:before {
    content: "\e423"
}

.mdi-timer-3:before {
    content: "\e424"
}

.mdi-timer-off:before {
    content: "\e426"
}

.mdi-title:before {
    content: "\e264"
}

.mdi-toc:before {
    content: "\e8de"
}

.mdi-today:before {
    content: "\e8df"
}

.mdi-toll:before {
    content: "\e8e0"
}

.mdi-tonality:before {
    content: "\e427"
}

.mdi-touch-app:before {
    content: "\e913"
}

.mdi-toys:before {
    content: "\e332"
}

.mdi-track-changes:before {
    content: "\e8e1"
}

.mdi-traffic:before {
    content: "\e565"
}

.mdi-train:before {
    content: "\e570"
}

.mdi-tram:before {
    content: "\e571"
}

.mdi-transfer-within-a-station:before {
    content: "\e572"
}

.mdi-transform:before {
    content: "\e428"
}

.mdi-translate:before {
    content: "\e8e2"
}

.mdi-trending-down:before {
    content: "\e8e3"
}

.mdi-trending-flat:before {
    content: "\e8e4"
}

.mdi-trending-up:before {
    content: "\e8e5"
}

.mdi-tune:before {
    content: "\e429"
}

.mdi-turned-in:before {
    content: "\e8e6"
}

.mdi-turned-in-not:before {
    content: "\e8e7"
}

.mdi-tv:before {
    content: "\e333"
}

.mdi-unarchive:before {
    content: "\e169"
}

.mdi-undo:before {
    content: "\e166"
}

.mdi-unfold-less:before {
    content: "\e5d6"
}

.mdi-unfold-more:before {
    content: "\e5d7"
}

.mdi-update:before {
    content: "\e923"
}

.mdi-usb:before {
    content: "\e1e0"
}

.mdi-verified-user:before {
    content: "\e8e8"
}

.mdi-vertical-align-bottom:before {
    content: "\e258"
}

.mdi-vertical-align-center:before {
    content: "\e259"
}

.mdi-vertical-align-top:before {
    content: "\e25a"
}

.mdi-vibration:before {
    content: "\e62d"
}

.mdi-video-call:before {
    content: "\e070"
}

.mdi-video-label:before {
    content: "\e071"
}

.mdi-video-library:before {
    content: "\e04a"
}

.mdi-videocam:before {
    content: "\e04b"
}

.mdi-videocam-off:before {
    content: "\e04c"
}

.mdi-videogame-asset:before {
    content: "\e338"
}

.mdi-view-agenda:before {
    content: "\e8e9"
}

.mdi-view-array:before {
    content: "\e8ea"
}

.mdi-view-carousel:before {
    content: "\e8eb"
}

.mdi-view-column:before {
    content: "\e8ec"
}

.mdi-view-comfy:before {
    content: "\e42a"
}

.mdi-view-compact:before {
    content: "\e42b"
}

.mdi-view-day:before {
    content: "\e8ed"
}

.mdi-view-headline:before {
    content: "\e8ee"
}

.mdi-view-list:before {
    content: "\e8ef"
}

.mdi-view-module:before {
    content: "\e8f0"
}

.mdi-view-quilt:before {
    content: "\e8f1"
}

.mdi-view-stream:before {
    content: "\e8f2"
}

.mdi-view-week:before {
    content: "\e8f3"
}

.mdi-vignette:before {
    content: "\e435"
}

.mdi-visibility:before {
    content: "\e8f4"
}

.mdi-visibility-off:before {
    content: "\e8f5"
}

.mdi-voice-chat:before {
    content: "\e62e"
}

.mdi-voicemail:before {
    content: "\e0d9"
}

.mdi-volume-down:before {
    content: "\e04d"
}

.mdi-volume-mute:before {
    content: "\e04e"
}

.mdi-volume-off:before {
    content: "\e04f"
}

.mdi-volume-up:before {
    content: "\e050"
}

.mdi-vpn-key:before {
    content: "\e0da"
}

.mdi-vpn-lock:before {
    content: "\e62f"
}

.mdi-wallpaper:before {
    content: "\e1bc"
}

.mdi-warning:before {
    content: "\e002"
}

.mdi-watch:before {
    content: "\e334"
}

.mdi-watch-later:before {
    content: "\e924"
}

.mdi-wb-auto:before {
    content: "\e42c"
}

.mdi-wb-cloudy:before {
    content: "\e42d"
}

.mdi-wb-incandescent:before {
    content: "\e42e"
}

.mdi-wb-iridescent:before {
    content: "\e436"
}

.mdi-wb-sunny:before {
    content: "\e430"
}

.mdi-wc:before {
    content: "\e63d"
}

.mdi-web:before {
    content: "\e051"
}

.mdi-web-asset:before {
    content: "\e069"
}

.mdi-weekend:before {
    content: "\e16b"
}

.mdi-whatshot:before {
    content: "\e80e"
}

.mdi-widgets:before {
    content: "\e1bd"
}

.mdi-wifi:before {
    content: "\e63e"
}

.mdi-wifi-lock:before {
    content: "\e1e1"
}

.mdi-wifi-tethering:before {
    content: "\e1e2"
}

.mdi-work:before {
    content: "\e8f9"
}

.mdi-wrap-text:before {
    content: "\e25b"
}

.mdi-youtube-searched-for:before {
    content: "\e8fa"
}

.mdi-zoom-in:before {
    content: "\e8ff"
}

.mdi-zoom-out:before {
    content: "\e900"
}

.mdi-zoom-out-map:before {
    content: "\e56b"
}

/*# sourceMappingURL=material-icons.min.css.map */

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(//spm-ye.com/wp-content/themes/leblix/libraries/owl-carousel/assets/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

@font-face {
    font-family: "flaticon";
    src: url(./../fonts/flaticon/flaticon.ttf?976930228cfd5b1622b88d53a56eee35) format("truetype"), url(./../fonts/flaticon/flaticon.woff?976930228cfd5b1622b88d53a56eee35) format("woff"), url(./../fonts/flaticon/flaticon.woff2?976930228cfd5b1622b88d53a56eee35) format("woff2"), url(./../fonts/flaticon/flaticon.eot?976930228cfd5b1622b88d53a56eee35#iefix) format("embedded-opentype"), url(./../fonts/flaticon/flaticon.svg?976930228cfd5b1622b88d53a56eee35#flaticon) format("svg")
}

i[class^=cspt-leblix-icon-]:before, i[class*=" cspt-leblix-icon-"]:before {
    font-family: flaticon !important;
    font-style: normal
}

.cspt-leblix-icon-diploma:before {
    content: "\f101"
}

.cspt-leblix-icon-trophy:before {
    content: "\f102"
}

.cspt-leblix-icon-chemistry:before {
    content: "\f103"
}

.cspt-leblix-icon-medical-laboratory:before {
    content: "\f104"
}

.cspt-leblix-icon-chemistry-1:before {
    content: "\f105"
}

.cspt-leblix-icon-medal:before {
    content: "\f106"
}

.cspt-leblix-icon-microbiology:before {
    content: "\f107"
}

.cspt-leblix-icon-molecule:before {
    content: "\f108"
}

.cspt-leblix-icon-feedback:before {
    content: "\f109"
}

.cspt-leblix-icon-laboratory:before {
    content: "\f10a"
}

.cspt-leblix-icon-gas-mask:before {
    content: "\f10b"
}

.cspt-leblix-icon-bacteria:before {
    content: "\f10c"
}

.cspt-leblix-icon-bacteria-1:before {
    content: "\f10d"
}

.cspt-leblix-icon-experiment:before {
    content: "\f10e"
}

.cspt-leblix-icon-dna:before {
    content: "\f10f"
}

.cspt-leblix-icon-scientist:before {
    content: "\f110"
}

.cspt-leblix-icon-molecule-1:before {
    content: "\f111"
}

.cspt-leblix-icon-medical-mask:before {
    content: "\f112"
}

.cspt-leblix-icon-medicines:before {
    content: "\f113"
}

.cspt-leblix-icon-virus:before {
    content: "\f114"
}

.cspt-leblix-icon-atomic:before {
    content: "\f115"
}

.cspt-leblix-icon-thermometer:before {
    content: "\f116"
}

.cspt-leblix-icon-flask:before {
    content: "\f117"
}

.cspt-leblix-icon-newtons-cradle:before {
    content: "\f118"
}

.cspt-leblix-icon-jigsaw:before {
    content: "\f119"
}

.cspt-leblix-icon-brain:before {
    content: "\f11a"
}

.cspt-leblix-icon-syringe:before {
    content: "\f11b"
}

.cspt-leblix-icon-hydrogen:before {
    content: "\f11c"
}

.cspt-leblix-icon-lungs:before {
    content: "\f11d"
}

.cspt-leblix-icon-sperm:before {
    content: "\f11e"
}

.cspt-leblix-icon-cell:before {
    content: "\f11f"
}

.cspt-leblix-icon-stomach:before {
    content: "\f120"
}

.cspt-leblix-icon-platelet:before {
    content: "\f121"
}

.cspt-leblix-icon-electrocardiogram:before {
    content: "\f122"
}

.cspt-leblix-icon-plant:before {
    content: "\f123"
}

.cspt-leblix-icon-flask-1:before {
    content: "\f124"
}

.cspt-leblix-icon-rocket:before {
    content: "\f125"
}

.cspt-leblix-icon-safety-glasses:before {
    content: "\f126"
}

.cspt-leblix-icon-flasks:before {
    content: "\f127"
}

.cspt-leblix-icon-test-tube:before {
    content: "\f128"
}

.cspt-leblix-icon-light-bulb:before {
    content: "\f129"
}

.cspt-leblix-icon-nutritional-test:before {
    content: "\f12a"
}

.cspt-leblix-icon-apple:before {
    content: "\f12b"
}

.cspt-leblix-icon-u-magnet:before {
    content: "\f12c"
}

.cspt-leblix-icon-temperature:before {
    content: "\f12d"
}

.cspt-leblix-icon-gravity:before {
    content: "\f12e"
}

.cspt-leblix-icon-gender:before {
    content: "\f12f"
}

.cspt-leblix-icon-blackboard:before {
    content: "\f130"
}

.cspt-leblix-icon-syringe-1:before {
    content: "\f131"
}

.cspt-leblix-icon-mouse:before {
    content: "\f132"
}

.cspt-leblix-icon-flasks-1:before {
    content: "\f133"
}

.cspt-leblix-icon-robot:before {
    content: "\f134"
}

.cspt-leblix-icon-planet:before {
    content: "\f135"
}

.cspt-leblix-icon-computer:before {
    content: "\f136"
}

.cspt-leblix-icon-brain-1:before {
    content: "\f137"
}

.cspt-leblix-icon-atom:before {
    content: "\f138"
}

.cspt-leblix-icon-dna-1:before {
    content: "\f139"
}

.cspt-leblix-icon-virus-1:before {
    content: "\f13a"
}

.cspt-leblix-icon-scientist-1:before {
    content: "\f13b"
}

.cspt-leblix-icon-caduceus:before {
    content: "\f13c"
}

.cspt-leblix-icon-world:before {
    content: "\f13d"
}

.cspt-leblix-icon-satellite:before {
    content: "\f13e"
}

.cspt-leblix-icon-beaker:before {
    content: "\f13f"
}

.cspt-leblix-icon-microscope:before {
    content: "\f140"
}

.cspt-leblix-icon-telescope:before {
    content: "\f141"
}

.cspt-leblix-icon-microscope-1:before {
    content: "\f142"
}

.cspt-leblix-icon-nuclear:before {
    content: "\f143"
}

.cspt-leblix-icon-cloning:before {
    content: "\f144"
}

.cspt-leblix-icon-dna-2:before {
    content: "\f145"
}

.cspt-leblix-icon-rocket-launch:before {
    content: "\f146"
}

.cspt-leblix-icon-test-tube-1:before {
    content: "\f147"
}

.cspt-leblix-icon-chemical-reaction:before {
    content: "\f148"
}

.cspt-leblix-icon-reproduction:before {
    content: "\f149"
}

.cspt-leblix-icon-chemistry-2:before {
    content: "\f14a"
}

.cspt-leblix-icon-gas-mask-1:before {
    content: "\f14b"
}

.cspt-leblix-icon-chemistry-3:before {
    content: "\f14c"
}

.cspt-leblix-icon-petri-dish:before {
    content: "\f14d"
}

.cspt-leblix-icon-syringe-2:before {
    content: "\f14e"
}

.cspt-leblix-icon-nuclear-1:before {
    content: "\f14f"
}

.cspt-leblix-icon-rocket-launch-1:before {
    content: "\f150"
}

.cspt-leblix-icon-syringe-3:before {
    content: "\f151"
}

.cspt-leblix-icon-atomic-1:before {
    content: "\f152"
}

.cspt-leblix-icon-beaker-1:before {
    content: "\f153"
}

.cspt-leblix-icon-prism:before {
    content: "\f154"
}

.cspt-leblix-icon-orbit:before {
    content: "\f155"
}

.cspt-leblix-icon-burn:before {
    content: "\f156"
}

.cspt-leblix-icon-thermometer-1:before {
    content: "\f157"
}

.cspt-leblix-icon-bottle:before {
    content: "\f158"
}

.cspt-leblix-icon-bottle-1:before {
    content: "\f159"
}

.cspt-leblix-icon-dna-3:before {
    content: "\f15a"
}

.cspt-leblix-icon-call:before {
    content: "\f15b"
}

.cspt-leblix-icon-location:before {
    content: "\f15c"
}

.cspt-leblix-icon-mail:before {
    content: "\f15d"
}

.cspt-leblix-icon-telephone:before {
    content: "\f15e"
}

.cspt-leblix-icon-chat:before {
    content: "\f15f"
}

.cspt-leblix-icon-send:before {
    content: "\f160"
}

.cspt-leblix-icon-time-call:before {
    content: "\f161"
}

.cspt-leblix-icon-rec:before {
    content: "\f162"
}

.cspt-leblix-icon-comment:before {
    content: "\f163"
}
