.wc-block-components-form .pakettikauppa-block.pakettikauppa-shipping-pickup-point select {
    border: 2px solid rgba(0, 0, 0, 0)
}

.wc-block-components-form .pakettikauppa-block.pakettikauppa-shipping-pickup-point.error>fieldset {
    border-color: rgba(255, 0, 0, .5);
    margin-bottom: 5px
}

.wc-block-components-form .pakettikauppa-block.pakettikauppa-shipping-pickup-point.error select {
    border-color: #cc1818;
    background-color: #f7cfcf
}

.wc-block-components-form .pakettikauppa-block .pakettikauppa-custom-text {
    display: block;
    margin-top: 5px;
    font-size: .9em
}

#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both;
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
    border: none;
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
}

#sb_instagram.sbi_col_1 #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

#sb_instagram .sbi_no_js img {
    display: none;
}

#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active {
    outline: none;
}

#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus {
    text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link {
    display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: block !important;
    position: absolute;
    z-index: 1;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

#sb_instagram br {
    display: none;
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

@media all and (min-width: 480px) {

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        font-size: 14px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        line-height: 1.4
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
        font-size: 16px;
    }
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover {
    opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,
.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px;
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram p:empty {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both;
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
}

#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
    transition: all 0.1s ease-in;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error br {
    display: initial !important;
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important;
}

#sbi_mod_error span {
    font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px;
}

@media all and (max-width: 640px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images,
    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn {
    display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

.sbi_header_outside.sbi_header_palette_dark,
#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption,
.sbi_header_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark a,
#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
}

.sbi_header_outside.sbi_header_palette_light,
#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption,
.sbi_header_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light a,
#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important;
}

body:after {
    content: url('../images/sbi-sprite.png');
    display: none;
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active {
    outline: none;
}

.sbi_lightbox a img {
    border: none;
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lb-container-wrapper {
    height: 100%;
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url('../images/sbi-sprite-1.png') no-repeat;
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sbi_lb-container>.nav {
    left: 0;
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.sbi_lb-prev,
.sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url('../images/sbi-sprite-2.png') no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px;
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover {
    color: #fff;
    text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

.sbi_lb-nav {
    height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}

.sbi_lb-container {
    padding: 0;
}

.sb-elementor-cta {
    width: 100% !important;
    border: 1px solid #E8E8EB !important;
    border-radius: 2px !important;
    position: relative !important;
    text-align: center !important;
}

.sb-elementor-cta-img-ctn {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.sb-elementor-cta-img {
    width: 65px !important;
    height: 65px !important;
    position: relative !important;
    border: 2px solid #DCDDE1 !important;
    border-radius: 16px !important;
    -webkit-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sb-elementor-cta-img span svg {
    float: left !important;
}

.sb-elementor-cta-img>* {
    -webkit-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.sb-elementor-cta-logo {
    position: absolute !important;
    right: -15px !important;
    bottom: -19px !important;
    z-index: 1 !important;
}

.sb-elementor-cta-heading {
    font-size: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn {
    background: #0068A0 !important;
    border-radius: 2px !important;
    padding: 8px 20px 8px 38px !important;
    cursor: pointer !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn:before,
.sb-elementor-cta-btn:after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
    left: 20px !important;
    top: 14px !important;
}

.sb-elementor-cta-btn:after {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.sb-elementor-cta-desc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background: #F9F9FA !important;
    border-top: 1px solid #E8E8EB !important;
    margin-top: 35px !important;
    flex-direction: column !important;
}

.sb-elementor-cta-desc strong {
    color: #141B38 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.sb-elementor-cta-desc span {
    color: #434960 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0 20% !important;
}

.sb-elementor-cta-selector {
    width: 100% !important;
    padding: 0 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
}

.sb-elementor-cta-feedselector {
    border: 1px solid #D0D1D7 !important;
    padding: 8px 16px 8px 16px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    min-width: 400px !important;
}

.sb-elementor-cta-selector span {
    color: #2C324C !important;
}

.sb-elementor-cta-selector span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sb-elementor-cta-selector span a:after {
    color: #2C324C !important;
    margin-left: 2px !important;
    font-weight: 400 !important;
    text-decoration-color: #fff !important;
}

.sb-elementor-cta-selector span a:first-of-type:after {
    content: ',' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    content: 'or' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    margin-left: 5px !important;
    margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    content: '' !important;
    height: 16px !important;
    font-variant: normal !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    /* Blue */
}

.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;
    /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
    /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    /* Yellow */
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    /* Red */
    font-size: 1em;
    font-weight: normal;
    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;
    /* Dark Gray 800 */
    opacity: 0.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;
    /* Light Gray 100 */
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
    .wpcf7-spinner::before {
        animation-name: blink;
        animation-duration: 2000ms;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 [inert] {
    opacity: 0.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;
}

.mcmp-general-price-suffix,
.mcmp-variable-price-prefix,
.mcmp-recalc-price-prefix,
.mcmp-recalc-price-suffix,
.mcmp-recalc-price-suffix-preposition {
    display: inline-block;
    white-space: pre;
}

.woocommerce .product .price .mcmp_recalc_price_row,
.woocommerce .product .price .mcmp_recalc_price_row .amount {

    font-size: 0.9em !important;

    font-style: italic;

}

.woof_container {
    padding-bottom: 5px;
    margin-bottom: 9px;
}

.woof_container select {
    width: 100%;
}

.woof_container label {
    display: inline-block !important;
}

ul.woof_list {
    margin: 0 !important;
    list-style: none !important;
}

li.woof_list {
    list-style: none !important;
}

.woof_list li {
    list-style: none !important;
}

.woof_block_html_items ul {
    margin-left: 0 !important;
}

.woof_list label {
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block !important;
}

.woof_childs_list {
    padding: 7px 0 7px 17px !important;
    margin: 0 !important;
}

/**********************/
.woof_auto_show {
    position: absolute;
    z-index: 1001;
    width: 100%;
}

.woof_sid_auto_shortcode .woof_container {
    width: 33%;
    min-width: 150px;
}

.woof_sid_auto_shortcode .woof_container,
.woof_sid_auto_shortcode .woof_container_mselect {
    overflow-x: hidden;
    overflow-y: auto;
    min-height: fit-content;
    max-height: 250px;
}

.woof_sid_auto_shortcode .woof_container_select_hierarchy,
.woof_sid_auto_shortcode .woof_container_slider,
.woof_sid_auto_shortcode .woof_meta_slider_container,
.woof_sid_auto_shortcode .woof_container_mselect,
.woof_sid_auto_shortcode .woof_container_select,
.woof_sid_auto_shortcode .woof_price_filter {
    overflow: visible;
}

.woof_sid_auto_shortcode .woof_container_inner {
    padding-left: 5px;
}

.woof_submit_search_form {
    float: left;
}

.woof_submit_search_form_container {
    overflow: hidden;
    clear: both;
    margin: 9px 0 15px 0;
    display: flex;
    justify-content: space-between;
}

li.woof_childs_list_li {
    padding-bottom: 0 !important;
}

/********************/
div.woof_info_popup {
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 10001;
    display: none;
    overflow: hidden;
    padding: 20px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .6);
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, .6),
        inset 0 0 0 2px rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald', sans-serif;
}

/*************/

p.woof_tooltip {
    position: relative;
    display: inline;
    line-height: normal !important;
}

p.woof_tooltip span.woof_tooltip_data {
    position: absolute;
    width: auto;
    min-width: 140px;
    max-width: 300px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    min-height: 21px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    margin-top: -30px;
}

p.woof_tooltip span.woof_tooltip_data:after {}

p:hover.woof_tooltip span.woof_tooltip_data {
    visibility: visible;
    opacity: 0.8;
    left: 50%;
    margin-left: -74px;
    z-index: 999;
}

.woof_tooltip_title {
    display: none;
}

.woof_step .price_slider_amount .button {
    display: none;
}

.woof_products_top_panel {
    overflow: hidden;
    line-height: 32px;
    margin: 5px 0 15px 0;
    display: none;
    position: relative;
    z-index: 99;
    clear: both;
}

.woof_products_top_panel_ul li ul li {
    margin: 0 5px 0 0 !important;
}

.woof_products_top_panel_ul a {
    text-decoration: none;
}

.woof_reset_button_2 {
    padding: 2px 7px;
}

.woof_products_top_panel ul {
    margin: 0 !important;
    padding: 0 !important;
}

.woof_products_top_panel li {
    float: left;
    margin: 0 15px 0 0 !important;
    list-style: none !important;
}

.woof_products_top_panel li a {
    text-decoration: none;
}

.woof_products_top_panel li a:hover {
    text-decoration: none;
}

.woof_products_top_panel li span {
    padding-right: 16px;
    background: url('../images/delete.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right;
}

.woof_products_top_panel li span:hover {
    background-size: 14px 14px;
}


/*****************************************************/
.woof_sid_auto_shortcode {
    background: #fff;
    border: solid 1px #eee;
    border-radius: 3px;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: #fefefe;
    margin-bottom: 11px;
    clear: both;
}

.woof_sid_auto_shortcode.woof {
    padding: 16px;
}


.woof_edit_view {
    position: relative;
    float: right;
    clear: both;
    opacity: 0.7;
    z-index: 9999;
    margin-top: -20px;
}

.woof_container_overlay {
    position: relative;
    border: solid 1px orange;
}

.woof_container_setter {
    position: relative;
}

.woof_container_overlay_item {
    display: none;
    color: red;
    padding: 4px;
}

.woof_container_overlay .woof_container_setter_link {
    display: inline-block;
    position: relative;
    float: right;
    clear: both;
    opacity: 0.8;
}

.woof_show_auto_form,
.woof_hide_auto_form {
    display: inline-block !important;
    margin-bottom: 3px !important;
}

.woof_show_auto_form,
.woof_hide_auto_form {
    background: url('../images/magnifying-glass.svg');
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.woof_show_auto_form_txt.woof_show_auto_form,
.woof_show_auto_form_txt.woof_hide_auto_form {
    width: auto;
    height: auto;
    background: none;
}

.woocommerce-ordering {
    position: relative;
    z-index: 3;
}

.woof_sid_auto_shortcode .woof_redraw_zone {
    position: relative;
    width: 100%;
    z-index: 1001;
    display: flex;
    flex-wrap: wrap;
}

.woof_auto_show .woof_price_search_container {
    position: relative;
    z-index: 1002;
}

.woof_price_search_container .price_slider_amount .price_label {
    float: left !important;
    display: inline-block;
    text-align: right !important;
}

.woof_childs_list_opener {
    vertical-align: middle;
    margin-left: 7px !important;
    margin-top: 0 !important;
    display: inline-block !important;
    line-height: 0 !important;
}

.woof_childs_list_opener span {
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right;
    width: 13px;
    height: 13px;
}

.woof_childs_list_opener span.woof_is_closed {
    background: url('../images/plus2.svg');
}

.woof_childs_list_opener span.woof_is_opened {
    background: url('../images/minus2.svg');
}


.woof_childs_list_opener span:hover {
    background-size: 18px 18px;
}

.woof_list_checkbox li div {
    margin-top: 3px;
}

ul.woof_list li {
    margin: 0 3px 4px 3px;
}

/* =Price Filter Widget
        -------------------------------------------------------------- */
.woof .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woof .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.woof .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right !important;
}

.woof .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    border-radius: 1em;
    border: 1px solid #141741;
    cursor: pointer;
    background: #2d338e;
    outline: none;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #c0132c;
    border-radius: 1em;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: #d5d5d5;
}

.woof .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}


.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a46497;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a46497;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    height: 1em;
    margin-left: -0.5em;
    outline: 0 none;
    position: absolute;
    width: 1em;
    z-index: 2;
}


.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #602053;
    border: 0 none;
    border-radius: 1em;
}

.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none repeat scroll 0 0 #d5d5d5;
    border-radius: 1em;
}

.woof .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.woof .widget_price_filter .ui-slider {
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    text-align: left;
}

.woof .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woof .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.woof .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woof .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woof_overflow_hidden {
    overflow: hidden;
}

.woof .chosen-drop {
    z-index: 10001 !important;
}

.chosen-results {
    z-index: 10001 !important;
}

.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    min-height: 18px !important;
}

.woof_sid_widget .woof_edit_view {
    display: none;
}

.woof_section_scrolled {
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 3px;
}

.woof_price_filter_dropdown {
    width: 100%;
}

.chosen-results li {
    margin-left: 0 !important;
}

.woof-padding-1 {
    padding-left: 12px !important;
}

.woof-padding-2 {
    padding-left: 24px !important;
}

.woof-padding-3 {
    padding-left: 36px !important;
}

.woof-padding-4 {
    padding-left: 48px !important;
}

.woof-padding-5 {
    padding-left: 60px !important;
}

/*******************************/

.chosen-container {
    margin-bottom: 3px;
    max-width: 100%;
}

.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title {
    display: none;
}

.woof_search_is_going nav.woocommerce-breadcrumb {
    display: none;
}

.woof_checkbox_label {
    margin-left: 7px !important;
}

.woof_checkbox_label_selected {
    font-weight: bold;
}

.woof_radio_label_selected {
    font-weight: bold;
}

.woof_checkbox_count {
    margin-left: 3px;
}

.woof_radio_label {
    margin-left: 5px;
}

.woof_radio_count {
    margin-left: 2px;
}

a.woof_front_toggle {
    float: right;
    text-decoration: none;
}

.woof_front_toggle img {
    height: 20px;
}


.woof_closed_block {
    display: none;
}

.woof_radio_term_reset_visible {
    display: inline-block !important;
    padding: 2px 0 0 7px;
}

.woof label {
    cursor: pointer;
}

.woof_hidden_term {
    display: none !important;
}

.woof_open_hidden_li {
    clear: both;
    display: block !important;
    text-align: center;
}

.woof_open_hidden_li a {
    outline: none !important;
}

.woof_open_hidden_li img {
    box-shadow: none !important;
}

a.woof_start_filtering_btn {
    display: inline-block;
    padding: 9px 12px;
    border: solid 2px #ccc;
    border-radius: 3px;
    text-decoration: none !important;
    transition: all .5s;
}

a.woof_start_filtering_btn:hover {
    color: #0073d2 !important;
    border-color: #0073d2;
    text-decoration: none;
}

a.woof_start_filtering_btn2 {
    display: inline-block;
    padding: 9px 12px;
    border: solid 2px #0073d2;
    border-radius: 7px;
    text-decoration: none !important;
    color: #0073d2 !important;
}

.woof_price_filter_txt {
    width: 75px !important;
}

a.chosen-single {
    text-decoration: none !important;
}

.chosen-container-single .chosen-single span {
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 24px;
}

.chosen-container-single .chosen-single {
    height: 32px !important;
    line-height: 29px !important;
    background: #fff;
    box-shadow: none;
    border-radius: 1px;
}

.chosen-container-single .chosen-single div b {
    background-position: 0 4px !important;
}

/*shortcode skins*/

.woof_sid_flat_white {
    background: #fff;
    border: solid 1px #eee;
    padding: 9px;
}

.woof_sid_flat_grey .chosen-container-single .chosen-single {
    border-radius: 0px;
    background: none;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #aaa;

}

.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #aaa;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}

.woof_sid_flat_grey .chosen-container-active {
    background: none;
    background-color: #fff;
    box-shadow: none;
}

.woof_sid_flat_grey .chosen-container-multi .chosen-choices {
    background-image: none;
    border: 2px solid #aaaaaa;
}

.woof_sid_flat_grey .chosen-container-active .chosen-choices {
    box-shadow: none;
    border: 2px solid #97b6be;
}

.woof_sid_flat_grey .chosen-container .chosen-results li.highlighted {
    background-color: #97b6be;
    background-image: none;
    color: #fff;
}

.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice,
.woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice {
    border: 2px solid #aaa;
    border-radius: 0px;
    background-color: transparent;
    ;
    background-image: none;
    box-shadow: none;
}

.woof_sid_flat_grey .chosen-container .chosen-drop {
    border: 2px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: none;
}

.woof_sid_flat_grey .woof_submit_search_form_container button {
    border: 2px solid #aaa;
    background: #fff;
    box-shadow: none;
}

.woof_sid_flat_grey .woof_submit_search_form_container button:hover {
    background-color: #97b6be;
}

.woof_sid_flat_grey .woof_submit_search_form_container,
.woof_sid_flat_dark .woof_submit_search_form_container {
    margin: 0px;
}


.woof_sid_flat_grey .woof_redraw_zone select,
.woof_sid_flat_grey .woof_redraw_zone input {
    width: 100%;
}

.woof_sid_flat_grey .irs-bar,
.woof_sid_flat_dark .irs-bar {
    border-top: 1px solid #97b6be;
    border-bottom: 1px solid #97b6be;
    background: #97b6be;

}

.woof_sid_flat_grey .irs-from,
.woof_sid_flat_grey .irs-to,
.woof_sid_flat_grey .irs-single {
    color: #fff;
    background: #97b6be;
}

.woof_sid_flat_dark .irs-from,
.woof_sid_flat_dark .irs-to,
.woof_sid_flat_dark .irs-single {
    color: #fff;
    background: #97b6be;
}

.woof_sid_flat_grey .irs-slider,
.woof_sid_flat_dark .irs-slider {
    border: 2px solid #AAA;
    background: #DDD;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.woof_sid_flat_grey .irs-line,
.woof_sid_flat_grey .irs-line {
    background: #EEE;
    border: 2px solid #AAA;
}

.woof_sid_flat_grey .woof_container h4 {
    margin-bottom: 11px !important;
    font-size: 1.12em !important;
    background: #eee;
    padding: 9px 7px;
    color: #777;
    line-height: 1.12em !important;
    text-align: center;
}

.woof_sid_flat_grey {
    background: #fff;
    border: solid 2px #aaa;
    background: #fdfdfd;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
}

.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #a0bcc385;
    color: #fff !important;
    border: solid 1px #fff;
}

.woof_sid_flat_grey .woof_select_radio_check dt a {
    border: solid 2px #aaa;
    border-radius: 0px;
}

.woof_sid_flat_grey .woof_color_term:hover,
.woof_sid_flat_dark .woof_color_term:hover {
    border-color: #444;
    transform: scale(1.1, 1.1);
    transition-duration: 1s;
    border-style: solid;
}

.woof_sid_flat_grey .woof_color_term.checked,
.woof_sid_flat_dark .woof_color_term.checked {
    transform: scale(1.1, 1.1);
}

.woof_sid_flat_grey .woof_color_term,
.woof_sid_flat_dark .woof_color_term {
    border-radius: 0px;
}



.woof_sid_flat_dark {
    border: solid 2px #aaa;
    background: #4e4d4d;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
    color: #e2e6e7;
}

.woof_sid_flat_dark .woof_redraw_zone select,
.woof_sid_flat_dark .woof_redraw_zone input {
    width: 100%;
}

.woof_sid_flat_dark .chosen-container-single .chosen-single {
    border-radius: 0px;
    background: none;
    background-color: #4e4d4d;
    box-shadow: none;
    border: 2px solid #e2e6e7;
    color: #e2e6e7;

}

.chosen-container .chosen-drop {
    border: 2px solid #4d4d4;
    background: #4e4d4d;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #e2e6e7;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}

.woof_sid_flat_dark .chosen-container-active {
    background: none;
    background-color: #4e4d4d;
    box-shadow: none;
}

.woof_sid_flat_dark .chosen-container-multi .chosen-choices {
    background-image: none;
    background-color: #4e4d4d;
    border: 2px solid #e2e6e7;
}

.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input {
    color: #e2e6e7;
}

.woof_sid_flat_dark .chosen-container .chosen-results li.no-results {
    background: #97b6be;
}

.woof_sid_flat_dark .chosen-container-active .chosen-choices {
    box-shadow: none;
    border: 2px solid #e2e6e7;
}

.woof_sid_flat_dark .chosen-container .chosen-results li.highlighted {
    background-color: #97b6be;
    background-image: none;
    color: #e2e6e7;
}


.woof_sid_flat_dark .chosen-container .chosen-drop {
    border: 2px solid #e2e6e7;
    border-top: 0;
    background: #4e4d4d;
    box-shadow: none;
}

.woof_sid_flat_dark .chosen-container-single .chosen-drop {
    border-radius: 0px;
}

.woof_sid_flat_dark .woof_color_term {
    border: 0px solid #e2e6e7;
}

.woof_sid_flat_dark .woof_color_term.checked {
    border: 3px solid #e2e6e7;
}

.woof_sid_flat_dark .woof_container h4 {
    margin-bottom: 11px !important;
    font-size: 1.32em !important;
    background: #a0bcc385;
    padding: 11px 7px;
    color: #e2e6e7;
    line-height: 1.12em !important;
    text-align: center;
}

.woof_sid_flat_dark .woof_submit_search_form_container button {
    border: 2px solid #e2e6e7;
    background: #4e4d4d;
    box-shadow: none;
    color: #e2e6e7;
}

.woof_sid_flat_dark .woof_submit_search_form_container button:hover {
    background-color: #97b6be;
}

.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #a0bcc385;
    color: #e2e6e7 !important;
    border: solid 2px #e2e6e7;
}

.woof_sid_flat_dark .woof_select_radio_check dt a {
    background-color: #4e4d4d;
    color: #e2e6e7 !important;
    border: solid 2px #e2e6e7;
    border-radius: 0px;
}

.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list {
    background-color: #4e4d4d;
    color: #e2e6e7;
}

.woof_sid_flat_dark input[type=search]:focus,
.woof_sid_flat_dark input[type=text]:focus,
.woof_sid_flat_dark textarea:focus {
    background: #a0bcc385;
    color: #e2e6e7;
}

.woof_sid_flat_dark .woof_text_search_container input[type='search'],
.woof_sid_flat_dark input[type='search'] {
    background: #4e4d4d;
    color: #e2e6e7;
    border: solid 2px #e2e6e7;
}

.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder,
.woof_sid_flat_dark input[type='search']::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0bcc3;
    opacity: 1;
    /* Firefox */
}

.woof_sid_flat_dark .irs-max,
.woof_sid_flat_dark .irs-min {
    background: #a0bcc385;
    color: #e2e6e7;
}

.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover,
.woof_sid_flat_grey .woof_list_label li .woof_label_term.checked {
    background-color: #97afb5;
    border-color: #a0bcc385;
    color: #fff;
}

.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover,
.woof_sid_flat_dark .woof_list_label li .woof_label_term.checked {
    background-color: #a0bcc385;
    border-color: #a0bcc385;
    color: #e2e6e7;
}

.woof_sid_flat_dark .woof_list_label li .woof_label_term {
    color: #728a90;
}

.woof_sid_flat_dark .easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #4e4d4d;
    ;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}

.woof_sid_flat_dark .easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #a0bcc385;
}

/*columns*/
.woof_auto_4_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 5px;
    min-width: 150px;
}

.woof_auto_3_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 5px;
    min-width: 150px;
}

.woof_auto_2_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    padding: 5px;
    min-width: 150px;
}

.woof_auto_1_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    min-width: 150px;
}

.woof_auto_1_columns .woof_list_checkbox li,
.woof_auto_1_columns .woof_list_radio li {}

.woof_auto_1_columns .woof_authors li {
    display: inline-block;
    margin-left: 10px;
}

.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li,
.woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li {
    display: block;
}

input.woof_checkbox_term,
input.woof_radio_term {
    vertical-align: middle;
}

/********************************************/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .woof_sid_auto_shortcode .woof_container {
        clear: both;
        width: 100%;
    }

    .woof_sid_auto_shortcode .woof_container .chosen-container {
        width: 100% !important;
    }

    .woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,
    .woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,
    .woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner {
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
    }
}

.easy-autocomplete-container ul {
    margin: 0 !important;
}

.woof_tooltip_templates {
    display: none;
}

.woof_container_inner .woof_tooltip_header {
    display: inline-block;
    height: 15px;
    width: auto;
    vertical-align: top;
}

.woof_container_inner h4 {
    margin-bottom: 9px;
}

.woof_tooltip_title {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
}

.woof_container .woof_container_inner input[type="search"] {
    line-height: normal !important;
    border: solid 1px #eee;
}

.woof_star_font,
.woof_star_selected select {
    font-family: 'star';
    color: #96588a;
}

.woof_star_selected .chosen-single span {
    font-family: 'star';
    color: #96588a;
}

.woof_price_filter_txt_slider .woof_price_filter_txt_from {
    float: left;
}

.woof_price_filter_txt_slider .woof_price_filter_txt_to {
    float: right;
}

.woof_price_filter_txt_slider {
    height: 35px;
}

.woof_price_filter_txt_slider input[type='number'] {
    padding: 2px 7px;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {}

/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}

ul.chosen-choices {
    padding: 5px !important;
}


/*mobile filter*/
.woof_hide_filter {
    display: none;
}

.woof_show_filter_for_mobile.woof {
    opacity: 0.95;
    position: fixed;
    top: 100%;
    background: white;
    z-index: 9999;
    overflow: auto;
    height: 100%;
    display: block !important;
    width: 100%;
    right: 0px;
    padding: 30px;
    padding-bottom: 100px;
    animation: move_top .5s ease;
    animation-fill-mode: forwards;
}

.woof_hide_mobile_filter img,
.woof_show_mobile_filter img {
    display: inline-block;
    width: 30px;
}

.woof_hide_mobile_filter span,
.woof_show_mobile_filter span {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}

.woof_hide_mobile_filter {
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
}

.woof_show_filter_for_mobile .woof_hide_mobile_filter {
    display: block;
}

@keyframes move_top {
    100% {
        top: 30px;

    }
}

.woof_container_select_hierarchy .select2-container {
    margin-bottom: 10px;
}

/********************* index.php #475 **********************************/
.woof_price_search_container .price_slider_amount .price_label {
    text-align: left !important;
}

.woof .widget_price_filter .price_slider_amount .button {
    float: left;
}

.woof_float_none {
    float: none;
}

/********************* beauty scroll start **********************************/

/* Let's get this party started */
.woof_use_beauty_scroll::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.woof_use_beauty_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.3);
    border-radius: 5px;
}

/* Handle */
.woof_use_beauty_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(220, 220, 220, 0.8);
    box-shadow: inset 0 0 6px rgba(200, 200, 200, 0.5);
}

.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(120, 120, 120, 0.4);
}

.woof_seo_text {
    clear: both;
}

.woof .woof_wcga_label_hide,
.woof_container_inner .woof_wcga_label_hide {
    display: none !important;
}

.woof_use_beauty_scroll {
    overflow-y: scroll;
}

/********************* beauty scroll end **********************************/

.woof_list.woof_list_label>li {
    position: relative;
}

ul.woof_list.woof_list_label li {
    margin: 2px 2px 2px 0;
}

ul.woof_list {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/************** reset WOOF style for some wp themes ***********************/
.widget .woof_redraw_zone ul li,
.widget .woof_redraw_zone ul li a {
    border-bottom: none;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.widget .woof_redraw_zone ul,
.widget .woof_redraw_zone ol {
    border: none;
    box-shadow: none;
}

ul.chosen-results {
    margin: 0;
    padding: 0;
}

/************** reset WOOF style for some wp themes end ***********************/


.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    user-select: none
}

.chosen-container * {
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 2px 0 2px 8px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('../images/chosen-sprite-1.png') no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 6px 20px 5px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #eee;
    background: url('../images/chosen-sprite-2.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    box-shadow: none;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0 !important;
    padding: 8px 6px !important;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 1px 3px 1px 0;
    padding: 7px 20px 7px 5px;
    border: 1px solid #eee;
    max-width: 100%;
    border-radius: 2px;
    background-color: #fff;
    background-repeat: repeat-x;
    background-clip: padding-box;
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 7px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../images/chosen-sprite-3.png') -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url('../images/chosen-sprite-4.png') no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url('../images/chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important
    }
}



/* iCheck plugin Flat skin, aero
----------------------------------- */
.icheckbox_flat-aero,
.iradio_flat-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url('../images/aero.png') no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-aero {
    background-position: 0 0;
}

.icheckbox_flat-aero.checked {
    background-position: -22px 0;
}

.icheckbox_flat-aero.disabled {
    background-position: -44px 0;
    cursor: default;
}

.icheckbox_flat-aero.checked.disabled {
    background-position: -66px 0;
}

.iradio_flat-aero {
    background-position: -88px 0;
}

.iradio_flat-aero.checked {
    background-position: -110px 0;
}

.iradio_flat-aero.disabled {
    background-position: -132px 0;
    cursor: default;
}

.iradio_flat-aero.checked.disabled {
    background-position: -154px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi),
(min-resolution: 1.25dppx) {

    .icheckbox_flat-aero,
    .iradio_flat-aero {
        background-image: url('../images/aero@2x.png');
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}

:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e1d0f6;
    --wc-secondary-text: #47276d;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set::after,
.woocommerce .col2-set::before,
.woocommerce-page .col2-set::after,
.woocommerce-page .col2-set::before {
    content: " ";
    display: table
}

.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails::after,
.woocommerce div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment::after,
.woocommerce div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    content: " ";
    display: table
}

.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals::after,
.woocommerce .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.product_list_widget li::after,
.woocommerce-page ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row::after,
.woocommerce form .form-row::before,
.woocommerce-page form .form-row::after,
.woocommerce-page form .form-row::before {
    content: " ";
    display: table
}

.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-billing-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e1d0f6;
    --wc-secondary-text: #47276d;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce table.shop_table_responsive thead,
.woocommerce-page table.shop_table_responsive thead {
    display: none
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0
}

.woocommerce table.shop_table_responsive tbody th,
.woocommerce-page table.shop_table_responsive tbody th {
    display: none
}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: block
}

.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important
}

.woocommerce table.shop_table_responsive tr td.order-actions,
.woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left
}

.woocommerce table.shop_table_responsive tr td.actions::before,
.woocommerce table.shop_table_responsive tr td.product-remove::before,
.woocommerce-page table.shop_table_responsive tr td.actions::before,
.woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, .025)
}

.woocommerce table.my_account_orders tr td.order-actions,
.woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left
}

.woocommerce table.my_account_orders tr td.order-actions::before,
.woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none
}

.woocommerce table.my_account_orders tr td.order-actions .button,
.woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: .125em .25em .125em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important
}

.woocommerce #content div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.images,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.images,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%
}

.woocommerce #content table.cart .product-thumbnail,
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    display: none
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: left
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: .5em
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce #content table.cart td.actions .coupon::before,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::before,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::before,
.woocommerce-page table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::before {
    content: " ";
    display: table
}

.woocommerce #content table.cart td.actions .coupon::after,
.woocommerce table.cart td.actions .coupon::after,
.woocommerce-page #content table.cart td.actions .coupon::after,
.woocommerce-page table.cart td.actions .coupon::after {
    clear: both
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box
}

.woocommerce #content table.cart td.actions .coupon .button.alt,
.woocommerce #content table.cart td.actions .coupon .input-text+.button,
.woocommerce table.cart td.actions .coupon .button.alt,
.woocommerce table.cart td.actions .coupon .input-text+.button,
.woocommerce-page #content table.cart td.actions .coupon .button.alt,
.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,
.woocommerce-page table.cart td.actions .coupon .button.alt,
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
    float: right
}

.woocommerce #content table.cart td.actions .coupon .coupon-error-notice,
.woocommerce table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-page table.cart td.actions .coupon .coupon-error-notice {
    clear: left;
    color: var(--wc-red);
    float: left;
    font-size: .75em;
    margin-bottom: 0;
    text-align: left;
    width: 48%
}

.woocommerce #content table.cart td.actions .button,
.woocommerce table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left
}

.woocommerce-page.woocommerce-checkout form.login .form-row,
.woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
    text-align: left;
    padding: 0
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em
}

.woocommerce .lost_reset_password .form-row-first,
.woocommerce .lost_reset_password .form-row-last,
.woocommerce-page .lost_reset_password .form-row-first,
.woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0
}

.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%
}

.single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important
}

@charset "UTF-8";

:root {
    --woocommerce: #720eec;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #720eec;
    --wc-primary-text: #fcfbfe;
    --wc-secondary: #e1d0f6;
    --wc-secondary-text: #47276d;
    --wc-highlight: #958e09;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}


.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #720eec;
    color: #fcfbfe;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fcfbfe;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url('../images/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url('../images/loader-1.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: var(--wc-red) !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--wc-red)
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #fff;
    border: none;
    box-sizing: content-box;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2em;
    height: 36px;
    padding: 0;
    position: absolute;
    right: .5em;
    text-indent: -9999px;
    top: .5em;
    width: 36px;
    z-index: 99
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #000;
    border-radius: 100%;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 10px;
    left: 9px;
    top: 9px;
    position: absolute;
    width: 10px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #000;
    border-radius: 6px;
    box-sizing: content-box;
    content: "";
    display: block;
    height: 8px;
    left: 22px;
    position: absolute;
    top: 19px;
    transform: rotate(-45deg);
    width: 2px
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    left: 50%;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 1px
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #c6a5ee;
    background-color: #e1d0f6;
    color: #47276d;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #47276d;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #5f3592
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #47276d;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #c6a5ee;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e1d0f6
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e1d0f6
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #c6a5ee;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2em;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
    background-size: 16px;
    -webkit-background-size: 16px;
    background-position: calc(100% - 12px) 50%;
    -webkit-background-position: calc(100% - 12px) 50%
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #958e09;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: block
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(90, 89, 68, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #c6a5ee;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #c6a5ee;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e1d0f6;
    color: #7528d2
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e1d0f6;
    border: 1px solid #d9c3f4;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #d9c3f4;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #d9c3f4;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce
}

.woocommerce .star-rating::before {
    content: "sssss";
    color: #c6a5ee;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "â";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e1d0f6;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: var(--wc-red);
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: var(--wc-red)
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #c6a5ee;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce form.checkout_coupon .coupon-error-notice {
    color: var(--wc-red);
    display: block;
    font-size: .75em;
    margin-top: 8px
}

.woocommerce form.checkout_coupon .input-text.has-error:focus {
    border-color: var(--wc-red)
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #c6a5ee;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .order-actions--heading,
.woocommerce .woocommerce-order-details .order-actions--heading,
.woocommerce .woocommerce-order-downloads .order-actions--heading {
    vertical-align: middle
}

.woocommerce .woocommerce-customer-details .order-actions-button,
.woocommerce .woocommerce-order-details .order-actions-button,
.woocommerce .woocommerce-order-downloads .order-actions-button {
    margin-right: 10px
}

.woocommerce .woocommerce-customer-details .order-actions-button:last-child,
.woocommerce .woocommerce-order-details .order-actions-button:last-child,
.woocommerce .woocommerce-order-downloads .order-actions-button:last-child {
    margin-right: 0
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .additional-fields,
.woocommerce .woocommerce-customer-details .addresses {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .additional-fields:last-child,
.woocommerce .woocommerce-customer-details .addresses:last-child {
    margin-bottom: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list {
    margin: 0;
    padding: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    display: inline
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt::after {
    content: ": "
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt::before {
    content: "";
    display: block
}

.woocommerce .addresses .wc-block-components-additional-fields-list dd {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr max-content
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after {
    display: none
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
    border-bottom: 0
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    box-sizing: border-box;
    text-align: right;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
    border-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red)
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red);
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #720eec;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #720eec
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #2c055c;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: var(--wc-red)
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #47276d;
    background-color: #e1d0f6;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #d4bbf2;
    text-decoration: none;
    background-image: none;
    color: #47276d
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #720eec;
    color: #fcfbfe;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #660dd4;
    color: #fcfbfe
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #720eec;
    color: #fcfbfe
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e1d0f6
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #958e09;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: var(--wc-red)
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #958e09
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #efe5fa;
    color: #47276d;
    border-top: 3px solid #720eec;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    content: "\e028" /"";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #c6a5ee;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart td.actions .coupon .input-text.has-error:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text.has-error:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text.has-error:focus {
    border-color: var(--wc-red)
}

#add_payment_method table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice,
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice {
    clear: left;
    color: var(--wc-red);
    flex-basis: 100%;
    float: none;
    font-size: .75em;
    margin-bottom: 0;
    margin-top: 8px;
    text-align: left;
    width: auto
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #958e09
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e1d0f6
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method .checkout .checkout-inline-error-message,
.woocommerce-cart .checkout .checkout-inline-error-message,
.woocommerce-checkout .checkout .checkout-inline-error-message {
    color: var(--wc-red);
    font-size: .75em;
    margin-bottom: 0
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: rgba(117, 40, 210, .14);
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid rgba(93, 32, 167, .14);
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #d4bbf2;
    color: #47276d
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #b890ea;
    border-top-color: #ab7ae6
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #ab7ae6
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #ab7ae6
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #ab7ae6
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url('../images/visa.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url('../images/mastercard.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url('../images/laser.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url('../images/diners.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url('../images/maestro.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url('../images/jcb.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url('../images/amex.svg')
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url('../images/discover.svg')
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #d4bbf2;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid var(--wc-red);
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.rp4wp-related-job_listing>ul,
ul.job_listings {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 0
}

.rp4wp-related-job_listing>ul.loading,
ul.job_listings.loading {
    background: url('../images/ajax-loader.ea183bf2.gif') no-repeat center 32px;
    border-bottom: 1px solid #eee;
    min-height: 96px
}

.rp4wp-related-job_listing>ul li.job_listing,
.rp4wp-related-job_listing>ul li.no_job_listings_found,
ul.job_listings li.job_listing,
ul.job_listings li.no_job_listings_found {
    border-bottom: 1px solid #eee;
    list-style: none outside;
    margin: 0;
    padding: 0
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_filled a,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_filled a,
ul.job_listings li.job_listing.job_position_filled a,
ul.job_listings li.no_job_listings_found.job_position_filled a {
    opacity: .25
}

.rp4wp-related-job_listing>ul li.job_listing.no_job_listings_found,
.rp4wp-related-job_listing>ul li.no_job_listings_found.no_job_listings_found,
ul.job_listings li.job_listing.no_job_listings_found,
ul.job_listings li.no_job_listings_found.no_job_listings_found {
    border-bottom: 1px solid #eee;
    padding: 1em
}

.rp4wp-related-job_listing>ul li.job_listing a,
.rp4wp-related-job_listing>ul li.no_job_listings_found a,
ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
    zoom: 1;
    border: 0;
    display: block;
    line-height: 1.5em;
    overflow: hidden;
    padding: 1em 1em 1em 2em;
    position: relative;
    text-decoration: none
}

.rp4wp-related-job_listing>ul li.job_listing a:focus,
.rp4wp-related-job_listing>ul li.job_listing a:hover,
.rp4wp-related-job_listing>ul li.no_job_listings_found a:focus,
.rp4wp-related-job_listing>ul li.no_job_listings_found a:hover,
ul.job_listings li.job_listing a:focus,
ul.job_listings li.job_listing a:hover,
ul.job_listings li.no_job_listings_found a:focus,
ul.job_listings li.no_job_listings_found a:hover {
    background-color: #fcfcfc
}

.rp4wp-related-job_listing>ul li.job_listing a img.company_logo,
.rp4wp-related-job_listing>ul li.no_job_listings_found a img.company_logo,
ul.job_listings li.job_listing a img.company_logo,
ul.job_listings li.no_job_listings_found a img.company_logo {
    box-shadow: none;
    float: left;
    height: 42px;
    left: 1em;
    margin-right: 1em;
    position: absolute;
    vertical-align: middle;
    width: 42px
}

.rp4wp-related-job_listing>ul li.job_listing a div.location,
.rp4wp-related-job_listing>ul li.job_listing a div.position,
.rp4wp-related-job_listing>ul li.job_listing a ul.meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,
.rp4wp-related-job_listing>ul li.no_job_listings_found a ul.meta,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.job_listing a ul.meta,
ul.job_listings li.no_job_listings_found a div.location,
ul.job_listings li.no_job_listings_found a div.position,
ul.job_listings li.no_job_listings_found a ul.meta {
    box-sizing: border-box
}

.rp4wp-related-job_listing>ul li.job_listing a div.position,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position,
ul.job_listings li.job_listing a div.position,
ul.job_listings li.no_job_listings_found a div.position {
    float: left;
    line-height: 1.5em;
    padding: 0 0 0 42px;
    width: 55%
}

.rp4wp-related-job_listing>ul li.job_listing a div.position h3,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position h3,
ul.job_listings li.job_listing a div.position h3,
ul.job_listings li.no_job_listings_found a div.position h3 {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company,
ul.job_listings li.job_listing a div.position .company,
ul.job_listings li.no_job_listings_found a div.position .company {
    color: #999
}

.rp4wp-related-job_listing>ul li.job_listing a div.position .company .tagline,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.position .company .tagline,
ul.job_listings li.job_listing a div.position .company .tagline,
ul.job_listings li.no_job_listings_found a div.position .company .tagline {
    margin-left: .5em
}

.rp4wp-related-job_listing>ul li.job_listing a div.location,
.rp4wp-related-job_listing>ul li.no_job_listings_found a div.location,
ul.job_listings li.job_listing a div.location,
ul.job_listings li.no_job_listings_found a div.location {
    color: #999;
    float: left;
    line-height: 1.5em;
    padding: 0 0 0 1em;
    text-align: left;
    width: 25%
}

.rp4wp-related-job_listing>ul li.job_listing a .meta,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta,
ul.job_listings li.job_listing a .meta,
ul.job_listings li.no_job_listings_found a .meta {
    color: #999;
    float: right;
    line-height: 1.5em;
    list-style: none outside;
    margin: 0;
    padding: 0 0 0 1em;
    text-align: right;
    width: 20%
}

.rp4wp-related-job_listing>ul li.job_listing a .meta li,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta li,
ul.job_listings li.job_listing a .meta li,
ul.job_listings li.no_job_listings_found a .meta li {
    display: block;
    list-style: none outside;
    margin: 0
}

.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type,
.rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type,
ul.job_listings li.job_listing a .meta .job-type,
ul.job_listings li.no_job_listings_found a .meta .job-type {
    font-weight: 700
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a,
ul.job_listings li.job_listing.job_position_featured a,
ul.job_listings li.no_job_listings_found.job_position_featured a {
    background: #fefee5
}

.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:focus,
.rp4wp-related-job_listing>ul li.job_listing.job_position_featured a:hover,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:focus,
.rp4wp-related-job_listing>ul li.no_job_listings_found.job_position_featured a:hover,
ul.job_listings li.job_listing.job_position_featured a:focus,
ul.job_listings li.job_listing.job_position_featured a:hover,
ul.job_listings li.no_job_listings_found.job_position_featured a:focus,
ul.job_listings li.no_job_listings_found.job_position_featured a:hover {
    background-color: #fefed8
}

.widget ul.job_listings li.job_listing a {
    padding: 1em 0
}

.widget ul.job_listings li.job_listing .image {
    float: left
}

.widget ul.job_listings li.job_listing .image img {
    left: 0;
    position: relative
}

.widget ul.job_listings li.job_listing .content {
    overflow: hidden
}

.widget ul.job_listings li.job_listing .position {
    float: none;
    padding: 0;
    width: auto
}

.widget ul.job_listings li.job_listing ul.meta {
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    width: auto
}

.widget ul.job_listings li.job_listing ul.meta li {
    display: inline;
    float: none;
    font-weight: 400;
    margin: 0 .5em 0 0;
    padding: 0
}

.widget ul.job_listings li.job_listing ul.meta li:after {
    content: "â£";
    padding: 0 0 0 .5em
}

.widget ul.job_listings li.job_listing ul.meta li:last-child:after {
    content: ""
}

.job-manager .job-type,
.job-types .job-type,
.job_listing .job-type {
    color: #f08d3c
}

.job-manager .full-time,
.job-types .full-time,
.job_listing .full-time {
    color: #90da36
}

.job-manager .part-time,
.job-types .part-time,
.job_listing .part-time {
    color: #f08d3c
}

.job-manager .temporary,
.job-types .temporary,
.job_listing .temporary {
    color: #d93674
}

.job-manager .freelance,
.job-types .freelance,
.job_listing .freelance {
    color: #39c
}

.job-manager .internship,
.job-types .internship,
.job_listing .internship {
    color: #6033cc
}

@media only screen and (max-width:767px) {

    ul.job_listings li.job_listing a,
    ul.job_listings li.no_job_listings_found a {
        padding: 1em
    }

    ul.job_listings li.job_listing a img.company_logo,
    ul.job_listings li.no_job_listings_found a img.company_logo {
        visibility: hidden
    }

    ul.job_listings li.job_listing a div.position,
    ul.job_listings li.no_job_listings_found a div.position {
        float: left;
        padding: 0;
        width: 60%
    }

    ul.job_listings li.job_listing a div.location,
    ul.job_listings li.no_job_listings_found a div.location {
        float: right;
        font-size: .75em;
        line-height: 2em;
        padding: 0 0 0 1em;
        text-align: right;
        width: 40%
    }

    ul.job_listings li.job_listing a .meta,
    ul.job_listings li.no_job_listings_found a .meta {
        float: right;
        font-size: .75em;
        line-height: 2em;
        width: 40%
    }

    ul.job_listings li.job_listing a .meta li,
    ul.job_listings li.no_job_listings_found a .meta li {
        font-size: 1em
    }
}

.twenty-eleven ul.job_listings li.job_listing,
.twenty-eleven ul.job_listings li.no_job_listings_found {
    padding: 0 !important
}

.cmplz-video.cmplz-iframe-styles {
    background-color: transparent
}

.cmplz-video.cmplz-hidden {
    visibility: hidden !important
}

.cmplz-blocked-content-notice {
    display: none
}

.cmplz-placeholder-parent {
    height: inherit
}

.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,
.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice {
    display: block
}

.cmplz-blocked-content-container,
.cmplz-wp-video {
    animation-name: cmplz-fadein;
    animation-duration: 600ms;
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: inherit;
    position: relative
}

.cmplz-blocked-content-container.gmw-map-cover,
.cmplz-wp-video.gmw-map-cover {
    max-height: 100%;
    position: absolute
}

.cmplz-blocked-content-container.cmplz-video-placeholder,
.cmplz-wp-video.cmplz-video-placeholder {
    padding-bottom: initial
}

.cmplz-blocked-content-container iframe,
.cmplz-wp-video iframe {
    visibility: hidden;
    max-height: 100%;
    border: 0 !important
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn,
.cmplz-wp-video .cmplz-custom-accept-btn {
    white-space: normal;
    text-transform: initial;
    cursor: pointer;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 200px;
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,
.cmplz-wp-video .cmplz-custom-accept-btn:focus {
    border: 1px dotted #cecece
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice,
.cmplz-wp-video .cmplz-blocked-content-notice {
    white-space: normal;
    text-transform: initial;
    position: absolute !important;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 300px;
    font-size: 14px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    z-index: 98;
    line-height: 23px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
    display: block;
    margin-bottom: 10px
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a {
    color: #fff
}

.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,
.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body {
    display: block
}

.cmplz-blocked-content-container div div {
    display: none
}

.cmplz-wp-video .cmplz-placeholder-element {
    width: 100%;
    height: inherit
}

@keyframes cmplz-fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.elementor-widget-wts-textseparator .wts-eae-textseparator {
    overflow: hidden
}

.wts-eae-textseparator {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    margin: auto
}

body.rtl .wts-eae-textseparator {
    flex-direction: row-reverse
}

.eae-separator-icon-inner i {
    height: 1em;
    width: 1em;
    text-align: center;
    position: relative;
    display: block
}

.eae-separator-icon-inner i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wts-eae-textseparator .eae-sep-holder {
    flex: 1 1 auto;
    height: 1px;
    min-width: 10%;
    position: relative
}

.wts-eae-textseparator .eae-sep-holder .eae-sep-lines {
    border-top-width: 1px;
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%
}

.eae-separator-title {
    margin: 0;
    -moz-box-flex: 0;
    flex: 0 1 auto;
    line-height: 1em;
    margin: 0;
    overflow-wrap: break-word
}

.sep-align-right .sep-right {
    display: none
}

.sep-align-left .sep-left {
    display: none
}

.eae-icon-view-stacked i {
    color: #fff
}

.eae-icon-view-framed .eae-separator-icon-inner {
    border: 1px solid
}

.eae-icon-shape-circle .eae-separator-icon-inner {
    border-radius: 50%
}

.eae-separator-icon-wrapper,
.eae-separator-title {
    margin: 0 5px !important
}

.eae-separator-icon-inner {
    line-height: 1
}

.wts-price-box-wrapper .eae-pt-heading,
.wts-price-box-wrapper .eae-pt-sub-heading {
    margin: 5px 0;
    text-align: center
}

.plan-price-shape {
    display: table;
    height: 6em;
    margin: auto;
    width: 6em
}

.eae-pt-price-box-shape-circle .plan-price-shape,
.eae-pt-price-box-shape-square .plan-price-shape {
    border: 1px solid
}

.eae-pt-price-box-shape-circle .plan-price-shape {
    border-radius: 50%
}

.plan-price-block {
    padding: 10px 0
}

.plan-price-shape-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px
}

.plan-price-shape-inner>span {
    display: block;
    font-size: 1em;
    text-align: center
}

.eae-pt-feature-list {
    list-style: outside none none;
    text-align: center;
    margin: 10px 0
}

.eae-pt-button-wrapper>a {
    text-align: center;
    display: inline-block;
    line-height: 1
}

.eae-pt-button-wrapper {
    text-align: center
}

.wts-price-box-wrapper .heading-wrapper,
.wts-price-box-wrapper .plan-features-wrapper {
    padding: 10px 5px
}

.eae-pt-button-wrapper {
    padding: 15px 0
}

.eae-pt-button-wrapper a {
    padding: 5px 15px;
    border-radius: 3px
}

.eae-pt-align-icon-right {
    float: right
}

.strike-feature {
    text-decoration: line-through
}

.eae-flip-box {
    width: 100%;
    text-align: center
}

.eae-flip-box-wrapper {
    display: inline-block;
    width: 100%
}

.eae-flip-box-inner {
    width: 100%;
    height: 200px;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.eae-flip-box-inner .eae-flip-box-back,
.eae-flip-box-inner .eae-flip-box-front {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s
}

.eae-flip-box-front {
    z-index: 2
}

.eae-flip-box-back {
    z-index: 1
}

.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-front {
    -webkit-transform: perspective(1000px) rotateX(0);
    -ms-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0)
}

.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-back {
    -webkit-transform: perspective(1000px) rotateX(180deg);
    transform: perspective(1000px) rotateX(180deg);
    -ms-transform: perspective(1000px) rotateX(180deg)
}

.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-front {
    -webkit-transform: perspective(1000px) rotateX(180deg);
    transform: perspective(1000px) rotateX(180deg);
    -ms-transform: perspective(1000px) rotateX(180deg)
}

.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-back {
    -webkit-transform: perspective(1000px) rotateX(0);
    transform: perspective(1000px) rotateX(0);
    -ms-transform: perspective(1000px) rotateX(0)
}

.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-front {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0)
}

.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-back {
    -webkit-transform: perspective(1000px) rotateY(180deg);
    transform: perspective(1000px) rotateY(180deg);
    -ms-transform: perspective(1000px) rotateY(180deg)
}

.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-front {
    -webkit-transform: perspective(1000px) rotateY(180deg);
    transform: perspective(1000px) rotateY(180deg);
    -ms-transform: perspective(1000px) rotateY(180deg)
}

.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-back {
    -webkit-transform: perspective(1000px) rotateY(0);
    transform: perspective(1000px) rotateY(0);
    -ms-transform: perspective(1000px) rotateY(0)
}

.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-front {
    opacity: 1
}

.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-back {
    opacity: 0
}

.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-front {
    opacity: 0
}

.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-back {
    opacity: 1
}

.eae-flip-box-wrapper:focus .eae-flip-box-back,
.eae-flip-box-wrapper:hover .eae-flip-box-back {
    z-index: 2
}

.eae-flip-box-wrapper:focus .eae-flip-box-front,
.eae-flip-box-wrapper:hover .eae-flip-box-front {
    z-index: 1
}

.fade .eae-flip-box-wrapper .eae-flip-box-front {
    opacity: 1;
    transition: 1s
}

.fade .eae-flip-box-wrapper .eae-flip-box-back {
    opacity: 0;
    transition: 1s
}

.fade .eae-flip-box-wrapper:focus .eae-flip-box-front,
.fade .eae-flip-box-wrapper:hover .eae-flip-box-front {
    opacity: 0
}

.fade .eae-flip-box-wrapper:focus .eae-flip-box-back,
.fade .eae-flip-box-wrapper:hover .eae-flip-box-back {
    opacity: 1
}

.eae-fb-animate-flip .eae-flip-box-wrapper {
    perspective: 800px
}

.eae-fb-animate-flip .eae-flip-box-inner {
    transform-style: preserve-3d;
    transform: rotateX(0) rotateY(0) rotateZ(0);
    transition: 1s
}

.eae-fb-animate-flip .eae-flip-box-front {
    transform: translate3d(0, 0, 1px)
}

.eae-fb-animate-flip .eae-flip-box-back {
    transform: rotateY(180deg) translate3d(0, 0, 0)
}

.eae-fb-animate-flip .eae-flip-box-wrapper:focus .eae-flip-box-inner,
.eae-fb-animate-flip .eae-flip-box-wrapper:hover .eae-flip-box-inner {
    transform: rotateY(180deg)
}

.up .eae-flip-box-front {
    transform: translate3d(0, 0, 1px)
}

.up .eae-flip-box-back {
    transform: rotateX(180deg) translate3d(0, 0, 0)
}

.up .eae-flip-box-wrapper:focus .eae-flip-box-inner,
.up .eae-flip-box-wrapper:hover .eae-flip-box-inner {
    transform: rotateX(180deg)
}

.box .eae-flip-box-front {
    transform: translate3d(0, 0, 100px) scale(.85, .85)
}

.box .eae-flip-box-back {
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(.85, .85)
}

.box.up .eae-flip-box-back {
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(.85, .85)
}

.hideback .eae-flip-box-back,
.hideback .eae-flip-box-front {
    backface-visibility: hidden
}

.eae-fb-animate-nananana .eae-flip-box-wrapper:focus .eae-flip-box-front,
.eae-fb-animate-nananana .eae-flip-box-wrapper:hover .eae-flip-box-front {
    z-index: 10;
    animation: batman 1s 2 alternate linear
}

.eae-fb-animate-flipcard .eae-flip-box-back,
.eae-fb-animate-flipcard .eae-flip-box-front {
    transition: transform .4s ease;
    transform-origin: center center -150px;
    -webkit-transform-origin: center center -150px
}

.flipcard-rotate-top-down .eae-flip-box-front {
    transform: rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-top-down .eae-flip-box-back {
    transform: rotateX(90deg) rotateY(0) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-top-down .eae-flip-box-wrapper:hover .eae-flip-box-front {
    transform: rotateX(-90deg) rotateY(0) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-top-down .eae-flip-box-wrapper:hover .eae-flip-box-back {
    z-index: 99999;
    transform: rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-down-top .eae-flip-box-front {
    transform: rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-down-top .eae-flip-box-back {
    transform: rotateX(-90deg) rotateY(0) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-down-top .eae-flip-box-wrapper:hover .eae-flip-box-front {
    transform: rotateX(90deg) rotateY(0) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-down-top .eae-flip-box-wrapper:hover .eae-flip-box-back {
    z-index: 99999;
    transform: rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-left-right .eae-flip-box-front {
    transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-left-right .eae-flip-box-back {
    transform: perspective(0) rotateX(0) rotateY(-90deg) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-left-right .eae-flip-box-wrapper:hover .eae-flip-box-front {
    transform: perspective(0) rotateX(0) rotateY(90deg) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-left-right .eae-flip-box-wrapper:hover .eae-flip-box-back {
    z-index: 99999;
    transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-right-left .eae-flip-box-front {
    transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
}

.flipcard-rotate-right-left .eae-flip-box-back {
    transform: perspective(0) rotateX(0) rotateY(90deg) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-right-left .eae-flip-box-wrapper:hover .eae-flip-box-front {
    transform: perspective(0) rotateX(0) rotateY(-90deg) rotateZ(0)
}

.eae-fb-animate-flipcard.flipcard-rotate-right-left .eae-flip-box-wrapper:hover .eae-flip-box-back {
    z-index: 99999;
    transform: perspective(0) rotateX(0) rotateY(0) rotateZ(0)
}

@keyframes batman {
    0% {
        transform: scale(1, 1) rotateZ(0)
    }

    100% {
        transform: scale(0, 0) rotateZ(720deg);
        opacity: 0
    }
}

.eae-flip-box-back i,
.eae-flip-box-front i {
    font-size: 32px;
    height: 1em;
    width: 1em;
    position: relative;
    display: block
}

.eae-flip-box-back i:before,
.eae-flip-box-front i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%)
}

.eae-fb-icon-view-framed {
    border: 1px solid #92be43
}

.eae-fb-icon-shape-circle {
    border-radius: 50%
}

.eae-flip-box-wrapper .icon-wrapper {
    display: inline-block;
    padding: 10px;
    line-height: 1
}

.eae-flip-box-wrapper .back-icon-title,
.eae-flip-box-wrapper .front-icon-title {
    margin: 10px auto;
    color: #fff
}

.eae-flip-box-wrapper .flipbox-content {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

.flipbox-content p {
    margin-bottom: 10px
}

.eae-fb-button {
    display: inline-block;
    padding: 5px 10px
}

.eae-flip-box-front {
    background: #a0ce4e
}

.eae-flip-box-back {
    background: #73b9dc
}

@media only screen and (max-width:768px) {

    .eae-flip-box-back,
    .eae-flip-box-front,
    .flipbox-content {
        cursor: pointer;
        overflow: visible !important;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d
    }
}

.elementor-widget-wts-shape-separator svg {
    display: block
}

.wts-eae-pl-wrapper ul {
    margin: 0
}

.wts-eae-pl-wrapper ul li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 10px
}

.eae-pl-img-align-none .eae-pl-image-wrapper a {
    text-align: center
}

.eae-pl-title {
    margin: 0
}

.eae-pl-title a {
    display: block
}

.eae-pl-readmore a {
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    padding: 4px 8px
}

.eae-at-animation-text-wrapper {
    display: inline-block;
    position: relative;
    text-align: left
}

.eae-at-animation-text-wrapper .eae-at-animation-text {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

[data-elementor-device-mode=mobile] .eae-at-animation-text {
    white-space: normal
}

.eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
    position: relative
}

.no-js .eae-at-animation-text-wrapper .eae-at-animation-text {
    opacity: 0
}

.no-js .eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
    opacity: 1
}

.eae-animtext-wrapper {
    font-size: 40px
}

.eae-st-rest-text {
    display: inline-block
}

.eae-st-split-text {
    display: inline-block
}

body.rtl .eae-st-transform-text-title {
    display: flex;
    flex-direction: row-reverse
}

body.rtl .eae-text-align-left .eae-st-transform-text-title {
    justify-content: flex-start
}

body.rtl .eae-text-align-right .eae-st-transform-text-title {
    justify-content: flex-end
}

body.rtl .eae-text-align-center .eae-st-transform-text-title {
    justify-content: center
}

.eae-at-animation.type .eae-at-animation-text-wrapper {
    vertical-align: bottom;
    overflow: hidden
}

.eae-at-animation.type .eae-at-animation-text-wrapper::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 90%;
    width: 1px
}

.eae-at-animation.type .eae-at-animation-text-wrapper.waiting::after {
    -webkit-animation: cd-pulse 1s infinite;
    -moz-animation: cd-pulse 1s infinite;
    animation: cd-pulse 1s infinite
}

.eae-at-animation.type .eae-at-animation-text-wrapper.selected::after {
    visibility: hidden
}

.eae-at-animation.type .eae-at-animation-text {
    visibility: hidden
}

.eae-at-animation.type .eae-at-animation-text.is-visible {
    visibility: visible
}

.eae-at-animation.type i {
    position: absolute;
    visibility: hidden
}

.eae-at-animation.type i.in {
    position: relative;
    visibility: visible
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -moz-transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    100% {
        -moz-transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
        opacity: 1
    }

    40% {
        -webkit-transform: translateY(-50%) scale(.9);
        -moz-transform: translateY(-50%) scale(.9);
        -ms-transform: translateY(-50%) scale(.9);
        -o-transform: translateY(-50%) scale(.9);
        transform: translateY(-50%) scale(.9);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
        opacity: 0
    }
}

.eae-img-comp-container {
    width: 100%;
    position: relative;
    text-align: center
}

.eae-img-comp-container img {
    vertical-align: middle
}

.eae-img-comp-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
    backface-visibility: hidden
}

.eae-img-comp-img img {
    display: block;
    max-width: 100%;
    width: 100%
}

.eae-img-comp-slider {
    position: absolute;
    z-index: 9;
    width: 40px;
    height: 40px;
    background-color: #2196f3;
    opacity: 1;
    border-radius: 50%
}

.icon-horizontal {
    cursor: ew-resize
}

.icon-vertical {
    cursor: n-resize
}

.mode-horizontal .eae-img-comp-overlay img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: auto;
    height: 100% !important;
    max-width: none !important
}

.mode-vertical .eae-img-comp-overlay img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto !important;
    max-width: none !important
}

.eae-img-comp-slider svg,
.eae-slider-icon {
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    color: #fff
}

.elementor-widget-wts-ab-image {
    text-align: center
}

.elementor-widget-wts-ab-image .eae-ab-image-container {
    display: inline-block;
    margin: 0 auto !important;
    overflow: hidden
}

.eae-text-before {
    position: absolute !important;
    padding: 10px;
    transition: transform .3s .7s, opacity .3s .7s;
    color: #d36118;
    z-index: 0;
    background: rgba(255, 255, 255, .5);
    margin: 20px
}

.eae-text-after {
    position: absolute !important;
    padding: 10px;
    transition: transform .3s .7s, opacity .3s .7s;
    color: #d36118;
    z-index: 0;
    background: rgba(255, 255, 255, .5);
    margin: 20px
}

.divTest {
    display: inline-block;
    background-color: #00a0d2;
    padding: 20px
}

.eae-particle-wrapper {
    position: absolute;
    left: 0;
    top: 0
}

.eae-particle-wrapper.eae-particle-area {
    width: 100%;
    height: 100%
}

body:not(.elementor-editor-active) .eae-particle-wrapper {
    width: 100%;
    height: 100%
}

body:not(.elementor-editor-active) .eae-particle-wrapper .particles-js-canvas-el {
    height: 100%;
    position: absolute;
    z-index: 0
}

body:not(.elementor-editor-active) .eae-particle-wrapper .tsparticles-canvas-el {
    height: 100%;
    position: absolute !important;
    z-index: 0 !important
}

body.elementor-editor-active .eae-particle-areas .tsparticles-canvas-el {
    z-index: 0 !important;
    height: 100%;
    width: 100%;
    position: absolute !important
}

.eae-section-bs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.eae-section-bs-inner {
    width: 100%;
    height: 100% !important
}

.eae-popup.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.eae-popup-link {
    padding: 12px 24px;
    color: #fff;
    display: inline-flex;
    line-height: 1
}

.eae-popup-link svg {
    fill: #fff
}

.eae-popup-link:hover {
    color: #fff
}

.eae-popup.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    overflow: hidden
}

.eae-popup .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.eae-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.eae-popup .mfp-align-top .mfp-container:before {
    display: none
}

.eae-popup .mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.eae-modal-content {
    padding: 20px
}

.eae-pop-btn-align-left .eae-popup-wrapper {
    text-align: left
}

.eae-pop-btn-align-right .eae-popup-wrapper {
    text-align: right
}

.eae-pop-btn-align-center .eae-popup-wrapper {
    text-align: center
}

.eae-pop-btn-align-justify .eae-popup-wrapper {
    text-align: center
}

.eae-pop-btn-align-justify .eae-popup-wrapper a {
    display: block
}

.eae-popup .mfp-ajax-holder .mfp-content,
.eae-popup .mfp-inline-holder .mfp-content {
    width: 50%;
    background-color: #fff;
    cursor: auto;
    overflow: hidden
}

.eae-popup .mfp-ajax-cur {
    cursor: progress
}

.eae-popup .mfp-zoom-out-cur,
.eae-popup .mfp-zoom-out-cur .mfp-image-holder .eae-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.eae-popup .mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.eae-popup.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.eae-popup .eae-close,
.eae-popup .mfp-arrow,
.eae-popup .mfp-counter,
.eae-popup .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.eae-popup .mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.eae-popup .mfp-preloader a {
    color: #ccc
}

.eae-popup .mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.eae-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.eae-popup .eae-close {
    width: 28px;
    height: 28px;
    line-height: 1em;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    color: #fff;
    font-size: 28px;
    z-index: 1500
}

.eae-close:focus,
.eae-close:hover {
    opacity: 1;
    cursor: pointer
}

.eae-close:active {
    top: 1px
}

.eae-close:before {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

.eae-popup.eae-close-btn-in .eae-close {
    color: #fff
}

.mfp-iframe-holder .eae-close,
.mfp-image-holder .eae-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:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    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 .eae-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
}

.eae-popup .mfp-figure {
    line-height: 0
}

.eae-popup .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
}

.eae-popup .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.eae-popup .mfp-figure figure {
    margin: 0
}

.eae-popup .mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.eae-popup .mfp-title {
    text-align: left;
    line-height: 1;
    word-wrap: break-word;
    color: #fff;
    background-color: #4054b2;
    padding: 20px 20px 20px 20px
}

.eae-popup .mfp-image-holder .mfp-content {
    max-width: 100%
}

.eae-popup .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 .eae-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
    }
}

.elementor-element.eae-animated-gradient-yes,
.elementor-element.eae-animated-gradient-yes .animated-gradient {
    background-size: 400% 400% !important;
    -webkit-animation: AnimateGradient 15s ease-in-out infinite;
    -moz-animation: AnimateGradient 15s ease-in-out infinite;
    animation: AnimateGradient 15s ease-in-out infinite
}

.animated-gradient {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@-webkit-keyframes AnimateGradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@-moz-keyframes AnimateGradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes AnimateGradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.eae-swiper-outer-wrapper {
    overflow: hidden
}

.eae-swiper-outer-wrapper .swiper-slide {
    height: auto;
    overflow: inherit
}

.eae-swiper-outer-wrapper .swiper-slide-wrapper,
.eae-swiper-outer-wrapper .testimonial-wrapper {
    height: 100%
}

.eae-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.eae-masonry- .eae-grid-item {
    position: relative;
    height: 100%
}

.eae-masonry- .eae-grid-item .testimonial-wrapper {
    height: 100%
}

.eae-grid-container {
    transition: .1s all ease
}

.eae-grid-container {
    display: inline-block
}

.wrapper .content {
    margin: 10px 0
}

.skin-2.testimonial-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #9c989821;
    min-height: 300px;
    padding: 10px 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #696969
}

.skin-2 .content-wrapper {
    padding: 10px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    color: #77778e
}

.skin-2 i.after-content,
.skin-2 i.before-content {
    position: absolute
}

.skin-2 i.before-content {
    top: 10px;
    left: 20px
}

.skin-2 i.after-content {
    bottom: 10px;
    right: 20px
}

.skin-2 blockquote {
    position: relative;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic
}

.skin-2 blockquote::after,
.skin-2 blockquote::before {
    font-family: FontAwesome;
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: .3;
    font-style: normal
}

.skin-2 blockquote::before {
    top: 10px;
    left: 20px
}

.skin-2 blockquote::after {
    content: "\201D";
    right: 20px
}

.skin-2 .image-wrapper {
    position: relative;
    max-width: 100%;
    text-align: center
}

.skin-2 img {
    width: 100px;
    border-radius: 25%
}

.skin-2 .detail-wrapper {
    text-align: center
}

.skin-2 .company,
.skin-2 .designation,
.skin-2 .rating-wrapper,
.skin-2 .title {
    padding: 5px 0
}

.skin-2 .rating-wrapper {
    color: navy
}

.skin-2 .title {
    font-weight: 800;
    color: #000
}

.skin-2 blockquote p {
    margin: 10px 0 !important
}

.skin-1.testimonial-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #000
}

.skin-1 .content-wrapper {
    order: 0
}

.skin-1 .image-wrapper {
    order: 1;
    text-align: center;
    margin: 15px 0
}

.skin-1 .detail-wrapper {
    order: 2
}

.skin-1 .content-wrapper {
    padding: 10px;
    position: relative
}

.skin-1 i.after-content,
.skin-1 i.before-content {
    position: absolute
}

.skin-1 i.before-content {
    top: 10px;
    left: 20px
}

.skin-1 i.after-content {
    bottom: 10px;
    right: 20px
}

.skin-1 blockquote {
    position: relative;
    background-color: #fff;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic
}

.skin-1 blockquote::after,
.skin-1 blockquote::before {
    font-family: FontAwesome;
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: .3;
    font-style: normal
}

.skin-1 blockquote::before {
    top: 10px;
    left: 20px
}

.skin-1 blockquote::after {
    content: "\201D";
    right: 20px
}

.skin-1 .image-wrapper {
    position: relative;
    max-width: 100%
}

.skin-1 img {
    width: 100px;
    height: auto;
    border-radius: 50%
}

.skin-1 .detail-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px;
    background-color: rgba(157, 163, 156, .18)
}

.skin-1 .designation,
.skin-1 .rating-wrapper,
.skin-1 .title {
    margin: 0 5px
}

.skin-1 .title-wrapper {
    display: flex;
    flex-direction: row
}

.skin-1 .rating-wrapper {
    color: #fecc1f
}

.skin-4.testimonial-wrapper {
    flex-direction: column;
    display: flex;
    background-color: #bfbfb6bd;
    min-height: 300px;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #77778e
}

.skin-4 .content-wrapper {
    padding: 10px;
    position: relative
}

.skin-4 .content-wrapper {
    order: 2;
    color: #3c3c3c
}

.skin-4 i.after-content,
.skin-4 i.before-content {
    position: absolute
}

.skin-4 i.before-content {
    top: 10px;
    left: 20px
}

.skin-4 i.after-content {
    bottom: 10px;
    right: 20px
}

.skin-4 blockquote {
    position: relative;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic
}

.skin-4 blockquote::after,
.skin-4 blockquote::before {
    font-family: FontAwesome;
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: .3;
    font-style: normal
}

.skin-4 blockquote::before {
    top: 10px;
    left: 20px
}

.skin-4 blockquote::after {
    content: "\201D";
    right: 20px
}

.skin-4 .image-wrapper {
    position: relative;
    max-width: 100%;
    text-align: center
}

.skin-4 img {
    width: 100px;
    border-radius: 50%
}

.skin-4 .detail-wrapper {
    text-align: center
}

.skin-2 .designation,
.skin-2 .title,
.skin-4 .rating-wrapper {
    padding: 5px 0
}

.skin-4 .rating-wrapper {
    color: #690a69
}

.skin-4 .title {
    font-weight: 800;
    color: #000
}

.skin-3.testimonial-wrapper {
    display: flex;
    flex-direction: row;
    background-color: #9c989821;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    color: #000;
    overflow: hidden
}

.skin-3 .content-section {
    display: flex;
    flex-direction: column;
    align-self: center
}

.skin-3 .content-wrapper {
    padding: 10px;
    position: relative
}

.skin-2 i.after-content,
.skin-3 i.before-content {
    position: absolute
}

.skin-3 i.before-content {
    top: 10px;
    left: 20px
}

.skin-3 i.after-content {
    bottom: 10px;
    right: 20px
}

.skin-3 blockquote {
    position: relative;
    font-size: 18px;
    padding: 10px;
    font-weight: 500;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
    font-style: italic
}

.skin-3 blockquote::after,
.skin-3 blockquote::before {
    font-family: FontAwesome;
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: .3;
    font-style: normal
}

.skin-3 blockquote::before {
    top: 10px;
    left: 20px
}

.skin-3 blockquote::after {
    content: "\201D";
    right: 20px
}

.skin-3 .image-wrapper {
    position: relative;
    max-width: 30%;
    max-height: 250px;
    text-align: center;
    align-self: center
}

.skin-3 img {
    width: 100%
}

.testimonial-wrapper .skin-3 .eae-person-avatar {
    border-radius: 50%
}

.skin-3 .detail-wrapper {
    text-align: left;
    padding-left: 20px
}

.skin-3 .designation,
.skin-3 .rating-wrapper,
.skin-3 .title {
    padding: 3px 0
}

.skin-3 .rating-wrapper {
    color: #800040
}

.skin-3 .title {
    font-weight: 800
}

.eae-swiper-outer-wrapper .swiper-button-prev {
    -webkit-mask: url('../images/arrow-left.svg') no-repeat 100% 100%;
    mask: url('../images/arrow-left-1.svg') no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-image: none;
    background-color: #007aff;
    transform: translateY(-50%);
    margin-top: 0
}

.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-prev {
    -webkit-mask: url('../images/arrow-right.svg') no-repeat 100% 100%;
    mask: url('../images/arrow-right-1.svg') no-repeat 100% 100%
}

.eae-swiper-outer-wrapper .swiper-button-next {
    -webkit-mask: url('../images/arrow-right-2.svg') no-repeat 100% 100%;
    mask: url('../images/arrow-right-3.svg') no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-image: none;
    background-color: #007aff;
    transform: translateY(-50%);
    margin-top: 0
}

.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-next {
    -webkit-mask: url('../images/arrow-left-2.svg') no-repeat 100% 100%;
    mask: url('../images/arrow-left-3.svg') no-repeat 100% 100%
}

.eae-swiper-outer-wrapper .swiper-button-next,
.eae-swiper-outer-wrapper .swiper-button-prev {
    -webkit-mask: none;
    mask: none;
    -webkit-mask-size: unset;
    mask-size: unset;
    background-image: none;
    background-color: unset;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    margin-top: 0
}

.swiper-container .swiper-button-next i,
.swiper-container .swiper-button-prev i {
    width: 1em;
    height: 1em;
    text-align: center;
    position: relative
}

.elementor-widget-wts-testimonial-slider .eae-swiper-outer-wrapper .eae-swiper-button-wrapper {
    position: absolute;
    height: auto;
    line-height: 0
}

.eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
    bottom: auto;
    top: 0;
    width: auto;
    right: 0
}

.eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
    bottom: auto;
    top: 0;
    width: auto;
    left: 0
}

.eeae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
    bottom: 0;
    top: auto;
    width: auto;
    right: 0
}

.eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
    bottom: 0;
    top: auto;
    width: auto;
    left: 0
}

.eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
    bottom: auto;
    top: 50%;
    width: auto;
    right: 0
}

.eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
    bottom: auto;
    top: 50%;
    width: auto;
    left: 0
}

.eae-hpos-left .swiper-button-next,
.eae-hpos-left .swiper-button-prev,
.eae-hpos-right .swiper-button-next,
.eae-hpos-right .swiper-button-prev {
    position: relative;
    display: inline-block;
    right: auto;
    left: auto;
    margin: 0
}

.eae-hpos-right.eae-vpos-bottom .swiper-button-next,
.eae-hpos-right.eae-vpos-bottom .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: unset
}

.eae-hpos-right.eae-vpos-top .swiper-button-next,
.eae-hpos-right.eae-vpos-top .swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: unset
}

.eae-hpos-left.eae-vpos-top .swiper-button-next,
.eae-hpos-left.eae-vpos-top .swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: unset
}

.eae-hpos-left.eae-vpos-bottom .swiper-button-next,
.eae-hpos-left.eae-vpos-bottom .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: unset
}

.eae-hpos-center.eae-vpos-bottom .swiper-button-next,
.eae-hpos-center.eae-vpos-bottom .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: unset
}

.eae-hpos-center.eae-vpos-top .swiper-button-next,
.eae-hpos-center.eae-vpos-top .swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: unset;
    margin: 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
    }
}

.eae-info-circle {
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 50%;
    display: block
}

.eae-info-circle:before {
    content: "";
    display: block;
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
    border-radius: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none
}

.eae-info-circle:after {
    content: "";
    display: block;
    padding-top: 100%
}

.eae-info-circle .eae-ic-icon-wrap {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    z-index: 2;
    line-height: 1em;
    vertical-align: middle;
    overflow: hidden;
    max-width: 100%
}

.eae-info-circle .eae-info-circle-item {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.eae-info-circle .eae-info-circle-item.eae-active .eae-info-circle-item__content-wrap {
    visibility: visible;
    opacity: 1;
    display: flex
}

.eae-info-circle .eae-info-circle-item__content-wrap {
    visibility: visible;
    display: none;
    height: 91%;
    width: 91%;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eae-info-circle .eae-info-circle-item__content-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.eae-info-circle .eae-info-circle-item__content {
    display: inline-block;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
    vertical-align: middle;
    z-index: 1;
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 75%
}

@media screen and (max-width:767px) {
    .eae-info-circle.eae-info-circle .eae-info-circle-item__content-wrap:before {
        display: none
    }

    .eae-info-circle:after,
    .eae-info-circle:before {
        display: none
    }

    .eae-info-circle {
        width: 100% !important
    }

    .eae-info-circle-wrapper:after,
    .eae-info-circle-wrapper:before {
        display: none
    }

    .eae-info-circle .eae-ic-icon-wrap {
        display: block;
        text-align: center;
        position: relative !important;
        left: unset !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 10px
    }

    .eae-info-circle-item {
        position: relative !important;
        border-radius: 0 !important;
        padding: 0;
        margin: 10px 0
    }

    .eae-info-circle .eae-info-circle-item__content-wrap {
        visibility: visible;
        opacity: 1 !important;
        display: flex !important;
        border-radius: 0 !important;
        border: none !important;
        margin: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        width: 100%;
        height: auto;
        line-height: 1.5em;
        position: relative;
        top: unset;
        left: unset;
        transform: unset
    }

    .eae-info-circle .eae-info-circle-item__content {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        width: 100%;
        padding: 10px
    }
}

.eae-icon-wrap i {
    height: 1.25em;
    width: 1.25em;
    line-height: 1.25em;
    display: block
}

.eae-icon-wrap i img {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute
}

.eae-icon {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    padding: 10px
}

.eae-icon-shape-circle:not(.elementor-element) {
    border-radius: 50%
}

.eae-icon-view-framed:not(.elementor-element) {
    border-width: 1px;
    border-style: solid
}

.eae-icon-wrapper {
    display: flex
}

.eae-icon-wrapper .eae-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

.eae-timeline {
    position: relative;
    display: inline-block;
    width: 100%
}

.eae-timline-progress-bar {
    width: 4px;
    background-color: #f45b69;
    top: 0;
    bottom: 50px;
    position: absolute;
    transform: translateX(-50%);
    overflow: hidden
}

.eae-timeline-item {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 50px
}

.eae-timeline-item:last-child {
    padding-bottom: 0 !important
}

.eae-tl-top .eae-timeline-item {
    align-items: flex-start
}

.eae-tl-top .eae-tl-item-content::before {
    top: 10px
}

.eae-timeline-item.image-position-row .eae-tl-item-image,
.eae-timeline-item.image-position-row-reverse .eae-tl-item-image {
    margin-top: 0;
    margin-bottom: 0
}

.eae-tl-item-meta-wrapper-inner {
    display: none
}

.eae-tl-bottom .eae-timeline-item {
    align-items: flex-end
}

.eae-tl-bottom .eae-tl-item-content::before {
    bottom: 10px
}

.eae-tl-center .eae-timeline-item {
    align-items: center
}

.eae-tl-center .eae-tl-item-content::before {
    bottom: calc(50% - 5px)
}

.eae-layout-center .eae-timline-progress-bar {
    left: 50%
}

.eae-layout-center .eae-timeline-item:nth-child(odd) {
    flex-direction: row-reverse
}

.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-meta-wrapper {
    margin-right: 0;
    margin-left: 0;
    justify-content: flex-start
}

body.rtl[data-elementor-device-mode=tablet] .eae-layout-center .eae-timeline-item:nth-child(2n) .eae-tl-content-wrapper,
body:not(.rtl)[data-elementor-device-mode=tablet] .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper {
    padding-right: 20px;
    padding-left: 0
}

body.rtl[data-elementor-device-mode=tablet] .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper,
body:not(.rtl)[data-elementor-device-mode=tablet] .eae-layout-center .eae-timeline-item:nth-child(2n) .eae-tl-content-wrapper {
    padding-right: 0;
    padding-left: 20px
}

body:not(.rtl) .eae-layout-left .eae-tl-content-wrapper {
    padding-right: 10px;
    padding-left: 20px
}

body.rtl .eae-layout-left .eae-tl-content-wrapper {
    padding-right: 20px;
    padding-left: 10px
}

.eae-layout-left .eae-timline-progress-bar {
    display: none
}

.eae-layout-left .eae-tl-item-meta-wrapper {
    display: none
}

.eae-layout-left .eae-tl-item-meta-wrapper-inner {
    display: block
}

.eae-layout-right .eae-timline-progress-bar {
    display: none
}

body:not(.rtl) .eae-layout-right .eae-tl-content-wrapper {
    padding-right: 20px;
    padding-left: 10px
}

body.rtl .eae-layout-right .eae-tl-content-wrapper {
    padding-right: 10px;
    padding-left: 20px
}

.eae-layout-right .eae-tl-icon-wrapper {
    order: 3
}

.eae-layout-right .eae-tl-item-meta-wrapper {
    display: none
}

.eae-layout-right .eae-tl-item-meta-wrapper-inner {
    display: block
}

.eae-tl-item-meta-wrapper {
    flex-grow: 1;
    order: 0;
    flex-basis: 50%;
    flex-direction: initial;
    justify-content: flex-end;
    display: flex;
    align-items: center;
    margin-right: 0
}

.eae-tl-item-meta {
    padding: 0 20px
}

.eae-tl-icon-wrapper {
    height: auto;
    width: auto;
    flex-grow: 0;
    flex-shrink: 0;
    order: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 10px;
    min-height: 10px;
    border-radius: 999px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.eae-tl-content-wrapper {
    flex-grow: 1;
    order: 2;
    flex-basis: 50%;
    position: relative;
    padding-right: 0;
    padding-left: 20px
}

.eae-tl-item-content {
    background: #f4f4f4;
    padding: 25px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: row
}

.eae-tl-content {
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 100%;
    color: #000
}

.eae-timeline-item.custom-image-style-yes.image-position-row .eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row-reverse .eae-content-inner,
.image-position-row .eae-timeline .eae-timeline-item:not(.custom-image-style-yes) .eae-content-inner,
.image-position-row-reverse .eae-timeline .eae-timeline-item:not(.custom-image-style-yes) .eae-content-inner {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
    width: 100%
}

.custom-image-style-.image-position-row .eae-content-inner,
.custom-image-style-.image-position-row-reverse .eae-content-inner,
.custom-image-style-no.image-position-row .eae-content-inner,
.custom-image-style-no.image-position-row-reverse .eae-content-inner {
    left: unset;
    top: unset;
    transform: unset
}

.eae-tl-item-image {
    display: inline-block
}

.image-position-row .eae-tl-item-image img,
.image-position-row-reverse .eae-tl-item-image img {
    object-fit: cover;
    height: 100% !important
}

.image-position-row .eae-tl-item-image,
.image-position-row-reverse .eae-tl-item-image {
    margin: 0
}

.image-position-column .eae-tl-item-image {
    margin: auto
}

.custom-image-style-.image-position-column .eae-tl-item-image,
.custom-image-style-no.image-position-column .eae-tl-item-image {
    margin: 0 auto
}

.eae-pb-inner-line {
    width: 100%;
    background-color: #3d5ac3
}

.eae-tl-item-content::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f4f4f4 transparent transparent
}

.eae-icon-wrapper {
    display: flex
}

.elementor-widget-bpel-timeline .eae-icon-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1
}

.eae-tl-read-more {
    display: inline-block;
    padding: 5px;
    border: 2px solid #000
}

.image-position-row .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
    flex-direction: row-reverse !important
}

.image-position-row-reverse .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
    flex-direction: row !important
}

@media screen and (min-width:1024px) {

    .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper,
    body.rtl .eae-layout-center .eae-timeline-item:nth-child(2n) .eae-tl-content-wrapper {
        padding-right: 20px;
        padding-left: 0
    }

    .eae-layout-center .eae-timeline-item:nth-child(2n) .eae-tl-content-wrapper,
    body.rtl .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper {
        padding-right: 0;
        padding-left: 20px
    }

    .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
    .eae-layout-right .eae-tl-item-content::before,
    body.rtl .eae-layout-center .eae-timeline-item:nth-child(2n) .eae-tl-item-content::before,
    body.rtl .eae-layout-left .eae-tl-item-content::before {
        right: 4px;
        left: unset;
        border-width: 8px 0 8px 16px;
        border-color: transparent transparent transparent #f4f4f4
    }

    .eae-layout-center .eae-timeline-item:nth-child(2n) .eae-tl-item-content::before,
    .eae-layout-left .eae-tl-item-content::before,
    body.rtl .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
    body.rtl .eae-layout-right .eae-tl-item-content::before {
        left: 4px;
        right: unset;
        border-width: 8px 16px 8px 0;
        border-color: transparent #f4f4f4 transparent transparent
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .image-position-row .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
        flex-direction: row-reverse !important
    }

    .image-position-row-reverse .eae-timeline.eae-timeline-alternate-yes .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes) .eae-tl-item-content {
        flex-direction: row !important
    }

    .eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper {
        display: none
    }

    .eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper-inner {
        display: block
    }

    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
        flex-direction: row !important
    }

    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item {
        flex-direction: row-reverse !important
    }

    .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before,
    .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(2n) .eae-tl-item-content::before,
    body.rtl .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body.rtl .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body.rtl .eae-layout-right .eae-tl-item-content::before,
    body.rtl .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-left .eae-tl-item-content::before {
        left: 4px !important;
        border-width: 8px 16px 8px 0 !important;
        border-color: transparent #f4f4f4 transparent transparent !important
    }

    body.rtl .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before {
        left: 4px !important;
        right: unset !important;
        border-width: 8px 16px 8px 0 !important;
        border-color: transparent #f4f4f4 transparent transparent !important
    }

    .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
    body.rtl .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body.rtl .eae-layout-left .eae-tl-item-content::before,
    body.rtl .eae-timeline.eae-layout-center.eae-tl-res-style-mobile .eae-timeline-item:nth-child(2n) .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-right .eae-tl-item-content::before,
    body:not(.rtl) .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before {
        right: 4px !important;
        border-width: 8px 0 8px 16px !important;
        border-color: transparent transparent transparent #f4f4f4 !important
    }

    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper,
    body.rtl .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 0 !important;
        padding-left: 20px !important
    }

    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper,
    body.rtl .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 20px !important;
        padding-left: 0 !important
    }

    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timline-progress-bar {
        left: 13px
    }

    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timline-progress-bar {
        left: calc(100% - 13px)
    }
}

@media screen and (max-width:767px) {
    .eae-tl-item-meta-wrapper {
        display: none
    }

    .eae-tl-item-meta-wrapper-inner {
        display: block
    }

    .elementor-widget-bpel-timeline:not(.image-position-column) .eae-timeline .eae-tl-item-content {
        flex-direction: column-reverse !important
    }

    .eae-tl-item-image,
    .elementor-widget-bpel-timeline:not(.image-position-column) .eae-tl-content {
        width: 100% !important
    }

    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item,
    .eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item {
        flex-direction: row !important
    }

    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item,
    .eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item {
        flex-direction: row-reverse !important
    }

    .eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
    .eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item:nth-child(odd) .eae-tl-item-content::before,
    body.rtl .eae-timeline.eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body.rtl .eae-timeline.eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before {
        left: 4px !important;
        border-width: 8px 16px 8px 0 !important;
        border-color: transparent #f4f4f4 transparent transparent !important
    }

    body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body.rtl .eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before,
    body:not(.rtl) .eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item .eae-tl-item-content::before {
        right: 4px !important;
        border-width: 8px 0 8px 16px !important;
        border-color: transparent transparent transparent #f4f4f4 !important
    }

    .eae-timeline.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper,
    body:not(.rtl) .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper body.rtl .eae-timeline.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper,
    body:not(.rtl) .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 0 !important;
        padding-left: 20px !important
    }

    body.rtl .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper,
    body.rtl .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper,
    body:not(.rtl) .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper,
    body:not(.rtl) .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper {
        padding-right: 20px !important;
        padding-left: 0 !important
    }

    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left .eae-timline-progress-bar,
    .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left .eae-timline-progress-bar {
        left: 13px
    }

    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right .eae-timline-progress-bar,
    .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right .eae-timline-progress-bar {
        left: calc(100% - 13px)
    }

    body.rtl .eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item .eae-tl-content-wrapper .eae-tl-item-content::before {
        left: 4px;
        right: unset
    }

    body.rtl .eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item .eae-tl-content-wrapper .eae-tl-item-content::before {
        left: unset;
        right: 4px;
        border-width: 8px 0 8px 16px !important;
        border-color: transparent transparent transparent #f4f4f4 !important
    }
}

[data-element_type="eae-evergreen-timer.skin1"] .eae-evergreen-wrapper {
    display: block;
    text-align: center
}

[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px
}

[data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
    padding: 10px;
    border-radius: 3px;
    background: #00bf96;
    display: inline-block;
    overflow: hidden
}

[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div>span {
    padding: 15px;
    width: 100%;
    background: #00816a;
    display: inline-block
}

[data-element_type="eae-evergreen-timer.skin1"] .smalltext {
    padding: 7px;
    font-size: 16px
}

[data-element_type="eae-evergreen-timer.skin1"] .eae-egt-hide {
    display: none
}

.eae-egt-message {
    display: none
}

@media screen and (max-width:767px) {
    [data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div>span {
        padding: 5px
    }

    [data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
        padding: 5px
    }
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-evergreen-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: auto
}

[data-element_type="eae-evergreen-timer.skin2"] .timer-container {
    display: inline-block
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a:hover {
    color: #fff
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
    list-style: none
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper.clearfix:after,
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper.clearfix:before {
    content: " ";
    display: table
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper.clearfix:after {
    clear: both
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
    font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
    -webkit-user-select: none
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium {
    background: 0 0 !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium a {
    color: #313333
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    margin: 1em
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after,
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:before {
    content: " ";
    display: table
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
    clear: both
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: 700;
    line-height: 87px;
    border-radius: 6px;
    background: #000
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li:first-child {
    z-index: 2
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
    font-size: 70px
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.up div.inn {
    top: 0
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .7)
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 10ms .49s linear both;
    -moz-animation: asd 10ms .49s linear both;
    animation: asd 10ms .49s linear both;
    z-index: 5
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider:first-child {
    width: 0
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    left: 5px
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: #000;
    text-shadow: none
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.minutes .flip-clock-label {
    right: -88px
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.seconds .flip-clock-label {
    right: -91px
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.top {
    top: 30%
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.bottom {
    bottom: 30%
}

@-webkit-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@-moz-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@-o-keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

@keyframes asd {
    0% {
        z-index: 2
    }

    100% {
        z-index: 4
    }
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn .5s .5s linear both;
    -moz-animation: turn .5s .5s linear both;
    animation: turn .5s .5s linear both
}

@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg)
    }

    100% {
        -webkit-transform: rotateX(0)
    }
}

@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg)
    }

    100% {
        -moz-transform: rotateX(0)
    }
}

@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg)
    }

    100% {
        -o-transform: rotateX(0)
    }
}

@keyframes turn {
    0% {
        transform: rotateX(90deg)
    }

    100% {
        transform: rotateX(0)
    }
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 .5s linear both;
    -moz-animation: turn2 .5s linear both;
    animation: turn2 .5s linear both
}

@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0)
    }

    100% {
        -webkit-transform: rotateX(-90deg)
    }
}

@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0)
    }

    100% {
        -moz-transform: rotateX(-90deg)
    }
}

@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0)
    }

    100% {
        -o-transform: rotateX(-90deg)
    }
}

@keyframes turn2 {
    0% {
        transform: rotateX(0)
    }

    100% {
        transform: rotateX(-90deg)
    }
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, #000));
    background: linear, top, rgba(0, 0, 0, .1) 0, #000 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .1) 0, #000 100%);
    background: linear, to bottom, rgba(0, 0, 0, .1) 0, #000 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .3s linear both
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: show .5s linear both;
    -moz-animation: show .5s linear both;
    animation: show .5s linear both
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(100%, rgba(0, 0, 0, .1)));
    background: linear, top, #000 0, rgba(0, 0, 0, .1) 100%;
    background: -o-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, .1) 100%);
    background: linear, to bottom, #000 0, rgba(0, 0, 0, .1) 100%;
    -webkit-animation: hide .5s .3s linear both;
    -moz-animation: hide .5s .3s linear both;
    animation: hide .5s .2s linear both
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes hide {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@media screen and (max-width:767px) {
    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
        width: 15px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
        height: 5px;
        width: 5px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
        height: 40px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
        height: 50px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
        line-height: 37px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div div.inn {
        font-size: 24px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
        margin: 2px
    }
}

[data-element_type="eae-evergreen-timer.skin3"] #timer {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px
}

[data-element_type="eae-evergreen-timer.skin3"] .desc {
    display: flex;
    justify-content: center
}

[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-right .desc {
    justify-content: flex-end
}

[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-left .desc {
    justify-content: flex-start
}

[data-element_type="eae-evergreen-timer.skin3"] .desc .egt-time-text {
    display: inline-block;
    padding: 0 50px 0 50px
}

[data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper {
    padding: 50px;
    border-radius: 3px;
    background: #00bf96;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
    line-height: 1em
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:first-child {
    background: khaki
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(2) {
    background: #cd5c5c
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(3) {
    background: #5f9ea0
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(4) {
    background: #6495ed
}

[data-element_type="eae-evergreen-timer.skin3"] .fade {
    animation: flip .7s ease forwards
}

@keyframes flip {
    0% {
        transform: rotateY(0) scaleY(1.1);
        opacity: .5
    }

    50% {
        transform: rotateY(180deg) scaleY(1.3);
        opacity: 0
    }

    100% {
        transform: rotateY(0);
        opacity: 1
    }
}

@media screen and (max-width:767px) {
    [data-element_type="eae-evergreen-timer.skin3"] #timer span {
        font-size: 22px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider .flip-clock-label {
        top: -1.5em;
        right: -42px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.minutes .flip-clock-label {
        right: -48px
    }

    [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider.seconds .flip-clock-label {
        right: -51px
    }
}

[data-element_type="eae-evergreen-timer.skin4"] .eae-evergreen-wrapper {
    width: 100%
}

[data-element_type="eae-evergreen-timer.skin4"] .container {
    margin: 0 auto
}

[data-element_type="eae-evergreen-timer.skin4"] .special {
    position: relative;
    width: 840px;
    height: 47px
}

[data-element_type="eae-evergreen-timer.skin4"] #counter {
    position: absolute;
    z-index: 4000
}

[data-element_type="eae-evergreen-timer.skin4"] .digit-separator {
    position: relative;
    float: left;
    width: 17px;
    height: 44px;
    overflow: hidden;
    background-image: url('../images/digit-sep-svg.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #4054b2
}

[data-element_type="eae-evergreen-timer.skin4"] .digit {
    background-image: url('../images/digits-svg-alpha.svg');
    background-color: #4054b2
}

.eae-ct-wrapper * {
    box-sizing: border-box;
    margin: 0;
    outline: 0
}

article.eae-ct-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

.eae-ct-wrapper tbody tr.eae-ct-header td,
.eae-ct-wrapper th {
    position: relative
}

.eae-ct-wrapper ul {
    display: none;
    top: 0;
    z-index: 10;
    padding-bottom: 14px
}

.eae-ct-wrapper li {
    list-style: none;
    flex: 1;
    position: relative
}

.eae-ct-wrapper li:hover {
    cursor: pointer
}

.eae-ct-wrapper .eae-ct-heading {
    width: 100%;
    padding: 10px;
    background: #fff;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    color: #999;
    text-align: center
}

.eae-ct-wrapper li.eae-ct-heading .eae-ct-heading-inner {
    position: absolute;
    align-self: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.eae-ct-wrapper li.eae-ct-heading.active {
    background: #f5f5f5
}

.eae-ct-wrapper table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%
}

.eae-ct-wrapper th {
    background: #f5f5f5;
    display: none
}

.eae-ct-wrapper td,
.eae-ct-wrapper th {
    height: 53px;
    vertical-align: middle
}

.eae-ct-wrapper table {
    border: none
}

.eae-ct-wrapper table td,
.eae-ct-wrapper table th {
    border: none
}

.eae-ct-wrapper table tr td:first-child,
.eae-ct-wrapper table tr td:last-child,
.eae-ct-wrapper td,
.eae-ct-wrapper th {
    padding: 10px;
    empty-cells: show
}

.eae-ct-wrapper td,
.eae-ct-wrapper th {
    text-align: center
}

.eae-ct-wrapper td+td,
.eae-ct-wrapper th+th {
    text-align: center
}

.eae-ct-wrapper tr:first-child {
    background: 0 0 !important
}

.eae-ct-wrapper ul li:first-child {
    display: table-cell
}

.eae-ct-wrapper tr td:nth-child(2) {
    display: table-cell
}

.eae-ct-wrapper td:first-child {
    display: table-cell
}

.eae-ct-wrapper td {
    display: none
}

.eae-ct-wrapper .sep {
    background: #f5f5f5;
    font-weight: 700
}

.eae-ct-price-wrapper {
    display: flex;
    justify-content: center
}

.eae-ct-tt-type-icon .eae-ct-feature .tooltip {
    float: right
}

.eae-ct-wrapper .tooltiptext::before {
    content: "";
    border-width: 5px 5px 0 5px;
    border-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    left: 42%
}

.eae-ct-wrapper .eae-ct-price {
    font-size: 28px;
    font-weight: 700;
    line-height: 1em
}

.eae-ct-wrapper .eae-ct-currency {
    align-self: flex-start;
    margin-right: 3px
}

.eae-ct-wrapper .eae-ct-fractional-price {
    align-self: flex-start;
    margin-left: 3px
}

.eae-ct-wrapper .eae-ct-duration {
    align-self: flex-start
}

.eae-ct-wrapper .eae-ct-original-price {
    margin-right: 5px;
    text-decoration: line-through;
    align-self: flex-end
}

.eae-ct-wrapper .tick {
    font-size: 18px;
    color: #2ca01c
}

.feature-heading-blank.eae-ct-wrapper .hide {
    border: unset !important;
    background: unset !important
}

.eae-ct-wrapper .hide.eae-ct-hide.eae-fbox-heading {
    border: 0 solid #000
}

.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
    position: absolute;
    top: 0;
    width: 100px;
    overflow: hidden;
    height: 100px;
    z-index: 998;
    padding: 8px 12px
}

.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    height: 50px;
    z-index: 999;
    padding: 8px 12px
}

.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper-top {
    background-color: rgba(63, 195, 135, .8);
    color: #fff;
    transform: translateY(-100%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.eae-ct-ribbons-h-left.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.eae-ct-ribbons-h-right.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper span.eae-ct-ribbons-inner {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(63, 195, 135, .8);
    padding: 8px 12px;
    color: #fff
}

.eae-ct-wrapper .tooltip {
    position: relative;
    display: inline-block
}

.eae-ct-wrapper .tooltip .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px
}

.eae-ct-wrapper .tooltip:hover .tooltiptext {
    visibility: visible
}

.eae-ct-heading-tooltip {
    text-decoration-line: underline;
    text-decoration-style: dotted
}

.eae-ct-btn {
    padding: 10px 15px 10px 15px;
    color: #fff;
    display: inline-block;
    line-height: 1em
}

.eae-ct-btn:hover {
    color: #fff
}

.eae-ct-wrapper i.fa.fa-check,
.eae-ct-wrapper i.fas.fa-check {
    color: #38f146
}

.eae-ct-wrapper i.fa.fa-close,
.eae-ct-wrapper i.fas.fa-times {
    color: red
}

.button-heading-blank.eae-ct-wrapper tr:last-child td:first-child {
    background: 0 0 !important;
    border: none !important
}

.eae-ct-wrapper tr:last-child {
    background: 0 0 !important
}

.eae-ct-wrapper tbody tr:nth-child(2) {
    background: 0 0 !important
}

@media (min-width:767px) {

    .eae-ct-wrapper .eae-ct-header,
    .eae-ct-wrapper td {
        width: 330px
    }

    .eae-ct-wrapper td+td,
    .eae-ct-wrapper th+th {
        width: auto
    }
}

.eae-tab-format-all .eae-ct-wrapper ul {
    display: flex
}

.hide.eae-ct-hide {
    display: table-cell
}

@media (min-width:1023px) {
    .eae-tab-format-all tbody tr.eae-ct-header {
        display: none
    }

    .eae-tab-format-mobile .eae-ct-wrapper td,
    .eae-tab-format-mobile .eae-ct-wrapper th,
    .eae-tab-format-tab-mob .eae-ct-wrapper td,
    .eae-tab-format-tab-mob .eae-ct-wrapper th {
        display: table-cell !important
    }

    .eae-tab-format-all .hide.eae-ct-hide {
        display: table-cell
    }

    .eae-tab-format-mobile .hide.eae-ct-hide,
    .eae-tab-format-tab-mob .hide.eae-ct-hide {
        display: none !important
    }
}

@media (max-width:1023px) {
    .eae-tab-format-tab-mob .eae-ct-wrapper ul {
        display: flex
    }

    .eae-tab-format-all tbody tr.eae-ct-header,
    .eae-tab-format-tab-mob tbody tr.eae-ct-header {
        display: none
    }

    .eae-tab-format-all .hide.eae-ct-hide {
        display: table-cell
    }

    .eae-tab-format-tab-mob .hide.eae-ct-hide {
        display: table-cell
    }
}

@media (max-width:1023px) and (min-width:768px) {

    .eae-tab-format-mobile .eae-ct-wrapper td,
    .eae-tab-format-mobile .eae-ct-wrapper th {
        display: table-cell !important
    }

    .eae-tab-format-all tbody tr.eae-ct-header,
    .eae-tab-format-tab-mob tbody tr.eae-ct-header {
        display: none
    }

    .eae-tab-format-tab-mob .hide.eae-ct-hide {
        display: table-cell
    }
}

@media (max-width:767px) {
    .eae-tab-format-mobile .eae-ct-wrapper ul {
        display: flex
    }

    .eae-tab-format-mobile tbody tr.eae-ct-header {
        display: none
    }

    .eae-tab-format-all tbody tr.eae-ct-header,
    .eae-tab-format-mobile tbody tr.eae-ct-header {
        display: none
    }

    .eae-tab-format-mobile .hide.eae-ct-hide {
        display: table-cell
    }
}

td.eae-ct-feature .tooltip {
    opacity: 1
}

.eae-progress-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 15px 0
}

.eae-progress-bar-wrapper.eae-progress-bar {
    width: 100%;
    position: relative;
    box-sizing: border-box
}

.eae-pb-bar,
.eae-pb-bar-inner,
.eae-pb-bar-skill,
.eae-pb-bar-value {
    box-sizing: border-box
}

.eae-pb-bar {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.eae-pb-bar--no-overflow {
    overflow: visible
}

.eae-pb-bar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}

body.rtl .eae-pb-bar .eae-pb-bar-inner {
    position: absolute;
    top: 0;
    right: 0 !important;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}

.eae-pb-bar-inner.js-animated {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
    transition-delay: 1.5s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

body.rtl .eae-pb-bar .eae-pb-bar-inner.js-animated {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
    transition-delay: 1.5s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.eae-pb-bar-skill,
.eae-pb-bar-value {
    font-size: 14px;
    letter-spacing: 1px
}

body:not(.rtl) .eae-pb-bar-value--aligned-value {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

body.rtl .eae-pb-bar-value--aligned-value {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.eae-progress-bar-skin1 {
    height: 20px;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 20px
}

.eae-pb-bar-skin1 {
    border-radius: 20px
}

.eae-pb-bar-inner-skin1 {
    background-color: #00bfb3;
    background-size: 200%;
    background-position: 0 0;
    border-radius: 20px
}

.eae-pb-bar-skill-skin1 {
    position: absolute;
    bottom: 20px;
    left: 0;
    opacity: 0
}

body.rtl .eae-pb-bar-skill-skin1 {
    right: 0
}

.eae-pb-bar-skill-skin1.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    left: 0;
    opacity: 1
}

body.rtl .eae-pb-bar-skill-skin1.js-animated {
    right: 0 !important
}

.eae-pb-bar-value-skin1 {
    position: absolute;
    bottom: 20px;
    opacity: 1
}

body:not(.rtl) .eae-pb-bar-value-skin1 {
    right: 0
}

body.rtl .eae-pb-bar-value-skin1 {
    left: 0 !important
}

.eae-pb-bar-value-skin1.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    opacity: 1
}

body:not(.rtl) .eae-pb-bar-value-skin1.js-animated {
    right: 0
}

.eae-progress-bar-skin2 {
    height: 15px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
    border-radius: 3px
}

@-webkit-keyframes progress-2-bg-animation-rtl {
    100% {
        background-position: 0 0, 0 0
    }

    0% {
        background-position: 0 0, 42px 0
    }
}

@keyframes progress-2-bg-animation-rtl {
    100% {
        background-position: 0 0, 0 0
    }

    0% {
        background-position: 0 0, 42px 0
    }
}

@-webkit-keyframes progress-2-bg-animation {
    0% {
        background-position: 0 0, 0 0
    }

    1000% {
        background-position: 0 0, 42px 0
    }
}

@keyframes progress-2-bg-animation {
    0% {
        background-position: 0 0, 0 0
    }

    100% {
        background-position: 0 0, 42px 0
    }
}

.eae-pb-bar-inner-skin2 {
    background-image: linear-gradient(to top, rgba(255, 255, 255, .15), rgba(0, 0, 0, .2)), linear-gradient(135deg, #5eeb5b, #5eeb5b 33%, #358600 33%, #358600 66%, #5eeb5b 66%);
    background-size: 100% 100%, 42px 100%;
    background-position: 0 0, 0 0;
    border-radius: 3px
}

body:not(.rtl) .eae-pb-bar-inner-skin2.js-animated {
    -webkit-animation: progress-2-bg-animation 1.5s linear 0s infinite;
    animation: progress-2-bg-animation 1.5s linear 0s infinite
}

body.rtl .eae-pb-bar-inner-skin2.js-animated {
    -webkit-animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
    animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite
}

.eae-pb-bar-skill-skin2 {
    position: absolute;
    opacity: 0
}

body:not(.rtl) .eae-pb-bar-skill-skin2 {
    left: 0
}

body.rtl .eae-pb-bar-skill-skin2 {
    right: 0
}

.eae-pb-bar-skill-skin2.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    bottom: 20px;
    opacity: 1
}

.eae-pb-bar-value-skin2 {
    position: absolute;
    opacity: 0
}

body:not(.rtl) .eae-pb-bar-value-skin2 {
    right: 0
}

body.rtl .eae-pb-bar-value-skin2 {
    left: 0
}

.eae-pb-bar-value-skin2.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    bottom: 20px;
    opacity: 1
}

.eae-progress-bar-skin3 {
    height: 5px;
    background-color: #efefef
}

.eae-pb-bar-inner-skin3,
.eae-pb-bar-value-skin3 {
    background-color: #f40076
}

.eae-pb-bar-inner:after,
.eae-pb-bar-value-skin3:after {
    border-top-color: #f40076
}

.eae-pb-bar-skill-skin3 {
    position: absolute;
    bottom: 10px;
    left: -10px;
    opacity: 0
}

.eae-pb-bar-skill-skin3.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    opacity: 1
}

body:not(.rtl) .eae-pb-bar-skill-skin3.js-animated {
    left: 0
}

body.rtl .eae-pb-bar-skill-skin3.js-animated {
    right: 0
}

.eae-pb-bar-value-skin3 {
    position: absolute;
    display: inline-block;
    padding: 0 8px;
    font-size: 14px;
    color: #fff;
    opacity: 0
}

.eae-pb-bar-value-skin3:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #f40076 transparent transparent transparent
}

.eae-pb-bar-inner-skin3.js-animated {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
    transition-delay: 1.5s;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.eae-pb-bar-value-skin3.js-animated {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
    transition-delay: 2s;
    bottom: 14px;
    opacity: 1
}

.eae-progress-bar-skin4 {
    height: 3px;
    background-color: #efefef
}

.eae-pb-bar-inner-skin4 {
    background-color: #000
}

.eae-pb-bar-inner-skin4:after {
    position: absolute;
    top: 50%;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #000;
    border-radius: 50%
}

body:not(.rtl) .eae-pb-bar-inner-skin4:after {
    right: 0
}

body.rtl .eae-pb-bar-inner-skin4:after {
    left: 0
}

.eae-pb-bar-value-skin4 {
    position: absolute;
    bottom: 2px;
    font-size: 14px;
    opacity: 0
}

.eae-pb-bar-value-skin4.js-animated {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: linear;
    transition-delay: 1.5s;
    opacity: 1
}

.eae-pb-bar-skill-skin4 {
    position: absolute;
    bottom: 2px;
    left: -20px;
    opacity: 0
}

.eae-pb-bar-skill-skin4.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    opacity: 1
}

body:not(.rtl) .eae-pb-bar-skill-skin4.js-animated {
    left: 0
}

body.rtl .eae-pb-bar-skill-skin4.js-animated {
    right: 0
}

.eae-progress-bar-skin5 {
    height: 30px;
    background-color: #f7f7f7
}

.eae-pb-bar-inner-skin5 {
    background-color: #57b8ff
}

.eae-pb-bar-skill-skin5 {
    position: absolute;
    top: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0
}

body:not(.rtl) .eae-pb-bar-skill-skin5 {
    left: 10px
}

body:not(.rtl) .eae-pb-bar-skill-skin5 {
    right: 10px
}

.eae-pb-bar-skill-skin5.js-animated {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: linear;
    transition-delay: 0.5s;
    opacity: 1
}

.eae-pb-bar-value-skin5 {
    position: absolute;
    top: 50%;
    color: #fff;
    opacity: 0;
    z-index: 10
}

body:not(.rtl) .eae-pb-bar-value-skin5 {
    -webkit-transform: translateX(-100%) translateX(-10px) translateY(-50%);
    transform: translateX(-100%) translateX(-10px) translateY(-50%)
}

body.rtl .eae-pb-bar-value-skin5 {
    -webkit-transform: translateX(100%) translateX(10px) translateY(-50%);
    transform: translateX(100%) translateX(10px) translateY(-50%)
}

.eae-pb-bar-value-skin5.js-animated {
    transition-property: all;
    transition-duration: 1.5s;
    transition-timing-function: linear;
    transition-delay: 1.5s;
    opacity: 1
}

.eae-dual-button-wrapper .eae-button-1-wrapper,
.eae-dual-button-wrapper .eae-button-2-wrapper {
    overflow: hidden
}

.eae-dual-button-wrapper.button-style-horizontal {
    display: flex;
    flex-direction: row;
    position: relative
}

.eae-dual-button-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.eae-dual-button-wrapper a {
    min-width: 0
}

.eae-dual-button-wrapper.button-style-vertical {
    display: inline-flex;
    flex-direction: column;
    position: relative
}

.eae-button-1.icon-before,
.eae-button-2.icon-before {
    display: flex;
    flex-direction: row
}

body.rtl .eae-button-1.icon-before,
body.rtl .eae-button-2.icon-before {
    display: flex;
    flex-direction: row-reverse
}

.eae-button-1.icon-after,
.eae-button-2.icon-after {
    display: flex;
    flex-direction: row-reverse
}

body.rtl .eae-button-1.icon-after,
body.rtl .eae-button-2.icon-after {
    display: flex;
    flex-direction: row
}

.eae-button-1-wrapper .eae-button-1,
.eae-button-2-wrapper .eae-button-2 {
    color: #000;
    align-items: center
}

.eae-button-1-wrapper:hover .eae-button-1,
.eae-button-2-wrapper:hover .eae-button-2 {
    color: #000
}

.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-after,
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-after,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-before {
    justify-content: center
}

.eae-button-1.icon-up,
.eae-button-2.icon-up {
    display: flex;
    flex-direction: column;
    text-align: center
}

.eae-button-1.icon-down,
.eae-button-2.icon-down {
    display: flex;
    flex-direction: column-reverse;
    text-align: center
}

.eae-button-1-wrapper {
    background: #ffb6c1;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 1
}

.eae-button-2-wrapper {
    background: orange;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 1
}

.eae-button-1.icon-up .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper,
.eae-button-2.icon-up .icon-wrapper {
    text-align: center
}

.eae-button-1.icon-up .eae-button-text,
.eae-button-2.icon-down .eae-button-text,
.eae-button-2.icon-up .eae-button-text {
    text-align: center
}

.eae-button-1.icon-before i,
.eae-button-2.icon-after i,
.eae-button-2.icon-before i {
    align-self: center;
    margin: 0 10px 0 0
}

.eae-button-1.icon-after i,
.eae-button-2.icon-after i {
    align-self: center;
    margin: 0 0 0 10px
}

.eae-button-1.icon-down i,
.eae-button-1.icon-up i,
.eae-button-2.icon-down i,
.eae-button-2.icon-up i {
    align-self: center;
    margin: 5px 0
}

.eae-dual-button-wrapper.button-style-horizontal .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-horizontal .eae-button-2-wrapper {
    padding: 12px 30px
}

.eae-dual-button-wrapper.button-style-vertical .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2-wrapper {
    padding: 20px 30px
}

.eae-button1,
.eae-button2 {
    position: relative;
    display: flex
}

.eae-dual-button-wrapper.button-style-horizontal .eae-button1,
.eae-dual-button-wrapper.button-style-horizontal .eae-button2 {
    min-width: 150px
}

.eae-dual-button-wrapper.button-style-vertical .eae-button1 {
    display: flex;
    flex-direction: column
}

.eae-button-separator-wrapper .eae-button-separator {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, .2);
    background: #fafaf8;
    color: #444;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    position: absolute;
    transform: translateY(-50%)
}

.eae-button-separator span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

body.rtl.elementor-editor-active .eae-dual-button-main-wrapper .button-style-horizontal .eae-button1 .eae-button-separator-wrapper.not-rtl .eae-button-separator {
    display: none !important
}

body:not(.rtl).elementor-editor-active .eae-dual-button-main-wrapper .button-style-horizontal .eae-button2 .eae-button-separator-wrapper.rtl .eae-button-separator,
body:not(.rtl).elementor-editor-preview .eae-dual-button-main-wrapper .button-style-horizontal .eae-button2 .eae-button-separator-wrapper.rtl .eae-button-separator {
    display: none !important
}

.eae-sweep-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.eae-sweep-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-sweep-right:active,
.eae-sweep-right:focus,
.eae-sweep-right:hover {
    color: #fff
}

.eae-sweep-right:active:before,
.eae-sweep-right:focus:before,
.eae-sweep-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.eae-sweep-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.eae-sweep-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-sweep-left:active,
.eae-sweep-left:focus,
.eae-sweep-left:hover {
    color: #fff
}

.eae-sweep-left:active:before,
.eae-sweep-left:focus:before,
.eae-sweep-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.eae-sweep-bottom {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.eae-sweep-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-sweep-bottom:active,
.eae-sweep-bottom:focus,
.eae-sweep-bottom:hover {
    color: #fff
}

.eae-sweep-bottom:active:before,
.eae-sweep-bottom:focus:before,
.eae-sweep-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.eae-sweep-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.eae-sweep-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-sweep-top:active,
.eae-sweep-top:focus,
.eae-sweep-top:hover {
    color: #fff
}

.eae-sweep-top:active:before,
.eae-sweep-top:focus:before,
.eae-sweep-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.eae-bounce-right {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.eae-bounce-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-bounce-right:active,
.eae-bounce-right:focus,
.eae-bounce-right:hover {
    color: #fff
}

.eae-bounce-right:active:before,
.eae-bounce-right:focus:before,
.eae-bounce-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.eae-bounce-left {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.eae-bounce-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-bounce-left:active,
.eae-bounce-left:focus,
.eae-bounce-left:hover {
    color: #fff
}

.eae-bounce-left:active:before,
.eae-bounce-left:focus:before,
.eae-bounce-left:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.eae-bounce-bottom {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.eae-bounce-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-bounce-bottom:active,
.eae-bounce-bottom:focus,
.eae-bounce-bottom:hover {
    color: #fff
}

.eae-bounce-bottom:active:before,
.eae-bounce-bottom:focus:before,
.eae-bounce-bottom:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.eae-bounce-top {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.eae-bounce-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.eae-bounce-top:active,
.eae-bounce-top:focus,
.eae-bounce-top:hover {
    color: #fff
}

.eae-bounce-top:active:before,
.eae-bounce-top:focus:before,
.eae-bounce-top:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.eae-markers .marker {
    display: none
}

.eae-markers p {
    margin-bottom: 0
}

.eae-fg-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.eae-gallery-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.eae-filter-label {
    padding: 5px 10px;
    background-color: #a0ce4e;
    color: #fff;
    margin: 0 3px 0 3px
}

.eae-filter-label.current {
    background-color: #73b9dc
}

.eae-fg-image {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.eae-fg-wrapper .eae-gallery-item-inner img {
    width: 100%;
    height: auto;
    display: block !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.eae-gallery-item {
    height: auto
}

.eae-gallery-filter a {
    color: #fff;
    text-decoration: none
}

.eae-gallery-filter a.current {
    font-weight: 700
}

.eae-gallery-item-inner {
    position: relative;
    overflow: hidden
}

.eae-overlay-always .eae-gallery-item .eae-grid-overlay {
    display: block
}

.eae-overlay-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
    display: block
}

.eae-overlay-hide-on-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
    display: none
}

.eae-overlay-hide-on-hover .eae-grid-overlay {
    display: block
}

.eae-grid-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%
}

.eae-grid-overlay-inner {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.eae-fg-wrapper .eae-icon-wrapper {
    display: flex;
    justify-content: center
}

.eae-overlay-caption {
    display: block;
    line-height: 1em;
    margin-top: 15px;
    color: #73b9dc;
    font-size: 20px
}

.eae-overlay-icon {
    line-height: 1em;
    padding: .5em;
    display: inline-block
}

.eae-overlay-icon svg {
    height: auto
}

.eae-icon-view-framed .eae-overlay-icon {
    padding: .5em;
    color: #73b9dc;
    border: 3px solid #73b9dc;
    background-color: transparent
}

.eae-icon-view-stacked .eae-overlay-icon {
    padding: .5em;
    color: #fff;
    background-color: #818a91
}

.eae-hover-direction-effect .eae-grid-overlay {
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    width: 100%
}

.eae-fg-wrapper.eae-image-ratio-yes .eae-gallery-item-inner .eae-fg-img-wrapper {
    position: relative;
    top: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    border: 0
}

.eae-fg-wrapper.eae-image-ratio-yes .eae-gallery-item-inner .eae-fg-img-wrapper img {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.wts-eae-ribbons-badges-wrapper {
    display: none
}

.wts-eae-enable-ribbons-badges-yes .wts-eae-ribbons-badges-wrapper {
    display: block
}

.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -ms-transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px;
    z-index: 999;
    padding: 8px 12px
}

.wts-eae-badge-h-left.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.wts-eae-badge-h-right.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: rgba(63, 195, 135, .8);
    padding: 8px 12px
}

.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-badge>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.wts-eae-badge-h-left.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
    left: 20px;
    right: auto;
    top: auto;
    bottom: 20px
}

.wts-eae-badge-h-left.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
    left: 20px;
    right: auto;
    top: 20px;
    bottom: auto
}

.wts-eae-badge-h-right.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px
}

.wts-eae-badge-h-right.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes>.wts-eae-ribbons-badges-wrapper span.wts-eae-ribbons-badges-inner {
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto
}

.eae-flip-box-back svg,
.eae-flip-box-front svg {
    width: 25px;
    height: auto
}

.wts-eae-textseparator svg {
    width: 25px;
    height: auto
}

.eae-img-comp-slider svg {
    width: 22px;
    height: auto
}

.eae-popup-link svg {
    display: inline-block;
    width: 1em
}

.eae-popup svg:focus,
.eae-popup svg:hover {
    opacity: 1;
    cursor: pointer
}

.eae-popup svg:active {
    top: 1px
}

.eae-popup svg.eae-close {
    width: 28px;
    height: 28px;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    background-color: #fff
}

.eae-dual-button-wrapper svg {
    width: 1em;
    height: auto;
    display: block
}

eae-button-separator i {
    position: relative;
    display: block
}

.eae-button-1.icon-before svg,
.eae-button-2.icon-after svg,
.eae-button-2.icon-before svg {
    align-self: center;
    margin: 0 10px 0 0
}

.eae-button-1.icon-after svg,
.eae-button-2.icon-after svg {
    align-self: center;
    margin: 0 0 0 10px
}

.eae-button-1.icon-down svg,
.eae-button-1.icon-up svg,
.eae-button-2.icon-down svg,
.eae-button-2.icon-up svg {
    align-self: center;
    margin: 5px 0
}

.eae-pt-button-wrapper a svg {
    width: 1em
}

.eae-pt-action-button .eae-pt-align-icon-left {
    float: left
}

.eae-pt-action-button .eae-pt-align-icon-right {
    float: right
}

.eae-icon-wrap svg {
    width: 20px;
    height: auto;
    font-size: 20px;
    display: block
}

.eae-info-circle .eae-icon-wrap svg {
    width: 20px;
    height: auto;
    font-size: 20px
}

.eae-icon-view-stacked svg {
    fill: #fff
}

.ae-link-yes {
    cursor: pointer
}

.elementor-widget-wts-modal-popup.eae-pop-btn-type-image .eae-popup-link {
    padding: 0;
    background-color: transparent;
    overflow: hidden
}

[data-elementor-device-mode=tablet] .eae-tab-format-mobile .eae-ct-hide.eae-fbox-heading {
    display: none !important
}

.eae-timeline-item .eae-icon-view-stacked {
    border-width: 0 !important
}

.eae-content-switcher-wrapper {
    display: block;
    text-align: center
}

.eae-cs-layout-skin1 .eae-cs-switch-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 8px 12px;
    background: #54595f;
    border-radius: 50px
}

.eae-cs-switch-container {
    display: block;
    text-align: center
}

.eae-cs-layout-skin1 .eae-cs-label-wrapper {
    display: inline-block;
    overflow: hidden
}

.eae-cs-layout-skin1 .eae-content-switch-button {
    border-radius: 50px;
    padding: 8px 12px;
    background-color: #7a7a7a;
    color: #fff;
    overflow: hidden;
    display: block;
    min-width: 150px;
    position: relative;
    text-align: center;
    margin: 3px
}

.eae-cs-layout-skin1 .eae-content-switch-button:before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    width: 0;
    position: absolute;
    right: 0;
    transition: all .3s ease-out
}

.eae-cs-layout-skin1 .eae-content-switch-button.active:before {
    width: 100%;
    left: 0;
    right: auto;
    background-color: #61ce70
}

.eae-cs-layout-skin1 .eae-content-switch-label {
    position: relative
}

.eae-cs-content-section {
    display: none
}

.eae-cs-content-section.active {
    display: block
}

@media only screen and (max-width:768px) {
    .eae-cs-switch-wrapper {
        display: inline-block !important
    }
}

.eae-cs-layout-skin2 .eae-cs-switch-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    background: 0 0
}

.eae-cs-layout-skin2 .eae-cs-label-wrapper {
    display: inline-block
}

.eae-cs-layout-skin2 .eae-content-switch-button {
    width: auto;
    margin: 3px 8px;
    padding: 10px 12px;
    background-color: #e2e2e2;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgba(130, 130, 130, .26);
    color: rgba(71, 71, 71, .44)
}

.eae-cs-layout-skin2 .eae-content-switch-button.active {
    box-shadow: 0 10px 34px -9px rgba(0, 0, 0, .38);
    background-color: #fff;
    color: #575757;
    border-color: #fff
}

h5.eae-cs-label {
    margin: 0
}

.eae-cs-layout-skin3 .eae-cs-switch-wrapper {
    display: block;
    justify-content: center;
    align-items: center
}

.eae-content-switch-label.primary-label {
    margin-right: 30px
}

.eae-content-switch-label.secondary-label {
    margin-left: 30px
}

.eae-cs-layout-skin3 .eae-cs-switch-label {
    position: relative;
    display: inline-block;
    width: 4.5em;
    height: 2.3em;
    vertical-align: middle
}

.eae-cs-layout-skin3 .eae-content-switch-label {
    margin: 0;
    display: inline-block
}

.eae-cs-layout-skin3 .eae-cs-switch-button {
    display: inline-block
}

.eae-cs-layout-skin3 .eae-cs-label {
    display: inline-block
}

.eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch {
    display: none
}

.eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch+span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    background: #2e394d;
    border: 2px solid #2e394d
}

.eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch+span:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 28px;
    left: 4px;
    transform: translateY(-52%);
    top: 50%;
    transition: .4s;
    transition: .4s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #88cf8f;
    border: 2px solid #88cf8f
}

body.rtl .eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch+span:before {
    left: unset;
    right: 4px
}

.eae-cs-layout-skin3 .eae-cs-switch-label input:checked.eae-content-toggle-switch+span:before {
    transform: translate(36px, -52%)
}

body.rtl .eae-cs-layout-skin3 .eae-cs-switch-label input:checked.eae-content-toggle-switch+span:before {
    transform: translate(-36px, -52%)
}

.eae-content-switch-label.active {
    color: #61ce70
}

.eae-cs-layout-skin4 .eae-cs-switch-wrapper {
    display: block
}

.eae-cs-layout-skin4 .eae-content-switch-label.primary-label {
    margin-right: 30px
}

.eae-cs-layout-skin4 .eae-content-switch-label.secondary-label {
    margin-left: 30px
}

.eae-cs-layout-skin4 .eae-content-switch-label {
    display: inline-block
}

.eae-cs-layout-skin4 .eae-cs-switch-label {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 20px;
    vertical-align: middle
}

.eae-cs-layout-skin4 .eae-cs-label {
    display: inline-block
}

.eae-cs-layout-skin4 .eae-content-toggle-switch {
    display: none
}

.eae-cs-layout-skin4 .eae-content-toggle-switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;
    background: #2e394d;
    border: 2px solid #2e394d
}

.eae-cs-layout-skin4 .eae-cs-switch-button {
    display: inline-block
}

.eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
    position: absolute;
    content: "";
    height: 34px;
    width: 34px;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 2px solid #88cf8f;
    background: #88cf8f;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .2);
    box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, .2)
}

.eae-cs-layout-skin4 .eae-cs-switch-container {
    padding: 15px 0
}

body.rtl .eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
    right: -12px !important
}

.eae-cs-layout-skin4 input:checked+.eae-content-toggle-switcher:before {
    transform: translate(55px, -50%)
}

body.rtl .eae-cs-layout-skin4 input:checked+.eae-content-toggle-switcher:before {
    transform: translate(-55px, -50%)
}

.eae-swiper-outer-wrapper {
    position: relative
}

.eae-swiper-container {
    position: relative
}

.eae-thumb-container {
    position: absolute
}

.eae-swiper-outer-wrapper .eae-swiper-slide {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right
}

.eae-swiper-outer-wrapper .eae-swiper-slide .eae-slide-inner {
    color: #7a7a7a;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px
}

.eae-slide-inner .eae-slide-content {
    padding: 20px 30px
}

.eae-slide-inner .eae-slide-heading {
    font-size: 35px;
    font-weight: 700;
    line-height: 1
}

.eae-slide-inner .eae-slide-text {
    font-size: 17px;
    line-height: 1.4
}

.eae-slide-inner .eae-slide-button {
    display: inline-block
}

.eae-slide-inner .eae-slide-btn {
    display: inline-block;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .3s
}

.eae-slide-inner .eae-slide-heading:not(:last-child),
.eae-slide-inner .eae-slide-text:not(:last-child) {
    margin-bottom: 30px
}

.eae--hr-position-left .eae-slide-inner {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.eae--hr-position-right .eae-slide-inner {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.eae--hr-position-center .eae-slide-inner {
    -webkit-box-pack: center;
    justify-content: center
}

.eae--vr-position-top .eae-slide-inner {
    -webkit-box-pack: start;
    align-items: flex-start
}

.eae--vr-position-middle .eae-slide-inner {
    -webkit-box-align: center;
    align-items: center
}

.eae--vr-position-bottom .eae-slide-inner {
    -webkit-box-pack: end;
    align-items: flex-end
}

.eae-swiper-button-prev {
    left: 10px
}

.eae-swiper-button-next {
    right: 10px
}

.eae-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    color: #7a7a7a;
    top: 50%;
    transform: translateY(-50%)
}

.eae-swiper-button svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.swiper-pagination-bullet {
    margin-bottom: 5px !important
}

.eae-swiper-outer-wrapper .eae-swiper-slide .eae-background-overlay {
    width: 100%;
    height: 100%;
    position: absolute
}

.eae-swiper-outer-wrapper .eae-gallery-thumbs {
    box-sizing: border-box;
    text-align: center
}

.eae-swiper-outer-wrapper .eae-gallery-thumbs:not(.eae-thumb-horizontal-inside) .eae-thumb-slide {
    opacity: .7
}

.eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide {
    background-size: cover;
    background-position: center;
    height: 100%
}

.eae-swiper-outer-wrapper .eae-gallery-thumbs:not(.eae-thumb-horizontal-inside) .swiper-slide-thumb-active {
    opacity: 1
}

.eae-chart-outer-container {
    position: relative
}

.eae-chart-overlay {
    width: 100%;
    height: 100%;
    position: absolute
}

.eae-table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse
}

.eae-table tr {
    border-style: none
}

.eae-table__body_row_column {
    border: none;
    overflow: hidden
}

.eae-table__head_column {
    transition: all .3s ease-in-out
}

.eae-table__body_row_column {
    transition: all .3s ease-in-out
}

.eae-head-icon {
    vertical-align: middle
}

.eae-table__head-column-wrapper .eae-head-img {
    width: 50px;
    display: inline-block
}

.eae-table__head-column-wrapper .eae-lottie-animation svg {
    width: 70px !important;
    line-height: 0
}

.eae-head-icon-before {
    margin-right: 5px
}

.eae-head-icon-after {
    margin-left: 5px
}

.eae-table__col-inner {
    display: block
}

.eae-body-icon {
    vertical-align: middle
}

.eae-table__body-column-wrapper .eae-body-image {
    width: 70px;
    display: inline-block
}

.eae-table__body-column-wrapper .eae-table-lottie-animation svg {
    width: 70px !important;
    line-height: 0
}

.eae-body-icon-before {
    margin-right: 5px
}

.eae-body-icon-after {
    margin-left: 5px
}

.eae-table-body__text {
    vertical-align: middle
}

.eae-table .eae-table-search-hide {
    display: none
}

.eae-table-search-wrap {
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.eae-search-wrap {
    padding: 0;
    margin: 0;
    width: 50%;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    align-items: center
}

.eae-table-search-wrap .eae-table-search-field {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: #eceeef;
    width: 100%;
    font-size: 15px;
    color: #7a7a7a;
    padding: 10px;
    line-height: 0;
    display: inline-block;
    box-sizing: border-box
}

.eae-table-search-wrap .eae-table-search-field:focus {
    background-color: #eceeef
}

::placeholder {
    opacity: .5
}

.search-icon {
    background-color: #eceeef;
    padding: 0;
    margin: 0;
    padding: 10px
}

.search-icon i {
    color: #7a7a7a73;
    display: flex;
    align-items: center;
    left: 0;
    font-size: 20px
}

.eae-table__sortable .eae-table__sortable-head {
    cursor: pointer
}

.eae-table__head__wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.eae-sort-icon {
    padding: 0;
    margin: 0;
    align-self: center
}

.eae-table__head-column-wrapper {
    flex-grow: 3;
    display: inline-block;
    width: 100%;
    margin: 0 3px
}

.eae-icon-sort-icon {
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px
}

.eae-icon {
    padding: 0;
    margin: 0
}

.eae-table__head__wrapper .eae-sort-icon .eae-icon {
    font-size: 25px
}

.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-down,
.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-up {
    display: none
}

.eae-table__sortable .eae-table__sort-Asc .eae-table__head__wrapper .eae-icon-sort-icon,
.eae-table__sortable .eae-table__sort-Desc .eae-table__head__wrapper .eae-icon-sort-icon {
    display: none
}

.eae-table__sortable .eae-table__sort-Asc .eae-table__head__wrapper .eae-sort-icon-up,
.eae-table__sortable .eae-table__sort-Desc .eae-table__head__wrapper .eae-sort-icon-down {
    display: block
}

.eae-table-wrap {
    overflow-x: auto
}

.eae-table-body__text,
.eae-table__col-inner {
    white-space: nowrap !important
}

.eae-table-wrapper {
    max-width: 100%
}

.wts-eae-main .wpcf7 h1,
.wts-eae-main .wpcf7 h2,
.wts-eae-main .wpcf7 h3,
.wts-eae-main .wpcf7 h4,
.wts-eae-main .wpcf7 h5,
.wts-eae-main .wpcf7 h6,
.wts-eae-main .wpcf7 label,
.wts-eae-main .wpcf7 p {
    color: #7a7a7a
}

.wts-eae-main .wpcf7 .wpcf7-date {
    color: #cbcbcb;
    background-color: #fafafa;
    border-radius: 0;
    padding: 10px 15px;
    outline: 0
}

.wts-eae-main .wpcf7 .wpcf7-select {
    color: #cbcbcb;
    background-color: #fafafa
}

.wts-eae-main .wpcf7 .wpcf7-submit {
    background-color: #61ce70
}

.radio-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-radio {
    display: flex;
    flex-direction: column
}

.checkbox-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-checkbox {
    display: flex;
    flex-direction: column
}

.wts-eae-main .wpcf7 input[type=radio] {
    appearance: none;
    color: #fff;
    background-repeat: no-repeat;
    background-color: currentColor;
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    vertical-align: middle
}

.wts-eae-main .wpcf7 input[type=radio]+span {
    vertical-align: middle
}


.wts-eae-main .wpcf7 .wpcf7-list-item {
    padding-right: 1rem
}

.wts-eae-main .wpcf7 input[type=checkbox] {
    appearance: none;
    color: #fff;
    background-repeat: no-repeat;
    background-color: currentColor;
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 4px;
    border: 3.4px solid #000
}

.wts-eae-main .wpcf7 input[type=checkbox]+span {
    vertical-align: middle
}


.wts-cf7-style-box .wpcf7-select,
.wts-cf7-style-box .wpcf7-textarea,
.wts-cf7-style-box input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    border: 0
}

.wts-cf7-style-underline .wpcf7-select,
.wts-cf7-style-underline .wpcf7-textarea,
.wts-cf7-style-underline input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
    border: 0;
    outline: 0
}

.wts-eae-main .wpcf7-submit {
    display: flex;
    width: auto;
    text-align: center;
    justify-content: center;
    border: 0
}

.cf7-btn-size-sm .wpcf7-submit {
    font-size: 15px;
    padding: 12px 24px
}

.cf7-btn-size-md .wpcf7-submit {
    font-size: 16px;
    padding: 15px 30px
}

.cf7-btn-size-lg .wpcf7-submit {
    font-size: 18px;
    padding: 20px 40px
}

.cf7-btn-size-xl .wpcf7-submit {
    font-size: 20px;
    padding: 15px 30px;
    width: 100%
}

.cf7-btn-alignment-left .wpcf7-submit {
    margin-left: 0;
    margin-right: auto
}

.cf7-btn-alignment-center .wpcf7-submit {
    margin-left: auto;
    margin-right: auto
}

.cf7-btn-alignment-right .wpcf7-submit {
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    justify-content: center
}

.wpcf7-file {
    width: 40%;
    color: #cbcbcb;
    background-color: #fafafa;
    border-radius: 0;
    padding: 10px 15px;
    outline: 0;
    border-style: solid
}

@media only screen and (max-width:600px) {
    .wpcf7-file {
        width: 100%
    }
}

.wpcf7 form.unaccepted .wpcf7-response-output,
.wts-eae-main .wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    margin: .5em 0;
    padding: 0
}

.wts-eae-main .wpcf7 form.sent .wpcf7-response-output {
    border: none;
    margin: .5em 0;
    padding: 0
}

.eae-cf7-error-output-hide .wpcf7-response-output {
    display: none
}

.eae-cf7-error-output-show .wpcf7-response-output {
    display: block
}

.eae-cf7-error-validation-hide .wpcf7-not-valid-tip {
    display: none
}

.eae-cf7-error-validation-show .wpcf7-not-valid-tip {
    display: block
}

.wts-eae-main .wpcf7 .wpcf7-list-item {
    margin-left: 0
}

.sent-box {
    margin: 1em 0
}

.error-box {
    margin-top: 1em
}

.wts-eae-main .wpcf7 .error-field {
    color: #dc3232;
    font-size: 1em
}

.mfp-zoom-in .mfp-content {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-content {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-content {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .5s;
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1) rotate(0)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-content {
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-content {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-content {
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-content {
    vertical-align: top
}

.mfp-move-from-top .mfp-content {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-content {
    opacity: 1;
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-content {
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-content {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-content {
    opacity: 1;
    transform: rotateY(1deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-content {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-content {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-content {
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out
    }

    100% {
        transform: translateY(700px);
        opacity: 0
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0
}

.eae-post-item {
    background-color: #fff;
    border: 1px solid #f2f2f2
}

.eae-post-title {
    margin: 0
}

.eae-post-media-wrapper.eae_image_ratio_yes {
    display: block;
    position: relative
}

.eae-post-media-wrapper.eae_image_ratio_yes img {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.eae-layout-grid.eae-image-pos-left .eae-post-item-inner {
    display: flex;
    flex-direction: row
}

.eae-layout-grid.eae-image-pos-up .eae-post-item-inner {
    display: flex;
    flex-direction: column
}

.eae-layout-grid.eae-image-pos-right .eae-post-item-inner {
    display: flex;
    flex-direction: row-reverse
}

@media (max-width:767px) {
    .eae-posts-layout-collapse-mobile .eae-post-layout-horizontal .eae-post-item-inner {
        display: block
    }
}

@media screen and (max-width:1024px) {
    .eae-posts-layout-collapse-tablet .eae-post-layout-horizontal .eae-post-item-inner {
        display: block
    }
}

.eae-hide-lastRow-yes .eae-ct-wrapper tbody tr:last-child {
    display: none
}

.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.eae-ct-plan,
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.hide {
    display: none !important
}

.eae-hide-titleRow-yes .eae-ct-wrapper table tr:first-child {
    display: none !important
}

.eae-alert-box {
    display: flex;
    flex-direction: row;
    margin: 0
}

.eae-alert-type-info .eae-alert-box {
    background: #add8e6
}

.eae-alert-type-success .eae-alert-box {
    background: #b0dac6
}

.eae-alert-type-warning .eae-alert-box {
    background: #d9dfb8
}

.eae-alert-type-danger .eae-alert-box {
    background: #e2afaf
}

.eae-icon-position-top .eae-alert-box {
    flex-direction: column
}

.eae-icon-position-left .eae-alert-box {
    flex-direction: row
}

.eae-alert-icon {
    display: flex;
    align-items: flex-start
}

.eae-alert-icon i {
    display: flex
}

.wts-eae-icon-view-stacked .eae-alert-icon i {
    color: #fff;
    background-color: #2098d1
}

.wts-eae-icon-view-framed .eae-alert-icon i {
    color: #fff;
    background-color: #2098d1
}

.wts-eae-icon-shape-circle .eae-alert-icon i {
    border-radius: 50% !important
}

.eae-alert-box .eae-alert-dismiss {
    position: absolute;
    display: flex
}

.eae-alert-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 5px
}

.eae-alert-text h3,
.eae-alert-text p {
    margin: 0
}

.eae-alert-action {
    margin: 0;
    display: flex;
    white-space: nowrap;
    align-items: center;
    line-height: 1
}

.eae-alert-action a {
    display: flex;
    flex-direction: row
}

.eae-button-icon-pos-before {
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center
}

.eae-button-icon-pos-after {
    display: inline-flex;
    flex-direction: unset;
    align-items: center;
    padding-top: 5px
}

.eae-alert-text {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.eae-alert-text h3 {
    margin: 0 !important;
    line-height: .8
}

.eae-alert-box {
    padding: 16px;
    gap: 12px
}

.eae-alert-dismiss {
    padding: 16px
}

.eae-alert-action a {
    display: flex;
    gap: 5px
}

.eae-advance-button {
    display: flex;
    justify-content: center
}

.elementor-widget-eae-advance-button a.eae-button {
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 20px;
    gap: 10px;
    flex-direction: var(--eae-ab-dir);
    line-height: 1
}

.eae-advance-button-separator-row {
    display: var(--eae-ab-sep-row)
}

.eae-advance-button-separator-col {
    display: var(--eae-ab-sep-col)
}

.eae-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition-duration: .4s;
    padding: 5px
}

.eae-advance-button-title .heading {
    display: flex;
    margin: 0 !important
}

.eae-advance-button-title {
    display: flex;
    align-self: center
}

.eae-advance-button-title i {
    display: flex;
    align-items: center
}

.eae-advance-button-title i:before {
    padding: 2px
}

.eae-advance-button-separator {
    display: flex
}

.wts-eae-advance-button-icon-view-stacked .eae-advance-button-title i:before {
    color: #fff;
    background: #2098d1;
    padding: 10px
}

.wts-eae-advance-button-icon-view-framed .eae-advance-button-title i:before {
    color: #2098d1;
    border: 1px solid #2098d1;
    padding: 10px
}

.wts-eae-advance-button-icon-shape-circle .eae-advance-button-title i:before {
    border-radius: 50%
}

.icon-align-before .eae-advance-button-title {
    display: flex;
    flex-direction: row;
    align-items: center
}

.icon-align-after .eae-advance-button-title {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.eae-content-ticker-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-color: #f5f5f5
}

.eae-content-ticker-heading {
    display: flex;
    align-items: center;
    padding: 14px 28px;
    gap: 10px;
    align-self: stretch;
    flex: none;
    position: relative
}

.eae-content-ticker-heading svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.eae-heading-arrow .eae-content-ticker-heading::after {
    content: '';
    position: absolute;
    right: -20px;
    border: 10px solid transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.eae-content-ticker {
    display: flex;
    align-items: center
}

.eae-content-ticker>div {
    display: flex;
    align-items: center;
    width: 100%
}

.eae-content-ticker-wrapper .eae-content-ticker-content-wrapper {
    display: flex;
    overflow: hidden;
    align-self: stretch;
    width: 96%;
    padding-left: 20px
}

.eae-navigation-icon-wrapper {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    gap: 30px
}

.eae-navigation-icon-wrapper>div {
    background: unset
}

.eae-navigation-icon-wrapper svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.eae-navigation-icon-wrapper i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1em;
    width: 1em
}

.eae-navigation-icon-wrapper .swiper-button-next,
.eae-navigation-icon-wrapper .swiper-button-prev {
    position: relative
}

.eae-navigation-icon-wrapper .swiper-button-next,
.eae-navigation-icon-wrapper .swiper-button-prev {
    -webkit-mask: none;
    mask: none;
    -webkit-mask-size: unset;
    mask-size: unset;
    background-image: none;
    background-color: unset;
    width: auto;
    height: auto;
    font-size: 24px;
    margin-top: 0
}

.eae-content-ticker-wrapper .eae-content-ticker.swiper-wrapper .swiper-slide a {
    color: inherit
}

.eae-content-ticker-content-wrapper .swiper-button-prev:after,
.eae-content-ticker-content-wrapper .swiper-rtl .swiper-button-next:after {
    display: none
}

.eae-content-ticker-content-wrapper .swiper-button-next:after,
.eae-content-ticker-content-wrapper .swiper-rtl .swiper-button-prev:after {
    display: none
}

@media (max-width:767px) {
    .eae-mobile-stack.eae-content-ticker-wrapper {
        flex-direction: column
    }

    .eae-nav-on-mobile .eae-navigation-icon-wrapper {
        display: none
    }

    .eae-heading-arrow .eae-content-ticker-heading::after {
        display: none
    }

    .eae-content-ticker-heading {
        align-self: stretch
    }

    .eae-navigation-icon-wrapper {
        top: 25%
    }

    .eae-content-ticker-wrapper.eae-slide-vertical {
        height: auto !important
    }

    .eae-content-ticker-content-wrapper.swiper {
        position: unset
    }
}

.eae-pie-chart-wrapper {
    position: relative
}

.eae-pie-chart-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    border-radius: 50%
}

.chart-overlay-content {
    text-align: center;
    display: flex
}

.eae-custom-text {
    text-align: center;
    display: flex;
    align-items: center
}

.eae-pie-chart-container {
    display: flex
}

.chart-overlay-content .center-content {
    display: none
}

.chart-overlay-content .eae-custom-text.start .center-content {
    display: block
}

.chart-overlay-content span.eae-custom-text {
    display: none
}

.chart-overlay-content span.start {
    display: inline-block;
    display: flex
}

.tooltip-parent {
    border-radius: 6px;
    background-color: #000
}

.tooltip-label {
    font-family: Roboto, Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 4px 4px 4px 4px;
    border-style: none
}

.tooltip-value {
    font-family: Roboto, Sans-serif;
    font-weight: 400;
    color: #fff;
    border-style: none
}

.eae-tooltip-value-parent-first {
    font-size: 12px;
    display: flex;
    padding-left: 7px;
    padding-bottom: 3px;
    align-items: center;
    padding: 0 4px 4px 4px;
    gap: 2px
}

.tooltip-parent::after {
    content: '';
    position: absolute;
    left: -14px;
    border: 7px solid transparent;
    border-right-color: #000;
    top: 50%;
    transform: translateY(-50%)
}

.eae-tooltip-value-parent-second {
    height: 1em;
    width: 1em;
    background-color: #000;
    border: 1px solid #fff
}

.eae-radial-chart-wrapper {
    width: 100%
}

.eae-swiper-container,
.eae-thumb-container.swiper-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.wts-eae-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.wts-eae-advance-heading-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative
}

.wts-eae-title-wrapper>svg {
    height: 50px;
    width: 50px
}

.wts-eae-shadow-text-wrapper {
    line-height: 106px;
    position: absolute;
    z-index: 1;
    font-family: "Playfair Display", Sans-serif;
    font-size: 62px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-text-stroke-color: #8f8f8f4f;
    -webkit-text-fill-color: #eaeaea5e;
    -webkit-text-stroke-width: 1px;
    transform: translate(-51%, 0);
    width: max-content
}

.wts-eae-title-wrapper * {
    margin-bottom: 10px;
    margin: 0
}

.eae-title-background-image .wts-eae-title {
    color: transparent
}

.eae-icon-wrapper .eae-gbl-icon.eae-ah-icon {
    font-size: 50px
}

.eae-icon-wrapper svg {
    height: 40px;
    width: 40px
}

.wts-eae-separator-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    margin-bottom: 0
}

.wts-eae-advance-heading-content-wrapper .eae-icon-wrapper {
    z-index: 9
}

.wts-eae-title {
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 500;
    line-height: 1;
    z-index: 2;
    font-size: 45px;
    background-color: transparent
}

.custom-link:hover {
    color: unset
}

.wts-eae-title>span {
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 40px;
    background-color: transparent;
    background-image: linear-gradient(174deg, #625d5d 0, #69d2db 66%)
}

.wts-eae-advance-heading-content-wrapper .wta-eae-sub-title-wrapper {
    margin-bottom: 0
}

.wts-eae-advance-heading-content-wrapper .wts-eae-title-wrapper .wts-eae-title {
    margin-bottom: 0
}

.wta-eae-sub-title-wrapper {
    -webkit-background-clip: text;
    color: transparent;
    z-index: 2;
    text-align: center;
    line-height: 1.1;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    background-color: transparent;
    background-image: linear-gradient(173deg, #605656 0, #eaa97f 67%)
}

.wta-eae-sub-title-wrapper {
    display: block;
    justify-content: center
}

.wts-eae-separator-image>img {
    height: 20px
}

.wts-eae-advance-heading-content-wrapper .wta-eae-sub-title-wrapper {
    margin-top: 0
}

.wts-eae-separator {
    border-top-width: 3px;
    border-top-color: #000;
    width: 90px;
    z-index: 2
}

.wts-eae-title span {
    position: relative
}

.wts-eae-title span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.wts-eae-separator-without {
    border-top-width: 3px;
    width: 150px;
    z-index: 2;
    border-top-color: #000;
    align-self: center
}

.wts-eae-title-wrapper .eae-gbl-icon.eae-ah-title-icon {
    font-size: 30px;
    color: #000
}

.eae-icon-wrapper .eae-ah-icon {
    justify-content: center
}

.eae-icon-wrapper .eae-ah-icon {
    color: #8f5656;
    border-color: #8f5656
}

.wts-eae-title-wrapper .wts-eae-title {
    margin-top: 0
}

.wts-eae-separator-pos-left .wts-separator-left,
.wts-eae-separator-pos-right .wts-separator-right {
    display: none
}

@media only screen and (max-width:768px) {
    .wts-eae-title {
        font-size: 45px
    }

    .wts-eae-title>span {
        font-size: 45px
    }

    .wts-eae-shadow-text-wrapper {
        font-size: 70px
    }
}

@media only screen and (max-width:480px) {
    .wts-eae-title {
        font-size: 28px
    }

    .wts-eae-title>span {
        font-size: 28px
    }

    .wts-eae-shadow-text-wrapper {
        font-size: 45px
    }

    .wta-eae-sub-title-wrapper * {
        font-size: 24px
    }
}

.elementor-widget-eae-add-to-calendar a.eae-calendar-wrapper_link {
    padding: 6px 25px;
    color: #fff;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    text-decoration: none;
    gap: 10px
}

.eae-calendar-wrapper_wrong_link {
    color: red
}

.eae-calendar-wrapper_link:hover {
    color: #fff
}

.eae-act-button-icon .eae-gbl-icon {
    font-size: 20px
}

.eae-link-text-wrapper .eae-gbl-icon .eae-act-button-icon {
    color: #fff
}

.eae-calendar-wrapper_link .eae-act-button-icon {
    font-size: 20px;
    color: #fff
}

.eae-calendar-wrapper_link .eae-act-button-icon i,
.eae-calendar-wrapper_link .eae-act-button-icon svg {
    text-shadow: none
}

.eae-act-button-icon img {
    width: 20px;
    height: 20px
}

.eae-img-acc-wrapper {
    --eae-panel-width: 15%;
    --eae-panels: 2
}

.eae-img-acc-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    background-color: rgba(34, 35, 37, .6);
    justify-content: space-between;
    overflow: hidden
}

.elementor-widget-eae-image-accordion {
    z-index: 0
}

.eae-img-panel {
    border-right: 1px solid rgba(255, 255, 255, .3);
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    display: flex;
    transition: all .7s ease-in-out;
    width: var(--eae-panel-width)
}

.eae-img-panel img.eae-panel-img {
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    transition: opacity 1s, transform 1.5s;
    overflow: hidden;
    opacity: 0
}

.eae-img-panel.active {
    width: calc(100% - (var(--eae-panels) * var(--eae-panel-width)))
}

.eae-img-panel.active img {
    opacity: 1;
    transform: scale(1.2);
    transition: opacity .5s, transform 1.5s
}

.eae-panel-conent {
    position: relative;
    z-index: 1;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff
}

.eae-panel-content-wrap {
    display: block;
    opacity: 0;
    transition: all .2s;
    transition-delay: .1s
}

.eae-panel-content-wrap a {
    display: inline-flex;
    padding: 6px 15px;
    gap: 10px;
    align-items: center;
    justify-content: center
}

.eae-panel-content-wrap a.eae-link-icon-pos-before {
    flex-direction: row-reverse
}

.eae-panel-content-wrap a.eae-link-icon-pos-after {
    flex-direction: row
}

.eae-panel-content-wrap a i,
.eae-panel-content-wrap a svg {
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: text-bottom
}

.eae-img-panel.active .eae-panel-content-wrap {
    opacity: 1;
    transition: all .5s;
    transition-delay: .4s
}

.eae-img-acc-wrapper .eae-img-panel .eae-panel-conent::before {
    color: #fff;
    font-family: Poppins;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    top: 10px;
    left: 10px;
    position: absolute
}

.eae-pane-item-desc,
.eae-pane-item-title {
    margin: 0
}

.enable-stacked.eae-img-acc-wrapper {
    flex-direction: column
}

.enable-stacked .eae-img-panel {
    width: 100% !important
}

.enable-stacked .eae-img-panel .eae-panel-content-wrap {
    opacity: 1
}

.enable-stacked.eae-img-acc-wrapper:not(.eae-ia-skin-panel) .eae-img-panel {
    position: relative
}

.enable-stacked.eae-img-acc-wrapper:not(.eae-ia-skin-panel) .eae-img-panel img {
    opacity: 1
}

.eae-gbl-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.eae-gbl-icon.eae-graphic-type-img {
    overflow: hidden
}

.eae-gbl-icon i,
.eae-gbl-icon svg {
    width: 1em !important;
    height: 1em !important;
    position: relative;
    display: block
}

.eae-gbl-icon img {
    display: block
}

.eae-gbl-icon.eae-graphic-type-icon,
.eae-gbl-icon.eae-graphic-type-lottie {
    font-size: 20px
}

.eae-gbl-icon.eae-graphic-type-image img {
    width: 20px;
    height: auto
}

.eae-gbl-icon i::before,
.eae-gbl-icon svg::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.eae-gbl-icon.eae-graphic-view-stacked {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.eae-gbl-icon.eae-graphic-view-framed {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.eae-gbl-icon.eae-graphic-shape-circle {
    border-radius: 50%
}

.eae-img-acc-wrapper.eae-ia-skin-panel {
    column-gap: 10px;
    background-color: unset
}

.eae-img-acc-wrapper.eae-ia-skin-panel .eae-img-panel {
    position: relative
}

.eae-img-acc-wrapper.eae-ia-skin-panel .eae-img-panel img {
    z-index: 0;
    opacity: 1
}

.eae-list-text .eae-list-title {
    margin: 0
}

.eae-list-wrapper {
    display: flex;
    flex-direction: column;
    padding: 5px;
    margin: 0;
    list-style: lower-alpha;
    margin: 20px auto
}

.eae-list-panel-icon img {
    width: auto;
    transition: all .5s
}

.eae-list-text-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: left
}

.eae-list-item {
    color: #101010;
    display: flex;
    column-gap: 10px;
    width: 100%;
    position: relative;
    padding: 5px;
    transition: all .5s
}

.eae-counter {
    counter-reset: list-item
}

.eae-lottie-animation svg {
    transition: all .5s
}

.eae-list-badge span {
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 5px;
    height: 25px
}

.eae-list-badge {
    display: flex
}

.eae-list-badge span {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    justify-content: center
}

.eae-list-text span {
    font-size: 12px
}

.eae-list-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.eae-list-text-wrapper .eae-gbl-icon {
    height: max-content
}

.eae-list-wrapper-blur:hover .eae-list-item-blur {
    filter: blur(2px);
    transition: all .3s
}

.eae-list-item-blur:hover {
    filter: none !important;
    transition: ease-in-out .3s
}

.eae-advance-list-container {
    display: flex;
    width: 100%
}

.eae-list-grid-view {
    flex-wrap: wrap;
    flex-direction: row !important
}

.eae-item-count {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s
}

.eae-list-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    bottom: 0
}

.eae-video-play img.eae-video-thumb {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 100%;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    object-fit: cover
}

.eae-video-wrapper {
    width: 700px;
    border: 1px solid #efefef;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.eae-video-player {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .2s all;
    transition: .2s all;
    aspect-ratio: 16/9
}

.video-box-inner {
    width: 100%
}

.eae-video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

.eae-video-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.eae-video-outer-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

.eae-video-play img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

.eae-video-play iframe,
.eae-video-play video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.eae-hosted-video {
    z-index: 3
}

.eae-video-play-button {
    left: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-transition: text-shadow ease .2s, color ease .2s;
    transition: text-shadow ease .2s, color ease .2s;
    z-index: 5
}

.eae-gbl-icon.eae-graphic-type-icon.eae-video-play-button,
.eae-gbl-icon.eae-graphic-type-lottie.eae-video-play-button {
    font-size: 80px
}

.eae-gbl-icon.eae-graphic-type-image.eae-video-play-button,
.eae-gbl-icon.eae-graphic-type-image.eae-video-play-button img {
    width: 80px;
    height: auto
}

.eae-video-outer-wrapper.eae-sticky-apply {
    overflow: unset;
    background: 0 0
}

.eae-video-outer-wrapper.eae-sticky-apply .eae-video-container {
    position: fixed !important;
    z-index: 99999;
    height: 225px;
    width: 400px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    top: 50px;
    left: 50px
}

.eae-video-outer-wrapper.eae-video-mask-media {
    background-color: unset
}

.eae-video-outer-wrapper.eae-video-mask-media .eae-video-container {
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    height: 100%
}

.eae-video-outer-wrapper .fluidvids {
    width: unset;
    max-width: unset;
    position: unset
}

.eae-video-container {
    height: 100%
}

.eae-video-outer-wrapper.preview-info:not(.eae-sticky-apply) .eae-video-container .eae-video-display-details,
.eae-video-outer-wrapper:not(.eae-sticky-apply) .eae-video-container:hover .eae-video-display-details {
    transform: translateY(0)
}

.eae-video-outer-wrapper iframe body {
    margin: 0
}

.eae-video-outer-wrapper:not(.eae-sticky-apply) .eae-video-display-details {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    color: #000;
    background: #fff;
    text-align: center;
    z-index: 9999;
    margin-top: -1px;
    transform: translateY(100%);
    transition: all .3s ease-in-out
}

.eae-video-outer-wrapper.eae-sticky-apply .eae-video-container .eae-sticky-video-display-details {
    display: block;
    position: relative;
    top: 100%;
    width: 100%;
    padding: 5px;
    color: #000;
    background: #fff;
    text-align: center;
    z-index: 9999;
    margin-top: -1px;
    box-shadow: 0 5px 10px -5px #333;
    transform: unset;
    transition: unset
}

.eae-video-outer-wrapper.eae-sticky-apply .eae-video-container .eae-video-display-details span {
    display: none
}

.eae-video-outer-wrapper.eae-sticky-apply .eae-video-container .eae-sticky-video-display-details span {
    display: block
}

.eae-video-outer-wrapper .eae-video-sticky-close {
    display: none
}

.eae-video-outer-wrapper.eae-sticky-apply .eae-video-sticky-close {
    display: block;
    position: absolute;
    padding: 7px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99999;
    height: 16px;
    width: 16px;
    line-height: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -14px;
    right: -14px;
    text-align: center
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom.eae-video-hpos-left .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle.eae-video-hpos-left .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top.eae-video-hpos-left .eae-video-container {
    left: 10px;
    right: auto
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom.eae-video-hpos-right .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle.eae-video-hpos-right .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top.eae-video-hpos-right .eae-video-container {
    left: auto;
    right: 10px
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom.eae-video-hpos-center .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle.eae-video-hpos-center .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top.eae-video-hpos-center .eae-video-container {
    left: 50%;
    transform: translateX(-50%)
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top .eae-video-container {
    top: 10px;
    bottom: auto
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle .eae-video-container {
    top: 50%;
    transform: translateY(-50%)
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom .eae-video-container {
    bottom: 10px;
    top: auto
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-169 .eae-video-container {
    height: calc(.5625 * var(--sticky-width))
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-219 .eae-video-container {
    height: calc(.4285 * var(--sticky-width))
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-43 .eae-video-container {
    height: calc(.75 * var(--sticky-width))
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-32 .eae-video-container {
    height: calc(.6666666666666667 * var(--sticky-width))
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-11 .eae-video-container {
    height: calc(1 * var(--sticky-width))
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-916 .eae-video-container {
    height: calc(1.7777 * var(--sticky-width))
}

.eae-business-weekdays-wrapper {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    padding: 10px
}

.wts-eae-business-indicators * {
    display: flex
}

.eae-indicator-date {
    font-size: 14px;
    color: #fff
}

.eae-indicator-time {
    font-size: 14px;
    color: #fff
}

.wts-eae-business-indicators {
    background-color: #000;
    display: flex;
    flex-direction: column;
    position: relative
}

.eae-business-weekdays-wrapper.currentDay-hide {
    display: none
}

.eae-business-weekdays-wrapper.highlightDay {
    font-weight: 700
}

.bultr-labelss.position_fixed {
    position: absolute
}

.eae-business-weekdays {
    display: flex;
    align-items: center;
    gap: 5px
}

.wts-eae-business-days {
    display: flex;
    flex-direction: column;
    background-color: #5d54540F
}

.bultr-labelss {
    font-size: 14px;
    color: #fff
}

.eae-bh-bi-open-wmsg {
    font-size: 14px;
    color: #fff
}

.eae-bh-bi-close-wmsg {
    font-size: 14px;
    color: #fff
}

.eae-business-weekdays-time {
    display: flex;
    flex-direction: column;
    align-items: end
}

.bultr-bh-label-wrap {
    display: flex;
    align-items: baseline;
    gap: 10px
}

.wta-eae-business-heading-wrapper::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%
}

.wta-eae-business-heading-wrapper {
    display: flex;
    flex-direction: column
}

.pre_icon_days_style {
    color: #000
}

.eae-business-weekdays .pre_icon_days_style {
    font-size: 12px
}

.eae-business-weekdays .eae-glb-panel-icon {
    font-size: 12px
}

.eae-cus-days-icon {
    color: #000
}

.eae-indicator-title {
    font-size: 17px;
    color: #fff;
    justify-content: start;
    gap: 5px;
    align-items: center
}

.eae-day-close,
.eae-day-close .eae-gbl-icon {
    color: red
}

.bultr-labelss.bultr-lbl-open.position_fixed {
    left: auto;
    font-size: 16px;
    background-color: #39ab1c;
    padding: 2px 8px 2px 8px;
    border-radius: 2px 2px 2px 2px
}

.bultr-labelss.bultr-lbl-close.position_fixed {
    background-color: red;
    left: auto;
    padding: 2px 8px 2px 8px;
    border-radius: 2px 2px 2px 2px
}

.elementor-widget .eae-swiper-button-wrapper {
    position: absolute;
    height: auto;
    line-height: 0
}

.eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
    bottom: auto;
    top: 0;
    width: auto;
    right: 0
}

.eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
    bottom: auto;
    top: 0;
    width: auto;
    left: 0
}

.eae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
    bottom: 0;
    top: auto;
    width: auto;
    right: 0
}

.eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
    bottom: 0;
    top: auto;
    width: auto;
    left: 0
}

.eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
    bottom: auto;
    top: 50%;
    width: auto;
    right: 0
}

.eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
    bottom: auto;
    top: 50%;
    width: auto;
    left: 0
}

.eae-swiper-container.swiper-container-rtl .eae-swiper-button-prev {
    right: auto;
    left: 0
}

.eae-swiper-container.swiper-container-rtl .eae-swiper-button-next {
    right: 0;
    left: auto
}

.eae-hpos-right.eae-vpos-top .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-prev i {
    transform: scale(-1)
}

.eae-hpos-right.eae-vpos-top .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-next i {
    transform: scale(-1)
}

.eae-vpos-top.eae-hpos-left .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-next i {
    transform: scale(-1)
}

.eae-vpos-top.eae-hpos-left .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-prev i {
    transform: scale(-1)
}

.eae-hpos-right.eae-vpos-bottom .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-prev i {
    transform: scale(-1)
}

.eae-hpos-right.eae-vpos-bottom .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-next i {
    transform: scale(-1)
}

.eae-vpos-bottom.eae-hpos-left .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-next i {
    transform: scale(-1)
}

.eae-vpos-bottom.eae-hpos-left .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-prev i {
    transform: scale(-1)
}

.eae-hpos-right.eae-vpos-middle .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-prev i {
    transform: scale(-1)
}

.eae-hpos-right.eae-vpos-middle .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-next i {
    transform: scale(-1)
}

.eae-hpos-left.eae-vpos-middle .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-next i {
    transform: scale(-1)
}

.eae-hpos-left.eae-vpos-middle .eae-swiper-container.swiper-container-rtl .eae-swiper-button-wrapper .eae-swiper-button-prev i {
    transform: scale(-1)
}

.eae-hpos-left .eae-swiper-button-next,
.eae-hpos-left .eae-swiper-button-prev,
.eae-hpos-right .eae-swiper-button-next,
.eae-hpos-right .eae-swiper-button-prev {
    position: relative;
    display: inline-block;
    right: auto;
    left: auto
}

.eae-carousel-yes.eae-hpos-right.eae-vpos-bottom .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-right.eae-vpos-bottom .eae-swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: unset
}

.eae-carousel-yes.eae-hpos-right.eae-vpos-top .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-right.eae-vpos-top .eae-swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: unset
}

.eae-carousel-yes.eae-hpos-left.eae-vpos-top .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-left.eae-vpos-top .eae-swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: unset
}

.eae-carousel-yes.eae-hpos-left.eae-vpos-bottom .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-left.eae-vpos-bottom .eae-swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: unset
}

.eae-carousel-yes.eae-hpos-center.eae-vpos-bottom .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-center.eae-vpos-bottom .eae-swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: unset
}

.eae-carousel-yes.eae-hpos-center.eae-vpos-top .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-center.eae-vpos-top .eae-swiper-button-prev {
    top: 0;
    bottom: auto;
    transform: unset
}

.eae-swiper-pagination.swiper-pagination-fraction {
    width: auto;
    left: 50%;
    transform: translateX(-50%)
}

.eae-team-member-wrapper {
    display: flex
}

.eae-team-member-grid-wrapper {
    flex-wrap: wrap
}

.eae-tm-container {
    display: flex;
    flex-direction: column;
    right: auto;
    left: auto;
    overflow: hidden;
    position: relative;
    transition: .2s ease-in;
    justify-content: center;
    top: 0
}

.eae-team-member-wrapper .eae-tm-item-wrapper.swiper-slide {
    overflow: visible;
    height: auto
}

.eae-tm-item-wrapper {
    border: 1px solid #d5d8dc
}

.eae-tm-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%
}

.eae-tm-image-container img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: .5s ease-in-out
}

.eae-tm-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    width: 100%
}

.eae-tm-text .eae-tm-name {
    margin: 0;
    line-height: 1
}

.eae-tm-text .eae-tm-designation {
    margin: 0;
    line-height: 1
}

.eae-tm-text .eae-tm-description {
    margin: 0
}

.eae-tm-text {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.eae-tm-social-icon {
    display: flex;
    width: 100%
}

.eae-tm-button-container {
    display: flex;
    width: 100%;
    margin: 10px 0
}

.eae-tm-container .eae-tm-text-container .eae-tm-button {
    text-decoration: none
}

.eae-tm-button {
    text-decoration: none;
    padding: 5px 15px
}

.eae-tm-social-icon-tag {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s ease
}

.eae-tm-text-padding {
    padding: 10px
}

.eae-tm-img-overlay img {
    position: relative;
    padding: 0
}

.eae-tm-text-overlay {
    transition: .6s ease;
    background-color: #00000030;
    position: absolute;
    justify-content: center;
    opacity: 0
}

.eae-tm-container:hover .eae-tm-text-overlay {
    opacity: 1
}

.preview-eae-team-member-info-style-2 .eae-tm-image-container .eae-tm-social-icon {
    opacity: 1;
    transform: scale(1);
    height: auto
}

.preview-eae-team-member-info-style-2 .eae-tm-image-effect img {
    transform: scale(1);
    filter: blur(4px)
}

.eae-tm-text-container.preview-eae-team-member-info-default {
    opacity: 1
}

.eae-tm-text-container.preview-eae-team-member-info-down {
    bottom: 0
}

.eae-tm-text-container.preview-eae-team-member-info-right {
    left: 0
}

.eae-tm-text-container.preview-eae-team-member-info-up {
    top: 0
}

.eae-tm-text-container.preview-eae-team-member-info-left {
    transform: translateX(0)
}

.preview-eae-team-member-info-style-4 .eae-tm-button-overlay,
.preview-eae-team-member-info-style-4 .eae-tm-description-overlay-half-up,
.preview-eae-team-member-info-style-4 .eae-tm-social-overlay-half-up {
    opacity: 1;
    height: auto;
    display: flex;
    transition: .5s ease
}

.eae-team-member-swiper-container.swiper-autoheight .swiper-slide {
    height: auto
}

.eae-tm-text-up {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 100%;
    overflow: hidden;
    height: 100%;
    transition: .5s ease;
    width: 100%;
    background-color: #00000030
}

.eae-tm-container:hover .eae-tm-text-up {
    bottom: 0
}

.eae-tm-text-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    position: absolute;
    left: 100%;
    right: 0;
    background-color: #00000030;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease
}

.eae-tm-container:hover .eae-tm-text-right {
    left: 0
}

.eae-tm-text-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    position: absolute;
    background-color: #00000030;
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    transform: translateX(-100%)
}

.eae-tm-container:hover .eae-tm-text-left {
    transform: translateX(0)
}

.eae-tm-text-down {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 100%;
    overflow: hidden;
    height: 100%;
    transition: .5s ease;
    width: 100%;
    background-color: #00000030
}

.eae-tm-container:hover .eae-tm-text-down {
    top: 0
}

.eae-tm-container:hover .eae-tm-img-blur img {
    filter: blur(4px);
    transition: all .5s ease
}

.eae-tm-img-blur img {
    filter: blur(0px);
    transition: all .5s ease
}

.eae-tm-text-overlay-half-up-style-2 {
    position: absolute;
    bottom: 0;
    transition: .5s ease;
    background-color: #00000030;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    justify-content: center;
    width: 100%
}

.eae-tm-text-overlay-half-up {
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .5s ease;
    background-color: #00000030;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-overflow: ellipsis
}

.eae-tm-button-overlay,
.eae-tm-description-overlay-half-up,
.eae-tm-social-icon-overlay,
.eae-tm-social-overlay-half-up {
    opacity: 0;
    height: 0;
    transition: .5s ease
}

.eae-tm-button-overlay,
.eae-tm-description-overlay-half-up,
.eae-tm-social-overlay-half-up {
    display: none
}

.eae-tm-text {
    transition: .5s ease
}

.eae-tm-container:hover .eae-tm-description-overlay-half-up {
    display: flex;
    opacity: 1;
    height: auto;
    transition: .5s ease
}

.eae-tm-container:hover .eae-tm-social-overlay-half-up {
    display: flex;
    opacity: 1;
    height: auto;
    transition: .5s ease
}

.eae-tm-image-container:hover .eae-tm-social-icon-overlay {
    display: flex;
    opacity: 1;
    transition: .5s ease
}

.eae-tm-container:hover .eae-tm-button-overlay {
    opacity: 1;
    height: auto;
    display: flex;
    transition: .5s ease
}

.eae-tm-designation {
    margin-bottom: 0
}

.eae-tm-social-icon-overlay {
    position: absolute;
    transform: scale(0);
    transition: all .5s ease;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
    width: fit-content
}

.eae-tm-image-container:hover .eae-tm-social-icon-overlay {
    transform: scale(1);
    transition: all .5s ease
}

.eae-tm-image-effect img {
    transform: scale(1.1);
    filter: blur(0px);
    transition: all .5s ease
}

.eae-tm-image-effect:hover img {
    transform: scale(1);
    filter: blur(4px)
}

.eae-tm-swiper-container {
    width: 100%
}

.eae-tm-separator {
    border: 2px solid #000;
    width: 40%;
    border-color: #000
}

.eae-team-member-swiper-container {
    overflow: hidden;
    padding: 10px 0
}

.elementor-widget-eae-instagram-feed .eae-insta-feed-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100
}

.elementor-widget-eae-instagram-feed .eae-insta-post-video {
    display: none
}

.elementor-widget-eae-instagram-feed span.eae-insta-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff
}

.elementor-widget-eae-instagram-feed .eae-swiper-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.elementor-widget-eae-instagram-feed .eae-insta-post.eae-swiper-slide {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.elementor-widget-eae-instagram-feed .eae-height-100 .eae-insta-post.eae-swiper-slide {
    height: auto
}

.elementor-widget-eae-instagram-feed .eae-insta-layout-grid .eae-post-collection {
    display: grid;
    align-items: stretch
}

.elementor-widget-eae-instagram-feed .eae-insta-layout-flex .eae-post-collection {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.elementor-widget-eae-instagram-feed .eae-insta-layout-masonry .eae-post-collection {
    display: grid;
    align-items: flex-start
}

.elementor-widget-eae-instagram-feed .eae-insta-layout-flex .eae-insta-post,
.elementor-widget-eae-instagram-feed .eae-insta-layout-grid .eae-insta-post {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.gutter-sizer {
    height: 0
}

.elementor-widget-eae-instagram-feed .eae-post-collection .eae-insta-post-link {
    position: relative
}

.elementor-widget-eae-instagram-feed .eae-post-collection.lightbox .eae-insta-post-link {
    cursor: pointer
}

.elementor-widget-eae-instagram-feed .eae-insta-post {
    position: relative;
    overflow: hidden
}

.elementor-widget-eae-instagram-feed .eae-insta-post:hover {
    transition: all .1s ease
}

.eae-insta-layout-masonry .eae-insta-post {
    visibility: hidden
}

.elementor-widget-eae-instagram-feed .eae-insta-caption-always .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-hover .eae-insta-post-caption {
    color: #fff
}

.elementor-widget-eae-instagram-feed .eae-insta-caption-always .eae-insta-post .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-hover .eae-insta-post .eae-insta-post-caption {
    display: none;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    width: 100%;
    transition: all .6s ease 0s
}

.eae-insta-caption-below .eae-insta-post-caption {
    position: relative
}

.elementor-widget-eae-instagram-feed .eae-insta-caption-always .eae-insta-post .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-below .eae-insta-post .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-hover .eae-insta-post:hover .eae-insta-post-caption {
    display: flex;
    flex-direction: column
}

.elementor-widget-eae-instagram-feed .eae-insta-post .insta_image_grayscale,
.elementor-widget-eae-instagram-feed .eae-insta-post:hover .insta_image_grayscale_hover {
    filter: grayscale(1);
    transition: all .6s ease 0s
}

.elementor-widget-eae-instagram-feed .eae-insta-post:hover .insta_image_grayscale {
    filter: unset
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link-wrap {
    display: flex
}

.elementor-widget-eae-instagram-feed .eae-insta-profile {
    align-self: center;
    width: fit-content
}

.elementor-widget-eae-instagram-feed .eae-insta-post img {
    display: block
}

.elementor-widget-eae-instagram-feed .eae_image_ratio_yes .eae-insta-post img {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link {
    display: flex;
    align-items: center
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link {
    line-height: 1
}

.elementor-widget-eae-instagram-feed .eae-insta-profile {
    margin: 0 0 20px 0
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link svg {
    width: 1em;
    height: 1em
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link .eae-insta-profile-link-icon {
    display: flex
}

.elementor-widget-eae-instagram-feed .eae-insta-post-caption.caption-overlay-full {
    top: 0
}

.elementor-widget-eae-faq .eae-faq-wrapper {
    display: grid
}

.elementor-widget-eae-faq .eae-faq-question {
    display: flex;
    align-items: center
}

.elementor-widget-eae-faq .eae-faq-question {
    transition: all .2s linear
}

.elementor-widget-eae-faq .eae-faq-question.eae-faq-layout-accordion {
    cursor: pointer
}

.elementor-widget-eae-faq .eae-faq-question .eae-faq-question-bar {
    width: 100%
}

.elementor-widget-eae-faq .eae-faq-icon-inactive {
    display: block
}

.elementor-widget-eae-faq .eae-faq-icon-active {
    display: none
}

.elementor-widget-eae-faq .eae-faq-question {
    margin: 0
}

.elementor-widget-eae-faq .eae-faq-active .eae-faq-icon-inactive {
    display: none
}

.elementor-widget-eae-faq .eae-faq-active .eae-faq-icon-active {
    display: block
}

.elementor-widget-eae-faq .eae-faq-question-bar {
    display: flex;
    align-items: center
}

.elementor-widget-eae-faq .eae-faq-question.eae-faq-icon-align-left {
    flex-direction: row
}

.elementor-widget-eae-faq .eae-faq-question.eae-faq-icon-align-right {
    flex-direction: row-reverse
}

.elementor-widget-eae-faq .eae-faq-question-title {
    line-height: 1
}

.elementor-widget-eae-faq .eae-faq-layout-accordion .eae-faq-question {
    border-width: 1px 1px 1px 1px;
    cursor: pointer
}

.elementor-widget-eae-faq .eae-faq-layout-grid .eae-faq-question,
.elementor-widget-eae-faq .eae-faq-layout-list .eae-faq-question {
    border-width: 0 0 1px 0
}

@keyframes FloatingImageVertical {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes FloatingImageHorizontal {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(20px)
    }

    100% {
        transform: translateX(0)
    }
}

.wta-eae-floating-image-wrapper {
    position: relative;
    height: 100%
}

.wts-eae-image:first-child {
    top: 20%;
    left: 30%
}

.wts-eae-image:nth-child(2) {
    top: 40%;
    left: 80%
}

.wts-eae-image:nth-child(3) {
    top: 80%;
    left: 20%
}

.wts-eae-image {
    display: flex;
    position: absolute;
    overflow: hidden;
    flex-direction: column
}

.wts-eae-image:has(i) {
    overflow: unset
}

.wts-eae-image.image .eae-floating-img {
    height: 100%;
    width: 100%
}

.wts-eae-image.image.eae-content-outside {
    padding: 10px
}

.wts-eae-image.image {
    height: auto;
    width: 200px
}

.wts-eae-image-title-inside {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%
}

.wts-eae-image-title-inside.title-center span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wts-eae-image-title-inside.title-top span {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wts-eae-image-title-inside.title-bottom span {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wts-eae-image-title-outside {
    text-align: center
}

.wts-eae-image.vertical-animation {
    animation: FloatingImageVertical 5s infinite
}

.wts-eae-image.horizontal-animation {
    animation: FloatingImageHorizontal 5s infinite
}

.fa-element-view-stacked-circle {
    background-color: #000;
    border-radius: 50%;
    color: #fff
}

.fa-element-view-stacked-square {
    background-color: #000;
    color: #fff
}

.fa-element-view-framed-circle {
    border: 2px solid #000;
    border-radius: 50%
}

.fa-element-view-framed-square {
    border: 2px solid #000
}

.wts-eae-image.icon i {
    width: 1em;
    height: 1em;
    text-align: center
}

.wts-eae-image.icon svg {
    width: 1em;
    height: 1em;
    display: block;
    position: relative
}

.wts-eae-image.icon.fa-element-view-framed-circle,
.wts-eae-image.icon.fa-element-view-framed-square,
.wts-eae-image.icon.fa-element-view-stacked-circle,
.wts-eae-image.icon.fa-element-view-stacked-square {
    padding: 20px
}

.wts-eae-image.text.fa-element-view-framed-circle,
.wts-eae-image.text.fa-element-view-framed-square,
.wts-eae-image.text.fa-element-view-stacked-circle,
.wts-eae-image.text.fa-element-view-stacked-square {
    padding: 20px
}

.wts-eae-image.image.eae-content-outside .fe-outside-wrapper {
    overflow: hidden
}

.wts-eae-image.text {
    line-height: 1;
    font-size: 18px;
    color: #000
}

.elementor-clickable0 {
    display: flex
}

.eae-overlay-hide-on-hover .wts-eae-image.image:hover .wts-eae-image-title-inside {
    display: none
}

.elementor-widget.elementor-widget-eae-floating-element {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-height: 300px;
    z-index: 0
}

.wts-eae-image.image:hover .eae-floating-img {
    transform: scale(1.1)
}

.wts-eae-image.image .eae-floating-img {
    transition: all .7s ease-in-out
}

.wts-eae-image.icon a {
    line-height: initial;
    color: #000
}

.wts-eae-image.text a {
    line-height: initial;
    color: #000
}

.elementor-widget-eae-floating-element .elementor-widget-container,
.elementor-widget-eae-floating-element .wta-eae-floating-image-wrapper {
    height: 100%
}

.eae-overlay-hover .wts-eae-image.image .wts-eae-image-title-inside {
    display: none
}

.eae-overlay-hover .wts-eae-image.image:hover .wts-eae-image-title-inside {
    display: block
}

.eae-overlay-never .wts-eae-image.image .wts-eae-image-title-inside {
    display: none
}

.elementor-widget-eae-floating-element .wts-eae-image.image {
    height: unset;
    width: unset
}

.eae-price-table {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.eae-price-table-wrapper {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    transition: .3s ease-in-out
}

.enable-stacked .eae-apt-tab-content-section {
    flex-direction: column
}

.enable-stacked .eae-price-table-wrapper {
    width: 100% !important
}

.eae-apt-title-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center
}

.eae-apt-icon-container {
    display: flex
}

.eae-apt-feature-icon {
    display: flex;
    align-items: center
}

.eae-apt-title {
    transition: .3s ease-in-out
}

.eae-apt .eae-apt-title {
    margin-bottom: 0
}

.eae-apt-description {
    transition: .3s ease-in-out
}

.eae-apt-features-list-item {
    transition: .3s ease-in-out
}

.eae-apt-button {
    transition: .3s ease-in-out
}

.eae-apt-price-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    transition: .3s ease-in-out
}

.eae-apt-price-container {
    display: flex;
    justify-content: center
}

.eae-apt-price-font {
    font-size: 28px;
    line-height: 1em;
    margin-right: 3px
}

.eae-apt-descount-font {
    justify-items: center;
    margin-right: 5px;
    text-decoration: line-through
}

.eae-apt-fractional {
    margin-right: 3px
}

.eae-apt-price-prefix {
    margin-right: 3px
}

.eae-apt-features-list-item {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%
}

.eae-apt-features-container {
    display: flex;
    flex-direction: column
}

.eae-apt-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: auto
}

.eae-apt-button-container .eae-apt-button {
    color: #fff;
    background-color: #000;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: flex
}

.eae-apt-badge-style-1-right {
    border-radius: 100px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 50px;
    width: 50px;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center
}

.eae-apt-badge-style-1-left {
    display: flex;
    color: #fff;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 10px;
    white-space: nowrap
}

.eae-apt-badge-style-2-left {
    background-color: #000;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg) translateX(-100%);
    white-space: nowrap;
    transform-origin: left top
}

.eae-apt-badge-style-2-left span {
    color: #fff;
    white-space: nowrap
}

.eae-apt-badge-style-2-right {
    background-color: #000;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg) translateY(-100%);
    transform-origin: right top;
    white-space: nowrap
}

.eae-apt-badge-style-2-right span {
    color: #fff;
    white-space: nowrap
}

.eae-apt-badge-style-3-right {
    background-color: #000;
    color: #fff;
    position: absolute;
    padding: 8px 15px;
    right: 0;
    top: 12%;
    border-radius: 20px 0 0 20px;
    white-space: nowrap
}

.eae-apt-badge-style-3-left {
    background-color: #000;
    color: #fff;
    position: absolute;
    padding: 8px 20px;
    left: 0;
    top: 12%;
    border-radius: 0 20px 20px 0;
    white-space: nowrap
}

.eae-apt-badge-style-4-right {
    position: absolute;
    height: 150px;
    width: 150px;
    right: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap
}

.eae-apt-badge-style-4-inner-right {
    transform: rotate(45deg);
    background-color: #000;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    position: absolute;
    width: 150%;
    white-space: nowrap
}

.eae-badge {
    padding-top: 35px
}

.eae-apt-badge-style-4-left {
    position: absolute;
    height: 150px;
    width: 150px;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap
}

.eae-apt-badge-style-4-inner-left {
    transform: rotate(320deg);
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    padding: 5px 0;
    width: 150%;
    white-space: nowrap
}

.eae-apt-badge-style-5 {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: center;
    background-color: #000;
    color: #fff;
    transform: translateY(-100%);
    padding: 5px
}

.eae-apt-tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    opacity: 0;
    transition: opacity .3s
}

.eae-apt-tooltip-on-icon {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    right: 10%;
    bottom: 125%;
    opacity: 0;
    transition: opacity .3s
}

.eae-apt-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 9px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: translateX(-50%)
}

.eae-apt-tooltip-on-icon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 9px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    transform: translateX(-50%)
}

.eae-apt-features-list-item:hover .eae-apt-tooltip {
    visibility: visible;
    opacity: 1
}

.eae-apt-tooltip-icon:hover .eae-apt-tooltip-on-icon {
    visibility: visible;
    opacity: 1
}

.eae-apt-tooltip-icon {
    position: relative
}

.eae-apt-tooltip-on-icon {
    transform: translateX(-50%);
    left: 50%
}

.eae-apt-tooltip-icon-container {
    display: flex;
    align-items: center
}

.eae-apt-tooltip-preview {
    visibility: visible;
    opacity: 1
}

.eae-apt-tab-1,
.eae-apt-tab-2 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    display: none
}

.eae-apt-tab-content-section.active {
    display: flex
}

.eae-apt-content-switch-button-text {
    display: flex;
    align-items: center;
    transition: .2s ease-in-out
}

.eae-apt-switch-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px
}

.eae-apt {
    display: flex
}

.eae-apt-content-switch-button {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 20px;
    border-radius: 20px
}

.eae-apt-switch-label {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px
}

.eae-apt-switch-label input {
    opacity: 0;
    width: 0;
    height: 0
}

.eae-apt-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.eae-apt-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s
}

input:focus+.eae-apt-slider {
    box-shadow: 0 0 1px #000
}

input:checked+.eae-apt-slider:before {
    transform: translateX(36px)
}

.eae-apt-feature-not-available {
    text-decoration: line-through
}

.eae-apt-feature-not-available-icon i {
    color: red
}

.eae-apt-slider-skin-4 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 70px;
    border-radius: 50px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    margin: auto 0
}

.eae-apt-slider-skin-4:before {
    position: absolute;
    content: "";
    height: 32px;
    width: 32px;
    left: -1px;
    bottom: -6px;
    border-radius: 50px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

input:focus+.eae-apt-slider-skin-4 {
    box-shadow: 0 0 1px #000
}

input:checked+.eae-apt-slider-skin-4:before {
    transform: translateX(40px)
}

.eae-apt-slider-skin-3 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}

.eae-apt-slider-skin-3:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    border-radius: 100px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

input:focus+.eae-apt-slider-skin-3 {
    box-shadow: 0 0 1px #000
}

input:checked+.eae-apt-slider-skin-3:before {
    transform: translateX(36px)
}

.eae-pt-tooltip-icon-container {
    display: flex;
    align-items: center
}

.eae-apt-switch-label {
    width: 70px
}

.wts-eae-image-scroll {
    width: auto;
    overflow: hidden;
    position: relative
}

.image-scroll-wrapper {
    transition: all 5s
}

.image-scroll-wrapper img {
    transition: all 3s ease-in-out
}

.image-scroll-wrapper.horizontal img {
    height: 100%;
    width: auto;
    max-width: none
}

.eae-icon-image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 10
}

.eae-icon-image-container:hover::before {
    opacity: 0
}

.eae_image_scroll_icon * {
    z-index: 99
}

.eae-container-scroll {
    overflow: auto
}

.image-scroll-wrapper.vertical img {
    width: 100%
}

.eae-image-scroll-overlay:hover {
    opacity: 0
}

.eae-image-scroll-ver {
    position: relative
}

.elementor-widget-eae-image-scroll:hover .eae-floating-icon-wrapper {
    opacity: 0
}

.eae-floating-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all .5s;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center
}

.eae-floating-icon-wrapper:hover {
    opacity: 0
}

.eae-floating-icon-wrapper[data-overlay=enable] {
    background-color: #00000063
}

.image-scroll-wrapper.horizontal {
    height: 100%
}

.eae-vg-wrapper {
    display: flex;
    flex-direction: column
}

.eae-vg-grid {
    flex-wrap: wrap
}

.eae-vg-video-container {
    display: flex;
    flex-direction: row
}

.eae-vg-swiper-container {
    flex-direction: row;
    flex-wrap: nowrap
}

.eae-vg-element iframe {
    height: 100%;
    width: 100%
}

.eae-vg-element {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    width: 100%
}

.eae-vg-video-details-always-visible {
    position: absolute;
    color: #fff;
    font-size: 25px;
    stroke: black 2px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-self: end;
    background-color: #0000008d
}

.eae-vg-description {
    font-size: 15px
}

.eae-vg-title {
    font-size: 20px
}

.eae-vg-video-details-on-hover {
    opacity: 0;
    position: absolute;
    color: #fff;
    font-size: 25px;
    transform: translateY(100%);
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #0000008d;
    transition: .3s ease-in-out;
    align-self: end
}

.eae-vg-thumb-hover {
    height: 200px;
    width: 300px;
    transform: scale(1);
    transition: .3s ease-in-out
}

.eae-vg-element-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    transition: .3s ease-in-out
}

.eae-vg-video-details-below-video {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center
}

.eae-vg-filter-button-container {
    display: flex;
    flex-direction: row;
    padding: 20px;
    align-items: center
}

.eae-filter-button {
    text-decoration: none;
    padding: 10px 15px
}

.eae-vg-filters-item .eae-filter-button {
    width: 100%
}

.eae-vg-filter-hidden {
    visibility: hidden;
    display: none
}

.eae-vg-active {
    visibility: visible;
    display: flex
}

.eae-vg-video-iframe html body {
    display: flex;
    align-items: center
}

.eae-vg-element img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.eae-vg-element:hover .eae-vg-video-details-on-hover {
    opacity: 1;
    transform: translateY(0)
}

.eae-vg-wrapper.eae-swiper-outer-wrapper .eae-swiper-slide {
    height: 100%
}

.eae-vg-icon {
    position: absolute;
    cursor: pointer;
    z-index: 3
}

.eae-vg-icon.eae-gbl-icon.eae-graphic-type-icon,
.eae-vg-icon.eae-gbl-icon.eae-graphic-type-lottie {
    font-size: 45px
}

.eae-vg-active-button {
    background-color: red;
    color: #fff
}

.eae-vg-swiper.eae-swiper-outer-wrapper .swiper-slide {
    overflow: hidden
}

.eae-vg-filter-tab {
    display: flex
}

.eae-vg-wrapper .eae-vg-filteres-heading {
    margin-bottom: 0
}

.eae-vg-filter-dropdown {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #f5f5f5;
    color: #424242;
    position: relative
}

.eae-vg-filters-item {
    text-align: center;
    display: flex;
    width: 100%
}

.eae-vg-collaps-item-list {
    display: none;
    opacity: 0;
    width: auto;
    position: absolute;
    top: 105%;
    left: 0;
    margin-top: 5px;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
    list-style-type: none;
    z-index: 9;
    overflow: auto;
    max-height: 300px;
    transition: .5s ease-in-out
}

.eae-vg-filter-dropdown.eae-vg-visible .eae-vg-collaps-item-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    opacity: 1
}

.disable-vg-dropdown-layout {
    display: none
}

.eae-vg-dropdown-tab.enable-vg-dropdown-layout {
    display: flex
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper,
.swiper:not(.swiper-initialized) .eae-vg-video-container.swiper-wrapper {
    overflow: visible
}

.eae-vg-dropdown-tab {
    display: none
}

.elementor-widget-eae-video-gallery .eae-swiper-container {
    overflow: hidden
}

.eae-swiper-container {
    padding: 10px 0
}

.transit-in {
    animation: zoomIn ease .5s
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(0)
    }
}

.transit-out {
    animation: zoomOut ease .5s
}

.eae-vg-element img {
    width: 100%
}

.eae-vg-wrapper.eae-swiper-outer-wrapper {
    padding: 10px 0
}

.eae-vg-image-overlay::before {
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.eae-vg-video-details-always-visible,
.eae-vg-video-details-on-hover {
    z-index: 2
}

.eae-vg-video-container .swiper-button-next::after,
.eae-vg-video-container .swiper-button-prev::after {
    display: none
}

.eae-vg-wrapper .swiper-button-next::after,
.eae-vg-wrapper .swiper-button-prev::after,
.eae-vg-wrapper .swiper-rtl .swiper-button-next::after,
.eae-vg-wrapper .swiper-rtl .swiper-button-prev::after {
    display: none
}

.eae-swiper-button-next.swiper-button-next::after,
.eae-swiper-button-prev.swiper-button-prev::after,
.swiper-rtl .eae-swiper-button-next::after,
.swiper-rtl .eae-swiper-button-prev::after {
    display: none
}

.eae-ig-wrapper {
    display: grid;
    row-gap: 10px;
    column-gap: 10px;
    grid-auto-flow: dense
}

.eae-ig-item-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: .2s ease-in;
    overflow: hidden;
    justify-content: center
}

.eae-ig-content-container .eae-ig-title {
    margin-bottom: 0
}

.eae-ig-title {
    line-height: 1
}

.eae-ig-content-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px
}

.eae-ig-sub-text,
.eae-ig-title {
    transition: .2s ease-in-out
}

.eae-ig-media-container {
    max-width: fit-content
}

.eae-ig-link {
    display: flex;
    align-items: center;
    column-gap: 10px;
    max-width: fit-content;
    padding: 6px 15px;
    color: #fff;
    align-self: center;
    cursor: pointer
}

.eae-ig-icon,
.eae-ig-lottie {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.eae-ig-icon i:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.eae-ig-media-container.eae-ig-icon i {
    height: 1em;
    width: 1em;
    position: relative;
    display: block
}

.eae-ig-link-icon-pos-before {
    flex-direction: row-reverse
}

.eae-ig-media-view-type-stacked {
    padding: .5em
}

.eae-ig-icon-shape-circle {
    border-radius: 50%
}

.eae-ig-media-view-type-framed {
    border: 3px solid #69727d;
    padding: .5em;
    background: 0 0
}

.eae-ig-icon {
    transition: .3s ease-in-out;
    font-size: 30px
}

.eae-ig-lottie {
    font-size: 60px
}

.eae-ig-media-type-image {
    width: 30%
}

.eae-ig-link {
    padding: 6px 15px;
    color: #fff
}

.eae-ig-item-info-wrapper {
    grid-column: 1/-1;
    padding: 20px;
    border: 1px solid #d5d8dc;
    position: relative;
    display: none;
    overflow: hidden
}

.eae-ig-close-button {
    position: absolute;
    font-size: 20px;
    transition: .4s ease-in-out;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-button-icon {
    display: none
}

.eae-ig-active-button-icon {
    display: none
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-active-button-icon {
    display: block
}

.eae-ig-media-container.eae-ig-icon svg,
.eae-ig-media-container.eae-ig-media-type-lottie svg {
    width: 1em !important;
    height: 1em !important;
    position: relative;
    display: block
}

.eae-ig-item-wrapper:not(.click-on-button) {
    cursor: pointer
}

.eae-ig-active-button-icon svg,
.eae-ig-button-icon svg {
    width: 1em;
    height: 1em
}

.eae-ig-active-button-icon svg,
.eae-ig-button-icon svg {
    fill: #fff
}

.eae-ig-item-info-wrapper p:last-child {
    margin-bottom: 0
}

.eae-ig-close-button svg {
    width: 1em;
    height: 1em
}

.eae-ig-item-wrapper .eae-ig-content-container .eae-ig-link {
    color: #fff;
    text-decoration: none
}

.eae-ig-active-button-text {
    transition: .3s ease-in-out;
    opacity: 0;
    display: none
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-button-text:not(.eae-ig-active-button) {
    opacity: 0;
    transition: .3s ease-in-out;
    display: none
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-active-button-text {
    transition: .3s ease-in-out;
    opacity: 1;
    display: block
}

.eae-ig-sub-title {
    line-height: 1
}

.eae-cp-text-contain {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    overflow: hidden
}

.eae-cp-layout-half-circle .eae-cp-text-contain {
    bottom: 0
}

.eae-cp-canvas-wrapper {
    overflow: hidden
}

.eae-cp-procent {
    font-size: 30px;
    line-height: 1
}

.eae-cp-canvas {
    width: 100%
}

.eae-cp-canvas-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.eae-cp-wrapper {
    display: flex;
    flex-direction: column
}

.eae-cp-text-contain-below-canvas {
    display: flex;
    flex-direction: column;
    align-items: center
}

.eae-circular-progress-container {
    display: flex;
    justify-content: center
}

.eae-cp-description,
.eae-cp-title {
    text-align: center;
    line-height: 1
}

.eae-cp-title {
    font-size: 20px
}

.eae-cp-value-container {
    display: flex;
    justify-content: center
}

.eae-cp-symbol {
    line-height: 1
}

.eae-image-stack {
    display: inline-flex;
    transition-duration: 2s;
    box-sizing: border-box
}

.img-stack-item .eae-img-stack {
    height: 100%;
    width: 100%
}

.img-stack-item:not(:first-child) {
    margin-left: -30px
}

.img-stack-item {
    position: relative;
    transition-duration: .8s;
    display: flex;
    align-items: center
}

.eae-image-stack .img-stack-item.eae-is-ct-icon,
.eae-image-stack .img-stack-item.eae-is-ct-image img,
.eae-image-stack .img-stack-item.eae-is-ct-lottie-animation,
.eae-image-stack .img-stack-item.eae-is-ct-text {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.elementor-widget-eae-image-stack {
    text-align: center
}

.img-stack-item[tooltip]:hover::after {
    content: attr(tooltip);
    z-index: 1000;
    overflow: hidden
}

.img-stack-item[tooltip]::after,
.img-stack-item[tooltip]::before {
    position: absolute;
    text-transform: none;
    font-size: .8em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0
}

.img-stack-item[tooltip]::after {
    font-size: 20px;
    padding: 8px 16px;
    color: #fff
}

.img-stack-item.eae-is-ct-image .stack_overlay,
.img-stack-item.eae-is-ct-image img {
    border-radius: 50%
}

.img-stack-item.eae-is-ct-image img {
    object-fit: cover
}

.img-stack-item.eae-is-ct-icon i,
.img-stack-item.eae-is-ct-image img,
.img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation,
.img-stack-item.eae-is-ct-text .img-stack-text {
    height: 60px;
    width: 60px
}

.img-stack-item[tooltip]:hover::before {
    z-index: 1001;
    border: 5px solid transparent;
    content: ""
}

.img-stack-item[tooltip][dir^=right]::after {
    left: calc(100% + 5px);
    background-color: #000
}

[tooltip] {
    position: relative
}

.img-stack-item[tooltip]::after {
    font-size: 15px;
    width: max-content
}

.img-stack-item[tooltip][dir^=right]::after,
.img-stack-item[tooltip][dir^=right]::before {
    top: 50%;
    transform: translate(.5em, -50%)
}

.img-stack-item[tooltip][dir^=right]:hover::before {
    right: calc(0em - 5px);
    border-right-color: #333;
    border-left-width: 0
}

.img-stack-item[tooltip][dir^=up]::after,
.img-stack-item[tooltip][dir^=up]::before {
    left: 50%;
    transform: translate(-50%, -.5em)
}

.img-stack-item[tooltip][dir^=up]:hover::before {
    bottom: 100%;
    border-top-color: #333;
    border-bottom-width: 0
}

.img-stack-item.eae-is-ct-icon,
.img-stack-item.eae-is-ct-icon a,
.img-stack-item.eae-is-ct-text,
.img-stack-item.eae-is-ct-text a {
    color: #000
}

.img-stack-item[tooltip][dir^=up]::after {
    bottom: calc(100% + 5px);
    background-color: #000
}

.img-stack-item[tooltip][dir^=left]::after,
.img-stack-item[tooltip][dir^=left]::before {
    top: 50%;
    transform: translate(-.5em, -50%)
}

.img-stack-item[tooltip][dir^=left]:hover::before {
    left: calc(0em - 5px);
    border-right-width: 0;
    border-left-color: #333
}

.img-stack-item[tooltip][dir^=left]::after {
    right: calc(100% + 5px);
    background-color: #000
}

.img-stack-item[tooltip][dir^=down]:hover::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333
}

.img-stack-item[tooltip][dir^=down]::after,
.img-stack-item[tooltip][dir^=down]::before {
    left: 50%;
    transform: translate(-50%, .5em)
}

.img-stack-item[tooltip][dir^=down]::after {
    top: calc(100% + 5px);
    background-color: #000
}

.eae-image-stack .eae-lottie-animation.eae-lottie {
    height: 65px;
    width: auto
}

.stack_overlay {
    background-color: #be212145;
    position: absolute
}

.img-stack-item.eae-is-ct-lottie-animation {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-color: #fff
}

.img-stack-item.eae-is-ct-icon i,
.img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    border-radius: 50%
}

.img-stack-item.eae-is-ct-icon {
    border-radius: 50%;
    background-color: #fff
}

.img-stack-item.eae-is-ct-text {
    border-radius: 50%;
    background-color: #fff
}

.img-stack-item.eae-is-ct-icon i,
.img-stack-item.eae-is-ct-image img,
.img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation,
.img-stack-item.eae-is-ct-text .img-stack-text {
    overflow: hidden
}

.img-stack-text {
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes tooltip_ver {
    to {
        opacity: .9;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes tooltips-hor {
    to {
        opacity: .9;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

[tooltip]:not([dir]):hover::after,
[tooltip]:not([dir]):hover::before,
[tooltip][dir^=down]:hover::after,
[tooltip][dir^=down]:hover::before,
[tooltip][dir^=up]:hover::after,
[tooltip][dir^=up]:hover::before {
    animation: tooltip_ver .3s ease-out forwards
}

[tooltip][dir^=left]:hover::after,
[tooltip][dir^=left]:hover::before,
[tooltip][dir^=right]:hover::after,
[tooltip][dir^=right]:hover::before {
    animation: tooltips-hor .3s ease-out forwards
}

.eae-device-wrapper {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%
}

.devices-mockup-wrapper {
    position: absolute
}

.devices-mockup-wrapper svg {
    width: 100%;
    height: auto;
    display: block;
    font-size: 1rem;
    transition: .3s cubic-bezier(.42, 0, .2, 1)
}

.eae-wrapper {
    position: relative;
    display: inline-block;
    height: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 201.22022%
}

.eae-mobile.device-iphone11 .devices-mockup-wrapper {
    z-index: 99
}

.eae-mobile.device-iphone11 .device-img-content .eae-devices-img {
    border-radius: 30px
}

.eae-device-wrapper.eae-mobile.device-iphoneSe {
    max-width: 250px
}

.eae-device-wrapper.eae-tablet.device-ipad11 {
    max-width: 350px
}

.eae-device-wrapper.eae-tablet.device-ipad11pro {
    max-width: 400px
}

.eae-device-wrapper.eae-mobile.device-iphone11 {
    max-width: 300px
}

.eae-mobile.device-iphoneSe .eae-wrapper {
    padding-bottom: 201.22022%
}

.eae-tablet.device-ipad11 .eae-wrapper {
    padding-bottom: 143.22022%
}

.eae-tablet.device-ipad11pro .eae-wrapper {
    padding-bottom: 139.22022%
}

.eae-laptop.device-macPro .eae-wrapper {
    padding-bottom: 63%
}

.eae-laptop.device-macAir .eae-wrapper {
    padding-bottom: 60%
}

.eae-desktop.device-iMacBlack .eae-wrapper,
.eae-desktop.device-iMacWhite .eae-wrapper {
    padding-bottom: 90%
}

.eae-browser.device-chrome .eae-wrapper,
.eae-browser.device-dChrome .eae-wrapper,
.eae-browser.device-safari .eae-wrapper {
    padding-bottom: 62%
}

.eae-mobile.device-iphoneSe .device-content {
    width: 89.80866%
}

.eae-mobile.device-iphone11 .device-content {
    top: 1.8%;
    width: 91.5%
}

.eae-tablet.device-ipad11 .device-content {
    width: 91%;
    top: 7.2%
}

.eae-tablet.device-ipad11pro .device-content {
    top: 3.5%;
    width: 90%
}

.eae-laptop.device-macAir .device-content {
    top: 5.7%;
    width: 75.80866%;
    left: 50.3%
}

.eae-laptop.device-macPro .device-content {
    top: 5.7%;
    width: 77%
}

.eae-browser.device-chrome .device-content,
.eae-browser.device-dChrome .device-content,
.eae-browser.device-safari .device-content {
    top: 8.8%;
    width: 100%
}

.eae-browser.device-safari .device-content {
    top: 11.5%
}

.eae-desktop.device-iMacBlack .device-content,
.eae-desktop.device-iMacWhite .device-content {
    top: 4.6%;
    width: 91.9%
}

.eae-tablet.device-ipad11 .device-inner-container {
    padding-bottom: 131%
}

.eae-device-wrapper.device-iphoneSe .device-inner-container {
    padding-bottom: 176%
}

.eae-tablet.device-ipad11pro .device-inner-container {
    padding-bottom: 143%
}

.eae-mobile.device-iphone11 .device-inner-container {
    padding-bottom: 213%;
    background: #171717
}

.eae-browser.device-chrome .device-inner-container,
.eae-browser.device-dChrome .device-inner-container,
.eae-browser.device-safari .device-inner-container {
    padding-bottom: 56%
}

.eae-desktop.device-iMacBlack .device-inner-container,
.eae-desktop.device-iMacWhite .device-inner-container {
    padding-bottom: 57%
}

.eae-laptop.device-macPro .device-inner-container {
    padding-bottom: 62.5%
}

.eae-laptop.device-macAir .device-inner-container {
    padding-bottom: 62.2%
}

.eae-device-wrapper .device-content {
    top: 10.7%;
    position: absolute;
    left: 50%;
    transition: .3s cubic-bezier(.42, 0, .2, 1);
    overflow: hidden;
    width: 88.80866%;
    transform: translateX(-50%)
}

.eae-device-wrapper .device-inner-container {
    position: relative;
    left: 0;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(.42, 0, .2, 1);
    padding-bottom: 177%
}

.device-img-content {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute
}

.device-img-content.vertical .eae-devices-img {
    width: 100%
}

.eae-video-outer-wrapper {
    height: 100%
}

.eae-devices-img {
    transition: all 3s
}

.eae-device-wrapper .eae-video-outer-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    height: 100%
}

.eae-device-wrapper .eae-video-play img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all
}

.eae-device-wrapper .eae-video-play iframe,
.eae-video-play video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.eae-device-wrapper .device-text {
    position: absolute;
    z-index: 999;
    top: 50%;
    pointer-events: none;
    color: #fff;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
    align-items: center;
    flex-direction: column-reverse
}

.eae-device-video-outer-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: .2s all;
    transition: .2s all;
    height: 100%;
    width: 100%
}

.eae-device-video-play img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 100%;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    object-fit: cover
}

.eae-device-wrapper .eae-wrapper.landscape {
    transform: rotate(90deg)
}

.orientation .eicon-device-mobile.rotate {
    transform: rotate(90deg)
}

.eae-device-wrapper.eae-mobile.device-iphoneSe .eae-wrapper.landscape .device-img-content {
    position: absolute;
    rotate: -90deg;
    height: 57%;
    width: 178%;
    top: 22%;
    left: -39%
}

.eae-device-wrapper.eae-mobile.device-iphone11 .eae-wrapper.landscape .device-img-content {
    position: absolute;
    rotate: 270deg;
    width: 182%;
    top: 0;
    left: -43%
}

.eae-device-wrapper.eae-tablet.device-ipad11 .eae-wrapper.landscape .device-img-content {
    position: absolute;
    rotate: -90deg;
    height: 75%;
    width: 132%;
    top: 12%;
    left: -16%
}

.eae-device-wrapper.eae-tablet.device-ipad11pro .eae-wrapper.landscape .device-img-content {
    position: absolute;
    rotate: -90deg;
    height: 71%;
    width: 145%;
    top: 14%;
    left: -22%
}

.eae-mobile.device-iphoneSe .eae-wrapper.landscape .device-inner-container {
    padding-bottom: 176%
}

.device-text .eae-gbl-icon.eae-graphic-type-lottie.eae-lottie-animation.eae-lottie {
    height: unset
}

.eae-device-container {
    width: 100%;
    text-align: center
}

.device-img-content.swiper-slide {
    position: absolute
}

.eae-device-mockup {
    fill: red
}

.eae-device-wrapper.eae-mobile .eae-video-iframe .wistia_embed.wistia_embed_initialized {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.device-img-content.horizontal .eae-devices-img {
    max-width: unset;
    height: 100%
}

.device-img-content .eae-devices-img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.device-img-content.vertical .eae-devices-img {
    height: unset;
    width: unset;
    object-fit: unset
}

.device-img-content.horizontal .eae-devices-img {
    width: unset
}

.device-content.eae-container-scroll .device-img-content.vertical {
    overflow-y: scroll
}

.device-content.eae-container-scroll .device-img-content.horizontal {
    overflow-x: scroll
}

.device-img-content.vertical .eae-devices-img {
    width: 100%
}

.devices-mockup-wrapper {
    width: 100%
}

.eae-wrapper.landscape+.orientation {
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateY(calc(100% + 24px)) translateX(-50%)
}

.eae-tablet .eae-wrapper.landscape+.orientation {
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateY(calc(100% + 24px)) translateX(-50%)
}

.eae-device-wrapper.eae-mobile.device-iphone11 .devices-mockup-wrapper {
    pointer-events: none
}

.eae-device-wrapper.eae-mobile.device-iphone11 .device-img-content.horizontal {
    border-radius: 20px;
    overflow: hidden
}

.eae-device-video-play iframe,
.eae-video-play video {
    margin: 0;
    height: auto;
    position: absolute;
    left: 50%;
    border: none;
    top: 50%;
    transform: translate(-50%, -50%)
}

.eae-device-video-outer-wrapper.eae-video-type-hosted {
    display: flex
}

.eae-device-video-outer-wrapper.eae-video-type-hosted .eae-device-video-wrapper {
    width: 100%
}

.eae-video-type-hosted .eae-device-video-wrapper {
    display: flex
}

.eae-device-video-play .landscape .eae-video-iframe {
    height: 100%
}

.eae-device-wrapper.eae-mobile.device-iphone11 .eae-wrapper.landscape .device-content {
    border-radius: 5%
}

.eae-device-wrapper .orientation {
    cursor: pointer
}

.eae-device-tone-light .device-iMacBlack .devices-mockup-wrapper svg .eae-frame-element {
    fill: #525252
}

.eae-ih-wrapper {
    position: relative;
    overflow: hidden
}

.eae-ih-wrapper img {
    width: 100%;
    height: auto
}

.eae-ih-marker {
    display: flex;
    align-items: center;
    position: absolute;
    cursor: pointer;
    text-align: center;
    column-gap: 5px
}

.eae-ih-tooltip {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.eae-ih-tooltip-content-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.eae-ih-tooltip-icon-container {
    display: flex
}

.eae-ih-tooltip-button {
    display: flex;
    gap: 10px;
    max-width: fit-content;
    align-items: center
}

.eae-ih-tooltip-content-container .eae-ih-tooltip-button {
    color: #fff
}

.eae-ih-add-tooltip {
    pointer-events: all !important
}

.eae-ih-tooltip-content-container .eae-ih-tooltip-close-icon,
.eae-ih-tooltip-tour .eae-ih-end-tour,
.eae-ih-tooltip-tour .eae-ih-end-tour-btn,
.eae-ih-tooltip-tour .eae-ih-tooltip-button,
.eae-ih-tooltip-tour .eae-ih-tooltip-next,
.eae-ih-tooltip-tour .eae-ih-tooltip-prev {
    cursor: pointer;
    color: #fff;
    fill: #fff;
    font-size: 14px
}

.eae-ih-tooltip-button svg,
.eae-ih-tooltip-close-icon svg,
.eae-ih-tooltip-next svg,
.eae-ih-tooltip-prev svg {
    height: 1em;
    width: 1em
}

.eae-ih-tooltip-description p:last-child {
    margin-bottom: 0
}

.eae-ih-tooltip-container {
    display: flex;
    flex-direction: column
}

.eae-ih-icon-position-after {
    flex-direction: row
}

.eae-ih-icon-position-before {
    flex-direction: row-reverse
}

.eae-ih-tooltip-close-icon {
    position: absolute;
    top: 6px;
    right: 12px;
    font-size: 17px;
    color: #fff
}

.eae-ih-tooltip-content-container .eae-ih-tooltip-close-icon {
    color: #fff
}

.eae-ih-tooltip-tour {
    display: flex;
    flex-direction: column
}

.eae-ih-navigation-container {
    display: flex
}

.eae-ih-tooltip-pre-nxt-btn {
    display: flex
}

.eae-ih-end-tour-btn-container {
    display: flex
}

.eae-ih-tooltip-next {
    display: flex;
    align-items: center;
    gap: 5px
}

.eae-ih-tooltip-prev {
    display: flex;
    align-items: center;
    gap: 5px
}

.eae-ih-marker-animtion {
    animation-iteration-count: infinite
}

.eae-ih-end-tour-btn-container {
    text-align: end
}

.tippy-box .tippy-content {
    padding: 0;
    overflow: hidden
}

.eae-ih-add-tooltip .tippy-box {
    background: 0 0
}

.eae-ih-tooltip-heading {
    font-size: 20px
}

.eae-thumb-horizontal-inside.eae-thumb-container {
    position: absolute;
    z-index: 3;
    width: 100%
}

.eae-thumb-inside-vpos-top.eae-thumb-inside-hpos-left .eae-thumb-horizontal-inside.eae-thumb-container {
    bottom: auto;
    top: 0;
    width: auto;
    left: 0
}

.eae-thumb-inside-hpos-left.eae-thumb-inside-vpos-middle .eae-thumb-horizontal-inside.eae-thumb-container {
    bottom: auto;
    top: 50%;
    width: auto;
    left: 0;
    margin: unset;
    transform: translateY(-50%)
}

.eae-thumb-inside-vpos-bottom.eae-thumb-inside-hpos-left .eae-thumb-horizontal-inside.eae-thumb-container {
    bottom: 0;
    top: auto;
    width: auto;
    left: 0
}

.eae-thumb-inside-hpos-center.eae-thumb-inside-vpos-top .eae-thumb-horizontal-inside.eae-thumb-container {
    top: 0;
    bottom: auto;
    margin: 0;
    left: 50%;
    transform: translateX(-50%)
}

.eae-thumb-inside-hpos-center.eae-thumb-inside-vpos-middle .eae-thumb-horizontal-inside.eae-thumb-container {
    top: 50%;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.eae-thumb-inside-hpos-center.eae-thumb-inside-vpos-bottom .eae-thumb-horizontal-inside.eae-thumb-container {
    top: auto;
    bottom: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%)
}

.eae-thumb-inside-hpos-right.eae-thumb-inside-vpos-top .eae-thumb-horizontal-inside.eae-thumb-container {
    bottom: auto;
    top: 0;
    width: auto;
    right: 0;
    margin: unset;
    left: unset
}

.eae-thumb-inside-hpos-right.eae-thumb-inside-vpos-middle .eae-thumb-horizontal-inside.eae-thumb-container {
    bottom: auto;
    top: 50%;
    width: auto;
    right: 0;
    left: unset;
    margin: unset;
    transform: translateY(-50%)
}

.eae-thumb-inside-hpos-right.eae-thumb-inside-vpos-bottom .eae-thumb-horizontal-inside.eae-thumb-container {
    bottom: 0;
    top: auto;
    width: auto;
    right: 0;
    left: unset;
    margin: unset
}

.eae-cta-wrapper .eae-cta-img {
    overflow: hidden
}

.eae-cta-wrapper .eae-cta-img img {
    object-fit: cover;
    width: 100%
}

.eae-cta-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    height: auto;
    z-index: 99
}

.eae-cta-layout-split .eae-cta-wrapper {
    display: flex;
    overflow: hidden
}

.eae-cta-layout-cover .eae-cta-img {
    position: relative
}

.eae-cta-layout-cover .eae-cta-content {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    padding: 10px 5px 10px 5px;
    background: 0 0;
    color: #000;
    transition-duration: 1.4s;
    gap: 10px
}

.eae-cta-content .eae-cta-button {
    display: flex;
    gap: 10px
}

.eae-cta-button .eae-cta-pri-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.eae-cta-button .eae-cta-sec-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.eae-cta-ribbon.position-left {
    position: absolute;
    z-index: 120;
    top: 0;
    left: 0;
    width: 180px;
    overflow: hidden;
    height: 180px
}

.eae-cta-ribbon.position-right {
    position: absolute;
    z-index: 120;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 180px;
    overflow: hidden;
    height: 180px
}

.eae-cta-ribbon p {
    width: 271px;
    text-align: start;
    margin-top: 23px;
    background-color: #000;
    transform: translateY(-50%) translateX(-50%) translateX(32px) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 34px;
    color: #fff;
    text-align: center;
    padding-right: 64px
}

.eae-cta-layout-cover .eae-cta-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex
}

.eae-cta-layout-cover .eae-cta-wrapper .eae-cta-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform .4s;
    background-size: cover;
    background-position: 50%
}

.eae-cta-wrapper .eae-cta-content h2,
.eae-cta-wrapper .eae-cta-content h3,
.eae-cta-wrapper .eae-cta-content h4,
.eae-cta-wrapper .eae-cta-content h5,
.eae-cta-wrapper .eae-cta-content h6 .eae-cta-wrapper .eae-cta-content p {
    margin-bottom: 0;
    margin: unset
}

.eae-cta-img {
    position: relative;
    display: flex
}

.eae-cta-pri-btn {
    background-color: #e9e8e8
}

.eae-cta-img-ani-zoom-in:hover .eae-cta-img img {
    transform: scale(1.2)
}

.eae-cta-img-ani-zoom-out .eae-cta-img img {
    transform: scale(1.2)
}

.eae-cta-img-ani-zoom-out:hover .eae-cta-img img {
    transform: scale(1)
}

.eae-cta-img-ani-move-left .eae-cta-img img {
    transform: scale(1.2) translateX(8%)
}

.eae-cta-img-ani-move-left:hover .eae-cta-img img {
    transform: scale(1.2) translateX(-8%)
}

.eae-cta-img-ani-move-right .eae-cta-img img {
    transform: scale(1.2) translateX(-8%)
}

.eae-cta-img-ani-move-right:hover .eae-cta-img img {
    transform: scale(1.2) translateX(8%)
}

.eae-cta-img-ani-move-up .eae-cta-img img {
    transform: scale(1.2) translateY(8%)
}

.eae-cta-img-ani-move-up:hover .eae-cta-img img {
    transform: scale(1.2) translateY(-8%)
}

.eae-cta-img-ani-move-down .eae-cta-img img {
    transform: scale(1.2) translateY(-8%)
}

.eae-cta-img-ani-move-down:hover .eae-cta-img img {
    transform: scale(1.2) translateY(8%)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-grow {
    transform: scale(1.1)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-shrink {
    transform: scale(.85)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-move-right {
    transform: translateX(30px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-move-left {
    transform: translateX(-30px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-move-up {
    transform: translateY(-30px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-move-down {
    transform: translateY(30px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-fade-out,
.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-in,
.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-out {
    opacity: 0
}

.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-out {
    transform: scale(.2)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-in {
    transform: scale(2)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-right {
    transform: translateX(1000px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-left {
    transform: translateX(-1000px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-up {
    transform: translateY(-600px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-down {
    transform: translateY(600px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-down,
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-left,
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-right,
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-up {
    opacity: 0
}

.eae-cta-wrapper .eae-cta-con-ani-slide-in-right {
    transform: translateX(1000px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-right {
    transform: translateX(0)
}

.eae-cta-wrapper .eae-cta-con-ani-slide-in-left {
    transform: translateX(-1000px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-left {
    transform: translateX(0)
}

.eae-cta-wrapper .eae-cta-con-ani-slide-in-up {
    transform: translateY(-600px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-up {
    transform: translateY(0)
}

.eae-cta-wrapper .eae-cta-con-ani-slide-in-down {
    transform: translateY(600px)
}

.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-down {
    transform: translateY(0)
}

.bultr-cta-main-default:hover .eae-cta-con-ani-fade-in,
.bultr-cta-main-default:hover .eae-cta-con-ani-slide-in-down,
.bultr-cta-main-default:hover .eae-cta-con-ani-slide-in-left,
.bultr-cta-main-default:hover .eae-cta-con-ani-slide-in-up,
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-right {
    opacity: 1
}

.eae-cta-wrapper .eae-cta-con-ani-fade-in {
    opacity: 0
}

.eae-cta-wrapper:hover .eae-cta-con-ani-fade-in {
    opacity: 1
}

.eae-cta-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    transition: .5s ease;
    z-index: 99;
    pointer-events: none
}

.eae-cta-wrapper .eae-cta-content .eae-cta-description,
.eae-cta-wrapper .eae-cta-content .eae-cta-sub-title,
.eae-cta-wrapper .eae-cta-content .eae-cta-title {
    line-height: 2
}

.eae-cta-wrapper .eae-cta-content .eae-cta-button .eae-cta-pri-btn,
.eae-cta-wrapper .eae-cta-content .eae-cta-button .eae-cta-sec-btn {
    line-height: 1.6
}

.eae-cta-content .eae-cta-button a {
    text-decoration: none;
    color: #000
}

.eae-cta-layout-split .eae-cta-content {
    z-index: 2
}

.eae-cta-layout-split .eae-cta-img {
    z-index: 0
}

.eae-cta-pri-btn,
.eae-cta-sec-btn {
    cursor: pointer
}

.eae-cta-button .eae-cta-pri-btn,
.eae-cta-button .eae-cta-sec-btn {
    background-color: #e9e8e8
}

.eae-toc-wrapper {
    overflow: hidden;
    background-color: #fff
}

.eae-toc-heading-container {
    display: flex;
    align-items: center;
    padding: 16px;
    width: 100%
}

.eae-toc-wrapper:not(.eae-toc-sticky) {
    max-width: 100%
}

.eae-toc-heading-container .eae-toc-heading {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    font-size: 18px
}

.eae-toc-headings-wrapper {
    width: 100%;
    border: 2px solid #000;
    padding: 20px;
    overflow: auto
}

.eae-toc-headings-wrapper ul {
    list-style-type: none
}

.eae-toc-counter ul {
    counter-reset: toc-heading
}

.eae-toc-heading-anchor-wrapper {
    display: flex;
    gap: 5px;
    align-items: center
}

.eae-toc-headings-wrapper ul li i {
    font-size: 10px
}

.eae-toc-word-wrap ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.eae-toc-hide {
    display: none
}

.eae-toc-active .eae-toc-icon-wrap .eae-toc-icon {
    display: none
}

.eae-toc-active .eae-toc-icon-wrap .eae-toc-active-icon {
    display: block
}

.eae-toc-active-icon {
    display: none
}

.eae-toc-sticky {
    position: fixed
}

.eae-toc-wrapper {
    width: 400px
}

.elementor-widget.eae-toc-fix {
    position: absolute;
    bottom: 0
}

.eae-toc-wrapper {
    width: 100%
}

.eae-toc-wrapper.eae-toc-sticky {
    width: 400px
}

.eae-toc-collapse {
    cursor: pointer
}

.eae-toc-icon-heading-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 5px
}

.eae-toc-icon-wrap {
    display: flex;
    align-items: center
}

.eae-toc-heading-anchor-wrapper .eae-toc-heading-anchor {
    width: 100%;
    color: #7a7a7a
}

.eae-toc-headings-wrapper ul {
    padding-left: 0;
    margin: unset;
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.eae-toc-headings-wrapper li ul {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 5px
}

.eae-toc-headings-wrapper ul li {
    display: flex;
    flex-direction: column
}

.eae-toc-scroll {
    scroll-behavior: smooth
}

.eae-cc-button,
.eae-coupon-popup-link,
.eae-coupon-wrapper .eae-code,
.eae-exp-date,
.eae-exp-date span,
.eae-re-btn,
.pop-visit-btn {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.eae-cc-button,
.eae-coupon-popup-link,
.eae-re-btn,
.pop-visit-btn {
    background-color: var(--e-global-color-accent)
}

.eae-cc-button:hover,
.eae-coupon-popup-link:hover,
.eae-re-btn:hover,
.pop-visit-btn:hover {
    color: #fff
}

.wts-eae-coupon-code-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow: hidden
}

.eae-code {
    padding: 10px 20px
}

.eae-cc-button {
    color: #fff;
    min-width: 150px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.eae-scratch-btn {
    background-color: #000;
    color: #fff;
    max-width: 150px;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer
}

.eae-code {
    width: fit-content;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none
}

.eae-code.disable {
    display: none
}

.eae-peel-wrapper {
    max-width: 540px;
    height: 300px;
    margin: 25px auto;
    overflow: hidden
}

.pl-cp-code {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

.eae-bottom,
.eae-top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px
}

.peel-bottom .peel-bottom-shadow {
    pointer-events: none
}

.eae-back-cc-btn {
    display: flex
}

.eae-back-vst-btn {
    background-color: #fff;
    padding: 3px 14px
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 50px 10px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    overflow-y: auto
}

.eae-wp-modal-box .eae-close {
    position: absolute;
    top: 2%;
    right: 2%;
    font-size: 25px;
    color: #000
}

.eae-coupon-popup.eae-close-btn-in .eae-close {
    color: #000
}

.eae-wp-modal-box button.eae-close:hover {
    color: #000;
    background-color: unset
}

.eae-coupon-popup .mfp-content {
    width: 50%;
    cursor: auto;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.eae-coupon-popup .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.eae-coupon-popup .mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.eae-coupon-popup.mfp-ready {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 1;
    background-color: rgba(0, 0, 0, .75)
}

.eae-coupon-popup-link {
    color: #fff;
    min-width: 150px;
    text-align: center;
    justify-content: center;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.pop-visit-btn {
    color: #fff;
    text-align: center;
    padding: 6px 15px;
    cursor: pointer
}

.eae-coupon-wrapper {
    display: flex
}

.eae-exp-date span {
    font-weight: 700
}

.eae-scratch-container .eae-back-wrapper {
    background-color: #9c9ca0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    align-items: center;
    justify-content: center
}

.eae-scratch-container {
    height: 300px;
    width: 300px
}

.eae-coupon-slide {
    height: 250px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    text-align: center
}

.eae-slide-fr {
    background-color: #c2cbd2;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 99
}

.eae-coupon-back {
    background-color: #9c9ca0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0
}

.eae-scratch-container {
    position: relative;
    overflow: hidden
}

.wts-eae-coupon-code-wrapper a:hover {
    color: #fff
}

.eae-coupon-wrapper .eae-cc-btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.pop-visit-btn:hover {
    color: #fff
}

.eae-coupon-slide .eae-slide-fr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

[data-elementor-device-mode=mobile] .eae-cc-button,
[data-elementor-device-mode=mobile] .eae-code,
[data-elementor-device-mode=mobile] .eae-coupon-popup .mfp-content .eae-cc-button,
[data-elementor-device-mode=mobile] .eae-coupon-popup .mfp-content .eae-code {
    min-width: 100px
}

[data-elementor-device-mode=mobile] .eae-coupon-popup .mfp-content {
    min-width: 90%
}

.eae-coupon-slide .eae-coupon-back {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px
}

.eae-re-btn {
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff
}

.eae-back-title,
.eae-coupon-slide .eae-scratch-title,
.white-popup .eae-back-title {
    font-size: 24px
}

.eae-back-btn {
    display: flex;
    align-items: center
}

.eae-coupon-popup svg.eae-close {
    width: 28px;
    height: 28px;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    background-color: #000;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center
}

.eae-slide-fr::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.eae-scratch-des,
.eae-scratch-title {
    z-index: 10
}

.eae-wp-content-wrapper {
    display: flex;
    width: 100%
}

.eae-woo-products img {
    width: 100%;
    object-fit: cover
}

.wp-split-layout .eae-wp-content {
    padding: 10px 20px
}

.eae-woo-products.eae-wp-grid {
    display: grid;
    padding: 10px;
    width: 100%;
    column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    grid-auto-flow: unset
}

.wp-cover-layout .eae-wp-content-inner {
    display: flex;
    flex-direction: column
}

.eae-wp-content {
    display: flex;
    flex-direction: row
}

.eae-product-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    height: 100%
}

.eae-wp-content .eae-wp-content-inner {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.eae-woo-split-down .eae-woo-products.wp-preset2 .eae-wp-content-outer,
.eae-woo-split-up .eae-woo-products.wp-preset2 .eae-wp-content-outer {
    justify-content: space-between
}

.eae-woo-products.wp-cover-layout .eae-wp-content-button a {
    color: #fff;
    border: 1px solid #fff;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    border-radius: 8px;
    margin-top: 8px;
    align-self: center
}

.wp-preset2 .eae-wp-content {
    display: flex;
    flex-direction: column
}

.eae-wp-content-outer {
    display: flex;
    flex-direction: row
}

.wp-split-layout.wp-preset2 .eae-wp-content-button .eae-wp-icon {
    width: 100%;
    color: #2196f3;
    background: #1e69b8;
    border: none;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 10px;
    padding-left: 12px;
    overflow: hidden
}

.eae-wp-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.wp-preset2 .eae-wp-content-button {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    padding: 10px 0
}

.wp-preset1 .eae-wp-button {
    display: flex;
    flex-wrap: wrap;
    order: 10;
    gap: 10px;
    flex-direction: row;
    align-self: center;
    margin-top: 0;
    justify-content: center;
    align-items: center
}

.wp-preset2 .eae-wp-content-button .eae-wp-icon {
    display: flex;
    align-items: center;
    justify-content: center
}

.wp-preset1 .eae-wp-content {
    display: flex;
    justify-content: space-between
}

.wp-split-layout.wp-preset1 .eae-wp-content-button .eae-wp-icon {
    color: #fff;
    fill: #ffffff;
    align-items: center;
    font-size: 15px;
    text-align: center;
    background: #1e69b8;
    border: 1px solid rgba(53, 135, 222, .73);
    border-radius: 50px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}

.eae-wp-content-button {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    display: flex;
    padding: 10px 0
}

.eae-wp-image.wp-media-btn {
    position: relative;
    overflow: hidden;
    display: flex
}

.eae-wp-media-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    gap: 10px;
    z-index: 20
}

.eae-wp-media-btn.enable-hover {
    visibility: hidden
}

.eae-wp-media-btn a {
    padding: 8px 10px 8px 10px;
    background: #f5f5f5;
    border: 1px solid rgba(30, 105, 184, .58)
}

.eae-wp-media-btn i {
    color: rgba(30, 104, 183, .92);
    font-size: 12px
}

.eae-wp-media-btn svg {
    fill: rgba(30, 104, 183, 0.92)
}

.eae-wp-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    width: fit-content;
    gap: 2px
}

.eae-product-card:hover .eae-wp-media-btn.enable-hover {
    visibility: visible
}

.wp-cover-layout .eae-product-card {
    position: relative
}

.wp-cover-layout.wp-preset1 .eae-product-card .eae-wp-content {
    position: absolute;
    background-color: #00000055;
    color: #fff;
    flex-direction: column;
    transition: all .7s linear;
    width: 100%;
    height: 100%;
    top: auto
}

.wp-cover-layout.wp-preset1 .eae-wp-content-inner {
    align-items: center;
    justify-content: center
}

.wp-cover-layout.wp-preset1 .eae-wp-content {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center
}

.wp-cover-layout.wp-preset2 .eae-wp-content {
    display: flex;
    overflow: hidden;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    align-items: center;
    text-align: center;
    background-image: linear-gradient(0, #0000008a, #0000008a);
    color: #e0e0e0;
    font-family: serif;
    width: 100%;
    height: 40%;
    padding: 10px;
    transition: all .7s linear
}

.wp-cover-layout.wp-preset2 .eae-wp-content-inner {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.wp-cover-layout.wp-preset2 .eae-product-card:hover .eae-wp-content {
    height: 60%
}

.eae-wp-modal-box.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.eae-wp-modal-box .mfp-content {
    height: 80%;
    max-height: 80%;
    position: relative;
    background: #fff;
    padding: 20px;
    width: 80%;
    max-width: 80%;
    margin: 20px auto;
    overflow-y: scroll;
    top: 10%
}

.eae-wp-modal-box .mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-bg.eae-wp-modal-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.eae-wp-popup-container {
    display: flex;
    flex-direction: row;
    gap: 20px
}

.woocommerce-product-gallery {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    width: 50%
}

.wp-popup-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: start;
    width: 60%;
    gap: 10px
}

.eae-wp-slider {
    box-sizing: content-box;
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    max-height: inherit;
    min-height: inherit;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
    gap: 10px
}

.eae-woo-products .eae-wp-content-inner .eae-wp-des {
    text-align: center
}

.eae-woo-products .eae-wp-rating {
    display: flex;
    font-size: 14px;
    gap: 3px
}

.eae-wp-content-button .eae-wp-icon,
.eae-wp-media-btn .eae-wp-icon {
    display: flex;
    width: 100%
}

.eae-woopro-swiper.eae-swiper-outer-wrapper .eae-swiper-slide {
    height: 100%
}

.eae-woopro-swiper {
    display: flex;
    width: 100%
}

.eae-content-btn-left .eae-wp-content {
    flex-direction: row-reverse
}

.eae-content-btn-up .eae-wp-content {
    flex-direction: column-reverse
}

.eae-content-btn-right .eae-wp-content {
    flex-direction: row
}

.eae-content-btn-down .eae-wp-content {
    flex-direction: column
}

.eae-content-btn-left .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-outer,
.eae-content-btn-right .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-outer {
    flex-direction: column;
    width: 100%
}

.eae-content-btn-left .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button,
.eae-content-btn-right .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button {
    width: 100%
}

.eae-content-btn-left .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button a,
.eae-content-btn-right .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button a {
    height: fit-content
}

.eae-content-btn-down .eae-wp-button,
.eae-content-btn-down .eae-wp-button.wp-layout-horizontal .eae-wp-content-button,
.eae-content-btn-up .eae-wp-button,
.eae-content-btn-up .eae-wp-button.wp-layout-horizontal .eae-wp-content-button {
    width: 100%
}

.eae-wp-btn-layout-vertical .eae-wp-content-button {
    flex-direction: column
}

.eae-product-card .eae-wp-image img {
    width: 100%;
    object-fit: cover
}

.wp-img-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    height: 100%;
    transition: .5s ease;
    z-index: 10;
    pointer-events: none
}

.eae-product-card .eae-wp-content .eae-wp-content-inner a {
    text-decoration: none;
    color: unset
}

.eae-wp-content-inner .eae-wp-price {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    font-family: serif;
    gap: 10px;
    order: 2
}

.elementor-widget-eae-woo-products {
    --eae-wp-badge-height: 18px;
    --eae-wp-badge-width: 15px;
    --eae-wp-border-radius: 3px;
    --eae-wp-img-width: 100%
}

.eae-woo-split-left .eae-wp-image,
.eae-woo-split-right .eae-wp-image {
    --eae-wp-img-width: 50%;
    width: var(--eae-wp-img-width)
}

.eae-wp-sale-tag {
    position: absolute;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.eae-wp-sale-tag .wp-sales {
    z-index: 9
}

.eae-wp-sale-tag.eae-preset2,
.eae-wp-sale-tag.eae-preset4,
.eae-wp-sale-tag.eae-preset5 {
    overflow: visible;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: none
}

.eae-wp-sale-tag.eae-preset1.eae-position-left {
    position: absolute;
    display: flex;
    background-color: #1e69b8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 3;
    left: 0;
    right: auto
}

.eae-wp-sale-tag.eae-preset1.eae-position-right {
    position: absolute;
    display: flex;
    background-color: #1e69b8;
    color: #fff;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 3
}

.eae-wp-sale-tag.eae-preset2.eae-position-left {
    height: 20px
}

.eae-wp-sale-tag.eae-preset2.eae-position-left::before {
    border-left-color: transparent !important;
    display: inline-block;
    content: "";
    height: 20px;
    position: absolute;
    right: calc(var(--eae-wp-badge-height, 15px)* -1);
    top: 0;
    border-top-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-bottom-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-left-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-style: solid;
    border-color: #000;
    border-right: calc(var(--eae-wp-badge-width)*2) solid transparent;
    transform: rotate(180deg)
}

.eae-wp-sale-tag.eae-preset2.eae-position-right::before {
    border-left-color: transparent !important;
    display: inline-block;
    content: "";
    position: absolute;
    right: auto;
    left: -20px;
    top: 0;
    border-top-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-bottom-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-right-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-style: solid;
    border-color: #000;
    border-left: 15px solid transparent;
    transform: rotate(0)
}

.eae-wp-sale-tag.eae-preset2.eae-position-left {
    left: 0;
    right: auto
}

.eae-wp-sale-tag.eae-preset2.eae-position-right {
    left: auto;
    right: 0
}

.eae-wp-sale-tag.eae-preset3 {
    width: 250px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.eae-wp-sale-tag.eae-preset3.eae-position-left {
    left: 50px;
    top: 50px;
    right: auto;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.eae-wp-sale-tag.eae-preset3.eae-position-right {
    left: auto;
    right: 50px;
    top: 50px;
    transform: translate(42%, 42%) rotate(45deg)
}

.eae-wp-sale-tag.eae-preset4.eae-position-left::after {
    right: 0
}

.eae-wp-sale-tag.eae-preset4.eae-position-right::after {
    left: 0
}

.eae-wp-sale-tag.eae-preset4::after {
    display: block;
    content: '';
    position: absolute;
    background: #fff;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.eae-wp-sale-tag.eae-preset4::before {
    position: absolute;
    top: 0;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-top-width: calc(var(--eae-wp-badge-height, 15px)/2);
    border-bottom-width: calc(var(--eae-wp-badge-height, 15px)/2)
}

.eae-wp-sale-tag.eae-preset4.eae-position-left::before {
    right: -16px;
    border-left: 15px solid #2196f3
}

.eae-wp-sale-tag.eae-preset4.eae-position-right::before {
    left: -16px;
    border-right: 15px solid #6d71f9
}

.eae-wp-sale-tag.eae-preset4.eae-position-left {
    left: 0;
    right: auto
}

.eae-wp-sale-tag.eae-preset4.eae-position-right {
    left: auto;
    right: 0
}

.eae-wp-sale-tag.eae-preset5 {
    border-radius: var(--eae-wp-border-radius, 5px);
    border-top-right-radius: 0
}

.eae-wp-sale-tag.eae-preset5::after {
    position: absolute;
    content: '';
    display: block;
    width: calc(var(--eae-wp-badge-height, 10px)/2);
    height: 100%;
    bottom: 0;
    background: #000;
    border-radius: 0 var(--eae-wp-border-radius, 5px) var(--eae-wp-border-radius, 5px) 0
}

.eae-wp-sale-tag.eae-preset5.eae-position-left {
    left: 0;
    right: auto
}

.eae-wp-sale-tag.eae-preset5.eae-position-right {
    left: auto;
    right: 0
}

.eae-wp-sale-tag.eae-preset5.eae-position-left::after {
    right: -10px;
    transform: skew(-15deg)
}

.eae-wp-sale-tag.eae-preset5.eae-position-right:after {
    left: -8px;
    transform: skew(15deg) rotate(180deg)
}

.eae-product-card .eae-wp-sale-tag .wp-sales {
    min-width: 45px
}

.eae-woo-split-left .eae-product-card .eae-wp-content,
.eae-woo-split-right .eae-product-card .eae-wp-content {
    flex-direction: column;
    justify-content: center;
    --eae-wp-img-width: 50%
}

.eae-woo-split-left .eae-product-card .eae-wp-content .eae-wp-content-outer,
.eae-woo-split-right .eae-product-card .eae-wp-content .eae-wp-content-outer {
    flex-direction: column
}

.eae-woo-split-left .wp-split-layout .eae-wp-content,
.eae-woo-split-right .wp-split-layout .eae-wp-content {
    width: calc(100% - var(--eae-wp-img-width))
}

.eae-woo-split-left .eae-product-card .eae-wp-image,
.eae-woo-split-right .eae-product-card .eae-wp-image {
    max-width: var(--eae-wp-img-width, 50%);
    height: auto
}

.eae-woo-split-left .eae-product-card .eae-wp-button,
.eae-woo-split-right .eae-product-card .eae-wp-button {
    width: 100%;
    justify-content: flex-start
}

.eae-woo-products .swiper-flip {
    overflow: hidden
}

.wp-cover-layout.wp-preset1 .eae-product-card.enable-hover-animation .eae-wp-content {
    opacity: 0;
    visibility: hidden;
    transition: all .7s linear
}

.wp-cover-layout.wp-preset1 .eae-product-card.enable-hover-animation .eae-wp-content {
    position: absolute;
    background-color: #00000055;
    color: #fff;
    transition: all .7s linear
}

.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-bottom .eae-wp-content {
    bottom: -100%;
    width: 100%;
    height: 0%;
    top: auto
}

.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-top .eae-wp-content {
    top: 0;
    width: 100%;
    height: 0%
}

.wp-preset1 .eae-product-card.wp-hover-bottom:hover .eae-wp-content,
.wp-preset1 .eae-product-card.wp-hover-top:hover .eae-wp-content {
    opacity: 1;
    height: 100%;
    visibility: visible;
    bottom: 0
}

.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-left .eae-wp-content {
    left: -100%;
    height: 100%;
    width: 100%
}

.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-right .eae-wp-content {
    right: -100%;
    height: 100%;
    width: 100%
}

.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-left:hover .eae-wp-content {
    opacity: 1;
    left: 0;
    width: 100%;
    visibility: visible
}

.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-right:hover .eae-wp-content {
    opacity: 1;
    right: 0;
    width: 100%;
    visibility: visible
}

.eae-content-btn-down .eae-woo-products .eae-product-card .eae-wp-content-button,
.eae-content-btn-up .eae-woo-products .eae-product-card .eae-wp-content-button {
    width: 100%
}

.eae-content-btn-down .eae-woo-products.wp-preset1 .eae-product-card .eae-wp-content-button .eae-wp-icon,
.eae-content-btn-up .eae-woo-products.wp-preset1 .eae-product-card .eae-wp-content-button .eae-wp-icon {
    width: fit-content
}

.eae-product-card .eae-wp-button .eae-wp-icon,
.eae-product-card .eae-wp-content-button .eae-wp-icon {
    color: #fff
}

.eae-woo-products.wp-split-layout.wp-preset1 .eae-product-card {
    border: 1px solid #cccccc8c;
    box-shadow: 0 0 9px 2px #ccccccb0;
    overflow: hidden
}

.eae-woo-products.wp-split-layout.wp-preset2 .eae-product-card {
    border: 1px solid #cccccc8c;
    border-radius: 10px
}

.eae-product-card .eae-wp-title {
    display: flex;
    font-size: 20px;
    line-height: 1.3;
    font-family: 'serif', sans-serif;
    font-weight: 500
}

.eae-wp-des {
    font-size: 12px;
    font-weight: 400;
    text-align: left
}

[data-elementor-device-mode=mobile] .eae-wp-modal-box .eae-wp-popup-container {
    display: flex;
    flex-direction: column
}

[data-elementor-device-mode=mobile] .eae-wp-modal-box .wp-popup-content {
    width: 100%
}

.eae-rw-icon {
    position: absolute;
    right: 20px;
    top: 20px
}

.eae-rw-wrapper .eae-rw-item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 4px;
    transition-duration: .4s;
    overflow: hidden
}

.eae-rw-wrapper {
    display: grid
}

.eae-rw-wrapper.eae-swiper-container {
    margin-left: unset;
    margin-right: unset
}

.eae-rw-wrapper .eae-rw-name {
    margin: 0
}

.eae-rw-name {
    font-size: 20px
}

.eae-rw-image-container img {
    width: 100%
}

.eae-rw-image-container {
    min-width: fit-content;
    overflow: hidden
}

.eae-rw-item .eae-rw-button {
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff
}

.eae-rw-separator {
    width: 100%;
    border-top: 0;
    border-style: solid;
    border-color: #00000026
}

.eae-rw-container {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.eae-rw-header .eae-rw-header-button {
    padding: 8px 17px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    height: fit-content
}

.eae-rw-heading {
    margin: unset
}

.eae-rw-review-details-container {
    display: flex
}

.eae-rw-header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: rgb(127 127 127 / 10%);
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    transition-duration: .4s
}

.eae-rw-header-star-container,
.eae-rw-star-container {
    display: flex;
    flex-direction: row
}

.eae-rw-star-container {
    width: 100%
}

.eae-rw-date {
    width: 100%
}

.eae-rw-e-icon-container {
    position: relative
}

.eae-rw-e-marked {
    position: absolute;
    overflow: hidden
}

.eae-rw-e-marked svg,
.eae-rw-e-unmarked svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.eae-rw-e-marked i {
    color: #f0ad4e
}

.eae-rw-e-marked svg {
    fill: #f0ad4e
}

.eae-rw-e-unmarked i {
    color: #ccd6df
}

.eae-rw-e-unmarked svg {
    fill: #CCD6DF
}

.eae-rw-rating-num {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    background-color: #663399;
    padding: 5px 10px;
    color: #fff;
    border-radius: 20px;
    font-size: 12px
}

.eae-rw-rating-num i {
    font-size: 10px
}

.eae-rw-header-content .eae-rw-header-title {
    margin: unset
}

.eae-rw-name-wrap {
    width: 100%
}

.eae-rw-details-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.eae-rw-data-wrapper {
    display: flex;
    align-self: start;
    align-items: center;
    width: 100%;
    gap: 5px
}

.eae-rw-preset-bottom .eae-rw-data-wrapper {
    order: 4
}

.eae-rw-preset-bottom .eae-rw-separator {
    order: 3
}

.eae-rw-preset-bottom .eae-rw-review-text-container {
    order: 1
}

.eae-rw-preset-bottom .eae-rw-button {
    order: 2
}

.eae-rw-container.eae-swiper-outer-wrapper .eae-swiper-slide {
    height: auto
}

.eae-rw-e-icon-container svg {
    height: 1em;
    width: 1em
}

.eae-rw-e-icon-container {
    display: flex;
    align-items: center
}

.elementor-widget-eae-woo-category {
    --eae-wc-column: 4
}

.eae-woo-cat-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative
}

.eae-swiper-outer-wrapper .eae-swiper.swiper-flip {
    overflow: hidden
}

.eae-woo-cat-wrapper .eae-category {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.eae-woo-cat-wrapper .eae-grid-layout {
    display: grid;
    grid-auto-flow: column;
    padding: 10px;
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(var(--eae-wc-column), 1fr);
    grid-auto-flow: unset
}

.eae-woo-cat-wrapper .eae-category-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden
}

.eae-woo-cat-wrapper .eae-category-card .eae-image,
.eae-woo-cat-wrapper .eae-category-card .eae-image a {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden
}

.eae-woo-cat-wrapper .eae-category-card .eae-image a img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover
}

.eae-woo-cat-wrapper .eae-category-card .eae-category-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.eae-woo-cat-wrapper .eae-category-card .eae-category-content .eae-title {
    word-break: break-all;
    font-size: 1.6em
}

.eae-woo-cat-wrapper .eae-category-card .eae-category-content .eae-heading-wrap {
    display: flex;
    align-items: center;
    gap: 5px
}

.eae-woo-cat-wrapper .eae-category-content .eae-heading-wrap.eae-pst-1 {
    flex-wrap: wrap
}

.eae-woo-cat-wrapper .eae-category-content .eae-heading-wrap.eae-pst-left {
    flex-direction: row-reverse
}

.eae-woo-cat-wrapper .eae-category-content .eae-heading-wrap.eae-pst-right {
    flex-direction: row
}

.eae-woo-cat-wrapper .eae-category-content .eae-count {
    font-size: 16px;
    font-weight: 500
}

.eae-woo-cat-wrapper .eae-category-content h1,
.eae-woo-cat-wrapper .eae-category-content h2,
.eae-woo-cat-wrapper .eae-category-content h3,
.eae-woo-cat-wrapper .eae-category-content h4,
.eae-woo-cat-wrapper .eae-category-content h5 {
    margin: unset
}

.eae-woo-cat-wrapper .eae-category-content .eae-title a {
    color: unset
}

.eae-woo-cat-wrapper .eae-category-content .eae-description {
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

.eae-woo-cat-wrapper .eae-category-content .eae-buttons {
    padding: 10px 18px;
    margin: 10px 0;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: fit-content;
    justify-content: center;
    cursor: pointer
}

.eae-category-card .eae-category-content .eae-count {
    font-size: 16px;
    font-weight: 500
}

.eae-swiper-outer-wrapper .eae-swiper.swiper-flip {
    overflow: hidden
}

.eae-woo-cat-wrapper .eae-category-content .eae-child-category {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    flex-wrap: wrap
}

.eae-woo-category-swiper .eae-category-card.eae-swiper-slide {
    height: unset
}

.eae-woo-cat-wrapper .eae-category-content .eae-child-category li {
    list-style: none
}

.eae-woo-cat-wrapper .eae-category-card {
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 5px 4px 4px 0 #cacaca5e
}

.eae-style1 .eae-category-card .eae-category-content {
    position: none;
    flex-grow: 1;
    justify-content: space-between
}

.eae-woo-split-down #eae-style1 .eae-category-card .eae-category-content,
.eae-woo-split-up .eae-style1 .eae-category-card .eae-image {
    width: 100% !important
}

.eae-woo-split-left .enable-stacked .eae-style1 .eae-category-card {
    flex-direction: column !important
}

.eae-woo-split-right .enable-stacked .eae-style1 .eae-category-card {
    flex-direction: column-reverse !important
}

.eae-style2 .eae-category-card {
    flex-direction: row;
    position: relative
}

.eae-style2 .eae-category-card .eae-image {
    position: relative;
    width: 100%
}

.eae-style2 .eae-category-card .eae-category-content {
    position: absolute;
    bottom: 0;
    background-color: #00000055;
    color: #fff;
    min-height: 30%
}

.eae-style3 .eae-category-card {
    flex-direction: row;
    position: relative
}

.eae-style3 .eae-category-card .eae-image {
    position: relative;
    width: 100% !important
}

.eae-style3 .eae-category-card .eae-category-content {
    position: absolute;
    background-color: #00000055;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.eae-style3 .eae-hvr-bottom.eae-category-card .eae-category-content {
    bottom: -100%;
    width: 100%;
    height: 0%
}

.eae-style3 .eae-hvr-top.eae-category-card .eae-category-content {
    top: 0;
    width: 100%;
    height: 0%
}

.eae-style3 .eae-hvr-bottom.eae-category-card:hover .eae-category-content,
.eae-style3 .eae-hvr-top.eae-category-card:hover .eae-category-content {
    opacity: 1;
    height: 100%;
    visibility: visible;
    bottom: 0
}

.eae-style3 .eae-hvr-left.eae-category-card .eae-category-content {
    left: -100%;
    height: 100%;
    width: 100%
}

.eae-style3 .eae-hvr-right.eae-category-card .eae-category-content {
    right: -100%;
    height: 100%;
    width: 100%
}

.eae-style3 .eae-hvr-left.eae-category-card:hover .eae-category-content {
    opacity: 1;
    left: 0;
    width: 100%;
    visibility: visible
}

.eae-style3 .eae-hvr-right.eae-category-card:hover .eae-category-content {
    opacity: 1;
    right: 0;
    width: 100%;
    visibility: visible
}

.eae-category-card .eae-image.enable-scale img {
    transition: all .3s ease-in-out
}

.eae-category-card:hover .eae-image.enable-scale img {
    transform: scale3d(1.2, 1.2, 1);
    transition: all .3s ease-in-out
}

.elementor-widget-eae-testimonial {
    --columns: 1
}

.eae-testimonial-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative
}

.eae-testimonial-wrapper .eae-testimonial-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 10px
}

.eae-testimonial-wrapper.eae-grid-layout {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-auto-flow: unset
}

.eae-testimonial-container.eae-pre1 .eae-testimonial-content {
    align-items: center
}

.eae-testimonial-wrapper .eae-testimonial-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden
}

.eae-testimonial-wrapper .eae-testimonial-content,
.eae-testimonial-wrapper .eae-ts-content-section {
    gap: 5px
}

.eae-testimonial-wrapper .eae-content-img .eae-avatar-image {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover
}

.eae-testimonial-wrapper .eae-content-img {
    padding: 5px;
    width: 70px;
    height: 70px
}

.eae-testimonial-container.eae-pre2 .eae-testimonial-content {
    flex-direction: row
}

.eae-pre2 .eae-ts-content-section {
    padding: 0 50px
}

.eae-pre2 .eae-author-info-wrapper {
    flex-direction: row
}

.eae-testimonial-container.eae-pre2 .eae-additional-image {
    width: 30%;
    display: flex
}

.eae-testimonial-container .eae-additional-image img {
    object-fit: cover;
    overflow: hidden;
    width: auto
}

.eae-testimonial-container.eae-pre2 .eae-ts-content-section {
    flex: 1
}

.eae-ts-content-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.eae-author-info-wrapper {
    display: flex;
    flex-direction: column
}

.eae-testimonial-container.eae-pre3 .eae-ts-content-section {
    justify-content: center
}

.eae-testimonial-container.eae-pre3 .eae-testimonial-content {
    flex-direction: row
}

.eae-testimonial-container.eae-pre3 .eae-ts-img-wrapper .eae-ts-overlay-block .eae-ts-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 24px 34px;
    background: rgb(53 45 45 / 24%);
    backdrop-filter: blur(11px);
    -webkit-backdrop-filter: blur(14.6px);
    border: 1px solid rgba(255, 255, 255, .3)
}

.eae-testimonial-container.eae-pre3 .eae-ts-img-wrapper .eae-ts-overlay-block {
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 0
}

.eae-testimonial-container .eae-ts-overlay-block .eae-ts-info-container {
    display: flex;
    flex-direction: column
}

.eae-testimonial-container.eae-pre3 .eae-ts-content-section {
    align-self: center;
    width: 50%;
    flex: 1
}

.eae-testimonial-container.eae-pre3 .eae-ts-img-wrapper {
    position: relative;
    width: 50%
}

.eae-testimonial-wrapper.eae-swiper-outer-wrapper .eae-swiper-slide {
    height: unset
}

.eae-testimonial-content-wrapper {
    display: flex;
    flex-direction: row
}

.eae-rating.eae-content-rating {
    display: flex;
    align-items: center;
    gap: 5px
}

.eae-rating.eae-content-rating i {
    font-size: 16px
}

.eae-rating.eae-content-rating svg {
    height: 16px;
    width: 16px
}

.eae-testimonial-container .eae-content-desc {
    margin-bottom: 12px;
    font-size: 22px
}

.eae-testimonial-container .eae-name {
    font-weight: 600;
    font-size: 16px
}

.eae-testimonial-container .eae-designation {
    font-weight: 500;
    font-size: 14px
}

.eae-testimonial-container .eae-company-name {
    font-size: 14px;
    font-weight: 300
}

.eae-testimonial-container .eae-ts-overlay-block .eae-ts-overlay-rating {
    display: flex;
    flex-direction: row
}

.eae-ts-icon.eae-ts-unfilled-icon svg {
    height: 16px;
    width: 16px
}

.eae-testimonial-container .eae-ts-icon {
    display: flex;
    align-items: center
}

.eae-testimonial-container .eae-ts-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.eae-testimonial-container.eae-pre3 .eae-additional-image {
    height: 100%;
    display: flex
}

.eae-testimonial-container.eae-pre3 .eae-testimonial-content {
    justify-content: space-around
}

.eae-swiper-outer-wrapper .swiper-fade .eae-swiper-slide {
    background-color: #fff
}

.eae-testimonial-container.swiper-coverflow .eae-testimonial-content {
    background-color: #fff
}

.eae-testimonial-container.eae-pre3 .eae-ts-info {
    width: 100%
}

.eae-pre1 .eae-testimonial-content,
.eae-pre2 .eae-testimonial-content {
    padding: 50px
}

.eae-pre1 .eae-testimonial-content.eae-company-name {
    margin-bottom: 12px
}

.eae-testimonial-content .eae-content-rating {
    margin-bottom: 12px
}

.eae-pre2 .eae-ts-content-section .eae-content-rating {
    order: 1
}

.eae-pre2 .eae-ts-content-section .eae-content-desc {
    order: 2
}

.eae-pre2 .eae-ts-content-section .eae-author-info-wrapper {
    order: 3
}

.eae-pre2 .eae-content-img,
.eae-pre3 .eae-content-img {
    margin-right: 16px
}

.eae-pre3 .eae-testimonial-content .eae-ts-content-section {
    padding: 20px 40px 20px 60px
}

.eae-pre3 .eae-testimonial-content .eae-ts-author-info {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.elementor-form .eae-form-field select[multiple] {
    height: auto
}

.wpcf7-spinner:not(:first-of-type) {
    display: none !important;
    visibility: hidden !important
}

.eae-dropbar-wrapper {
    position: relative;
    width: fit-content
}

.eae-dropbar-text {
    display: flex;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    width: fit-content;
    align-items: center;
    justify-content: center
}

.eae-dropbar-wrapper.eae-animation .eae-drop-content {
    transition: visibility .4s ease, clip-path .4s ease, opacity .4s ease
}

.eae-drop-content {
    position: absolute;
    z-index: 2;
    background-color: #dee1de;
    visibility: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.eae-dropbar-wrapper.eae-active .eae-drop-content {
    visibility: visible
}

.eae-drop-bar-align-right {
    text-align: right;
    text-align: -webkit-right
}

.eae-drop-bar-align-center {
    text-align: center;
    text-align: -webkit-center
}

.eae-drop-bar-align-left {
    text-align: left;
    text-align: -webkit-left
}

.eae-drop-bar-align-justify .eae-dropbar-wrapper,
.eae-drop-bar-align-justify .eae-dropbar-wrapper .eae-dropbar-text {
    width: 100%
}

.eae-dropbar-wrapper .eae-drop-content p {
    margin-bottom: unset
}

.eae-random-image-wrapper {
    display: flex;
    flex-direction: column
}

.eae-random-image-content {
    display: flex;
    flex-direction: column
}

.eae-random-image-caption {
    display: flex
}

.peel {
    position: relative;
    opacity: 0;

}

.peel-ready {
    opacity: 1;
}

.peel-svg-clip-element {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.peel-layer {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    transform-origin: top left;
}

/*------------] Some Defaults [------------*/

.peel-top {
    background-color: #81afcb;
}

.peel-back {
    background-color: #a0c7df;
}

.peel-bottom {
    background-color: #688394;
}

/* .eae-top{
    background-image: url(Screenshot\ 2023-10-30\ at\ 1.55.14\â¯PM.png);
  }
  .eae-back{
    background-image: url(Screenshot\ 2023-10-30\ at\ 1.55.14\â¯PM.png);
  } */

.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart:before {
    content: "\f080"
}

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart-o:before {
    content: "\f080"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paste:before {
    content: "\f328"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f089"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f089"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f089"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: "\f1cd"
}

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-buoy:before {
    content: "\f1cd"
}

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-saver:before {
    content: "\f1cd"
}

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire,
.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: "\f2b4"
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}


.fab {
    font-family: "Font Awesome 5 Brands"
}


.fab,
.far {
    font-weight: 400
}


.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

.vegas-overlay,
.vegas-slide,
.vegas-slide-inner,
.vegas-timer,
.vegas-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0
}

.vegas-overlay {
    opacity: .5;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px
}

.vegas-timer-progress {
    width: 0;
    height: 100%;
    background: #fff;
    -webkit-transition: width ease-out;
    transition: width ease-out
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: center center no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity
}

body .vegas-container {
    overflow: hidden !important;
    position: relative
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2
}

body.vegas-container>.vegas-overlay,
body.vegas-container>.vegas-slide,
body.vegas-container>.vegas-timer {
    position: fixed;
    z-index: -1
}

:root body.vegas-container>.vegas-overlay,
:root body.vegas-container>.vegas-slide,
_::full-page-media,
_:future {
    bottom: -76px
}

.vegas-transition-blur,
.vegas-transition-blur2 {
    opacity: 0;
    -webkit-filter: blur(32px);
    filter: blur(32px)
}

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.vegas-transition-blur2-out {
    opacity: 0
}

.vegas-transition-burn,
.vegas-transition-burn2 {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
    opacity: 1;
    -webkit-filter: contrast(100%) saturate(100%);
    filter: contrast(100%) saturate(100%)
}

.vegas-transition-burn2-out {
    opacity: 0;
    -webkit-filter: contrast(1000%) saturate(1000%);
    filter: contrast(1000%) saturate(1000%)
}

.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1
}

.vegas-transition-fade2-out {
    opacity: 0
}

.vegas-transition-flash,
.vegas-transition-flash2 {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
    opacity: 1;
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

.vegas-transition-flash2-out {
    opacity: 0;
    -webkit-filter: brightness(25);
    filter: brightness(25)
}

.vegas-transition-negative,
.vegas-transition-negative2 {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
    opacity: 1;
    -webkit-filter: invert(0);
    filter: invert(0)
}

.vegas-transition-negative2-out {
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideDown2-out {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideLeft2-out,
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.vegas-transition-slideRight2-out {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.vegas-transition-slideUp2-out {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlLeft2-out,
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
    -webkit-transform: scale(2) rotate(-35deg);
    transform: scale(2) rotate(-35deg);
    opacity: 0
}

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1
}

.vegas-transition-swirlRight2-out {
    -webkit-transform: scale(2) rotate(35deg);
    transform: scale(2) rotate(35deg);
    opacity: 0
}

.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomIn2-out,
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
}

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.vegas-transition-zoomOut2-out {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
    animation: kenburns ease-out
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
    animation: kenburnsDownLeft ease-out
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
        transform: scale(1.5) translate(10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
    animation: kenburnsDownRight ease-out
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
        transform: scale(1.5) translate(-10%, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
    animation: kenburnsDown ease-out
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
        transform: scale(1.5) translate(0, -10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
    animation: kenburnsLeft ease-out
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
        transform: scale(1.5) translate(10%, 0)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
    animation: kenburnsRight ease-out
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
        transform: scale(1.5) translate(-10%, 0)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
    animation: kenburnsUpLeft ease-out
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
        transform: scale(1.5) translate(10%, 10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
    animation: kenburnsUpRight ease-out
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
        transform: scale(1.5) translate(-10%, 10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
    animation: kenburnsUp ease-out
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
        transform: scale(1.5) translate(0, 10%)
    }

    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0)
    }
}

/*# sourceMappingURL=vegas.min.css.map */

.tax-product_brand .brand-description {
    overflow: hidden;
    zoom: 1
}

.tax-product_brand .brand-description img.brand-thumbnail {
    width: 25%;
    float: right
}

.tax-product_brand .brand-description .text {
    width: 72%;
    float: left
}

.widget_brand_description img {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1em
}

ul.brand-thumbnails {
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    list-style: none
}

ul.brand-thumbnails:before {
    clear: both;
    content: "";
    display: table
}

ul.brand-thumbnails:after {
    clear: both;
    content: "";
    display: table
}

ul.brand-thumbnails li {
    float: left;
    margin: 0 3.8% 1em 0;
    padding: 0;
    position: relative;
    width: 22.05%
}

ul.brand-thumbnails.fluid-columns li {
    width: auto
}

ul.brand-thumbnails:not(.fluid-columns) li.first {
    clear: both
}

ul.brand-thumbnails:not(.fluid-columns) li.last {
    margin-right: 0
}

ul.brand-thumbnails.columns-1 li {
    width: 100%;
    margin-right: 0
}

ul.brand-thumbnails.columns-2 li {
    width: 48%
}

ul.brand-thumbnails.columns-3 li {
    width: 30.75%
}

ul.brand-thumbnails.columns-5 li {
    width: 16.95%
}

ul.brand-thumbnails.columns-6 li {
    width: 13.5%
}

.brand-thumbnails li img {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0
}

@media screen and (max-width:768px) {
    ul.brand-thumbnails:not(.fluid-columns) li {
        width: 48% !important
    }

    ul.brand-thumbnails:not(.fluid-columns) li.first {
        clear: none
    }

    ul.brand-thumbnails:not(.fluid-columns) li.last {
        margin-right: 3.8%
    }

    ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd) {
        clear: both
    }

    ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even) {
        margin-right: 0
    }
}

.brand-thumbnails-description li {
    text-align: center
}

.brand-thumbnails-description li .term-thumbnail img {
    display: inline
}

.brand-thumbnails-description li .term-description {
    margin-top: 1em;
    text-align: left
}

#brands_a_z h3:target {
    text-decoration: underline
}

ul.brands_index {
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

ul.brands_index li {
    float: left;
    margin: 0 2px 2px 0
}

ul.brands_index li a,
ul.brands_index li span {
    border: 1px solid #ccc;
    padding: 6px;
    line-height: 1em;
    float: left;
    text-decoration: none
}

ul.brands_index li span {
    border-color: #eee;
    color: #ddd
}

ul.brands_index li a:hover {
    border-width: 2px;
    padding: 5px;
    text-decoration: none
}

ul.brands_index li a.active {
    border-width: 2px;
    padding: 5px
}

div#brands_a_z a.top {
    border: 1px solid #ccc;
    padding: 4px;
    line-height: 1em;
    float: right;
    text-decoration: none;
    font-size: .8em
}




[class^="xoo-wsc-icon-"],
[class*=" xoo-wsc-icon-"] {

    /* use !important to prevent issues with browser extensions that change fonts */

    font-family: 'Woo-Side-Cart' !important;

    speak: never;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;



    /* Better Font Rendering =========== */

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.xoo-wsc-icon-coupon-7:before {

    content: "\e925";

}

.xoo-wsc-icon-coupon-8:before {

    content: "\e926";

}

.xoo-wsc-icon-coupon-9:before {

    content: "\e927";

}

.xoo-wsc-icon-coupon-1:before {

    content: "\e91d";

}

.xoo-wsc-icon-coupon-2:before {

    content: "\e91e";

}

.xoo-wsc-icon-coupon-3:before {

    content: "\e91f";

}

.xoo-wsc-icon-coupon-5:before {

    content: "\e920";

}

.xoo-wsc-icon-coupon-6:before {

    content: "\e921";

}

.xoo-wsc-icon-coupon:before {

    content: "\e922";

}

.xoo-wsc-icon-coupon-4:before {

    content: "\e923";

}

.xoo-wsc-icon-bag1:before {

    content: "\e90c";

}

.xoo-wsc-icon-bag2:before {

    content: "\e910";

}

.xoo-wsc-icon-cart1:before {

    content: "\e911";

}

.xoo-wsc-icon-cart2:before {

    content: "\e912";

}

.xoo-wsc-icon-arrow-long-right:before {

    content: "\e900";

}

.xoo-wsc-icon-basket5:before {

    content: "\e901";

}

.xoo-wsc-icon-basket4:before {

    content: "\e902";

}

.xoo-wsc-icon-basket6:before {

    content: "\e903";

}

.xoo-wsc-icon-basket1:before {

    content: "\e904";

}

.xoo-wsc-icon-basket2:before {

    content: "\e905";

}

.xoo-wsc-icon-basket3:before {

    content: "\e906";

}

.xoo-wsc-icon-trash1:before {

    content: "\e907";

}

.xoo-wsc-icon-trash:before {

    content: "\e908";

}

.xoo-wsc-icon-cross:before {

    content: "\e909";

}

.xoo-wsc-icon-check_circle:before {

    content: "\e90a";

}

.xoo-wsc-icon-spinner:before {

    content: "\e97a";

}

.xoo-wsc-icon-spinner2:before {

    content: "\e97b";

}

.xoo-wsc-icon-trash2:before {

    content: "\e9ad";

}

.xoo-wsc-icon-checkmark:before {

    content: "\ea10";

}

.xoo-wsc-icon-discout:before {

    content: "\e924";

}

.xoo-wsc-icon-chevron-thin-left:before {

    content: "\e919";

}

.xoo-wsc-icon-chevron-left:before {

    content: "\e91a";

}

.xoo-wsc-icon-arrow-thin-left:before {

    content: "\e91b";

}

.xoo-wsc-icon-arrow-left:before {

    content: "\e91c";

}

.xoo-wsc-icon-arrow-thin-right:before {

    content: "\e90d";

}

.xoo-wsc-icon-del4:before {

    content: "\e913";

}

.xoo-wsc-icon-pencil:before {

    content: "\e90b";

}

.xoo-wsc-icon-cart:before {

    content: "\e93a";

}

.xoo-wsc-icon-spinner4:before {

    content: "\e97d";

}

.xoo-wsc-icon-spinner8:before {

    content: "\e981";

}

.xoo-wsc-icon-spinner11:before {

    content: "\e984";

}

.xoo-wsc-icon-shopping-bag:before {

    content: "\e918";

}

.xoo-wsc-icon-trash3:before {

    content: "\e914";

}

.xoo-wsc-icon-del1:before {

    content: "\e915";

}

.xoo-wsc-icon-del2:before {

    content: "\e916";

}

.xoo-wsc-icon-del3:before {

    content: "\e917";

}

.xoo-wsc-icon-shopping-bag1:before {

    content: "\e90e";

}

.xoo-wsc-icon-shopping-cart:before {

    content: "\e90f";

}


.xoo-wsc-markup *::-webkit-scrollbar {

    width: 8px;

}



.xoo-wsc-markup *::-webkit-scrollbar-track {

    border-radius: 10px;

    background: #f0f0f0;

}



.xoo-wsc-markup *::-webkit-scrollbar-thumb {

    border-radius: 50px;

    background: #d1d1d1
}





.xoo-wsc-container,
.xoo-wsc-slider {

    position: fixed;

    background-color: #fff;

    z-index: 999999;

    display: flex;

    flex-direction: column;

    width: 95%;

    transition: 0.5s ease-out;

}



.xoo-wsc-modal * {

    box-sizing: border-box;

}



.xoo-wsc-markup a {

    text-decoration: none;

}





.xoo-wsc-opac {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #000;

    z-index: 999996;

    opacity: 0;

    height: 0;

    transition: height 0s 0.4s, opacity 0.4s 0s;

}



.xoo-wsc-cart-active .xoo-wsc-opac {

    opacity: 0.8;

    height: 100%;

    transition: height 0s 0s, opacity 0.4s;

}



.xoo-wsc-body {

    flex-grow: 1;

    overflow: auto;

}



.xoo-wsc-loading .xoo-wsc-loader {

    display: block;

}



span.xoo-wsc-loader {

    display: none;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    opacity: 0.5;

    background-color: #eee;

    opacity: 0.7;

    z-index: 10;

}





.xoo-wsc-loader-icon {

    display: none;

}



.xoo-wsc-loading .xoo-wsc-loader-icon {

    position: absolute;

    transform: translate(-50%, -50%);

    top: 47%;

    left: 49%;

    z-index: 11;

    font-size: 24px;

    animation: xoo-wsc-spin 2s linear infinite;

    display: block;

}



@keyframes xoo-wsc-spin {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}







body.xoo-wsc-cart-active,
html.xoo-wsc-cart-active {

    overflow: hidden !important;

}



.xoo-wsc-basket {

    margin: 10px;

    z-index: 9999997;

    cursor: pointer;

    position: fixed;

    transition: 0.5s ease-out;

    align-items: center;

    justify-content: center;

    width: 60px;

    height: 60px;

}



.xoo-wsc-basket[style*='block'] {

    display: flex !important;

}

.xoo-wsc-items-count {

    border-radius: 50%;

    position: absolute;

    font-size: 13px;

    width: 28px;

    height: 28px;

    line-height: 28px;

    text-align: center;

    overflow: hidden;

}



.xoo-wsc-fly-animating {

    opacity: 1;

    position: absolute !important;

    height: 150px;

    width: 150px;

    z-index: 100;

}



.xoo-wsc-sc-bkcont {

    position: relative;

}





.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {

    display: flex;

    position: relative;

    cursor: pointer;

    align-items: center;

    justify-content: center;

}





span.xoo-wsc-sc-count {

    border-radius: 50%;

    height: 18px;

    line-height: 18px;

    width: 18px;

    display: inline-block;

    text-align: center;

    font-size: 13px;

    right: -7px;

    position: absolute;

    top: -4px;

}



.xoo-wsc-sc-cont .xoo-wsc-cart-trigger>* {

    margin-right: 3px;

}





/* Notices */

.xoo-wsc-notice-container {

    z-index: 2;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    display: none;

}



ul.xoo-wsc-notices {

    margin: 0;

    list-style-type: none;

    padding: 0;

}



.xoo-wsc-notice-success {

    background-color: #DFF0D8;

    color: #3C763D;

}

.xoo-wsc-notice-error {

    color: #a94442;

    background-color: #f2dede;

}



ul.xoo-wsc-notices li {

    padding: 15px 20px;

    list-style-type: none;

}



ul.xoo-wsc-notices li span {

    margin-right: 6px;

}



span.xoo-wsc-undo-item {

    float: right;

    text-decoration: underline;

    cursor: pointer;

}





.xoo-wsc-notices a.button.wc-forward {

    display: none;

}



/* Basket */

.xoo-wscb-icon {

    font-size: 37px;

}



.xoo-wscb-count {

    position: absolute;

    z-index: 1;

    background-color: transparent;

    font-size: 15px;

    height: 45px;

    line-height: 45px;

    text-align: center;

    left: 0;

    right: 0;

}



/* Header */

.xoo-wsc-header {

    padding: 15px;

    color: #000;

}



span.xoo-wsch-close {

    position: absolute;

    cursor: pointer;

}



span.xoo-wsch-text {

    margin-left: 8px;

}



.xoo-wsch-top {

    align-items: center;

}



.xoo-wsch-top .xoo-wsch-basket {

    display: table;

    position: relative;

}



.xoo-wsch-top {

    display: flex;

    margin: 0 auto;

}





/****** BODY ***********/



/*** Product ***/

.xoo-wsc-product {

    display: flex;

    border-bottom: 1px solid #eee;

}



.xoo-wsc-img-col {

    align-self: center;

}



.xoo-wsc-sum-col {

    flex-grow: 1;

    padding-left: 15px;

    display: flex;

    flex-direction: column;

}



.xoo-wsc-img-col img {

    width: 100%;

    height: auto;

}



.xoo-wsc-sm-left {

    flex-grow: 1;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    min-width: 0;

}



.xoo-wsc-sm-right {

    align-items: flex-end;

    padding-left: 10px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    max-width: 30px;

}





span.xoo-wsc-smr-del+.xoo-wsc-smr-ptotal {

    margin-top: auto;

}





span.xoo-wsc-pname,
span.xoo-wsc-pname a {

    font-weight: 600;

}



span.xoo-wsc-smr-del {

    cursor: pointer;

    margin-top: 5px;

}



.xoo-wsc-img-col span.xoo-wsc-smr-del {

    margin: 5px auto;

    display: table;

}



.xoo-wsc-sm-info {

    display: flex;

    min-width: 0;

}



.xoo-wsc-sm-sales {

    text-transform: uppercase;

    border: 1px solid #333;

    padding: 2px 10px;

    display: block;

    margin-bottom: 5px;

    border-radius: 10px;

    font-size: 10px;

}



.xoo-wsc-sm-left>*:not(:last-child) {

    padding-bottom: 4px;

}



/* Qty Box */

.xoo-wsc-qty-price span {

    display: inline-block;

}



/* Variation */

.xoo-wsc-product dl.variation dd,
.xoo-wsc-product dl.variation dt {

    margin: 0 4px 0 0;

    display: inline-block;

    float: left;

    font-style: italic;

}



.xoo-wsc-product dl.variation dt {

    clear: left;

}



.xoo-wsc-product dl.variation,
.xoo-wsc-product dl.variation p {

    margin: 0;

    font-size: 13px;

}





/** Footer */

.xoo-wsc-ft-buttons-cont {

    display: grid;

    text-align: center;

    grid-column-gap: 5px;

    grid-row-gap: 5px;

}



a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

}



a.xoo-wsc-ft-btn,
a.xoo-wsc-ft-btn:hover,
.xoo-wsc-container .xoo-wsc-btn,
.xoo-wsc-container .xoo-wsc-btn:hover {

    text-decoration: none;

}





.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {

    grid-column: 1/-1;

}





/** FOOTER Totals **/

.xoo-wsc-ft-totals {

    width: 100%;

    padding: 5px 0 10px 0;

}



.xoo-wsc-ft-amt {

    padding: 3px;

    display: flex;

    justify-content: space-between;

}



.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {

    cursor: pointer;

    margin-left: 5px;

}



span.xoo-wsc-ft-amt-label {

    font-weight: 600;

}



.xoo-wsc-toggle-slider {

    cursor: pointer;

}



.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {

    margin-left: 5px;

}



.xoo-wsc-ft-amt-label {

    flex-grow: 1;

    padding-right: 10px;

}



.xoo-wsc-ft-amt-value {

    text-align: right;

}



.xoo-wsc-ft-amt.less {

    color: #4CAF50;

}



.xoo-wsc-ft-amt-total {

    border-top: 1px dashed #9E9E9E;

    margin-top: 5px;

    padding-top: 5px;

}





/* Bundled product */



.xoo-wsc-product.xoo-wsc-is-parent {

    border-bottom: 0;

    padding-bottom: 0;

}



.xoo-wsc-product.xoo-wsc-is-child img {

    max-width: 50px;

    margin-left: auto;

    float: right;

}



.xoo-wsc-product.xoo-wsc-is-child {

    padding-top: 5px;

}



.xoo-wsc-empty-cart {

    padding: 30px;

    display: flex;

    flex-direction: column;

    align-items: center;

}



.xoo-wsc-empty-cart>* {

    margin-bottom: 20px;

}



/** Free **/

span.xoo-wsc-ft-amt-label:after {

    content: ":";

}



.xoo-wsc-ft-amt {

    display: table;

    margin: 0 auto;

    font-weight: 600;

}



span.xoo-wsc-ft-amt-label {

    padding-right: 5px;

}



span.xoo-wsc-footer-txt {

    text-align: center;

    margin: -8px auto 10px;

    display: block;

    font-size: 90%;

}



span.xoo-wsc-del-txt {

    text-align: center;

    display: block;

    font-size: 11px;

    text-transform: uppercase;

}



a.xoo-wsc-ft-btn-checkout .amount {

    font-style: italic;

}



a.xoo-wsc-ft-btn-checkout .amount:before {

    content: "-";

    margin: 0 8px;

    font-weight: bold;

}





/*Child selector except last */

.xoo-wsc-is-child:has(+.xoo-wsc-is-child),
.xoo-wsc-is-parent+.xoo-wsc-is-child {

    padding-bottom: 5px;

    padding-top: 10px;

    margin-top: 0;

    border-radius: 0;

    margin-bottom: 0;

    box-shadow: 0 0;

    border-bottom: 0;

}

.xoo-wsc-product.xoo-wsc-is-parent {

    margin-bottom: 0;

    padding-bottom: 0;

}



/* Only last child */

.xoo-wsc-product.xoo-wsc-is-child:not(:has(+ *)),
.xoo-wsc-is-child:has(+ .xoo-wsc-product:not(.xoo-wsc-is-child)) {

    margin-top: 0;

    padding-top: 5px;

}



.xoo-wsc-product dl.variation {

    flex-wrap: wrap;

}





.xoo-wsc-product del {

    opacity: 0.5;

    text-decoration: line-through;

    display: inline-flex;

}



.xoo-wsc-product del+ins {

    font-weight: 600;

}



.xoo-wsc-product del .amount {

    font-size: 95%;

}





body.rtl .xoo-wsc-sum-col {

    padding-right: 15px;

    padding-left: 0;

}



body.rtl span.xoo-wsch-text {

    margin-right: 8px;

    margin-left: 0;

}



body.rtl span.xoo-wsc-ft-amt-label {

    padding-left: 5px;

    padding-right: 0;

}



body.rtl .xoo-wsc-product dl.variation dd,
body.rtl .xoo-wsc-product dl.variation dt {

    float: right;

}



.xoo-wsc-markup-notices {

    top: 20%;

    right: -100%;

    left: auto;

    position: fixed;

    box-shadow: 2px 2px 9px 3px #eee;

    transition: all 0.5s;

    z-index: 999997;

    width: 0;

    max-width: 400px;

}



.xoo-wsc-markup-notices ul.xoo-wsc-notices li {

    padding: 25px;

}



.xoo-wsc-markup-notices.xoo-wsc-active {

    right: 0;

    width: 100%;

}



.xoo-wsc-markup-notices .xoo-wsc-notice-container {

    position: relative;

    display: block;

}

.xoo-wsc-qty-price>span {

    display: inline-block;

    margin-right: 1px;

}

.xoo-wsc-sml-qty span {

    display: inline-block;

}



.xoo-wsc-markup[data-wpr-lazyrender] {

    content-visibility: visible !important;

}




.elementor-2154 .elementor-element.elementor-element-6594b72.elementor-wc-products ul.products li.product span.onsale {
    display: none !important;
}

li.product span.onsale {
    display: none !important;
}

time {
    display: none !important;
}

/* Typografia */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Serif Pro", Sans-serif !important;
    font-weight: normal !important;
}

.mm-menu-pages .elementor-item {
    font-family: "Source Serif Pro", Sans-serif !important;
    font-weight: 300 !important;
}

.elementor-button-text,
.elementor-cta__button,
.elementor-text-editor,
.elementor-icon-box-content {
    font-family: "Source Sans Pro", Sans-serif !important;
    /*    font-weight: 200 !important;*/
}

@media all and (max-width: 1025px) {

    .elementor-button-text,
    .elementor-cta__button,
    .elementor-text-editor,
    .elementor-icon-box-content {
        font-family: "Source Sans Pro", Sans-serif !important;
        font-weight: 400 !important;
    }
}

.elementor a {
    color: #008b8b;
}

a {
    color: #008b8b;
}

p {
    font-family: "Source Sans Pro", Sans-serif !important;
    /* font-weight: 200 !important;*/
}

body {
    overflow-x: hidden;
}

/* Globaalit */

.elementor-column-wrap {
    width: 89% !important;
    margin: 0 auto;
}

.mm-fullwidth .elementor-column-wrap {
    width: 100% !important;
}

.mm-icon-box .elementor-column-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.mm-icon-box2 .elementor-column-wrap {
    margin: 0 !important;
    padding: 0 !important;
}


body {
    margin: 0;
}

/* CC */

.cc-banner.cc-bottom {
    z-index: 99999999;
}

/* Menu */

.mm-header-icon {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.mm-header-icon>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mm-header {
    background: transparent;
    position: absolute;
    width: 100%;
}

.mm-header-wrapper {
    position: absolute;
    width: 100%;
}

.mm-top-header .mm-logo,
.mm-top-header .mm-menu-icon {
    display: block !important;
    margin-bottom: 0 !important;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.mm-top-header .mm-logo-white,
.mm-top-header .mm-menu-icon-white {
    display: none;
}

.mm-top-header {
    background: #fff !important;
    transition: 0.8s;
    transition-timing-function: ease-in-out;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mm-header .mm-logo,
.mm-header .mm-menu-icon {
    display: none;
}

#menu-1-d44c8fc .mm-cta {
    background: #008b8b;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro' !important;
    font-size: 18px;
    margin: 4px;
}

#menu-1-d44c8fc .menu-item {
    display: flex;
    flex-wrap: wrap;
}

@media all and (min-width: 769px) and (max-width: 1025px) {

    .mm-cta {
        text-align: center !important;
        margin: 4px !important;
        display: inline-block !important;
    }
}

@media all and (max-width: 768px) {

    #menu-2-d44c8fc .elementor-item,
    #menu-2-0a059b4 .elementor-item,
    #menu-2-fa9e53a .elementor-item,
    #menu-2-1d0f101 .elementor-item,
    #menu-2-09b04be .elementor-item {
        background: #212121;
        color: #fff;
        text-align: center !important;
        justify-content: center;
    }

    #menu-2-d44c8fc .elementor-item {
        font-size: 20px !important;
    }

    #menu-2-d44c8fc li {
        background: rgba(0, 0, 0, 0) !important;
    }

    .mm-cta .elementor-item {
        background: #008b8b !important;
        margin-right: 10px !important;
        border-radius: 3px !important;
        text-transform: uppercase !important;
        font-family: 'Source Sans Pro' !important;
        font-size: 20px !important;
    }

    #menu-2-d44c8fc .mm-cta {
        background: #212121 !important;
        display: inline-block;
        width: 70%;
        margin: 11px 0;
    }

    #menu-2-d44c8fc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mm-cta-container {
        padding-top: 21px;
        background: #212121;
        text-align: center;
    }

    .mm-liikkeet-menu .elementor-invisible {
        visibility: visible !important;
    }

    .mm-header-wrapper {
        position: relative;
    }
}


#menu-1-d44c8fc .mm-cta .elementor-item {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 200 !important;
}

.mm-liikkeet-menu a {
    font-weight: 200 !important;
}

#mm-megamenu-icons .fa {
    color: #fff;
}

/* Lander */

.mm-lander {
    min-height: 100vh !important;
}

.mm-lander-box .elementor-container {
    margin-left: 0 !important;
}

.mm-underline::after {
    height: 22px;
    width: 830px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 89%;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    opacity: 0.8;
    display: none;
}

.mm-lander-special {
    border-bottom: 8px solid #008b8b;

}

.mm-quality {
    border-bottom: 8px solid #008b8b;
}

.mm-pro {
    border-bottom: 8px solid #008b8b;
}

/* Etusivu */

.mm-notice-text {
    color: #008b8b;
}

.mm-icon-box-title {
    color: #fff;
}

.mm-cta-section .elementor-cta__content {
    padding: 81px 0;
}

.mm-cta-section .elementor-cta__title {
    padding-bottom: 41px;
}

.mm-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mm-underline-white {
    border-bottom: 3px solid #fff;
}

@media all and (max-width: 768px) {
    .mm-parturi-kampaamo .elementor-column-wrap {
        margin: 20px auto !important;
    }


}

/* Hinnasto */

.mm-hairstyle-icon-container {
    width: 22.33%;
    float: left;
    margin-right: 5.5%;
    margin-left: 5.5%;
    text-align: center;
}

.mm-hairstyle-icon {
    width: 33%;
    margin: 0 auto !important;
}


@media all and (max-width: 700px) {
    .mm-hairstyle-icon {
        width: 100% !important;
        height: 50px !important;
    }


}

.mm-price {
    /* margin-top: 21px; */
    font-size: 20px;
    margin-bottom: 0;
}

.mm-pricing-plans {
    float: left;
    width: 100%;
    padding: 26px 0;
    display: flex;
    justify-content: center;
}

table td {
    background: transparent !important;
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 200 !important;
    font-size: 20px;
    padding-left: 0 !important;
}

.elementor-accordion .elementor-accordion-item {
    margin-bottom: 5px;
}

.mm-scale-img img {
    width: 70%;
}

@media all and (max-width: 1025px) and (min-width: 768px) {
    table td {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    table td {
        font-size: 14px;
    }

    .mm-length {
        font-size: 14px;
    }

    .mm-price {
        font-size: 14px;
    }

    .mm-hairstyle-icon {
        max-width: 40px !important;
    }
}

/* Ajanvaraus */

#ifrm {
    height: 242vh;
}



/* Rekry */

.job_filters {
    background: none;
    display: none;
}

.job_filters .job_types {
    background: none;
    display: flex;
    justify-content: center;
    display: none;
}

.position h3 {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 400 !important;
    color: #000;
    font-size: 16px !important;
}

.company_logo {
    display: none;
}

.position {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.job_listings li a {
    padding: 11px 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.location {
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.job_listings .meta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.job-type {
    font-size: 16px !important;
}

.date {
    font-size: 12px !important;
}

.job-type {
    color: #008b8b !important;
    font-weight: 400 !important;
}

@media all and (max-width: 900px) {
    .position {
        width: 100% !important;
        padding-bottom: 21px !important;
    }

    .location {
        width: 100% !important;
        float: left !important;
        text-align: left !important;
        padding-left: 0 !important;
    }

    .meta {
        text-align: left !important;
        padding-left: 0 !important;
        width: 100% !important;
        padding-top: 21px !important;
    }

    .job-type {
        text-align: left !important;
    }
}


/* Single job */

.single-job_listing .page-header {
    background: url('../images/tyopaikka-header-prospect.webp');
    background-position: 85% 15%;
}

.single-job_listing .page-header .entry-title {
    margin: 0 auto;
    max-width: 89%;
    color: #fff;
    width: 89%;
}

.mm-width-balancer {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    padding: 10px;
}

.single_job_listing .meta {
    display: flex;
    justify-content: space-between;
    padding: 81px 0 41px;
    max-width: 89%;
    margin: 0 auto;
    width: 89%;
}

.single_job_listing .meta .job-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single_job_listing .job_description {
    max-width: 89%;
    margin: 0 auto;
    padding: 41px 10px 81px;
    width: 89%;
}

.single-job_listing .job_application {
    max-width: 89%;
    margin: 0 auto;
    width: 89%;
    padding: 0 10px 81px;
}

.single_job_listing .meta .job-type {
    color: #000 !important;
    background-color: #fff;
    font-family: "Source Sans Pro", Sans-serif;
}

.single_job_listing .meta .location::before,
.single_job_listing .meta .date-posted::before {
    margin: 0 auto;
    color: #000;
    font-size: 24px !important;
    padding-bottom: 31px !important;
    display: flex;
}

.google_map_link,
.single-job_listing time {
    color: #000;
    font-family: "Source Sans Pro", Sans-serif;
}

.gtm-apply-clicks {
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 200 !important;
    font-size: 18px;
}

.single-job_listing time {
    width: 100%;
    float: left;
}

.mm-job-type-icon {
    width: 25px;
    margin: 0 auto;
    padding-bottom: 6px;
}

.single-job_listing .application_button {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #008b8b;
    border: none;
    font-weight: 200 !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
}

.single-job_listing .application_button:hover {
    background: #54595f;
}

.mm-job-header-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 242px 0px 20px 0px;
}

.single-job_listing .application_details {
    font-family: "Source Sans Pro", Sans-serif !important;
    margin-top: 81px !important;
    font-weight: 200;
}

.single-job_listing .application_details::before,
.single-job_listing .application_details::after {
    left: 50% !important;
}

.wpcf7-form p {
    display: flex;
    justify-content: center;
    margin: 31px 0;
}

.wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
}

.wpcf7-submit {
    margin: 31px 0;
}

.wpcf7-form {
    padding-top: 31px;
}

.wpcf7-form label {
    min-width: 50%;
    text-align: center;
}

.wpcf7-form label span {
    margin-top: 21px;
}

div.wpcf7-response-output {
    text-align: center;
}

.wpcf7-submit {
    background: #008b8b;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 300;
}

.wpcf7-submit:hover {
    background: #54595f !important;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

@media all and (min-width: 768px) and (max-width: 1025px) {
    .single-job_listing .page-header .entry-title {
        font-size: 40px;
    }

    .single-job_listing .page-header {
        background-size: cover;
    }

    .google_map_link {
        text-align: center;
    }

    .single-job_listing .subheading {
        font-size: 26px;
    }

    .gtm-apply-clicks {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .single-job_listing .page-header .entry-title {
        font-size: 35px;
    }

    .single-job_listing .page-header {
        background-size: cover;
        background-position: center;
    }

    .single_job_listing .meta {
        flex-direction: column;
    }

    .single_job_listing .meta .job-type {
        text-align: center !important;
        margin-bottom: 21px !important;
    }

    .google_map_link {
        text-align: center;
        margin-bottom: 21px !important;
    }

    .date-posted {
        text-align: center;
    }

    .single-job_listing .subheading {
        font-size: 22px;
    }

    .gtm-apply-clicks {
        font-size: 14px;
    }
}



/* Liikkeet */

.mm-icon-box img {
    width: 25px;
}

.mm-icon-box figure {
    margin-bottom: 5px !important;
}

.mm-icon-box2 img {
    width: 25px;
}

.mm-icon-box2 figure {
    margin-bottom: 5px !important;
}

.mm-icon-box a {
    color: #000 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 400 !important;
}

.mm-icon-box2 a {
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 400 !important;
}

.mm-aukioloajat p {
    font-weight: 400 !important;
}

.mm-liike-palvelut img {
    width: 60px !important;
    height: 60px !important;
}

.mm-instagram-icon .elementor-icon {
    padding: 0;
    background: none;
}

.mm-instagram-icon .elementor-icon {
    padding: 0;
    background: none;
}

.mm-instagram-icon .fa {
    color: #191911;
}

@media all and (max-width: 1025px) {
    .mm-liike-info-column .elementor-column-wrap {
        width: 89% !important;
        margin: 0 auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mm-liike-info-column .elementor-image-box-wrapper img {
        width: 25px;
    }
}



/* Yritys */

.mm-yrittaja-box {
    width: 18% !important;
    background: #f2f2f2;
    margin-bottom: 41px !important;
}

.mm-history-video {
    width: 70% !important;
    margin: 0 auto;
}

.eae-tl-content-wrapper {
    animation-name: fadeIn;
    animation-duration: 1.25s;
}

@media all and (max-width: 768px) {
    .eae-tl-content-wrapper {
        display: block;
        overflow: hidden;
        word-wrap: break-word;
    }

    .eae-tl-content-innner {
        font-size: 14px;
    }

    .eae-tl-item-title {
        font-size: 18px !important;
    }

    .eae-tl-item-meta-wrapper-inner {
        display: none;
    }

    .mm-history-video {
        width: 100% !important;
    }

    .mm-history-video-column .elementor-column-wrap {
        margin: 0 auto !important;
    }
}

@media all and (max-width: 380px) {
    .eae-tl-item-title {
        font-size: 14px !important;
    }
}

.mm-phone-link {
    color: #000 !important;
    font-weight: 500;
}

/* Footer */

.mm-bottom-bar span {
    font-weight: 200 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.mm-bottom-bar span strong a {
    color: #fff !important;
    font-weight: 400 !important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 33%;
}

#sb_instagram .sb_instagram_header {
    display: none;
}

#sb_instagram #sbi_load {
    display: none !important;
}

#mm-footer-menu-big ul {
    width: 100%;
}

#mm-footer-menu-big .mm-cta-container {
    width: auto;
    float: left;
}

@media all and (max-width: 768px) {
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 100%;
    }

    .mm-footer .mm-cta-container {
        background: none !important;
        float: none !important;
        width: auto !important;
        padding: 0;
    }

    .mm-footer .mm-cta .elementor-item {
        background: none !important;
        font-size: 14px !important;
        text-transform: none !important;
    }

    .mm-footer .elementor-item-active {
        background: none !important;
        color: #191911 !important;
    }

    .mm-footer .elementor-nav-menu .elementor-item {
        justify-content: left !important;
        padding-left: 0;
        font-family: 'Source Sans Pro' !important;
        color: #191911;
        font-weight: 200;
        font-size: 14px;
    }

    .mm-footer .elementor-item:hover {
        background: none !important;
        color: #191911 !important;
    }
}


/* Kuukauden etu php widget */

.mm-kk-etu img {
    display: block;
}

/* Ie fiksi menuun */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #elementor-popup-modal-44 {
        justify-content: none !important;
        align-items: none !important;
        display: block;
    }
}

/* Lahjakortit */

.mm-product-img-col .elementor-column-wrap {
    width: 100% !important;
}

.woocommerce-variation-add-to-cart {
    flex-wrap: wrap !important;
}

#pwgc-purchase-container {
    width: 100%;
}

.woocommerce-notices-wrapper {
    display: block;
    position: relative;
    z-index: 9999;
}

.woocommerce-message {
    margin: 0;
}

.product-thumbnail {
    display: none;
}

.woocommerce-cart-form__cart-item td {
    padding: 20px !important;
}

.coupon {
    display: flex;
    padding: 20px;
}

.actions .button[name="update_cart"] {
    margin-top: 2.5vh !important;
}

.actions .button {
    font-size: 14px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}

.shop_table td,
.shop_table th {
    padding: 20px !important;
}

.checkout-button {
    display: inline-block !important;
    font-size: 14px !important;
}

label[for="gift-card-amount"] {
    font-size: 14px;
}

#gift-card-amount {
    font-size: 14px;
    height: auto;
}

#pwgc-to,
#pwgc-from {
    margin: 11px 0;
}

.woocommerce .button,
#pwgc-redeem-button {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 200 !important;
    background-color: #008b8b !important;
    color: #fff !important;
    border-color: #008b8b;
}

#pwgc-redeem-button {
    margin-top: 21px !important;
}

.woocommerce ul.order_details {
    padding: 21px 0;
}

.mm-products .add_to_cart_button {
    display: none !important;
}

.woocommerce div.product.elementor .quantity+.button {
    margin-left: 0 !important;
}

.single-product .quantity {
    display: none !important;
}

#pwgc-purchase-container .pwgc-field-container:nth-child(4) {
    display: none;
}

.mm-basket {
    max-width: 2vw;
    width: 2vw;
}

.menu-item-1528 .elementor-item {
    padding: 0 !important;
}

.menu-item-1528 {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.return-to-shop {
    display: none;
}

.variations_form.cart .variations {
    display: none;
}

.woocommerce-product-details__short-description div {
    padding-bottom: 4px;
}

.woocommerce-product-details__short-description div:last-child {
    padding-bottom: 0;
}

.mm-cart img {
    max-width: 30px !important;
    width: 30px;
}

.cart-contents-count {
    background: #000;
    position: absolute;
    left: 20px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
}

.mm-header #mm-black-basket {
    display: none;
}

.mm-header #mm-white-basket {
    display: block;
}

.mm-top-header #mm-black-basket {
    display: block !important;
}

.mm-top-header #mm-white-basket {
    display: none !important;
}

.mm-cart-widget {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#pwgc-redeem-gift-card-form {
    display: none;
}

.checkout-button {
    padding: 12px 24px !important;
    font-size: 15px !important;
}

.woocommerce-message {
    border-top-color: #191911;
}

.woocommerce-info {
    border-top-color: #008b8b;
}

.woocommerce-info::before {
    color: #008b8b;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    z-index: 1;
}

.woocommerce-error li {
    margin: 0 0 11px;
}

.pswp__caption {
    display: none;
}

@media all and (max-width: 768px) {
    .woocommerce-cart .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-cart .woocommerce-message .wc-forward {
        width: 100%;
        text-align: center;
        margin-top: 21px;
    }

    .restore-item {
        padding-bottom: 21px;
    }

    .woocommerce-cart-form {
        margin-top: 41px;
    }
}

@media all and (max-width: 1024px) {
    .mm-normalize-weight .elementor-button-text {
        font-weight: 200 !important;
    }
}

/* Verkkokauppa */

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
}

.woocommerce-info {
    text-transform: none;
}

.mm-fw .elementor-column-wrap {
    max-width: 100%;
    width: 100% !important;
}

.mm-products-sidebar {
    color: rgb(33, 33, 33);
}

.term-64 .mm-product-cat-header {
    background-position: 50% 30%;
}

.mm-products-sidebar ul {
    list-style: none;
    padding-left: 10px;
}

.mm-products-sidebar .product-categories a {
    color: rgb(33, 33, 33);
}

.mm-products-sidebar .product-categories {
    padding-left: 0;
}

.mm-products img {
    max-height: 245px;
    object-fit: contain;
}

.xoo-wsc-basket {
    bottom: 60px;
}

.xoo-wsc-items-count {
    background: #008b8b;
}

.single-product .woocommerce-Price-amount {
    font-weight: 600;
    font-family: "Source Serif Pro", Sans-serif !important;
}

.mm-disabled {
    display: none;
}

/**
 * Menu muokkaukset
 **/

.mm-header {
    z-index: 99;
}

/* Uudet verkkokauppa muokkaukset */

/* Verkkokauppa */

.xoo-wsc-container {
    z-index: 9999999;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #008b8b;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #212121;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #d3ced2;
}

.woocommerce-ordering {
    padding-bottom: 41px;
}

.woocommerce-ordering .orderby {
    background: #008b8b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-weight: 200;
}

.stock.in-stock {
    color: #008b8b !important;
}

.mm-product-cat-header {
    background: url('../images/hinnasto.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.woof_container_inner h4 {
    font-size: 1.25rem
}

ul.woof_list {
    padding-left: 0;
}

.woof_childs_list_opener span {
    width: 21px;
    height: 21px;
}

@media all and (max-width: 768px) {
    .woocommerce-ordering {
        float: none !important;
    }

    .woocommerce-ordering select {
        -webkit-appearance: none;
    }
}

/* Header */

.mm-header-dropdown .sub-arrow {
    font-size: 20px !important;
}

.mm-top-header .mm-header-dropdown .elementor-nav-menu--main .elementor-item {
    color: #000 !important;
}

.mm-header-dropdown .sub-menu {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    min-width: 15.56em !important;
}

.mm-header-dropdown .sub-menu a {
    padding-left: 12px;
    padding-right: 12px;
}

.mm-header {
    top: auto !important;
}

@media all and (min-width: 1350px) and (max-width: 1620px) {
    .mm-products-sidebar {
        width: 26% !important;

    }

    .mm-products-sidebar>.elementor-column-wrap {
        padding: 81px 21px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1349px) {
    .mm-products-sidebar {
        width: 30% !important;

    }

    .mm-products-sidebar>.elementor-column-wrap {
        padding: 81px 21px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .mm-products-sidebar {
        width: 35% !important;

    }

    .mm-products-sidebar>.elementor-column-wrap {
        padding: 81px 11px !important;
    }

    .mm-products-container {
        width: 65% !important;
    }
}

@media all and (min-width: 769px) {
    .mm-top-header .mm-header-dropdown .sub-arrow {
        color: #000;
    }
}

@media all and (max-width: 768px) {
    .mm-header-dropdown .elementor-nav-menu--dropdown {
        top: 22px !important;
    }

    .mm-header {
        top: 0 !important;
    }

    .mm-header-dropdown .menu-item-has-children a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Ostoskori */

#coupon_code {
    width: 180px;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 500;
}

.woocommerce-shipping-methods p {
    width: 100%;
}

@media all and (min-width: 769px) {
    .woocommerce ul#shipping_method li {
        display: flex;
        flex-wrap: wrap;
    }
}

@media all and (max-width: 768px) {

    .cart .woocommerce table.shop_table,
    .cart .woocommerce table.shop_table tbody,
    .cart .woocommerce table.shop_table thead {
        display: block;
    }

    .cart .button.wc-forward {
        width: 100%;
        text-align: center;
    }

    .coupon {
        flex-wrap: wrap;
    }

    #coupon_code {
        width: 100%;
        display: block;
        margin: 0;
        text-align: center;
    }

    .coupon .button {
        float: none;
        width: 100% !important;
        display: block;
    }

    .mm-cart-section {
        padding: 21px 0 41px !important;
    }
}

/* Single product */
.woocommerce .product .price .mcmp_recalc_price_row,
.woocommerce .product .price .mcmp_recalc_price_row .amount {
    font-size: 0.8em !important;
    font-style: italic;
}

.mm-recommended .woocommerce-Price-amount {
    font-family: "Source Serif Pro", Sans-serif !important;
    color: #000;
    font-size: 18px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.mm-col-6 {
    width: 48%;
}

.mm-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mm-kampaajan-lainaus-container .mm-lainaus-container {
    background: #008b8b;
    margin-top: -2%;
    margin-bottom: -2%;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mm-kampaajan-lainaus-container .mm-col-6 {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.mm-lainaus-container blockquote::before {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    width: 100%;
    line-height: 1;
    color: #ffff;
    left: 5px;
    top: 0;
    font-family: sans-serif;
}

.mm-lainaus-container blockquote::after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    line-height: 1;
    color: #ffff;
    top: 66%;
    right: 5px;
    font-family: sans-serif;
    transform: rotate(180deg);
    width: auto;
}

.mm-lainaus-contaner blockquote {
    font-size: 20px;
    text-align: left;
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 400;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

.woocommerce table.shop_attributes td {
    border: 1px solid #d3ced2;
    padding-left: 10px !important;
    padding-right: 10px;
    font-style: normal;
    font-size: 18px;
}

.woocommerce table.shop_attributes th {
    vertical-align: inherit;
    border: 1px solid #d3ced2;
    background-color: #d3ced2;
}

.flex-viewport {
    border: 1px solid #d3ced2;
}

.flex-viewport .woocommerce-product-gallery__image {
    border: none;
}

.woocommerce-product-gallery__image {
    border: 1px solid #d3ced2;
}

.product_cat-lahjakortit .mm-product-info {
    display: none;
}

.product_cat-lahjakortit .mm-product-main {
    padding-bottom: 0;
}

.mm-product-main .price {
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
    .mm-col-6 {
        width: 100%;
    }

    .single-product .woocommerce ul.products li.product .button {
        font-size: 14px;
    }
}

/* Thank you page */

@media all and (max-width: 768px) {
    .woocommerce-order-overview li {
        padding-bottom: 21px;
    }
}

/* Etusivu 2, sivu toisella menu tyylillÃ¤ */

.page-id-2499 .mm-cat-bar {
    z-index: 1;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.page-id-2499 .mm-header-wrapper {
    position: relative !important;
}

.page-id-2499 .mm-header {
    box-shadow: none !important;
    position: relative;
}

.page-id-2499 .mm-lander {
    min-height: 84vh !important;
}


/*! elementor - v3.27.0 - 03-02-2025 */
.elementor-hidden {
    display: none
}

.elementor-visibility-hidden {
    visibility: hidden
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -10000em;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    border-radius: 50%;
    display: inline-block;
    line-height: 1;
    padding: .75em
}

.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 {
    background-color: transparent;
    margin: 0
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%
}

.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 {
    border: none;
    line-height: 1;
    margin: 0;
    max-width: 100%;
    width: 100%
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    direction: ltr;
    inset: 0;
    overflow: hidden;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-video-container {
    pointer-events: none;
    transition: opacity 1s
}

.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 {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-background-video-hosted {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay {
    inset: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    inset: 0;
    position: absolute;
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    background-position: 50%;
    background-size: cover;
    height: 100%;
    width: 100%
}

.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;
    align-self: var(--align-self);
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    align-content: var(--align-content);
    align-items: var(--align-items);
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    gap: var(--row-gap) var(--column-gap);
    justify-content: var(--justify-content)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-right {
    text-align: right
}

.elementor-align-left {
    text-align: left
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    color: #fff;
    font-size: 100px;
    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-duration: 10s;
    transition-property: transform;
    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-right {
        text-align: right
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-center .elementor-button,
    .elementor-widescreen-align-left .elementor-button,
    .elementor-widescreen-align-right .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-right {
        text-align: right
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-center .elementor-button,
    .elementor-laptop-align-left .elementor-button,
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }

    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-center .elementor-button,
    .elementor-tablet_extra-align-left .elementor-button,
    .elementor-tablet_extra-align-right .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-right {
        text-align: right
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-center .elementor-button,
    .elementor-tablet-align-left .elementor-button,
    .elementor-tablet-align-right .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-right {
        text-align: right
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-center .elementor-button,
    .elementor-mobile_extra-align-left .elementor-button,
    .elementor-mobile_extra-align-right .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-right {
        text-align: right
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-center .elementor-button,
    .elementor-mobile-align-left .elementor-button,
    .elementor-mobile-align-right .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-left: auto;
    margin-right: 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 {
    align-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.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: var(--kit-widget-spacing, 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 {
    display: flex;
    min-height: 1px;
    position: relative
}

.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(10),
    .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) {
        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(10),
    .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) {
        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%
    }
}

.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;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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)
    }

    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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;
        margin-bottom: calc(-1 * var(--grid-row-gap));
        width: 100%;
        word-spacing: var(--grid-column-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);
    --row-gap: var(--widgets-spacing-row, 20px);
    --column-gap: var(--widgets-spacing-column, 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);
    border-radius: var(--border-radius);
    height: var(--height);
    min-height: var(--min-height);
    min-width: 0;
    overflow: var(--overflow);
    position: var(--position);
    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);
    width: var(--width);
    z-index: var(--z-index);
    --flex-wrap-mobile: wrap;
    margin-block-end: var(--margin-block-end);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-end: var(--padding-inline-end);
    padding-inline-start: var(--padding-inline-start);
    --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 {
    padding-block-end: var(--padding-block-end);
    padding-block-start: var(--padding-block-start);
    text-align: var(--text-align)
}

.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 {
    align-content: var(--grid-align-content);
    align-items: var(--align-items);
    grid-auto-flow: var(--grid-auto-flow);
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    justify-items: var(--justify-items)
}

.e-con-boxed.e-flex {
    align-content: normal;
    align-items: normal;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal
}

.e-con-boxed.e-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    justify-items: legacy
}

.e-con-boxed {
    gap: initial;
    text-align: initial
}

.e-con.e-flex>.e-con-inner {
    align-content: var(--align-content);
    align-items: var(--align-items);
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content)
}

.e-con.e-grid>.e-con-inner {
    align-items: var(--align-items);
    justify-items: var(--justify-items)
}

.e-con>.e-con-inner {
    gap: var(--row-gap) var(--column-gap);
    height: 100%;
    margin: 0 auto;
    max-width: var(--content-width);
    padding-inline-end: 0;
    padding-inline-start: 0;
    width: 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 {
    border-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    content: var(--background-overlay);
    display: block;
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    position: absolute;
    top: calc(0px - var(--border-top-width));
    transition: var(--overlay-transition, .3s);
    width: max(100% + var(--border-left-width) + var(--border-right-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-block-end-width: var(--border-block-end-width);
    border-block-start-width: var(--border-block-start-width);
    border-color: var(--border-color);
    border-inline-end-width: var(--border-inline-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
    left: calc(0px - var(--border-left-width));
    top: calc(0px - var(--border-top-width));
    width: max(100% + var(--border-left-width) + var(--border-right-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%
}

.e-con .elementor-widget:not(:last-child) {
    --kit-widget-spacing: 0px
}

@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 {
    align-items: center;
    flex-wrap: wrap
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    background-color: transparent;
    border: 1px solid #69727d;
    color: #1f2124;
    flex-grow: 1;
    max-width: 100%;
    vertical-align: middle;
    width: 100%
}

.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;
    flex-basis: 100%;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding-inline-end: 20px;
    text-transform: inherit
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3);
    top: 50%;
    transform: translateY(-50%)
}

.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 {
    color: red;
    content: "*";
    padding-inline-start: .2em
}

.elementor-field-textual {
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 40px;
    padding: 5px 14px
}

.elementor-field-textual.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px
}

.elementor-field-textual.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px
}

.elementor-field-textual.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px
}

.elementor-field-textual.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px
}

.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 {
    font-size: 1em;
    line-height: 1;
    margin: 10px 0
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-style: normal;
    font-weight: 400;
    margin-inline-end: 5px;
    vertical-align: middle
}

.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 {
    border: none;
    padding-block-end: 0;
    padding-block-start: 0
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    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;
    flex-direction: row;
    gap: 5px;
    justify-content: center
}

.elementor-button-icon svg {
    height: auto;
    width: 1em
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    display: inline-block
}

.elementor-button.elementor-size-xs {
    border-radius: 2px;
    font-size: 13px;
    padding: 10px 20px
}

.elementor-button.elementor-size-md {
    border-radius: 4px;
    font-size: 16px;
    padding: 15px 30px
}

.elementor-button.elementor-size-lg {
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px
}

.elementor-button.elementor-size-xl {
    border-radius: 6px;
    font-size: 20px;
    padding: 25px 50px
}

.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-view-stacked .elementor-icon {
    background-color: #69727d;
    color: #fff;
    padding: .5em;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    background-color: transparent;
    border: 3px solid #69727d;
    color: #69727d;
    padding: .5em
}

.elementor-icon {
    color: #69727d;
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    transition: all .3s
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    display: block;
    height: 1em;
    position: relative;
    width: 1em
}

.elementor-icon i:before,
.elementor-icon svg:before {
    left: 50%;
    position: absolute;
    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,
.e-transform:not(:has(.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
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

/*! elementor - v3.27.0 - 03-02-2025 */
.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 {
    display: inline-block;
    vertical-align: middle
}

/*! elementor-pro - v3.27.0 - 03-02-2025 */
@charset "UTF-8";

.site-main .menu-navigation-container {
    overflow: visible
}

.elementor-item:after,
.elementor-item:before {
    display: block;
    position: absolute;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    opacity: 0
}

.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
    transform: scale(1)
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
    background-color: #3f444b;
    height: 3px;
    left: 0;
    width: 100%;
    z-index: 2
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    height: 0;
    left: 50%;
    width: 0
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
    transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
    content: "";
    top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: -20px;
    width: 10px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
    bottom: 0;
    content: ""
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    inset-inline-start: 100%;
    width: 10px
}

.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
    background: transparent;
    border: 3px solid #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.e--pointer-framed .elementor-item:before {
    content: ""
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
    transition: opacity .2s, transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
    height: 3px;
    width: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
    border-width: 3px 3px 0 0;
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    top: auto;
    transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    height: 100%;
    width: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
    transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
    height: 3px;
    width: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
    border-width: 0 3px 3px 0;
    bottom: 0;
    content: "";
    left: auto;
    right: 0;
    top: auto
}

.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
    height: 100%;
    transition: opacity 2ms, width .4s, height .4s;
    width: 100%
}

.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
    transition-duration: 0s
}

.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
    content: "";
    transition: .3s
}

.e--pointer-background .elementor-item:before {
    background: #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
    color: #fff
}

.e--pointer-background.e--animation-grow .elementor-item:before {
    transform: scale(.5)
}

.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
    opacity: 1;
    transform: scale(1)
}

.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    transform: scale(1.2);
    transition: .3s
}

.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
    transition: opacity .15s, transform .4s
}

.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 100%
}

.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    right: 100%
}

.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 100%
}

.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 100%
}

.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    left: 50%;
    right: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    background: #3f444b;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
    bottom: 100%;
    top: 0
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
    bottom: 0;
    top: 100%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
    bottom: 50%
}

.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
    top: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
    left: 100%;
    right: 0
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
    left: 0;
    right: 100%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
    left: 50%
}

.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
    right: 50%
}

.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
    transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
    transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
    transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
    transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
    transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
    transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
    transform: rotate(6deg)
}

.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
    transition-duration: 0s
}

.elementor-nav-menu--main .elementor-nav-menu a {
    transition: .4s
}

.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.elementor-nav-menu--main .elementor-nav-menu a:focus,
.elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
    background: #3f444b;
    color: #88909b
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    border-style: solid;
    border-width: 0;
    padding: 0;
    position: absolute;
    width: 12em
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up {
    background: #fff;
    display: none;
    height: 20px;
    overflow: hidden;
    position: absolute;
    visibility: hidden
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
    border: 8px dashed transparent;
    border-bottom: 8px solid #33373d;
    height: 0;
    left: 50%;
    margin-inline-start: -8px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 0
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    border-color: #33373d transparent transparent;
    border-style: solid dashed dashed;
    top: 6px
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i {
    transform: rotate(-90deg)
}

.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
    fill: currentColor;
    height: 1em;
    width: 1em
}

.elementor-nav-menu--layout-horizontal {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    flex-grow: 1;
    white-space: nowrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down {
    top: 100% !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
    margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul {
    left: var(--e-nav-menu-horizontal-menu-item-margin) !important
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
    margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin)
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    align-self: center;
    border-color: var(--e-nav-menu-divider-color, #000);
    border-left-style: var(--e-nav-menu-divider-style, solid);
    border-left-width: var(--e-nav-menu-divider-width, 2px);
    content: var(--e-nav-menu-divider-content, none);
    height: var(--e-nav-menu-divider-height, 35%)
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    justify-content: flex-end;
    margin-left: auto
}

.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    justify-content: flex-start;
    margin-right: auto
}

.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
}

.elementor-nav-menu__align-start .elementor-nav-menu {
    justify-content: flex-start;
    margin-inline-end: auto
}

.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-start
}

.elementor-nav-menu__align-end .elementor-nav-menu {
    justify-content: flex-end;
    margin-inline-start: auto
}

.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: flex-end
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    justify-content: center;
    margin-inline-end: auto;
    margin-inline-start: auto
}

.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a {
    justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    justify-content: center
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
    display: none
}

.elementor-widget-nav-menu .elementor-widget-container,
.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]) {
    display: flex;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2
}

.elementor-nav-menu:after {
    clear: both;
    content: "Â ";
    display: block;
    font: 0/0 serif;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.elementor-nav-menu,
.elementor-nav-menu li,
.elementor-nav-menu ul {
    display: block;
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.elementor-nav-menu ul {
    display: none
}

.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:active,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:hover {
    border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:active,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:hover {
    border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:hover {
    border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:active,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
}

.elementor-nav-menu a,
.elementor-nav-menu li {
    position: relative
}

.elementor-nav-menu li {
    border-width: 0
}

.elementor-nav-menu a {
    align-items: center;
    display: flex
}

.elementor-nav-menu a,
.elementor-nav-menu a:focus,
.elementor-nav-menu a:hover {
    line-height: 20px;
    padding: 10px 20px
}

.elementor-nav-menu a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu a.disabled {
    color: #88909b;
    cursor: not-allowed
}

.elementor-nav-menu .e-plus-icon:before {
    content: "+"
}

.elementor-nav-menu .sub-arrow {
    align-items: center;
    display: flex;
    line-height: 1;
    margin-block-end: -10px;
    margin-block-start: -10px;
    padding: 10px;
    padding-inline-end: 0
}

.elementor-nav-menu .sub-arrow i {
    pointer-events: none
}

.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,
.elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
    font-size: .7em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg {
    height: 1em;
    width: 1em
}

.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
    height: .7em;
    width: .7em
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: #3f444b;
    color: #fff
}

.elementor-menu-toggle {
    align-items: center;
    background-color: rgba(0, 0, 0, .05);
    border: 0 solid;
    border-radius: 3px;
    color: #33373d;
    cursor: pointer;
    display: flex;
    font-size: var(--nav-menu-icon-size, 22px);
    justify-content: center;
    padding: .25em
}

.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
    display: none
}

.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em;
    width: 1em
}

.elementor-menu-toggle svg {
    height: auto;
    width: 1em;
    fill: var(--nav-menu-icon-color, currentColor)
}

span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
    line-height: 1
}

.elementor-nav-menu--dropdown {
    background-color: #fff;
    font-size: 13px
}

.elementor-nav-menu--dropdown-none .elementor-menu-toggle,
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown {
    display: none
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: top;
    transition: max-height .3s, transform .3s
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
    font-size: .85em
}

.elementor-nav-menu--dropdown a {
    color: #33373d
}

.elementor-nav-menu--dropdown a.current {
    background: #1f2124;
    color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
    color: #b3b3b3
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
    border-inline-start: 8px solid transparent;
    text-shadow: none
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    justify-content: center
}

.elementor-nav-menu--toggle {
    --menu-height: 100vh
}

.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0)
}

.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
    animation: hide-scroll .3s backwards;
    max-height: var(--menu-height);
    transform: scaleY(1)
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9997
}

@media (max-width:767px) {
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:768px) {

    .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width:-1) {
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:-1) {

    .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width:1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:1025px) {

    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@media (max-width:-1) {
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
        display: none
    }
}

@media (min-width:-1) {

    .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
    .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown {
        display: none
    }

    .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
        overflow-y: hidden
    }
}

@keyframes hide-scroll {

    0%,
    to {
        overflow: hidden
    }
}

.elementor-sticky--active {
    z-index: 99
}

.elementor-sticky__spacer .e-n-menu .e-n-menu-content {
    display: none
}

.e-con.elementor-sticky--active {
    z-index: var(--z-index, 99)
}

/*! elementor - v3.27.0 - 03-02-2025 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

/*! elementor - v3.27.0 - 03-02-2025 */
.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 {
    flex-shrink: 0;
    margin: 0 var(--divider-element-spacing)
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    direction: ltr;
    display: flex;
    margin: 0
}

.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 {
    border-block-end: 0;
    border-block-start: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
    content: "";
    display: block;
    flex-grow: 1
}

.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 {
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url);
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    min-height: var(--divider-pattern-height);
    width: 100%
}

.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)
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

/*! elementor - v3.27.0 - 03-02-2025 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)) {
    font-size: 0;
    line-height: 1
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    align-items: center;
    background-color: #69727d;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    color: #fff;
    opacity: .9
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #69727d
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-threads {
    background-color: #000
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-x-twitter {
    background-color: #000
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.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 {
    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));
    width: auto
}

.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 {
        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));
        width: auto
    }

    .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 {
        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));
        width: auto
    }

    .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
    }
}

/*! elementor-icons - v5.35.0 - 09-12-2024 */


[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-div-block:before {
    content: "\eb9b"
}

.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-zigzag:before {
    content: "\e9cc"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

.elementor-kit-2120 {
    --e-global-color-primary: #212121;
    --e-global-color-secondary: #F9F9F9;
    --e-global-color-text: #FFFFFF;
    --e-global-color-accent: #000000;
    --e-global-color-5af4d7a1: #6EC1E4;
    --e-global-color-4ec945c7: #54595F;
    --e-global-color-1bb4e13d: #7A7A7A;
    --e-global-color-37f9fab8: #61CE70;
    --e-global-color-73137775: #4054B2;
    --e-global-color-487f75c7: #23A455;
    --e-global-color-143197f8: #000;
    --e-global-color-7f244b86: #FFF;
    --e-global-color-8a8cc72: #008b8b;
    --e-global-color-1a91e68: #54595f;
    --e-global-typography-primary-font-family: "Judson";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Source Serif Pro";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Source Sans Pro";
    --e-global-typography-text-font-weight: normal;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}

.elementor-kit-2120 e-page-transition {
    background-color: #FFBC7D;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width: 1140px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing: 20px 20px;
    --widgets-spacing-row: 20px;
    --widgets-spacing-column: 20px;
}

    {}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width: 1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width: 767px;
    }
}

#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both;
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
    border: none;
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
}

#sb_instagram.sbi_col_1 #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

#sb_instagram .sbi_no_js img {
    display: none;
}

#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active {
    outline: none;
}

#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus {
    text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link {
    display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: block !important;
    position: absolute;
    z-index: 1;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

#sb_instagram br {
    display: none;
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

@media all and (min-width: 480px) {

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        font-size: 14px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        line-height: 1.4
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
        font-size: 16px;
    }
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover {
    opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,
.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px;
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram p:empty {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both;
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
}

#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
    transition: all 0.1s ease-in;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error br {
    display: initial !important;
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important;
}

#sbi_mod_error span {
    font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px;
}

@media all and (max-width: 640px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images,
    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn {
    display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

.sbi_header_outside.sbi_header_palette_dark,
#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption,
.sbi_header_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark a,
#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
}

.sbi_header_outside.sbi_header_palette_light,
#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption,
.sbi_header_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light a,
#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important;
}

body:after {
    content: url('../images/sbi-sprite-3.png');
    display: none;
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active {
    outline: none;
}

.sbi_lightbox a img {
    border: none;
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lb-container-wrapper {
    height: 100%;
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url('../images/sbi-sprite-4.png') no-repeat;
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sbi_lb-container>.nav {
    left: 0;
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.sbi_lb-prev,
.sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url('../images/sbi-sprite-5.png') no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px;
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover {
    color: #fff;
    text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

.sbi_lb-nav {
    height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}

.sbi_lb-container {
    padding: 0;
}

.sb-elementor-cta {
    width: 100% !important;
    border: 1px solid #E8E8EB !important;
    border-radius: 2px !important;
    position: relative !important;
    text-align: center !important;
}

.sb-elementor-cta-img-ctn {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.sb-elementor-cta-img {
    width: 65px !important;
    height: 65px !important;
    position: relative !important;
    border: 2px solid #DCDDE1 !important;
    border-radius: 16px !important;
    -webkit-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sb-elementor-cta-img span svg {
    float: left !important;
}

.sb-elementor-cta-img>* {
    -webkit-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.sb-elementor-cta-logo {
    position: absolute !important;
    right: -15px !important;
    bottom: -19px !important;
    z-index: 1 !important;
}

.sb-elementor-cta-heading {
    font-size: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn {
    background: #0068A0 !important;
    border-radius: 2px !important;
    padding: 8px 20px 8px 38px !important;
    cursor: pointer !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn:before,
.sb-elementor-cta-btn:after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
    left: 20px !important;
    top: 14px !important;
}

.sb-elementor-cta-btn:after {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.sb-elementor-cta-desc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background: #F9F9FA !important;
    border-top: 1px solid #E8E8EB !important;
    margin-top: 35px !important;
    flex-direction: column !important;
}

.sb-elementor-cta-desc strong {
    color: #141B38 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.sb-elementor-cta-desc span {
    color: #434960 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0 20% !important;
}

.sb-elementor-cta-selector {
    width: 100% !important;
    padding: 0 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
}

.sb-elementor-cta-feedselector {
    border: 1px solid #D0D1D7 !important;
    padding: 8px 16px 8px 16px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    min-width: 400px !important;
}

.sb-elementor-cta-selector span {
    color: #2C324C !important;
}

.sb-elementor-cta-selector span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sb-elementor-cta-selector span a:after {
    color: #2C324C !important;
    margin-left: 2px !important;
    font-weight: 400 !important;
    text-decoration-color: #fff !important;
}

.sb-elementor-cta-selector span a:first-of-type:after {
    content: ',' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    content: 'or' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    margin-left: 5px !important;
    margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    content: '' !important;
    height: 16px !important;
    font-variant: normal !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

/*! elementor - v3.27.0 - 03-02-2025 */
.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 {
    background-color: transparent;
    border: 3px solid;
    color: #69727d
}

.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 {
    height: 1em;
    width: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    font-size: 50px;
    line-height: 1;
    text-align: center
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

/*! elementor - v3.27.0 - 03-02-2025 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    flex-direction: row-reverse;
    text-align: end
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    flex-direction: row;
    text-align: start
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: var(--icon-box-icon-margin, 15px)
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    flex-direction: unset;
    text-align: center
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-left: auto;
    margin-right: auto
}

@media (min-width:-1) {

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px)
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        flex-direction: unset;
        text-align: center
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px)
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        flex-direction: unset;
        text-align: center
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-left: auto;
        margin-right: auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px)
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        flex-direction: unset;
        text-align: center
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:1024px) {

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px)
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        flex-direction: unset;
        text-align: center
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px)
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        flex-direction: unset;
        text-align: center
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        flex-direction: row-reverse;
        text-align: end
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        flex-direction: row;
        text-align: start
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-bottom: unset;
        margin-left: 0;
        margin-right: var(--icon-box-icon-margin, 15px)
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        flex-direction: unset;
        text-align: center
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-left: auto;
        margin-right: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

.elementor-widget-section .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-section .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-15 .elementor-element.elementor-element-9ae507d>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-9ae507d:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-9ae507d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000000;
    background-image: url('../images/lander-prospect-11.webp');
    background-position: center center;
    background-size: cover;
}

.elementor-15 .elementor-element.elementor-element-9ae507d>.elementor-container {
    min-height: 100vh;
}

.elementor-15 .elementor-element.elementor-element-9ae507d>.elementor-background-overlay {
    opacity: 0;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-9ae507d {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-bc-flex-widget .elementor-15 .elementor-element.elementor-element-347d827.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-347d827.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-347d827.elementor-column>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-15 .elementor-element.elementor-element-d9337b6>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-d9337b6>.elementor-container {
    max-width: 800px;
}

.elementor-15 .elementor-element.elementor-element-d9337b6 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 21px;
}

.elementor-15 .elementor-element.elementor-element-d9337b6>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-6c6aef4>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-widget-heading .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-heading .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.elementor-15 .elementor-element.elementor-element-3a2024a {
    text-align: left;
}

.elementor-15 .elementor-element.elementor-element-3a2024a .elementor-heading-title {
    font-size: 70px;
    /* text-transform: uppercase; */
    line-height: 1.5em;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-1e22f89>.elementor-container {
    max-width: 907px;
}

.elementor-15 .elementor-element.elementor-element-1e22f89 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
}

.elementor-15 .elementor-element.elementor-element-1e22f89>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-8885112>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-button .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-button .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-15 .elementor-element.elementor-element-b87668d .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-b87668d .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-b87668d .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-b87668d .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-b87668d .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-0733c04>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-e5c7c99>.elementor-container {
    max-width: 907px;
}

.elementor-15 .elementor-element.elementor-element-e5c7c99 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 21px;
    margin-bottom: 0px;
}

.elementor-15 .elementor-element.elementor-element-e5c7c99>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-2ddd20d>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button {
    background-color: var(--e-global-color-8a8cc72);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-4e9fccd>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button-content-wrapper {
    flex-direction: row;
}

.elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-e1f1768 {
    padding: 81px 0px 81px 0px;
}

.elementor-15 .elementor-element.elementor-element-13c9c1e {
    text-align: center;
}

.elementor-15 .elementor-element.elementor-element-13c9c1e .elementor-heading-title {
    font-size: 45px;
    line-height: 1.3em;
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary);
}

.elementor-15 .elementor-element.elementor-element-b6494d6 {
    --divider-border-style: solid;
    --divider-color: #008b8b;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-b6494d6 .elementor-divider-separator {
    width: 6%;
    margin: 0 auto;
    margin-center: 0;
}

.elementor-15 .elementor-element.elementor-element-b6494d6 .elementor-divider {
    text-align: center;
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-widget-text-editor .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-text-editor .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-15 .elementor-element.elementor-element-4a0489d>.elementor-widget-container {
    padding: 41px 0px 41px 0px;
}

.elementor-15 .elementor-element.elementor-element-4a0489d {
    columns: 1;
    text-align: center;
    color: #000000;
    font-size: 20px;
}

.elementor-15 .elementor-element.elementor-element-a4c748b {
    margin-top: 41px;
    margin-bottom: 41px;
}

.elementor-15 .elementor-element.elementor-element-2538ac9:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-15 .elementor-element.elementor-element-2538ac9>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #54595f;
}

.elementor-15 .elementor-element.elementor-element-2538ac9>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #ffffff;
    margin: 0px 40px 0px 0px;
    --e-column-margin-right: 40px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-2538ac9>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-widget-image .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-15 .elementor-element.elementor-element-899de0d>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 41px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-899de0d img {
    width: 80px;
}

.elementor-widget-icon-box .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-icon-box .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var(--e-global-color-primary);
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-15 .elementor-element.elementor-element-a09d174>.elementor-widget-container {
    padding: 20px 20px 20px 20px;
}

.elementor-15 .elementor-element.elementor-element-a09d174 .elementor-icon-box-title {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-a09d174 .elementor-icon-box-description {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-6638c73:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-15 .elementor-element.elementor-element-6638c73>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #008b8b;
}

.elementor-15 .elementor-element.elementor-element-6638c73>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #ffffff;
    margin: 0px 0px 0px 40px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 40px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-6638c73>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-c80bfc3>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 41px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-c80bfc3 img {
    width: 80px;
}

.elementor-15 .elementor-element.elementor-element-27cd408>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 20px 20px;
}

.elementor-15 .elementor-element.elementor-element-27cd408 .elementor-icon-box-title {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-27cd408 .elementor-icon-box-description {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-27e6825 {
    margin-top: 41px;
    margin-bottom: 41px;
}

.elementor-15 .elementor-element.elementor-element-57305cb:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-15 .elementor-element.elementor-element-57305cb>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #54595f;
}

.elementor-15 .elementor-element.elementor-element-57305cb>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #ffffff;
    margin: 0px 40px 0px 0px;
    --e-column-margin-right: 40px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-57305cb>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-eac449e>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 41px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-eac449e img {
    width: 80px;
}

.elementor-15 .elementor-element.elementor-element-1c86e05>.elementor-widget-container {
    padding: 20px 20px 20px 20px;
}

.elementor-15 .elementor-element.elementor-element-1c86e05 .elementor-icon-box-title {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-1c86e05 .elementor-icon-box-description {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-02801b4:not(.elementor-motion-effects-element-type-background)>.elementor-widget-wrap,
.elementor-15 .elementor-element.elementor-element-02801b4>.elementor-widget-wrap>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #008b8b;
}

.elementor-15 .elementor-element.elementor-element-02801b4>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    color: #ffffff;
    margin: 0px 0px 0px 40px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 40px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-02801b4>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-b2c7767>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 41px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-b2c7767 img {
    width: 80px;
}

.elementor-15 .elementor-element.elementor-element-94e54f1>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 20px 20px 20px;
}

.elementor-15 .elementor-element.elementor-element-94e54f1 .elementor-icon-box-title {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-94e54f1 .elementor-icon-box-description {
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-89b4ed5 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-89b4ed5 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-89b4ed5 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-89b4ed5 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-89b4ed5 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-40da83e:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-40da83e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000000;
}

.elementor-15 .elementor-element.elementor-element-40da83e {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 81px 0px 81px 0px;
}

.elementor-15 .elementor-element.elementor-element-40da83e>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-4067a0e>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-4067a0e:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-4067a0e>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #54595f;
}

.elementor-15 .elementor-element.elementor-element-4067a0e {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-4067a0e>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-613a62e>.elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-4a3167f img {
    border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-e6883cb>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-15 .elementor-element.elementor-element-e6883cb>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-cf0704c img {
    width: 75px;
}

.elementor-15 .elementor-element.elementor-element-16251be {
    width: 100%;
    max-width: 100%;
    align-self: flex-end;
    text-align: center;
}

.elementor-15 .elementor-element.elementor-element-16251be>.elementor-widget-container {
    padding: 0px 20px 0px 20px;
}

.elementor-15 .elementor-element.elementor-element-16251be .elementor-heading-title {
    font-size: 20px;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-51ffff4 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-51ffff4 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-51ffff4 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-51ffff4 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-51ffff4 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-0b7f63b>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-0b7f63b:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-0b7f63b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #54595f;
}

.elementor-15 .elementor-element.elementor-element-0b7f63b {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-0b7f63b>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-e6993c5>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-15 .elementor-element.elementor-element-e6993c5>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-3f78550 img {
    width: 75px;
}

.elementor-15 .elementor-element.elementor-element-34252f2 {
    width: 100%;
    max-width: 100%;
    align-self: flex-end;
    text-align: center;
}

.elementor-15 .elementor-element.elementor-element-34252f2>.elementor-widget-container {
    padding: 0px 20px 0px 20px;
}

.elementor-15 .elementor-element.elementor-element-34252f2 .elementor-heading-title {
    font-size: 20px;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-c1a2933 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-c1a2933 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-c1a2933 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-c1a2933 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-c1a2933 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-fe54f87>.elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-41900d0>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-41900d0:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-41900d0>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #008b8b;
}

.elementor-15 .elementor-element.elementor-element-41900d0 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 81px 0px 81px 0px;
}

.elementor-15 .elementor-element.elementor-element-41900d0>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-2f6bb8d {
    text-align: center;
}

.elementor-15 .elementor-element.elementor-element-2f6bb8d .elementor-heading-title {
    font-size: 30px;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-457e8f9 {
    padding: 81px 0px 81px 0px;
}

.elementor-15 .elementor-element.elementor-element-1e3accb {
    margin-top: 0px;
    margin-bottom: 0px;
}

.elementor-15 .elementor-element.elementor-element-d7881b6>.elementor-widget-container {
    padding: 121px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-d7881b6 img {
    border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-1164468>.elementor-element-populated {
    margin: 141px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
}

.elementor-15 .elementor-element.elementor-element-56880a5 .elementor-heading-title {
    font-size: 34px;
}

.elementor-15 .elementor-element.elementor-element-5107c90 {
    --divider-border-style: solid;
    --divider-color: #008b8b;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-5107c90 .elementor-divider-separator {
    width: 11%;
    margin: 0 auto;
    margin-left: 0;
}

.elementor-15 .elementor-element.elementor-element-5107c90 .elementor-divider {
    text-align: left;
    padding-block-start: 2px;
    padding-block-end: 2px;
}

.elementor-15 .elementor-element.elementor-element-b17de65 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-b17de65 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-b17de65 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-b17de65 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-b17de65 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-eed6863 {
    margin-top: 121px;
    margin-bottom: 0px;
}

.elementor-15 .elementor-element.elementor-element-41c1d5f>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 221px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-eca5f5f .elementor-heading-title {
    font-size: 34px;
}

.elementor-15 .elementor-element.elementor-element-76e611c {
    --divider-border-style: solid;
    --divider-color: #008b8b;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-76e611c .elementor-divider-separator {
    width: 11%;
    margin: 0 auto;
    margin-left: 0;
}

.elementor-15 .elementor-element.elementor-element-76e611c .elementor-divider {
    text-align: left;
    padding-block-start: 2px;
    padding-block-end: 2px;
}

.elementor-15 .elementor-element.elementor-element-5250682 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-5250682 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-5250682 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-5250682 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-5250682 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-3875355>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-3875355 img {
    border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-9b0eebe:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-9b0eebe>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('../images/iso-paiva.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-15 .elementor-element.elementor-element-9b0eebe>.elementor-background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-9b0eebe {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 121px;
    margin-bottom: 0px;
    padding: 161px 0px 161px 0px;
}

.elementor-15 .elementor-element.elementor-element-a090005 {
    text-align: center;
}

.elementor-15 .elementor-element.elementor-element-a090005 .elementor-heading-title {
    font-size: 38px;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-7860224 {
    --divider-border-style: solid;
    --divider-color: #ffffff;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-7860224 .elementor-divider-separator {
    width: 6%;
    margin: 0 auto;
    margin-center: 0;
}

.elementor-15 .elementor-element.elementor-element-7860224 .elementor-divider {
    text-align: center;
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-15 .elementor-element.elementor-element-a45514d .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-a45514d .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-a45514d .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-a45514d>.elementor-widget-container {
    margin: 41px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-a45514d .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-a45514d .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-a69f7e4:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-a69f7e4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url('../images/iso-paiva-1.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.elementor-15 .elementor-element.elementor-element-a69f7e4>.elementor-background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-a69f7e4 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 121px;
    margin-bottom: 0px;
    padding: 161px 0px 161px 0px;
}

.elementor-15 .elementor-element.elementor-element-3a6ed5b {
    text-align: center;
}

.elementor-15 .elementor-element.elementor-element-3a6ed5b .elementor-heading-title {
    font-size: 38px;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-37c4cf8 {
    --divider-border-style: solid;
    --divider-color: #ffffff;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-37c4cf8 .elementor-divider-separator {
    width: 6%;
    margin: 0 auto;
    margin-center: 0;
}

.elementor-15 .elementor-element.elementor-element-37c4cf8 .elementor-divider {
    text-align: center;
    padding-block-start: 15px;
    padding-block-end: 15px;
}

.elementor-15 .elementor-element.elementor-element-94d55fc .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-94d55fc .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-94d55fc .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-94d55fc>.elementor-widget-container {
    margin: 41px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-94d55fc .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-94d55fc .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-5b89c737:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-5b89c737>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #ededed;
    background-image: url('../images/section-bg-prospect.webp');
    background-position: center center;
}

.elementor-15 .elementor-element.elementor-element-5b89c737 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 121px 0px 121px 0px;
}

.elementor-15 .elementor-element.elementor-element-5b89c737>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-b957bf6>.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-15 .elementor-element.elementor-element-b957bf6>.elementor-element-populated>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-3c94bb6c>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-3c94bb6c:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-3c94bb6c>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: rgba(255, 255, 255, 0.74);
}

.elementor-15 .elementor-element.elementor-element-3c94bb6c {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-3c94bb6c>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-4ee98e91>.elementor-element-populated,
.elementor-15 .elementor-element.elementor-element-4ee98e91>.elementor-element-populated>.elementor-background-overlay,
.elementor-15 .elementor-element.elementor-element-4ee98e91>.elementor-background-slideshow {
    border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-4ee98e91>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-widget-shortcode .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-shortcode .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-15 .elementor-element.elementor-element-7ba30cb9>.elementor-element-populated {
    margin: 0px 0px 0px 41px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 41px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-3d78abfe .elementor-heading-title {
    font-size: 40px;
}

.elementor-15 .elementor-element.elementor-element-1333303 {
    --divider-border-style: solid;
    --divider-color: #008b8b;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-1333303 .elementor-divider-separator {
    width: 6%;
    margin: 0 auto;
    margin-left: 0;
}

.elementor-15 .elementor-element.elementor-element-1333303 .elementor-divider {
    text-align: left;
    padding-block-start: 2px;
    padding-block-end: 2px;
}

.elementor-15 .elementor-element.elementor-element-2842787 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-2842787 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-2842787 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-2842787>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-2842787 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-2842787 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-958f3b5>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-15 .elementor-element.elementor-element-958f3b5:not(.elementor-motion-effects-element-type-background),
.elementor-15 .elementor-element.elementor-element-958f3b5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: rgba(255, 255, 255, 0.74);
}

.elementor-15 .elementor-element.elementor-element-958f3b5 {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-958f3b5>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-15 .elementor-element.elementor-element-118476f>.elementor-element-populated,
.elementor-15 .elementor-element.elementor-element-118476f>.elementor-element-populated>.elementor-background-overlay,
.elementor-15 .elementor-element.elementor-element-118476f>.elementor-background-slideshow {
    border-radius: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-118476f>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-7f9e526>.elementor-element-populated {
    margin: 0px 0px 0px 41px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 41px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-5579e85 .elementor-heading-title {
    font-size: 40px;
}

.elementor-15 .elementor-element.elementor-element-0ec7bc5 {
    --divider-border-style: solid;
    --divider-color: #008b8b;
    --divider-border-width: 6px;
}

.elementor-15 .elementor-element.elementor-element-0ec7bc5 .elementor-divider-separator {
    width: 6%;
    margin: 0 auto;
    margin-left: 0;
}

.elementor-15 .elementor-element.elementor-element-0ec7bc5 .elementor-divider {
    text-align: left;
    padding-block-start: 2px;
    padding-block-end: 2px;
}

.elementor-15 .elementor-element.elementor-element-c7d5b49 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-15 .elementor-element.elementor-element-c7d5b49 .elementor-button:hover,
.elementor-15 .elementor-element.elementor-element-c7d5b49 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-15 .elementor-element.elementor-element-c7d5b49>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-15 .elementor-element.elementor-element-c7d5b49 .elementor-button:hover svg,
.elementor-15 .elementor-element.elementor-element-c7d5b49 .elementor-button:focus svg {
    fill: #f9f9f9;
}

@media(max-width:1024px) {

    .elementor-15 .elementor-element.elementor-element-9ae507d:not(.elementor-motion-effects-element-type-background),
    .elementor-15 .elementor-element.elementor-element-9ae507d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: center center;
        background-size: cover;
    }

    .elementor-15 .elementor-element.elementor-element-3a2024a .elementor-heading-title {
        font-size: 50px;
    }

    .elementor-15 .elementor-element.elementor-element-b87668d .elementor-button {
        font-size: 18px;
    }

    .elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button {
        font-size: 18px;
    }

    .elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button {
        font-size: 18px;
    }

    .elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button {
        font-size: 18px;
    }

    .elementor-15 .elementor-element.elementor-element-13c9c1e .elementor-heading-title {
        font-size: 35px;
    }

    .elementor-15 .elementor-element.elementor-element-b6494d6 .elementor-divider-separator {
        width: 10%;
    }

    .elementor-15 .elementor-element.elementor-element-899de0d img {
        width: 15%;
    }

    .elementor-15 .elementor-element.elementor-element-c80bfc3 img {
        width: 15%;
    }

    .elementor-15 .elementor-element.elementor-element-eac449e img {
        width: 15%;
    }

    .elementor-15 .elementor-element.elementor-element-b2c7767 img {
        width: 15%;
    }

    .elementor-15 .elementor-element.elementor-element-cf0704c img {
        width: 15%;
    }

    .elementor-15 .elementor-element.elementor-element-16251be .elementor-heading-title {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-51ffff4 .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-3f78550 img {
        width: 15%;
    }

    .elementor-15 .elementor-element.elementor-element-34252f2 .elementor-heading-title {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-c1a2933 .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-2f6bb8d .elementor-heading-title {
        font-size: 20px;
    }

    .elementor-15 .elementor-element.elementor-element-d7881b6>.elementor-widget-container {
        padding: 140px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-41c1d5f>.elementor-element-populated {
        padding: 81px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-3c94bb6c {
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-4ee98e91>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-3d78abfe .elementor-heading-title {
        font-size: 24px;
    }

    .elementor-15 .elementor-element.elementor-element-958f3b5 {
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-118476f>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-5579e85 .elementor-heading-title {
        font-size: 24px;
    }
}

@media(max-width:767px) {

    .elementor-15 .elementor-element.elementor-element-9ae507d:not(.elementor-motion-effects-element-type-background),
    .elementor-15 .elementor-element.elementor-element-9ae507d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 54% 46%;
        background-size: cover;
    }

    .elementor-15 .elementor-element.elementor-element-d9337b6 {
        margin-top: 100px;
        margin-bottom: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-3a2024a .elementor-heading-title {
        font-size: 25px;
    }

    .elementor-15 .elementor-element.elementor-element-1e22f89 {
        margin-top: 41px;
        margin-bottom: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-8885112 {
        width: 100%;
    }

    .elementor-15 .elementor-element.elementor-element-8885112>.elementor-element-populated {
        padding: 0px 0px 21px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-b87668d .elementor-button {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }

    .elementor-15 .elementor-element.elementor-element-0733c04 {
        width: 100%;
    }

    .elementor-15 .elementor-element.elementor-element-9c10b46 .elementor-button {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }

    .elementor-15 .elementor-element.elementor-element-e5c7c99 {
        margin-top: 21px;
        margin-bottom: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-2ddd20d {
        width: 100%;
    }

    .elementor-15 .elementor-element.elementor-element-2ddd20d>.elementor-element-populated {
        padding: 0px 0px 41px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-d14acc3 .elementor-button {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }

    .elementor-15 .elementor-element.elementor-element-4e9fccd {
        width: 100%;
    }

    .elementor-15 .elementor-element.elementor-element-8265eb8 .elementor-button {
        font-size: 14px;
        padding: 10px 10px 10px 10px;
    }

    .elementor-15 .elementor-element.elementor-element-b6494d6 .elementor-divider-separator {
        width: 25%;
    }

    .elementor-15 .elementor-element.elementor-element-2538ac9>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-6638c73>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-c80bfc3 {
        text-align: center;
    }

    .elementor-15 .elementor-element.elementor-element-57305cb>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-02801b4>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-b2c7767 {
        text-align: center;
    }

    .elementor-15 .elementor-element.elementor-element-89b4ed5 .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-e6883cb>.elementor-element-populated {
        padding: 41px 0px 41px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-16251be .elementor-heading-title {
        line-height: 1.8em;
    }

    .elementor-15 .elementor-element.elementor-element-0b7f63b {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-e6993c5>.elementor-element-populated {
        padding: 41px 0px 41px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-34252f2 .elementor-heading-title {
        line-height: 1.8em;
    }

    .elementor-15 .elementor-element.elementor-element-fe54f87>.elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-2f6bb8d>.elementor-widget-container {
        padding: 0px 20px 0px 20px;
    }

    .elementor-15 .elementor-element.elementor-element-2f6bb8d .elementor-heading-title {
        line-height: 1.3em;
    }

    .elementor-15 .elementor-element.elementor-element-d7881b6>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-1164468>.elementor-element-populated {
        margin: 41px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-15 .elementor-element.elementor-element-56880a5 .elementor-heading-title {
        font-size: 26px;
    }

    .elementor-15 .elementor-element.elementor-element-b17de65 .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-eca5f5f .elementor-heading-title {
        font-size: 26px;
    }

    .elementor-15 .elementor-element.elementor-element-5250682 .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-9b0eebe:not(.elementor-motion-effects-element-type-background),
    .elementor-15 .elementor-element.elementor-element-9b0eebe>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url('../images/iso-paiva-2.webp');
        background-position: -229px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-a090005 .elementor-heading-title {
        font-size: 28px;
    }

    .elementor-15 .elementor-element.elementor-element-a45514d .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-a69f7e4:not(.elementor-motion-effects-element-type-background),
    .elementor-15 .elementor-element.elementor-element-a69f7e4>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-image: url('../images/iso-paiva-3.webp');
        background-position: center center;
        background-size: cover;
    }

    .elementor-15 .elementor-element.elementor-element-3a6ed5b .elementor-heading-title {
        font-size: 28px;
    }

    .elementor-15 .elementor-element.elementor-element-94d55fc .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-2842787 .elementor-button {
        font-size: 14px;
    }

    .elementor-15 .elementor-element.elementor-element-118476f>.elementor-element-populated {
        padding: 0px 0px 41px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-7f9e526>.elementor-element-populated {
        padding: 0px 0px 41px 0px;
    }

    .elementor-15 .elementor-element.elementor-element-c7d5b49 .elementor-button {
        font-size: 14px;
    }
}

@media(min-width:768px) {
    .elementor-15 .elementor-element.elementor-element-8885112 {
        width: 25.028%;
    }

    .elementor-15 .elementor-element.elementor-element-0733c04 {
        width: 74.972%;
    }

    .elementor-15 .elementor-element.elementor-element-2ddd20d {
        width: 37.155%;
    }

    .elementor-15 .elementor-element.elementor-element-4e9fccd {
        width: 62.845%;
    }

    .elementor-15 .elementor-element.elementor-element-0ad2a8a {
        width: 60%;
    }

    .elementor-15 .elementor-element.elementor-element-1164468 {
        width: 40%;
    }

    .elementor-15 .elementor-element.elementor-element-41c1d5f {
        width: 40%;
    }

    .elementor-15 .elementor-element.elementor-element-f081aef {
        width: 60%;
    }

    .elementor-15 .elementor-element.elementor-element-4ee98e91 {
        width: 35%;
    }

    .elementor-15 .elementor-element.elementor-element-7ba30cb9 {
        width: 65%;
    }

    .elementor-15 .elementor-element.elementor-element-118476f {
        width: 35%;
    }

    .elementor-15 .elementor-element.elementor-element-7f9e526 {
        width: 65%;
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-15 .elementor-element.elementor-element-8885112 {
        width: 25%;
    }

    .elementor-15 .elementor-element.elementor-element-0733c04 {
        width: 75%;
    }

    .elementor-15 .elementor-element.elementor-element-4e9fccd {
        width: 75%;
    }
}

.elementor-widget-section .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-section .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-35 .elementor-element.elementor-element-062e122 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 9999;
}

.elementor-35 .elementor-element.elementor-element-062e122>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-35 .elementor-element.elementor-element-65a4523 {
    padding: 5px 0px 5px 0px;
}

.elementor-bc-flex-widget .elementor-35 .elementor-element.elementor-element-2bf6fe6.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-35 .elementor-element.elementor-element-2bf6fe6.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-35 .elementor-element.elementor-element-2bf6fe6>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-widget-theme-site-logo .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-theme-site-logo .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-theme-site-logo .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-35 .elementor-element.elementor-element-d409173 {
    text-align: left;
}

.elementor-35 .elementor-element.elementor-element-d409173 img {
    width: 300px;
}

.elementor-widget-image .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-35 .elementor-element.elementor-element-c495d07 {
    text-align: left;
}

.elementor-35 .elementor-element.elementor-element-c495d07 img {
    width: 300px;
}

.elementor-bc-flex-widget .elementor-35 .elementor-element.elementor-element-795aa0d.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-35 .elementor-element.elementor-element-795aa0d.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-35 .elementor-element.elementor-element-795aa0d.elementor-column>.elementor-widget-wrap {
    justify-content: flex-end;
}

.elementor-35 .elementor-element.elementor-element-795aa0d>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-widget-nav-menu .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-nav-menu .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
    color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
    border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
    --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 {
    width: auto;
    max-width: auto;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25>.elementor-widget-container {
    margin: 0px 40px 0px 0px;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--main .elementor-item {
    color: #FFFFFF;
    fill: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-menu-toggle {
    color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown {
    background-color: #008B8B;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a:hover,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a.highlighted,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-menu-toggle:hover {
    color: #FFFFFF;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a:hover,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a.elementor-item-active,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown a.highlighted {
    background-color: #008B8B;
}

.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown .elementor-item,
.elementor-35 .elementor-element.elementor-element-9e5ea25 .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.elementor-35 .elementor-element.elementor-element-fe5074b {
    width: auto;
    max-width: auto;
    text-align: right;
}

.elementor-35 .elementor-element.elementor-element-fe5074b img {
    width: 35px;
}

.elementor-35 .elementor-element.elementor-element-99f6cc9 {
    width: auto;
    max-width: auto;
    text-align: right;
}

.elementor-35 .elementor-element.elementor-element-99f6cc9 img {
    width: 35px;
}

.elementor-theme-builder-content-area {
    height: 400px;
}

.elementor-location-header:before,
.elementor-location-footer:before {
    content: "";
    display: table;
    clear: both;
}

@media(max-width:1024px) {
    .elementor-35 .elementor-element.elementor-element-795aa0d.elementor-column>.elementor-widget-wrap {
        justify-content: space-around;
    }
}

@media(max-width:767px) {
    .elementor-35 .elementor-element.elementor-element-2bf6fe6 {
        width: 45%;
    }

    .elementor-35 .elementor-element.elementor-element-795aa0d {
        width: 55%;
    }

    .elementor-35 .elementor-element.elementor-element-795aa0d.elementor-column>.elementor-widget-wrap {
        justify-content: flex-end;
    }

    .elementor-35 .elementor-element.elementor-element-9e5ea25 {
        width: var(--container-widget-width, 49%);
        max-width: 49%;
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
    }

    .elementor-35 .elementor-element.elementor-element-fe5074b {
        width: var(--container-widget-width, 49%);
        max-width: 49%;
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
    }

    .elementor-35 .elementor-element.elementor-element-99f6cc9 {
        width: var(--container-widget-width, 49%);
        max-width: 49%;
        --container-widget-width: 49%;
        --container-widget-flex-grow: 0;
    }
}

.elementor-widget-section .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-section .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-232 .elementor-element.elementor-element-f804839:not(.elementor-motion-effects-element-type-background),
.elementor-232 .elementor-element.elementor-element-f804839>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000000;
}

.elementor-232 .elementor-element.elementor-element-f804839 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 121px 0px 121px 0px;
}

.elementor-232 .elementor-element.elementor-element-f804839>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-widget-heading .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-heading .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.elementor-232 .elementor-element.elementor-element-a1ac334 {
    text-align: center;
}

.elementor-232 .elementor-element.elementor-element-a1ac334 .elementor-heading-title {
    font-size: 60px;
    color: #ffffff;
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary);
}

.elementor-widget-divider .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary);
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary);
}

.elementor-232 .elementor-element.elementor-element-97254ad {
    --divider-border-style: solid;
    --divider-color: #008b8b;
    --divider-border-width: 6px;
}

.elementor-232 .elementor-element.elementor-element-97254ad .elementor-divider-separator {
    width: 6%;
    margin: 0 auto;
    margin-center: 0;
}

.elementor-232 .elementor-element.elementor-element-97254ad .elementor-divider {
    text-align: center;
    padding-block-start: 17px;
    padding-block-end: 17px;
}

.elementor-232 .elementor-element.elementor-element-c6d3dcb {
    margin-top: 41px;
    margin-bottom: 0px;
}

.elementor-232 .elementor-element.elementor-element-bf977c2 {
    text-align: center;
}

.elementor-232 .elementor-element.elementor-element-bf977c2 .elementor-heading-title {
    font-size: 32px;
    color: #ffffff;
}

.elementor-widget-shortcode .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-shortcode .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-button .elementor-button {
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-widget-button .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-button .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-232 .elementor-element.elementor-element-9d593f7 .elementor-button {
    background-color: #008b8b;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
}

.elementor-232 .elementor-element.elementor-element-9d593f7 .elementor-button:hover,
.elementor-232 .elementor-element.elementor-element-9d593f7 .elementor-button:focus {
    background-color: #54595f;
    color: #f9f9f9;
}

.elementor-232 .elementor-element.elementor-element-9d593f7 {
    width: auto;
    max-width: auto;
    bottom: 0px;
    z-index: 9999999;
}

body:not(.rtl) .elementor-232 .elementor-element.elementor-element-9d593f7 {
    right: 0vw;
}

body.rtl .elementor-232 .elementor-element.elementor-element-9d593f7 {
    left: 0vw;
}

.elementor-232 .elementor-element.elementor-element-9d593f7 .elementor-button:hover svg,
.elementor-232 .elementor-element.elementor-element-9d593f7 .elementor-button:focus svg {
    fill: #f9f9f9;
}

.elementor-232 .elementor-element.elementor-element-2a8b0f6 {
    padding: 81px 0px 81px 0px;
}

.elementor-232 .elementor-element.elementor-element-dd63c1f>.elementor-element-populated {
    padding: 10px 21px 0px 0px;
}

.elementor-widget-image .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-232 .elementor-element.elementor-element-ced8719 img {
    width: 100%;
}

.elementor-widget-social-icons .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-social-icons .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-232 .elementor-element.elementor-element-f630fdb {
    --grid-template-columns: repeat(0, auto);
    --grid-column-gap: 5px;
    --grid-row-gap: 0px;
}

.elementor-232 .elementor-element.elementor-element-f630fdb .elementor-widget-container {
    text-align: left;
}

.elementor-232 .elementor-element.elementor-element-f630fdb>.elementor-widget-container {
    background-color: rgba(0, 0, 0, 0);
}

.elementor-widget-nav-menu .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-nav-menu .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
    color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
    border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
    --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-232 .elementor-element.elementor-element-7d17ef6>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-7d17ef6 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-7d17ef6 .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-d89787d>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-d89787d .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-d89787d .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-237cab3>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-237cab3 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-237cab3 .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-7ad9920>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-7ad9920 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-7ad9920 .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-e1b3126>.elementor-element-populated {
    padding: 0px 21px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-022ccfa>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-022ccfa .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-022ccfa .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-3df8880 {
    --grid-template-columns: repeat(0, auto);
    --grid-column-gap: 5px;
    --grid-row-gap: 0px;
}

.elementor-232 .elementor-element.elementor-element-3df8880 .elementor-widget-container {
    text-align: center;
}

.elementor-232 .elementor-element.elementor-element-3df8880>.elementor-widget-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 0px 21px 0px;
}

.elementor-232 .elementor-element.elementor-element-9d9441f>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-9d9441f .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-9d9441f .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-9a93273>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-9a93273 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-9a93273 .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-de95e2b>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-232 .elementor-element.elementor-element-de95e2b .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.elementor-232 .elementor-element.elementor-element-de95e2b .elementor-nav-menu--main .elementor-item {
    color: #000000;
    fill: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

.elementor-232 .elementor-element.elementor-element-cc59077:not(.elementor-motion-effects-element-type-background),
.elementor-232 .elementor-element.elementor-element-cc59077>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #000000;
}

.elementor-232 .elementor-element.elementor-element-cc59077 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0px 10px 0px;
}

.elementor-232 .elementor-element.elementor-element-cc59077>.elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-bc-flex-widget .elementor-232 .elementor-element.elementor-element-0b5bfdd.elementor-column .elementor-widget-wrap {
    align-items: center;
}

.elementor-232 .elementor-element.elementor-element-0b5bfdd.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}

.elementor-232 .elementor-element.elementor-element-0b5bfdd.elementor-column>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-232 .elementor-element.elementor-element-0b5bfdd>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 5px 0px 5px 0px;
}

.elementor-232 .elementor-element.elementor-element-fcfb17c {
    z-index: 99999;
}

.elementor-232 .elementor-element.elementor-element-fcfb17c .elementor-heading-title {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.elementor-theme-builder-content-area {
    height: 400px;
}

.elementor-location-header:before,
.elementor-location-footer:before {
    content: "";
    display: table;
    clear: both;
}

@media(max-width:1024px) {
    .elementor-232 .elementor-element.elementor-element-a1ac334 .elementor-heading-title {
        font-size: 40px;
    }

    .elementor-232 .elementor-element.elementor-element-bf977c2 .elementor-heading-title {
        font-size: 35px;
    }

    .elementor-232 .elementor-element.elementor-element-ced8719 img {
        width: 100%;
    }

    .elementor-232 .elementor-element.elementor-element-33a8f64 img {
        width: 65%;
    }

    .elementor-232 .elementor-element.elementor-element-022ccfa .elementor-nav-menu--main .elementor-item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .elementor-232 .elementor-element.elementor-element-3df8880 .elementor-widget-container {
        text-align: center;
    }

    .elementor-232 .elementor-element.elementor-element-460eacf {
        padding: 41px 0px 0px 0px;
    }
}

@media(max-width:767px) {
    .elementor-232 .elementor-element.elementor-element-a1ac334 .elementor-heading-title {
        font-size: 30px;
    }

    .elementor-232 .elementor-element.elementor-element-97254ad .elementor-divider-separator {
        width: 15%;
    }

    .elementor-232 .elementor-element.elementor-element-bf977c2 .elementor-heading-title {
        font-size: 25px;
    }

    .elementor-232 .elementor-element.elementor-element-dd63c1f>.elementor-element-populated {
        padding: 0px 0px 41px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-f630fdb .elementor-widget-container {
        text-align: left;
    }

    .elementor-232 .elementor-element.elementor-element-f630fdb>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-195b5f3>.elementor-element-populated {
        padding: 0px 0px 0px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-d89787d>.elementor-widget-container {
        padding: 0px 0px 41px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-8455b3c>.elementor-element-populated {
        padding: 20px 0px 0px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-237cab3>.elementor-widget-container {
        padding: 0px 0px 41px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-abf10b7>.elementor-element-populated {
        padding: 20px 0px 0px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-7ad9920>.elementor-widget-container {
        padding: 0px 0px 41px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-022ccfa>.elementor-widget-container {
        padding: 0px 0px 41px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-3df8880 .elementor-widget-container {
        text-align: left;
    }

    .elementor-232 .elementor-element.elementor-element-3df8880>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-460eacf {
        padding: 0px 0px 0px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-a7fcd26>.elementor-element-populated {
        padding: 0px 0px 41px 0px;
    }

    .elementor-232 .elementor-element.elementor-element-af284ce>.elementor-element-populated {
        padding: 0px 0px 41px 0px;
    }
}

.tablepress {
    --text-color: #111;
    --head-text-color: var(--text-color);
    --head-bg-color: #d9edf7;
    --odd-text-color: var(--text-color);
    --odd-bg-color: #fff;
    --even-text-color: var(--text-color);
    --even-bg-color: #f9f9f9;
    --hover-text-color: var(--text-color);
    --hover-bg-color: #f3f3f3;
    --border-color: #ddd;
    --padding: 0.5rem;
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    clear: both;
    margin: 0 auto 1rem;
    table-layout: auto;
    width: 100%
}

.tablepress>:not(caption)>*>* {
    background: none;
    border: none;
    box-sizing: border-box;
    float: none !important;
    padding: var(--padding);
    text-align: left;
    vertical-align: top
}

.tablepress>:where(thead)+tbody>*>*,
.tablepress>tbody>*~*>*,
.tablepress>tfoot>:where(:first-child)>* {
    border-top: 1px solid var(--border-color)
}

.tablepress>:where(thead, tfoot)>*>th {
    background-color: var(--head-bg-color);
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal
}

.tablepress>:where(tbody)>tr>* {
    color: var(--text-color)
}

.tablepress>:where(tbody.row-striping)>:nth-child(odd)>* {
    background-color: var(--odd-bg-color);
    color: var(--odd-text-color)
}

.tablepress>:where(tbody.row-striping)>:nth-child(2n)>* {
    background-color: var(--even-bg-color);
    color: var(--even-text-color)
}

.tablepress>.row-hover>tr:hover>* {
    background-color: var(--hover-bg-color);
    color: var(--hover-text-color)
}

.tablepress img {
    border: none;
    margin: 0;
    max-width: none;
    padding: 0
}

.tablepress-table-description {
    clear: both;
    display: block
}

.dt-scroll {
    width: 100%
}

.dt-scroll .tablepress {
    width: 100% !important
}

div.dt-scroll-body tfoot tr,
div.dt-scroll-body thead tr {
    height: 0
}

div.dt-scroll-body tfoot tr th,
div.dt-scroll-body thead tr th {
    border-bottom-width: 0 !important;
    border-top-width: 0 !important;
    height: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,
div.dt-scroll-body thead tr th div.dt-scroll-sizing {
    height: 0 !important;
    overflow: hidden !important
}

div.dt-scroll-body>table.dataTable>thead>tr>th {
    overflow: hidden
}

.tablepress {
    --head-active-bg-color: #049cdb;
    --head-active-text-color: var(--head-text-color);
    --head-sort-arrow-color: var(--head-active-text-color)
}

.tablepress thead th:active {
    outline: none
}

.tablepress thead .dt-orderable-asc .dt-column-order:before,
.tablepress thead .dt-ordering-asc .dt-column-order:before {
    bottom: 50%;
    content: "â²" /"";
    display: block;
    position: absolute
}

.tablepress thead .dt-orderable-desc .dt-column-order:after,
.tablepress thead .dt-ordering-desc .dt-column-order:after {
    content: "â¼" /"";
    display: block;
    position: absolute;
    top: 50%
}

.tablepress thead .dt-orderable-asc,
.tablepress thead .dt-orderable-desc,
.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-ordering-desc {
    padding-right: 24px;
    position: relative
}

.tablepress thead .dt-orderable-asc .dt-column-order,
.tablepress thead .dt-orderable-desc .dt-column-order,
.tablepress thead .dt-ordering-asc .dt-column-order,
.tablepress thead .dt-ordering-desc .dt-column-order {
    bottom: 0;
    color: var(--head-sort-arrow-color);
    position: absolute;
    right: 6px;
    top: 0;
    width: 12px
}

.tablepress thead .dt-orderable-asc .dt-column-order:after,
.tablepress thead .dt-orderable-asc .dt-column-order:before,
.tablepress thead .dt-orderable-desc .dt-column-order:after,
.tablepress thead .dt-orderable-desc .dt-column-order:before,
.tablepress thead .dt-ordering-asc .dt-column-order:after,
.tablepress thead .dt-ordering-asc .dt-column-order:before,
.tablepress thead .dt-ordering-desc .dt-column-order:after,
.tablepress thead .dt-ordering-desc .dt-column-order:before {
    font-family: sans-serif !important;
    font-size: 12px;
    line-height: 12px;
    opacity: .2
}

.tablepress thead .dt-orderable-asc,
.tablepress thead .dt-orderable-desc {
    cursor: pointer;
    outline-offset: -2px
}

.tablepress thead .dt-orderable-asc:hover,
.tablepress thead .dt-orderable-desc:hover,
.tablepress thead .dt-ordering-asc,
.tablepress thead .dt-ordering-desc {
    background-color: var(--head-active-bg-color);
    color: var(--head-active-text-color)
}

.tablepress thead .dt-ordering-asc .dt-column-order:before,
.tablepress thead .dt-ordering-desc .dt-column-order:after {
    opacity: .8
}

.tablepress:where(.auto-type-alignment) .dt-right,
.tablepress:where(.auto-type-alignment) .dt-type-date,
.tablepress:where(.auto-type-alignment) .dt-type-numeric {
    text-align: right
}

.dt-container {
    clear: both;
    margin-bottom: 1rem;
    position: relative
}

.dt-container .tablepress {
    margin-bottom: 0
}

.dt-container .dt-layout-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell {
    display: block;
    width: 100%
}

.dt-container .dt-layout-cell {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    padding: 5px 0
}

.dt-container .dt-layout-cell.dt-layout-full {
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.dt-container .dt-layout-cell.dt-layout-full>:only-child {
    margin: auto
}

.dt-container .dt-layout-cell.dt-layout-start {
    align-items: center;
    justify-content: flex-start;
    margin-right: auto
}

.dt-container .dt-layout-cell.dt-layout-end {
    align-items: center;
    justify-content: flex-end;
    margin-left: auto
}

.dt-container .dt-layout-cell:empty {
    display: none
}

.dt-container label {
    display: inline
}

.dt-container .dt-input {
    display: inline;
    font-size: inherit;
    padding: 5px;
    width: auto
}

.dt-container .dt-search {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center
}

.dt-container .dt-paging .dt-paging-button {
    background: #0000;
    border: 1px solid #0000;
    border-radius: 2px;
    box-sizing: border-box;
    color: inherit !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    height: 32px;
    margin-left: 2px;
    min-width: 32px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none !important;
    vertical-align: middle
}

.dt-container .dt-paging .dt-paging-button.current,
.dt-container .dt-paging .dt-paging-button:hover {
    border: 1px solid #111
}

.dt-container .dt-paging .dt-paging-button.disabled,
.dt-container .dt-paging .dt-paging-button.disabled:active,
.dt-container .dt-paging .dt-paging-button.disabled:hover {
    border: 1px solid #0000;
    color: #0000004d !important;
    cursor: default;
    outline: none
}

.dt-container .dt-paging>.dt-paging-button:first-child {
    margin-left: 0
}

.dt-container .dt-paging .ellipsis {
    padding: 0 1em
}

@media screen and (max-width:767px) {
    .dt-container .dt-layout-row {
        flex-direction: column
    }

    .dt-container .dt-layout-cell {
        flex-direction: column;
        padding: .5em 0
    }
}

/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 3 */
}

/* Sections
   ========================================================================== */
body {
    margin: 0;
    font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    background-color: #fff;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: .9rem;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    white-space: pre-wrap;
}

/* Text-level semantics
   ========================================================================== */
a {
    background-color: transparent;
    text-decoration: none;
    color: #CC3366;
}

a:hover,
a:active {
    color: #333366;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Print
   ========================================================================== */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        page-break-inside: avoid;
        border: 1px solid #cccccc;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: .9em;
}

#comments .comment,
#comments .pingback {
    position: relative;
}

#comments .comment .comment-body,
#comments .pingback .comment-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 0 30px 60px;
    border-bottom: 1px solid #cccccc;
}

body.rtl #comments .comment .comment-body,
body.rtl #comments .pingback .comment-body {
    padding: 30px 60px 30px 0;
}

#comments .comment .avatar,
#comments .pingback .avatar {
    position: absolute;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}

body.rtl #comments .comment .avatar,
body.rtl #comments .pingback .avatar {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
}

#comments .comment-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: .9rem;
}

#comments .reply,
#comments .comment-metadata {
    font-size: 11px;
    line-height: 1;
}

#comments .children {
    position: relative;
    list-style: none;
    margin: 0;
    padding-left: 30px;
}

body.rtl #comments .children {
    padding-left: 0;
    padding-right: 30px;
}

#comments .children li:last-child {
    padding-bottom: 0;
}

#comments ol.comment-list .children:before {
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 100%;
    content: '\21AA';
    position: absolute;
    top: 45px;
    left: 0;
    width: auto;
}

body.rtl #comments ol.comment-list .children:before {
    content: '\21A9';
    left: auto;
    right: 0;
}

@media (min-width: 768px) {

    #comments .comment-author,
    #comments .comment-metadata {
        line-height: 1;
    }
}

@media (max-width: 767px) {
    #comments .comment .comment-body {
        padding: 30px 0;
    }

    #comments .children {
        padding-left: 20px;
    }

    #comments .comment .avatar {
        position: inherit;
        float: left;
    }

    body.rtl #comments .comment .avatar {
        float: right;
    }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
    display: inline-block;
    line-height: 1;
    margin-bottom: 0.5rem;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 1rem;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
    width: 100%;
    border: solid 1px #666666;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
    outline: 0 none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    width: auto;
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

button,
[type="submit"],
[type="button"] {
    display: inline-block;
    font-weight: 400;
    color: #CC3366;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #CC3366;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button:focus,
[type="submit"]:focus,
[type="button"]:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none;
}

button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
    cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
    resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

select {
    display: block;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table th,
table td {
    padding: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
    border: 1px solid #cccccc;
}

table th {
    font-weight: bold;
}

table thead th,
table tfoot th {
    font-size: 1em;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #eeeeee;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: #e9e9e9;
}

table tbody+tbody {
    border-top: 2px solid #cccccc;
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }

    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }

    table table th {
        font-weight: 400;
    }
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* WordPress
   ========================================================================== */
.alignright {
    float: right;
    margin-right: 1rem;
}

.alignleft {
    float: left;
    margin-left: 1rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.sticky {
    position: relative;
    display: block;
}

.bypostauthor {
    font-size: inherit;
}

.gallery-caption {
    display: block;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
    padding: 0.75rem;
}

.wp-caption {
    margin-bottom: 1.25rem;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    margin: 0;
    text-align: center;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eeeeee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #333333;
    display: block;
    font-size: 1rem;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Custom style for your theme.
========================================================================== */
/**
To change or override any style, add a new scss file under ./custom/ directory
and include it here.
 */



.elementor-2154 .elementor-element.elementor-element-6594b72.elementor-wc-products ul.products li.product span.onsale {
    display: none !important;
}

li.product span.onsale {
    display: none !important;
}

time {
    display: none !important;
}

/* Typografia */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Serif Pro", Sans-serif !important;
    font-weight: normal !important;
}

.mm-menu-pages .elementor-item {
    font-family: "Source Serif Pro", Sans-serif !important;
    font-weight: 300 !important;
}

.elementor-button-text,
.elementor-cta__button,
.elementor-text-editor,
.elementor-icon-box-content {
    font-family: "Source Sans Pro", Sans-serif !important;
    /*    font-weight: 200 !important;*/
}

@media all and (max-width: 1025px) {

    .elementor-button-text,
    .elementor-cta__button,
    .elementor-text-editor,
    .elementor-icon-box-content {
        font-family: "Source Sans Pro", Sans-serif !important;
        font-weight: 400 !important;
    }
}

.elementor a {
    color: #008b8b;
}

a {
    color: #008b8b;
}

p {
    font-family: "Source Sans Pro", Sans-serif !important;
    /* font-weight: 200 !important;*/
}

body {
    overflow-x: hidden;
}

/* Globaalit */

.elementor-column-wrap {
    width: 89% !important;
    margin: 0 auto;
}

.mm-fullwidth .elementor-column-wrap {
    width: 100% !important;
}

.mm-icon-box .elementor-column-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.mm-icon-box2 .elementor-column-wrap {
    margin: 0 !important;
    padding: 0 !important;
}


body {
    margin: 0;
}

/* CC */

.cc-banner.cc-bottom {
    z-index: 99999999;
}

/* Menu */

.mm-header-icon {
    display: flex;
    flex-direction: row;
    justify-content: right;
}

.mm-header-icon>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mm-header {
    background: transparent;
    position: absolute;
    width: 100%;
}

.mm-header-wrapper {
    position: absolute;
    width: 100%;
}

.mm-top-header .mm-logo,
.mm-top-header .mm-menu-icon {
    display: block !important;
    margin-bottom: 0 !important;
    transition: 0.5s;
    transition-timing-function: ease-in-out;
}

.mm-top-header .mm-logo-white,
.mm-top-header .mm-menu-icon-white {
    display: none;
}

.mm-top-header {
    background: #fff !important;
    transition: 0.8s;
    transition-timing-function: ease-in-out;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mm-header .mm-logo,
.mm-header .mm-menu-icon {
    display: none;
}

#menu-1-d44c8fc .mm-cta {
    background: #008b8b;
    border-radius: 3px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro' !important;
    font-size: 18px;
    margin: 4px;
}

#menu-1-d44c8fc .menu-item {
    display: flex;
    flex-wrap: wrap;
}

@media all and (min-width: 769px) and (max-width: 1025px) {

    .mm-cta {
        text-align: center !important;
        margin: 4px !important;
        display: inline-block !important;
    }
}

@media all and (max-width: 768px) {

    #menu-2-d44c8fc .elementor-item,
    #menu-2-0a059b4 .elementor-item,
    #menu-2-fa9e53a .elementor-item,
    #menu-2-1d0f101 .elementor-item,
    #menu-2-09b04be .elementor-item {
        background: #212121;
        color: #fff;
        text-align: center !important;
        justify-content: center;
    }

    #menu-2-d44c8fc .elementor-item {
        font-size: 20px !important;
    }

    #menu-2-d44c8fc li {
        background: rgba(0, 0, 0, 0) !important;
    }

    .mm-cta .elementor-item {
        background: #008b8b !important;
        margin-right: 10px !important;
        border-radius: 3px !important;
        text-transform: uppercase !important;
        font-family: 'Source Sans Pro' !important;
        font-size: 20px !important;
    }

    #menu-2-d44c8fc .mm-cta {
        background: #212121 !important;
        display: inline-block;
        width: 70%;
        margin: 11px 0;
    }

    #menu-2-d44c8fc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mm-cta-container {
        padding-top: 21px;
        background: #212121;
        text-align: center;
    }

    .mm-liikkeet-menu .elementor-invisible {
        visibility: visible !important;
    }

    .mm-header-wrapper {
        position: relative;
    }
}


#menu-1-d44c8fc .mm-cta .elementor-item {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 200 !important;
}

.mm-liikkeet-menu a {
    font-weight: 200 !important;
}

#mm-megamenu-icons .fa {
    color: #fff;
}

/* Lander */

.mm-lander {
    min-height: 100vh !important;
}

.mm-lander-box .elementor-container {
    margin-left: 0 !important;
}

.mm-underline::after {
    height: 22px;
    width: 830px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 89%;
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
    opacity: 0.8;
    display: none;
}

.mm-lander-special {
    border-bottom: 8px solid #008b8b;

}

.mm-quality {
    border-bottom: 8px solid #008b8b;
}

.mm-pro {
    border-bottom: 8px solid #008b8b;
}

/* Etusivu */

.mm-notice-text {
    color: #008b8b;
}

.mm-icon-box-title {
    color: #fff;
}

.mm-cta-section .elementor-cta__content {
    padding: 81px 0;
}

.mm-cta-section .elementor-cta__title {
    padding-bottom: 41px;
}

.mm-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mm-underline-white {
    border-bottom: 3px solid #fff;
}

@media all and (max-width: 768px) {
    .mm-parturi-kampaamo .elementor-column-wrap {
        margin: 20px auto !important;
    }


}

/* Hinnasto */

.mm-hairstyle-icon-container {
    width: 22.33%;
    float: left;
    margin-right: 5.5%;
    margin-left: 5.5%;
    text-align: center;
}

.mm-hairstyle-icon {
    width: 33%;
    margin: 0 auto !important;
}


@media all and (max-width: 700px) {
    .mm-hairstyle-icon {
        width: 100% !important;
        height: 50px !important;
    }


}

.mm-price {
    /* margin-top: 21px; */
    font-size: 20px;
    margin-bottom: 0;
}

.mm-pricing-plans {
    float: left;
    width: 100%;
    padding: 26px 0;
    display: flex;
    justify-content: center;
}

table td {
    background: transparent !important;
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 200 !important;
    font-size: 20px;
    padding-left: 0 !important;
}

.elementor-accordion .elementor-accordion-item {
    margin-bottom: 5px;
}

.mm-scale-img img {
    width: 70%;
}

@media all and (max-width: 1025px) and (min-width: 768px) {
    table td {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    table td {
        font-size: 14px;
    }

    .mm-length {
        font-size: 14px;
    }

    .mm-price {
        font-size: 14px;
    }

    .mm-hairstyle-icon {
        max-width: 40px !important;
    }
}

/* Ajanvaraus */

#ifrm {
    height: 242vh;
}



/* Rekry */

.job_filters {
    background: none;
    display: none;
}

.job_filters .job_types {
    background: none;
    display: flex;
    justify-content: center;
    display: none;
}

.position h3 {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 400 !important;
    color: #000;
    font-size: 16px !important;
}

.company_logo {
    display: none;
}

.position {
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.job_listings li a {
    padding: 11px 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.location {
    font-size: 16px !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.job_listings .meta {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.job-type {
    font-size: 16px !important;
}

.date {
    font-size: 12px !important;
}

.job-type {
    color: #008b8b !important;
    font-weight: 400 !important;
}

@media all and (max-width: 900px) {
    .position {
        width: 100% !important;
        padding-bottom: 21px !important;
    }

    .location {
        width: 100% !important;
        float: left !important;
        text-align: left !important;
        padding-left: 0 !important;
    }

    .meta {
        text-align: left !important;
        padding-left: 0 !important;
        width: 100% !important;
        padding-top: 21px !important;
    }

    .job-type {
        text-align: left !important;
    }
}


/* Single job */

.single-job_listing .page-header {
    background: url('../images/tyopaikka-header-prospect-1.webp');
    background-position: 85% 15%;
}

.single-job_listing .page-header .entry-title {
    margin: 0 auto;
    max-width: 89%;
    color: #fff;
    width: 89%;
}

.mm-width-balancer {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    padding: 10px;
}

.single_job_listing .meta {
    display: flex;
    justify-content: space-between;
    padding: 81px 0 41px;
    max-width: 89%;
    margin: 0 auto;
    width: 89%;
}

.single_job_listing .meta .job-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single_job_listing .job_description {
    max-width: 89%;
    margin: 0 auto;
    padding: 41px 10px 81px;
    width: 89%;
}

.single-job_listing .job_application {
    max-width: 89%;
    margin: 0 auto;
    width: 89%;
    padding: 0 10px 81px;
}

.single_job_listing .meta .job-type {
    color: #000 !important;
    background-color: #fff;
    font-family: "Source Sans Pro", Sans-serif;
}

.single_job_listing .meta .location::before,
.single_job_listing .meta .date-posted::before {
    margin: 0 auto;
    color: #000;
    font-size: 24px !important;
    padding-bottom: 31px !important;
    display: flex;
}

.google_map_link,
.single-job_listing time {
    color: #000;
    font-family: "Source Sans Pro", Sans-serif;
}

.gtm-apply-clicks {
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 200 !important;
    font-size: 18px;
}

.single-job_listing time {
    width: 100%;
    float: left;
}

.mm-job-type-icon {
    width: 25px;
    margin: 0 auto;
    padding-bottom: 6px;
}

.single-job_listing .application_button {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #008b8b;
    border: none;
    font-weight: 200 !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important;
}

.single-job_listing .application_button:hover {
    background: #54595f;
}

.mm-job-header-overlay {
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    padding: 242px 0px 20px 0px;
}

.single-job_listing .application_details {
    font-family: "Source Sans Pro", Sans-serif !important;
    margin-top: 81px !important;
    font-weight: 200;
}

.single-job_listing .application_details::before,
.single-job_listing .application_details::after {
    left: 50% !important;
}

.wpcf7-form p {
    display: flex;
    justify-content: center;
    margin: 31px 0;
}

.wpcf7-form-control-wrap {
    display: flex;
    justify-content: center;
}

.wpcf7-submit {
    margin: 31px 0;
}

.wpcf7-form {
    padding-top: 31px;
}

.wpcf7-form label {
    min-width: 50%;
    text-align: center;
}

.wpcf7-form label span {
    margin-top: 21px;
}

div.wpcf7-response-output {
    text-align: center;
}

.wpcf7-submit {
    background: #008b8b;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 300;
}

.wpcf7-submit:hover {
    background: #54595f !important;
    transition: 0.3s;
    transition-timing-function: ease-in-out;
}

@media all and (min-width: 768px) and (max-width: 1025px) {
    .single-job_listing .page-header .entry-title {
        font-size: 40px;
    }

    .single-job_listing .page-header {
        background-size: cover;
    }

    .google_map_link {
        text-align: center;
    }

    .single-job_listing .subheading {
        font-size: 26px;
    }

    .gtm-apply-clicks {
        font-size: 16px;
    }
}

@media all and (max-width: 768px) {
    .single-job_listing .page-header .entry-title {
        font-size: 35px;
    }

    .single-job_listing .page-header {
        background-size: cover;
        background-position: center;
    }

    .single_job_listing .meta {
        flex-direction: column;
    }

    .single_job_listing .meta .job-type {
        text-align: center !important;
        margin-bottom: 21px !important;
    }

    .google_map_link {
        text-align: center;
        margin-bottom: 21px !important;
    }

    .date-posted {
        text-align: center;
    }

    .single-job_listing .subheading {
        font-size: 22px;
    }

    .gtm-apply-clicks {
        font-size: 14px;
    }
}



/* Liikkeet */

.mm-icon-box img {
    width: 25px;
}

.mm-icon-box figure {
    margin-bottom: 5px !important;
}

.mm-icon-box2 img {
    width: 25px;
}

.mm-icon-box2 figure {
    margin-bottom: 5px !important;
}

.mm-icon-box a {
    color: #000 !important;
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 400 !important;
}

.mm-icon-box2 a {
    font-family: "Source Sans Pro", Sans-serif;
    font-weight: 400 !important;
}

.mm-aukioloajat p {
    font-weight: 400 !important;
}

.mm-liike-palvelut img {
    width: 60px !important;
    height: 60px !important;
}

.mm-instagram-icon .elementor-icon {
    padding: 0;
    background: none;
}

.mm-instagram-icon .elementor-icon {
    padding: 0;
    background: none;
}

.mm-instagram-icon .fa {
    color: #191911;
}

@media all and (max-width: 1025px) {
    .mm-liike-info-column .elementor-column-wrap {
        width: 89% !important;
        margin: 0 auto !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mm-liike-info-column .elementor-image-box-wrapper img {
        width: 25px;
    }
}



/* Yritys */

.mm-yrittaja-box {
    width: 18% !important;
    background: #f2f2f2;
    margin-bottom: 41px !important;
}

.mm-history-video {
    width: 70% !important;
    margin: 0 auto;
}

.eae-tl-content-wrapper {
    animation-name: fadeIn;
    animation-duration: 1.25s;
}

@media all and (max-width: 768px) {
    .eae-tl-content-wrapper {
        display: block;
        overflow: hidden;
        word-wrap: break-word;
    }

    .eae-tl-content-innner {
        font-size: 14px;
    }

    .eae-tl-item-title {
        font-size: 18px !important;
    }

    .eae-tl-item-meta-wrapper-inner {
        display: none;
    }

    .mm-history-video {
        width: 100% !important;
    }

    .mm-history-video-column .elementor-column-wrap {
        margin: 0 auto !important;
    }
}

@media all and (max-width: 380px) {
    .eae-tl-item-title {
        font-size: 14px !important;
    }
}

.mm-phone-link {
    color: #000 !important;
    font-weight: 500;
}

/* Footer */

.mm-bottom-bar span {
    font-weight: 200 !important;
    font-family: 'Source Sans Pro', sans-serif;
}

.mm-bottom-bar span strong a {
    color: #fff !important;
    font-weight: 400 !important;
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 33%;
}

#sb_instagram .sb_instagram_header {
    display: none;
}

#sb_instagram #sbi_load {
    display: none !important;
}

#mm-footer-menu-big ul {
    width: 100%;
}

#mm-footer-menu-big .mm-cta-container {
    width: auto;
    float: left;
}

@media all and (max-width: 768px) {
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
        width: 100%;
    }

    .mm-footer .mm-cta-container {
        background: none !important;
        float: none !important;
        width: auto !important;
        padding: 0;
    }

    .mm-footer .mm-cta .elementor-item {
        background: none !important;
        font-size: 14px !important;
        text-transform: none !important;
    }

    .mm-footer .elementor-item-active {
        background: none !important;
        color: #191911 !important;
    }

    .mm-footer .elementor-nav-menu .elementor-item {
        justify-content: left !important;
        padding-left: 0;
        font-family: 'Source Sans Pro' !important;
        color: #191911;
        font-weight: 200;
        font-size: 14px;
    }

    .mm-footer .elementor-item:hover {
        background: none !important;
        color: #191911 !important;
    }
}


/* Kuukauden etu php widget */

.mm-kk-etu img {
    display: block;
}

/* Ie fiksi menuun */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #elementor-popup-modal-44 {
        justify-content: none !important;
        align-items: none !important;
        display: block;
    }
}

/* Lahjakortit */

.mm-product-img-col .elementor-column-wrap {
    width: 100% !important;
}

.woocommerce-variation-add-to-cart {
    flex-wrap: wrap !important;
}

#pwgc-purchase-container {
    width: 100%;
}

.woocommerce-notices-wrapper {
    display: block;
    position: relative;
    z-index: 9999;
}

.woocommerce-message {
    margin: 0;
}

.product-thumbnail {
    display: none;
}

.woocommerce-cart-form__cart-item td {
    padding: 20px !important;
}

.coupon {
    display: flex;
    padding: 20px;
}

.actions .button[name="update_cart"] {
    margin-top: 2.5vh !important;
}

.actions .button {
    font-size: 14px !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}

.shop_table td,
.shop_table th {
    padding: 20px !important;
}

.checkout-button {
    display: inline-block !important;
    font-size: 14px !important;
}

label[for="gift-card-amount"] {
    font-size: 14px;
}

#gift-card-amount {
    font-size: 14px;
    height: auto;
}

#pwgc-to,
#pwgc-from {
    margin: 11px 0;
}

.woocommerce .button,
#pwgc-redeem-button {
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 200 !important;
    background-color: #008b8b !important;
    color: #fff !important;
    border-color: #008b8b;
}

#pwgc-redeem-button {
    margin-top: 21px !important;
}

.woocommerce ul.order_details {
    padding: 21px 0;
}

.mm-products .add_to_cart_button {
    display: none !important;
}

.woocommerce div.product.elementor .quantity+.button {
    margin-left: 0 !important;
}

.single-product .quantity {
    display: none !important;
}

#pwgc-purchase-container .pwgc-field-container:nth-child(4) {
    display: none;
}

.mm-basket {
    max-width: 2vw;
    width: 2vw;
}

.menu-item-1528 .elementor-item {
    padding: 0 !important;
}

.menu-item-1528 {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.return-to-shop {
    display: none;
}

.variations_form.cart .variations {
    display: none;
}

.woocommerce-product-details__short-description div {
    padding-bottom: 4px;
}

.woocommerce-product-details__short-description div:last-child {
    padding-bottom: 0;
}

.mm-cart img {
    max-width: 30px !important;
    width: 30px;
}

.cart-contents-count {
    background: #000;
    position: absolute;
    left: 20px;
    top: -10px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
}

.mm-header #mm-black-basket {
    display: none;
}

.mm-header #mm-white-basket {
    display: block;
}

.mm-top-header #mm-black-basket {
    display: block !important;
}

.mm-top-header #mm-white-basket {
    display: none !important;
}

.mm-cart-widget {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#pwgc-redeem-gift-card-form {
    display: none;
}

.checkout-button {
    padding: 12px 24px !important;
    font-size: 15px !important;
}

.woocommerce-message {
    border-top-color: #191911;
}

.woocommerce-info {
    border-top-color: #008b8b;
}

.woocommerce-info::before {
    color: #008b8b;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    z-index: 1;
}

.woocommerce-error li {
    margin: 0 0 11px;
}

.pswp__caption {
    display: none;
}

@media all and (max-width: 768px) {
    .woocommerce-cart .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-cart .woocommerce-message .wc-forward {
        width: 100%;
        text-align: center;
        margin-top: 21px;
    }

    .restore-item {
        padding-bottom: 21px;
    }

    .woocommerce-cart-form {
        margin-top: 41px;
    }
}

@media all and (max-width: 1024px) {
    .mm-normalize-weight .elementor-button-text {
        font-weight: 200 !important;
    }
}

/* Verkkokauppa */

.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
}

.woocommerce-info {
    text-transform: none;
}

.mm-fw .elementor-column-wrap {
    max-width: 100%;
    width: 100% !important;
}

.mm-products-sidebar {
    color: rgb(33, 33, 33);
}

.term-64 .mm-product-cat-header {
    background-position: 50% 30%;
}

.mm-products-sidebar ul {
    list-style: none;
    padding-left: 10px;
}

.mm-products-sidebar .product-categories a {
    color: rgb(33, 33, 33);
}

.mm-products-sidebar .product-categories {
    padding-left: 0;
}

.mm-products img {
    max-height: 245px;
    object-fit: contain;
}

.xoo-wsc-basket {
    bottom: 60px;
}

.xoo-wsc-items-count {
    background: #008b8b;
}

.single-product .woocommerce-Price-amount {
    font-weight: 600;
    font-family: "Source Serif Pro", Sans-serif !important;
}

.mm-disabled {
    display: none;
}

/**
 * Menu muokkaukset
 **/

.mm-header {
    z-index: 99;
}

/* Uudet verkkokauppa muokkaukset */

/* Verkkokauppa */

.xoo-wsc-container {
    z-index: 9999999;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #008b8b;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #212121;
}

.woocommerce ul.products li.product a img {
    border: 1px solid #d3ced2;
}

.woocommerce-ordering {
    padding-bottom: 41px;
}

.woocommerce-ordering .orderby {
    background: #008b8b;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    font-weight: 200;
}

.stock.in-stock {
    color: #008b8b !important;
}

.mm-product-cat-header {
    background: url('../images/hinnasto-1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.woof_container_inner h4 {
    font-size: 1.25rem
}

ul.woof_list {
    padding-left: 0;
}

.woof_childs_list_opener span {
    width: 21px;
    height: 21px;
}

@media all and (max-width: 768px) {
    .woocommerce-ordering {
        float: none !important;
    }

    .woocommerce-ordering select {
        -webkit-appearance: none;
    }
}

/* Header */

.mm-header-dropdown .sub-arrow {
    font-size: 20px !important;
}

.mm-top-header .mm-header-dropdown .elementor-nav-menu--main .elementor-item {
    color: #000 !important;
}

.mm-header-dropdown .sub-menu {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    min-width: 15.56em !important;
}

.mm-header-dropdown .sub-menu a {
    padding-left: 12px;
    padding-right: 12px;
}

.mm-header {
    top: auto !important;
}

@media all and (min-width: 1350px) and (max-width: 1620px) {
    .mm-products-sidebar {
        width: 26% !important;

    }

    .mm-products-sidebar>.elementor-column-wrap {
        padding: 81px 21px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1349px) {
    .mm-products-sidebar {
        width: 30% !important;

    }

    .mm-products-sidebar>.elementor-column-wrap {
        padding: 81px 21px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .mm-products-sidebar {
        width: 35% !important;

    }

    .mm-products-sidebar>.elementor-column-wrap {
        padding: 81px 11px !important;
    }

    .mm-products-container {
        width: 65% !important;
    }
}

@media all and (min-width: 769px) {
    .mm-top-header .mm-header-dropdown .sub-arrow {
        color: #000;
    }
}

@media all and (max-width: 768px) {
    .mm-header-dropdown .elementor-nav-menu--dropdown {
        top: 22px !important;
    }

    .mm-header {
        top: 0 !important;
    }

    .mm-header-dropdown .menu-item-has-children a {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

/* Ostoskori */

#coupon_code {
    width: 180px;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 500;
}

.woocommerce-shipping-methods p {
    width: 100%;
}

@media all and (min-width: 769px) {
    .woocommerce ul#shipping_method li {
        display: flex;
        flex-wrap: wrap;
    }
}

@media all and (max-width: 768px) {

    .cart .woocommerce table.shop_table,
    .cart .woocommerce table.shop_table tbody,
    .cart .woocommerce table.shop_table thead {
        display: block;
    }

    .cart .button.wc-forward {
        width: 100%;
        text-align: center;
    }

    .coupon {
        flex-wrap: wrap;
    }

    #coupon_code {
        width: 100%;
        display: block;
        margin: 0;
        text-align: center;
    }

    .coupon .button {
        float: none;
        width: 100% !important;
        display: block;
    }

    .mm-cart-section {
        padding: 21px 0 41px !important;
    }
}

/* Single product */
.woocommerce .product .price .mcmp_recalc_price_row,
.woocommerce .product .price .mcmp_recalc_price_row .amount {
    font-size: 0.8em !important;
    font-style: italic;
}

.mm-recommended .woocommerce-Price-amount {
    font-family: "Source Serif Pro", Sans-serif !important;
    color: #000;
    font-size: 18px;
}

.woocommerce ul.products li.product .button {
    margin-top: 0;
}

.mm-col-6 {
    width: 48%;
}

.mm-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mm-kampaajan-lainaus-container .mm-lainaus-container {
    background: #008b8b;
    margin-top: -2%;
    margin-bottom: -2%;
    z-index: 1;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.mm-kampaajan-lainaus-container .mm-col-6 {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.mm-lainaus-container blockquote::before {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    width: 100%;
    line-height: 1;
    color: #ffff;
    left: 5px;
    top: 0;
    font-family: sans-serif;
}

.mm-lainaus-container blockquote::after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    line-height: 1;
    color: #ffff;
    top: 66%;
    right: 5px;
    font-family: sans-serif;
    transform: rotate(180deg);
    width: auto;
}

.mm-lainaus-contaner blockquote {
    font-size: 20px;
    text-align: left;
    font-family: "Source Sans Pro", Sans-serif !important;
    font-weight: 400;
}

.woocommerce table.shop_attributes {
    border-top: none;
}

.woocommerce table.shop_attributes td {
    border: 1px solid #d3ced2;
    padding-left: 10px !important;
    padding-right: 10px;
    font-style: normal;
    font-size: 18px;
}

.woocommerce table.shop_attributes th {
    vertical-align: inherit;
    border: 1px solid #d3ced2;
    background-color: #d3ced2;
}

.flex-viewport {
    border: 1px solid #d3ced2;
}

.flex-viewport .woocommerce-product-gallery__image {
    border: none;
}

.woocommerce-product-gallery__image {
    border: 1px solid #d3ced2;
}

.product_cat-lahjakortit .mm-product-info {
    display: none;
}

.product_cat-lahjakortit .mm-product-main {
    padding-bottom: 0;
}

.mm-product-main .price {
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
    .mm-col-6 {
        width: 100%;
    }

    .single-product .woocommerce ul.products li.product .button {
        font-size: 14px;
    }
}

/* Thank you page */

@media all and (max-width: 768px) {
    .woocommerce-order-overview li {
        padding-bottom: 21px;
    }
}

/* Etusivu 2, sivu toisella menu tyylillÃ¤ */

.page-id-2499 .mm-cat-bar {
    z-index: 1;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.page-id-2499 .mm-header-wrapper {
    position: relative !important;
}

.page-id-2499 .mm-header {
    box-shadow: none !important;
    position: relative;
}

.page-id-2499 .mm-lander {
    min-height: 84vh !important;
}


.awdr_free_product_text {
    display: inline-block;
    padding: 0px 10px;
    background-color: #3d9cd2;
    color: #fff;
    border-radius: 3px;
}

.variation-wdr_free_product {
    display: none !important;
}

.awdr_change_product {
    cursor: pointer;
}

.awdr_free_product_variants {
    padding: 5px;
}

.awdr-product-name {
    padding-left: 10px;
}

.awdr_change_product {
    display: flex;
}

.awdr-select-free-variant-product-toggle {
    color: gray;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.02em;
    transition: 0.4s;
}

.awdr-select-free-variant-product-toggle-active,
.awdr-select-free-variant-product-toggle:hover {
    color: #444;
}

.awdr-select-variant-product {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.awdr-select-free-variant-product-toggle:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

.awdr-select-free-variant-product-toggle-active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
    clear: both
}

.eael-testimonial-slider.nav-top-left,
.eael-testimonial-slider.nav-top-right,
.eael-team-slider.nav-top-left,
.eael-team-slider.nav-top-right,
.eael-logo-carousel.nav-top-left,
.eael-logo-carousel.nav-top-right,
.eael-post-carousel.nav-top-left,
.eael-post-carousel.nav-top-right,
.eael-product-carousel.nav-top-left,
.eael-product-carousel.nav-top-right {
    padding-top: 40px
}

.eael-contact-form input[type=text],
.eael-contact-form input[type=email],
.eael-contact-form input[type=url],
.eael-contact-form input[type=tel],
.eael-contact-form input[type=date],
.eael-contact-form input[type=number],
.eael-contact-form textarea {
    background: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    float: none;
    height: auto;
    margin: 0;
    outline: 0;
    width: 100%
}

.eael-contact-form input[type=submit] {
    border: 0;
    float: none;
    height: auto;
    margin: 0;
    padding: 10px 20px;
    width: auto;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,
.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input::-moz-placeholder,
.eael-contact-form.placeholder-hide textarea::-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-ms-input-placeholder,
.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-contact-form.placeholder-hide input:-moz-placeholder,
.eael-contact-form.placeholder-hide textarea:-moz-placeholder {
    opacity: 0;
    visibility: hidden
}

.eael-custom-radio-checkbox input[type=checkbox],
.eael-custom-radio-checkbox input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-style: solid;
    border-width: 0;
    outline: none;
    min-width: 1px;
    width: 15px;
    height: 15px;
    background: #ddd;
    padding: 3px
}

.eael-custom-radio-checkbox input[type=checkbox]:before,
.eael-custom-radio-checkbox input[type=radio]:before {
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: block
}

.eael-custom-radio-checkbox input[type=checkbox]:checked:before,
.eael-custom-radio-checkbox input[type=radio]:checked:before {
    background: #999;
    -webkit-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.eael-custom-radio-checkbox input[type=radio] {
    border-radius: 50%
}

.eael-custom-radio-checkbox input[type=radio]:before {
    border-radius: 50%
}

.eael-post-elements-readmore-btn {
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block
}

.elementor-lightbox .dialog-widget-content {
    width: 100%;
    height: 100%
}

.eael-contact-form-align-left,
.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container {
    margin: 0 auto 0 0;
    display: inline-block;
    text-align: left
}

.eael-contact-form-align-center,
.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container {
    float: none;
    margin: 0 auto;
    display: inline-block;
    text-align: left
}

.eael-contact-form-align-right,
.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container {
    margin: 0 0 0 auto;
    display: inline-block;
    text-align: left
}

.eael-force-hide {
    display: none !important
}

.eael-d-none {
    display: none !important
}

.eael-d-block {
    display: block !important
}

.eael-h-auto {
    height: auto !important
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating {
    display: none
}

.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count {
    display: none
}

.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item,
.elementor-widget-eael-adv-accordion .eael-accordion-content,
.elementor-widget-eael-data-table .td-content,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template,
.elementor-widget-eael-countdown .eael-countdown-container,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,
.elementor-widget-eael-protected-content .eael-protected-content-message,
.elementor-widget-eael-protected-content .protected-content,
.eael-offcanvas-content-visible .eael-offcanvas-body,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item {
    position: relative
}

.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,
.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,
.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper {
    display: block
}

.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,
.eael-widget-otea-active .elementor-empty-view,
.eael-widget-otea-active .elementor-add-section-inline,
.eael-widget-otea-active .elementor-add-section {
    display: initial !important
}

.eael-onpage-edit-template-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    border: 2px solid #5eead4
}

.eael-onpage-edit-template-wrapper::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #5eead4;
    opacity: .3
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate {
    display: block
}

.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after {
    display: none
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template {
    background: #5eead4;
    color: #000;
    width: 150px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before {
    content: "";
    border-top: 30px solid #5eead4;
    border-right: 0;
    border-bottom: 0;
    border-left: 14px solid rgba(0, 0, 0, 0);
    right: 100%;
    position: absolute
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after {
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 30px solid rgba(0, 0, 0, 0);
    border-left: 14px solid #5eead4;
    left: 100%;
    position: absolute
}

.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i {
    margin-right: 8px
}



.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
}


.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}


.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}


@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/neIQzD-0qpwxpaWvjeD0X88SAOeauXQ-pQ-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/neIXzD-0qpwxpaWvjeD0X88SAOeasasatSyqwQ-1.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/neIXzD-0qpwxpaWvjeD0X88SAOeasc8btSyqwQ-1.ttf') format('truetype');
}


.bank_button_wrap {

    width: 100%;

    height: auto;

    border: 1px solid #ccc;

    margin: 20px 0;

    padding: 3px;

    display: none;

}



.bank_button_inner_wrap {

    display: table;

}



.bank_to_select {

    display: none;

}



.bank-button {

    width: 120px;

    height: 80px;

    padding: 5px;

    border: 1px solid #ccc;

    display: block;

    float: left;

    margin: 2px;

    background: #fff;

    opacity: 1;

}



.bank-button:hover {

    opacity: .8;

    cursor: pointer;

    outline: 1px solid #0079c1;

}



.bank-button-border {

    width: 120px;

    height: 80px;

    padding: 5px;

    display: block;

    float: left;

    margin: 2px;

    background: #fff;

    opacity: 1;

    outline: 1px solid #0079c1;

}



.paytrail-loader-img {

    width: 16px;

    height: 16px;

    display: inline-block;

    margin-left: 5px;

    background: url('../images/ajax-loader.gif');

}



#Nordea {

    background: #fff url('../img/nordea.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Osuuspankki {

    background: #fff url('../img/osuuspankki.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Danskebank {

    background: #fff url('../img/danskebank.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Alandsbanken {

    background: #fff url('../img/alandsbanken.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Handelsbanken {

    background: #fff url('../img/handelsbanken.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#S-Pankki {

    background: #fff url('../img/spankki.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Paypal {

    background: #fff url('../img/paypal.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Klarna_lasku {

    background: #fff url('../img/klarna_lasku.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Klarna_osamaksu {

    background: #fff url('../img/klarna_tili.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Jousto {

    background: #fff url('../img/jousto.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Collector {

    background: #fff url('../img/collector.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Visa {

    background: #fff url('../img/visa.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Mastercard {

    background: #fff url('../img/mastercard.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Dinersclub {

    background: #fff url('../img/dinersclub.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Jcb {

    background: #fff url('../img/jcb.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Paytrail-tili {

    background: #fff url('../images/paytrail.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Aktia {

    background: #fff url('../img/aktia.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Pop {

    background: #fff url('../img/pop_pankki.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Saastopankki {

    background: #fff url('../img/saastopankki.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#OmaSaastopankki {

    background: #fff url('../img/oma_sp.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Visa-Nets {

    background: #fff url('../img/visa.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Mastercard-Nets {

    background: #fff url('../img/mastercard.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Dinersclub-Nets {

    background: #fff url('../img/dinersclub.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Amex-Nets {

    background: #fff url('../img/amex.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#Maestro-Nets {

    background: #fff url('../img/maestro.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



#MobilePay {

    background: #fff url('../img/mobile_pay.png');

    background-size: 70px;

    background-repeat: no-repeat;

    background-position: center center;

}



/* Apple Pay */

#applepay {

    display: none;

}



/* Collector osamaksu */

.paytrail_collector_price_paragraph {

    padding: 20px 0px;

    display: block;

}



/* Mobile */

@media(max-width: 800px) {

    .bank-button-border,

    .bank-button {

        display: block;

        float: none;

        margin: 2px auto;

    }



    .bank_button_inner_wrap {

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

    }

}



@media(max-width: 468px) {

    .bank-button-border,

    .bank-button {

        width: 100%;

    }



    .bank_button_inner_wrap {

        width: 100%;

        padding: 5px;

    }

}



/* These are for PSP API */

.paytrail_kassa_payment_button_wrapper {

    display: inline-block;

    margin-bottom: 20px;

}



.paytrail_maksutavan_otsikko {

    font-size: 16px;

}



.bank_button_wrap_checkout {

    width: 100%;

    padding: 10px;

    display: none;

}



.bank_button_inner_wrap_checkout {

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

}



.bank_to_select {

    display: none;

}



.checkout_provider_button {

    width: 120px;

    height: 80px;

    padding: 5px;

    display: block;

    float: left;

    margin: 2px;

    background: #fff;

    opacity: 1;

    position: relative;

    cursor: pointer;

}



.checkout_provider_button-border {

    width: 120px;

    height: 80px;

    padding: 5px;

    display: block;

    float: left;

    margin: 2px;

    background: #fff;

    opacity: 1;

    position: relative;

}



/* Saved cards */

#paytrail_maksutavat_card_buttons_wrapper {

    display: flex;

    width: 100%;

}



#paytrail_kassa_payment_button_wrapper_saved_cards {

    width: 100%;

}



.wb-paytrail-maksutavat-tokenized-payment-method-links {

    margin-right: 5px !important;

}



.wb-paytrail-maksutavat-tokenized-payment-add-card-button {

    display: block;

    float: left;

}



.wb-paytrail-maksutavat-tokenized-payment-methods-saved-payment-methods-title {

    margin: 20px 0px 5px 0px;

}



.wb-paytrail-maksutavat-tokenized-payment-method-input {

    display: none;

}



ul.wb-paytrail-saved-methods-wrap {

    display: block;

    list-style-type: none;

    width: 100%;

}



.wb-paytrail-maksutavat-tokenized-payment-method-title {

    outline: 2px solid #919090;

    padding: 20px;

    text-align: center;

    display: inline-block;

    margin: 0 10px 10px 0;

    cursor: pointer;

    border-radius: 5px;

    background: #fff;

}



.paytrail_card_selected,

.wb-paytrail-maksutavat-tokenized-payment-method-title:hover {

    outline: 2px solid #3c43b1;

}



li.wb-paytrail-maksutavat-tokenized-payment-method {

    float: left;

    margin: 0px;

    padding: 0px;

}



/* Mobile */

@media(max-width: 800px) {

    .bank_button_inner_wrap_checkout {

        display: flex;

        flex-wrap: wrap;

        justify-content: center;

    }

}



@media(max-width: 468px) {

    .paytrail_maksutavan_otsikko {

        text-align: center;

    }



    .checkout_provider_button-border,

    .checkout_provider_button {

        width: 100%;

    }



    .bank_button_inner_wrap_checkout {

        width: 100%;

        padding: 5px;

    }

}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open,
body.wc-modal--open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: 100%
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "î";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "î±";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .7;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under;
    transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1;
    text-decoration: none
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
    outline: 2px solid currentColor !important;
    outline-offset: 0
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

.elementor-widget-section .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-section .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-44 .elementor-element.elementor-element-d3c110c {
    z-index: 999999;
}

.elementor-44 .elementor-element.elementor-element-797d05d.elementor-column>.elementor-widget-wrap {
    justify-content: center;
}

.elementor-44 .elementor-element.elementor-element-c20e68f {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 41px 0px;
}

.elementor-widget-image .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.elementor-44 .elementor-element.elementor-element-6dda6a7 {
    text-align: center;
}

.elementor-44 .elementor-element.elementor-element-6dda6a7 img {
    width: 500px;
    max-width: 100%;
}

.elementor-widget-nav-menu .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-nav-menu .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu .elementor-item {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item {
    color: var(--e-global-color-text);
    fill: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus {
    color: var(--e-global-color-accent);
    fill: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after {
    border-color: var(--e-global-color-accent);
}

.elementor-widget-nav-menu {
    --e-nav-menu-divider-color: var(--e-global-color-text);
}

.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item,
.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-sub-item {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
}

.elementor-44 .elementor-element.elementor-element-d44c8fc {
    width: auto;
    max-width: auto;
    --e-nav-menu-horizontal-menu-item-margin: calc(0px / 2);
}

.elementor-44 .elementor-element.elementor-element-d44c8fc>.elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu .elementor-item {
    font-size: 23px;
}

.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main .elementor-item:hover,
.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main .elementor-item:focus {
    color: rgba(255, 255, 255, 0.58);
    fill: rgba(255, 255, 255, 0.58);
}

.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main .elementor-item {
    padding-left: 10px;
    padding-right: 10px;
}

.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
    margin-bottom: 0px;
}

.elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--dropdown {
    background-color: rgba(0, 0, 0, 0);
}

.elementor-widget-social-icons .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-social-icons .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-44 .elementor-element.elementor-element-41c7198 {
    --grid-template-columns: repeat(0, auto);
    width: auto;
    max-width: auto;
    align-self: center;
    --icon-size: 40px;
    --grid-row-gap: 0px;
}

.elementor-44 .elementor-element.elementor-element-41c7198 .elementor-widget-container {
    text-align: left;
}

.elementor-44 .elementor-element.elementor-element-41c7198>.elementor-widget-container {
    background-color: rgba(0, 0, 0, 0);
    margin: 0px 0px 0px 2px;
}

.elementor-44 .elementor-element.elementor-element-3bc4c53 {
    margin-top: 61px;
    margin-bottom: 21px;
}

.elementor-widget-heading .eael-protected-content-message {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-heading .protected-content-error-msg {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.elementor-widget-heading .elementor-heading-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary);
}

.elementor-44 .elementor-element.elementor-element-93f0d6f {
    text-align: center;
}

.elementor-44 .elementor-element.elementor-element-93f0d6f .elementor-heading-title {
    color: #f9f9f9;
}

.elementor-44 .elementor-element.elementor-element-3b84232 {
    text-align: center;
}

.elementor-44 .elementor-element.elementor-element-3b84232 .elementor-heading-title {
    font-family: "Source Serif Pro", Sans-serif;
    color: #f9f9f9;
}

.elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu--main .elementor-item:hover,
.elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu--main .elementor-item:focus {
    color: rgba(255, 255, 255, 0.58);
    fill: rgba(255, 255, 255, 0.58);
}

.elementor-44 .elementor-element.elementor-element-0bbd1dc {
    text-align: center;
}

.elementor-44 .elementor-element.elementor-element-0bbd1dc .elementor-heading-title {
    font-family: "Source Serif Pro", Sans-serif;
    color: #f9f9f9;
}

.elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu--main .elementor-item:hover,
.elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu--main .elementor-item:focus {
    color: rgba(255, 255, 255, 0.58);
    fill: rgba(255, 255, 255, 0.58);
}

.elementor-44 .elementor-element.elementor-element-84ea291 {
    text-align: center;
}

.elementor-44 .elementor-element.elementor-element-84ea291 .elementor-heading-title {
    font-family: "Source Serif Pro", Sans-serif;
    color: #f9f9f9;
}

.elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu .elementor-item {
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu--main .elementor-item:hover,
.elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu--main .elementor-item.highlighted,
.elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu--main .elementor-item:focus {
    color: rgba(255, 255, 255, 0.58);
    fill: rgba(255, 255, 255, 0.58);
}

#elementor-popup-modal-44 .dialog-widget-content {
    animation-duration: 2.2s;
    background-color: #212121;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
}

#elementor-popup-modal-44 {
    background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

#elementor-popup-modal-44 .dialog-message {
    width: 100vw;
    height: 100vh;
    align-items: flex-start;
    padding: 81px 0px 81px 0px;
}

#elementor-popup-modal-44 .dialog-close-button {
    display: flex;
    font-size: 35px;
}

#elementor-popup-modal-44 .dialog-close-button i {
    color: #f9f9f9;
}

#elementor-popup-modal-44 .dialog-close-button svg {
    fill: #f9f9f9;
}

@media(max-width:1024px) {
    .elementor-44 .elementor-element.elementor-element-d44c8fc {
        width: 100%;
        max-width: 100%;
        --e-nav-menu-horizontal-menu-item-margin: calc(8px / 2);
    }

    .elementor-44 .elementor-element.elementor-element-d44c8fc>.elementor-widget-container {
        padding: 0px 0px 60px 0px;
    }

    .elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu .elementor-item {
        font-size: 30px;
    }

    .elementor-44 .elementor-element.elementor-element-d44c8fc .elementor-nav-menu--main:not(.elementor-nav-menu--layout-horizontal) .elementor-nav-menu>li:not(:last-child) {
        margin-bottom: 8px;
    }

    .elementor-44 .elementor-element.elementor-element-41c7198 .elementor-widget-container {
        text-align: center;
    }

    .elementor-44 .elementor-element.elementor-element-41c7198 {
        width: 100%;
        max-width: 100%;
        align-self: center;
        --icon-size: 40px;
    }

    .elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu .elementor-item {
        font-size: 14px;
    }

    .elementor-44 .elementor-element.elementor-element-0a059b4 .elementor-nav-menu--main .elementor-item {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu .elementor-item {
        font-size: 14px;
    }

    .elementor-44 .elementor-element.elementor-element-fa9e53a .elementor-nav-menu--main .elementor-item {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu .elementor-item {
        font-size: 14px;
    }

    .elementor-44 .elementor-element.elementor-element-1d0f101 .elementor-nav-menu--main .elementor-item {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media(max-width:767px) {
    .elementor-44 .elementor-element.elementor-element-d44c8fc>.elementor-widget-container {
        padding: 0px 0px 61px 0px;
    }

    .elementor-44 .elementor-element.elementor-element-41c7198 .elementor-widget-container {
        text-align: center;
    }

    .elementor-44 .elementor-element.elementor-element-41c7198>.elementor-widget-container {
        padding: 0px 0px 0px 0px;
    }
}

[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section,
[data-elementor-type=popup]:not(.elementor-edit-area) {
    display: none
}

.elementor-popup-modal.dialog-type-lightbox {
    background-color: transparent;
    display: flex;
    pointer-events: none;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
    display: none
}

.elementor-popup-modal .dialog-close-button {
    display: none;
    inset-inline-end: 20px;
    margin-top: 0;
    opacity: 1;
    pointer-events: all;
    top: 20px;
    z-index: 9999
}

.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em
}

.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    max-height: 100%;
    max-width: 100%;
    overflow: visible;
    pointer-events: all;
    width: auto
}

.elementor-popup-modal .dialog-message {
    display: flex;
    max-height: 100vh;
    max-width: 100vw;
    overflow: auto;
    padding: 0;
    width: 640px
}

.elementor-popup-modal .elementor {
    width: 100%
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}


img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}


.wp-block-pdfemb-pdf-embedder-viewer {
    max-width: none
}



/*! This file is auto-generated */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}


:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--inter: "Inter", sans-serif;
    --wp--preset--font-family--cardo: Cardo;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}


.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0;
}

.wpcf7 .wpcf7-recaptcha[data-align="center"]>div {
    margin: 0 auto;
}

.wpcf7 .wpcf7-recaptcha[data-align="right"]>div {
    margin: 0 0 0 auto;
}



.woof_edit_view {
    display: none;
}



.woocommerce form .form-row .required {
    visibility: visible;
}










.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {

    background-color: #000000;

    color: #ffffff;

    border: 2px solid #ffffff;

    padding: 10px 20px;

}



.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover,
.xoo-wsc-container .xoo-wsc-btn:hover {

    background-color: #ffffff;

    color: #000000;

    border: 2px solid #000000;

}







.xoo-wsc-footer {

    background-color: #ffffff;

    color: #000000;

    padding: 10px 20px;

    box-shadow: 0 -5px 10px #0000001a;

}



.xoo-wsc-footer,
.xoo-wsc-footer a,
.xoo-wsc-footer .amount {

    font-size: 18px;

}



.xoo-wsc-btn .amount {

    color: #ffffff
}



.xoo-wsc-btn:hover .amount {

    color: #000000;

}



.xoo-wsc-ft-buttons-cont {

    grid-template-columns: auto;

}



.xoo-wsc-basket {

    bottom: 12px;

    right: 0px;

    background-color: #ffffff;

    color: #000000;

    box-shadow: 0 1px 4px 0;

    border-radius: 50%;

    display: flex;

    width: 60px;

    height: 60px;

}





.xoo-wsc-bki {

    font-size: 30px
}



.xoo-wsc-items-count {

    top: -12px;

    left: -12px;

}



.xoo-wsc-items-count {

    background-color: #000000;

    color: #ffffff;

}



.xoo-wsc-container,
.xoo-wsc-slider {

    max-width: 320px;

    right: -320px;

    top: 0;
    bottom: 0;

    bottom: 0;

    font-family:
}





.xoo-wsc-cart-active .xoo-wsc-container,
.xoo-wsc-slider-active .xoo-wsc-slider {

    right: 0;

}





.xoo-wsc-cart-active .xoo-wsc-basket {

    right: 320px;

}



.xoo-wsc-slider {

    right: -320px;

}



span.xoo-wsch-close {

    font-size: 16px;

    right: 10px;

}



.xoo-wsch-top {

    justify-content: center;

}



.xoo-wsch-text {

    font-size: 20px;

}



.xoo-wsc-header {

    color: #000000;

    background-color: #ffffff;

    border-bottom: 2px solid #eee;

}





.xoo-wsc-body {

    background-color: #ffffff;

}



.xoo-wsc-body,
.xoo-wsc-body span.amount,
.xoo-wsc-body a {

    font-size: 16px;

    color: #000000;

}



.xoo-wsc-product {

    padding: 20px 15px;

    margin: 0;

    border-radius: 0px;

    box-shadow: 0 0;

    background-color: transparent;

}



.xoo-wsc-img-col {

    width: 30%;

}

.xoo-wsc-sum-col {

    width: 70%;

}



.xoo-wsc-sum-col {

    justify-content: center;

}





/** Shortcode **/

.xoo-wsc-sc-count {

    background-color: #000000;

    color: #ffffff;

}



.xoo-wsc-sc-bki {

    font-size: 28px;

    color: 28;

}

.xoo-wsc-sc-cont {

    color: #000000;

}





.xoo-wsc-product dl.variation {

    display: block;

}



.a-stats {
    --akismet-color-mid-green: #357b49;
    --akismet-color-white: #fff;
    --akismet-color-light-grey: #f6f7f7;

    max-width: 350px;
    width: auto;
}

.a-stats * {
    all: unset;
    box-sizing: border-box;
}

.a-stats strong {
    font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
    background: var(--akismet-color-mid-green);
    border: none;
    box-shadow: none;
    border-radius: 8px;
    color: var(--akismet-color-white);
    cursor: pointer;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
    background: var(--akismet-color-mid-green);
    color: var(--akismet-color-white);
    text-decoration: none;
}

.a-stats a.a-stats__link:hover {
    filter: brightness(110%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
    color: var(--akismet-color-white);
    display: block;
    font-size: 1.5em;
    line-height: 1.4;
    padding: 0 13px;
    white-space: nowrap;
}


.cmplz-hidden {
    display: none !important;
}

.woocommerce-product-gallery {
    opacity: 1 !important;
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {

    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {

    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}






#applepay:hover,

.checkout_provider_button:hover,

.wb-paytrail-maksutavat-tokenized-payment-method-title:hover,

.bank-button:hover {

    outline: 1px solid #0079c1
}



.checkout_provider_button-border,

.paytrail_card_selected,

.bank-button-border {

    outline: 1px solid #0079c1
}



.paytrail_kassa_payment_button_title_wrapper {

    background: #ebebeb !important;

    color: #323232 !important;

}



.wb_paytrail_collector_calculator_wrap {

    background: #ce006d !important;

    color: #ffffff !important;

}



#wb_paytrail_collector_erittely {

    color: #ce006d !important;

}



table.collector_table {

    border: 1px solid #ce006d !important;

}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    color: white;
    padding: 10px 20px;
}

.top-bar .logo img {
    width: 50px;
    height: 50px;
}

.top-bar .toggle {
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

.menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu li {
    margin: 0 10px;
}

.menu li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.contacts {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
}

.header-container {
    position: relative;
}

.colored-white:hover {
    color: #fff;
}

.desktop-contacts {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #000;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 999;
}

.mobile-menu.active {
    display: flex;
}

.mobile-menu a {
    color: white;
    margin: 10px 0;
    text-decoration: none;
}

.main-screen-subtitle {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 768px) {
    .menu {
        display: none;
    }

    .top-bar .toggle {
        display: block;
    }

    .desktop-contacts {
        display: none;
    }
    .main-screen-subtitle {
        font-size: 16px;
        color: #fff;
    }
}

.colored-white {
    color: #fff !important;
}

.colored-black {
    color: #000 !important;
    font-weight: 400 !important;
    padding: 6px 0 !important;
}

#thankYouMessage, #errorMessage {
    display: none;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
  }
  
  #thankYouMessage {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
  }
  
  #errorMessage {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
  }
  
  .form-group {
    margin-bottom: 15px;
  }

  .form {
    width: 500px;
    margin: 0 auto;
  }

  @media (max-width: 768px) {
    .form {
        width: 340px;
    }
  }
  
  .form-group input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
  }
  
  .btn {
    padding: 10px 15px;
    font-size: 20px;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
