﻿img:is([sizes="auto" i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

#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(../../../../plugins/instagram-feed/img/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(../../../../plugins/instagram-feed/img/sbi-sprite.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(../../../../plugins/instagram-feed/img/sbi-sprite.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;
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_facebook_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_instagram_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_twitter_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul > li.sb_youtube_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@charset "UTF-8";

.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

    .wp-block-avatar, .wp-block-avatar img {
        box-sizing: border-box
    }

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

.wp-block-audio {
    box-sizing: border-box
}

    .wp-block-audio :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

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

.wp-block-button__link {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word
}

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

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

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

    .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%
    }

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

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

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

.wp-block-buttons {
    box-sizing: border-box
}

    .wp-block-buttons.is-vertical {
        flex-direction: column
    }

        .wp-block-buttons.is-vertical > .wp-block-button:last-child {
            margin-bottom: 0
        }

    .wp-block-buttons > .wp-block-button {
        display: inline-block;
        margin: 0
    }

    .wp-block-buttons.is-content-justification-left {
        justify-content: flex-start
    }

        .wp-block-buttons.is-content-justification-left.is-vertical {
            align-items: flex-start
        }

    .wp-block-buttons.is-content-justification-center {
        justify-content: center
    }

        .wp-block-buttons.is-content-justification-center.is-vertical {
            align-items: center
        }

    .wp-block-buttons.is-content-justification-right {
        justify-content: flex-end
    }

        .wp-block-buttons.is-content-justification-right.is-vertical {
            align-items: flex-end
        }

    .wp-block-buttons.is-content-justification-space-between {
        justify-content: space-between
    }

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

    .wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
        text-decoration: inherit
    }

    .wp-block-buttons.has-custom-font-size .wp-block-button__link {
        font-size: inherit
    }

    .wp-block-buttons .wp-block-button__link {
        width: 100%
    }

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

    .wp-block-calendar td, .wp-block-calendar th {
        border: 1px solid;
        padding: .25em
    }

    .wp-block-calendar th {
        font-weight: 400
    }

    .wp-block-calendar caption {
        background-color: inherit
    }

    .wp-block-calendar table {
        border-collapse: collapse;
        width: 100%
    }

        .wp-block-calendar table:where(:not(.has-text-color)) {
            color: #40464d
        }

            .wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
                border-color: #ddd
            }

        .wp-block-calendar table.has-background th {
            background-color: inherit
        }

        .wp-block-calendar table.has-text-color th {
            color: inherit
        }

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

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

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

    .wp-block-categories.wp-block-categories-dropdown.aligncenter {
        text-align: center
    }

    .wp-block-categories .wp-block-categories__label {
        display: block;
        width: 100%
    }

.wp-block-code {
    box-sizing: border-box
}

    .wp-block-code code {
        /*!rtl:begin:ignore*/ direction: ltr;
        display: block;
        font-family: inherit;
        overflow-wrap: break-word;
        text-align: initial;
        white-space: pre-wrap
        /*!rtl:end:ignore*/
    }

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

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

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

    .wp-block-column.is-vertically-aligned-top {
        align-self: flex-start
    }

    .wp-block-column.is-vertically-aligned-center {
        align-self: center
    }

    .wp-block-column.is-vertically-aligned-bottom {
        align-self: flex-end
    }

    .wp-block-column.is-vertically-aligned-stretch {
        align-self: stretch
    }

    .wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
        width: 100%
    }

.wp-block-post-comments {
    box-sizing: border-box
}

    .wp-block-post-comments .alignleft {
        float: left
    }

    .wp-block-post-comments .alignright {
        float: right
    }

    .wp-block-post-comments .navigation:after {
        clear: both;
        content: "";
        display: table
    }

    .wp-block-post-comments .commentlist {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .wp-block-post-comments .commentlist .comment {
            min-height: 2.25em;
            padding-left: 3.25em
        }

            .wp-block-post-comments .commentlist .comment p {
                font-size: 1em;
                line-height: 1.8;
                margin: 1em 0
            }

        .wp-block-post-comments .commentlist .children {
            list-style: none;
            margin: 0;
            padding: 0
        }

    .wp-block-post-comments .comment-author {
        line-height: 1.5
    }

        .wp-block-post-comments .comment-author .avatar {
            border-radius: 1.5em;
            display: block;
            float: left;
            height: 2.5em;
            margin-right: .75em;
            margin-top: .5em;
            width: 2.5em
        }

        .wp-block-post-comments .comment-author cite {
            font-style: normal
        }

    .wp-block-post-comments .comment-meta {
        font-size: .875em;
        line-height: 1.5
    }

        .wp-block-post-comments .comment-meta b {
            font-weight: 400
        }

        .wp-block-post-comments .comment-meta .comment-awaiting-moderation {
            display: block;
            margin-bottom: 1em;
            margin-top: 1em
        }

    .wp-block-post-comments .comment-body .commentmetadata {
        font-size: .875em
    }

    .wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
        display: block;
        margin-bottom: .25em
    }

    .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .wp-block-post-comments .comment-form-cookies-consent {
        display: flex;
        gap: .25em
    }

        .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
            margin-top: .35em
        }

    .wp-block-post-comments .comment-reply-title {
        margin-bottom: 0
    }

        .wp-block-post-comments .comment-reply-title :where(small) {
            font-size: var(--wp--preset--font-size--medium,smaller);
            margin-left: .5em
        }

    .wp-block-post-comments .reply {
        font-size: .875em;
        margin-bottom: 1.4em
    }

    .wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
        border: 1px solid #949494;
        font-family: inherit;
        font-size: 1em
    }

        .wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
            padding: calc(.667em + 2px)
        }

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments {
    box-sizing: border-box
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    font-size: inherit;
    margin-bottom: .5em;
    margin-right: .5em
}

    .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
        margin-right: 0
    }

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

    .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

    .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

    .wp-block-comment-template li {
        clear: both
    }

    .wp-block-comment-template ol {
        list-style: none;
        margin-bottom: 0;
        max-width: 100%;
        padding-left: 2rem
    }

    .wp-block-comment-template.alignleft {
        float: left
    }

    .wp-block-comment-template.aligncenter {
        margin-left: auto;
        margin-right: auto;
        width: fit-content
    }

    .wp-block-comment-template.alignright {
        float: right
    }

.wp-block-comment-date {
    box-sizing: border-box
}

.comment-awaiting-moderation {
    display: block;
    font-size: .875em;
    line-height: 1.5
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
    box-sizing: border-box
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

    .wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
        background-color: #000
    }

    .wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
        background-color: initial
    }

    .wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
        background-color: inherit;
        content: ""
    }

    .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
        bottom: 0;
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
        opacity: .1
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
        opacity: .2
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
        opacity: .3
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
        opacity: .4
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
        opacity: .5
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
        opacity: .6
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
        opacity: .7
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
        opacity: .8
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
        opacity: .9
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
        opacity: 1
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
        opacity: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
        color: inherit;
        position: relative;
        width: 100%
    }

    .wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
        align-items: flex-start;
        justify-content: flex-start
    }

    .wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
        align-items: flex-start;
        justify-content: center
    }

    .wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
        align-items: center;
        justify-content: flex-start
    }

    .wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
        align-items: center;
        justify-content: center
    }

    .wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
        align-items: center;
        justify-content: flex-end
    }

    .wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
        align-items: flex-end;
        justify-content: flex-start
    }

    .wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
        align-items: flex-end;
        justify-content: center
    }

    .wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }

    .wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
        margin: 0
    }

    .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
        margin: 0;
        width: auto
    }

    .wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
        border: none;
        bottom: 0;
        box-shadow: none;
        height: 100%;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none;
        object-fit: cover;
        outline: none;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%
    }

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover
    }

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

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

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

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

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

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

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
    z-index: 0
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container, body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
    z-index: 1
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
    z-index: auto
}

.wp-block-details {
    box-sizing: border-box
}

    .wp-block-details summary {
        cursor: pointer
    }

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

    .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px
    }

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

    .wp-block-embed :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

    .wp-block-embed iframe {
        max-width: 100%
    }

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

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

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

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

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

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

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

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

.wp-block-file {
    box-sizing: border-box
}

    .wp-block-file:not(.wp-element-button) {
        font-size: .8em
    }

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

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

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

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

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

    :where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
        box-shadow: none;
        color: #fff;
        opacity: .85;
        text-decoration: none
    }

.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

    .wp-block-form-input__label.is-label-inline {
        align-items: center;
        flex-direction: row;
        gap: .5em
    }

        .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
            margin-bottom: .5em
        }

    .wp-block-form-input__label:has(input[type=checkbox]) {
        flex-direction: row;
        width: fit-content
    }

        .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
            margin: 0
        }

    .wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
        flex-direction: row-reverse
    }

.wp-block-form-input__label-content {
    width: fit-content
}

.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

    .wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
        border: 1px solid;
        line-height: 2;
        min-height: 2em
    }

textarea.wp-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        margin: 0 1em 1em 0;
        position: relative;
        width: calc(50% - 1em)
    }

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

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
            align-items: flex-end;
            display: flex;
            height: 100%;
            justify-content: flex-start;
            margin: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
            background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
            bottom: 0;
            box-sizing: border-box;
            color: #fff;
            font-size: .8em;
            margin: 0;
            max-height: 100%;
            overflow: auto;
            padding: 3em .77em .7em;
            position: absolute;
            text-align: center;
            width: 100%;
            z-index: 2
        }

            .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
                display: inline
            }

    .blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
        flex-grow: 1
    }

    .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
        flex: 1;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
        margin-right: 0;
        width: 100%
    }

@media (min-width:600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

        .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

    .wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
        flex-direction: column;
        flex-grow: 1;
        margin: 0
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image img {
        display: block;
        height: auto;
        max-width: 100% !important;
        width: auto
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
        bottom: 0;
        left: 0;
        max-height: 100%;
        position: absolute;
        right: 0
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        content: "";
        height: 100%;
        -webkit-mask-image: linear-gradient(0deg,#000 20%,#0000);
        mask-image: linear-gradient(0deg,#000 20%,#0000);
        max-height: 40%
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        background: linear-gradient(0deg,#0006,#0000);
        box-sizing: border-box;
        color: #fff;
        font-size: 13px;
        margin: 0;
        overflow: auto;
        padding: 1em;
        scrollbar-color: #0000 #0000;
        scrollbar-gutter: stable both-edges;
        scrollbar-width: thin;
        text-align: center;
        text-shadow: 0 0 1.5px #000;
        will-change: transform
    }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
            height: 12px;
            width: 12px
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
            background-color: initial
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
            background-clip: padding-box;
            background-color: initial;
            border: 3px solid #0000;
            border-radius: 8px
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
            background-color: #fffc
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
            scrollbar-color: #fffc #0000
        }

@media (hover:none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color: #fffc #0000
    }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
    text-shadow: none
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
    content: none
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
        display: flex
    }

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
        flex: 1 0 0%;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
            width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
        }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
            width: 100%
        }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image > a, .wp-block-image > figure > a {
    display: inline-block
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

@media not (prefers-reduced-motion) {
    .wp-block-image img.hide {
        visibility: hidden
    }

    .wp-block-image img.show {
        animation: show-content-image .4s
    }
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

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

.wp-block-image.alignfull > a, .wp-block-image.alignwide > a {
    width: 100%
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: table
}

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

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

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

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

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

    .wp-lightbox-container img {
        cursor: zoom-in
    }

        .wp-lightbox-container img:hover + button {
            opacity: 1
        }

    .wp-lightbox-container button {
        align-items: center;
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        backdrop-filter: blur(16px) saturate(180%);
        background-color: #5a5a5a40;
        border: none;
        border-radius: 4px;
        cursor: zoom-in;
        display: flex;
        height: 20px;
        justify-content: center;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 16px;
        text-align: center;
        top: 16px;
        width: 20px;
        z-index: 100
    }

@media not (prefers-reduced-motion) {
    .wp-lightbox-container button {
        transition: opacity .2s ease
    }
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.wp-lightbox-container button:focus {
    opacity: 1
}

.wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

    .wp-lightbox-overlay .close-button {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        min-height: 40px;
        min-width: 40px;
        padding: 0;
        position: absolute;
        right: calc(env(safe-area-inset-right) + 16px);
        top: calc(env(safe-area-inset-top) + 16px);
        z-index: 5000000
    }

        .wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
            background: none;
            border: none
        }

    .wp-lightbox-overlay .lightbox-image-container {
        height: var(--wp--lightbox-container-height);
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        transform-origin: top left;
        width: var(--wp--lightbox-container-width);
        z-index: 9999999999
    }

    .wp-lightbox-overlay .wp-block-image {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        margin: 0;
        position: relative;
        transform-origin: 0 0;
        width: 100%;
        z-index: 3000000
    }

        .wp-lightbox-overlay .wp-block-image img {
            height: var(--wp--lightbox-image-height);
            min-height: var(--wp--lightbox-image-height);
            min-width: var(--wp--lightbox-image-width);
            width: var(--wp--lightbox-image-width)
        }

        .wp-lightbox-overlay .wp-block-image figcaption {
            display: none
        }

    .wp-lightbox-overlay button {
        background: none;
        border: none
    }

    .wp-lightbox-overlay .scrim {
        background-color: #fff;
        height: 100%;
        opacity: .9;
        position: absolute;
        width: 100%;
        z-index: 2000000
    }

    .wp-lightbox-overlay.active {
        visibility: visible
    }

@media not (prefers-reduced-motion) {
    .wp-lightbox-overlay.active {
        animation: turn-on-visibility .25s both
    }

        .wp-lightbox-overlay.active img {
            animation: turn-on-visibility .35s both
        }

    .wp-lightbox-overlay.show-closing-animation:not(.active) {
        animation: turn-off-visibility .35s both
    }

        .wp-lightbox-overlay.show-closing-animation:not(.active) img {
            animation: turn-off-visibility .25s both
        }

    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

        .wp-lightbox-overlay.zoom.active .lightbox-image-container {
            animation: lightbox-zoom-in .4s
        }

            .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
                animation: none
            }

        .wp-lightbox-overlay.zoom.active .scrim {
            animation: turn-on-visibility .4s forwards
        }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
            animation: lightbox-zoom-out .4s
        }

            .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
                animation: none
            }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
            animation: turn-off-visibility .4s forwards
        }
}

@keyframes show-content-image {
    0% {
        visibility: hidden
    }

    99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%,-50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

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

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 3.25em
    }

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

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

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

    .wp-block-latest-posts.wp-block-latest-posts__list {
        list-style: none
    }

        .wp-block-latest-posts.wp-block-latest-posts__list li {
            clear: both;
            overflow-wrap: break-word
        }

    .wp-block-latest-posts.is-grid {
        display: flex;
        flex-wrap: wrap
    }

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

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

        .wp-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0
        }

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

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0
        }

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

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0
        }

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

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0
        }

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

        .wp-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0
        }
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt, .wp-block-latest-posts__post-full-content {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

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

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

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-loginout, .wp-block-media-text {
    box-sizing: border-box
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/ direction: ltr;
    /*!rtl:end:ignore*/ display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .wp-block-media-text > .wp-block-media-text__content, .wp-block-media-text > .wp-block-media-text__media {
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
        align-self: end
    }

    .wp-block-media-text > .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ margin: 0
    }

    .wp-block-media-text > .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1;
        /*!rtl:end:ignore*/ padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

.wp-block-media-text__media a {
    display: block
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

    .wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        clip: rect(0,0,0,0);
        border: 0
    }

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    position: relative
}

    .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        width: 100%
    }

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

        .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
            grid-column: 1;
            grid-row: 2
        }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

    .wp-block-navigation ul {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0
    }

        .wp-block-navigation ul, .wp-block-navigation ul li {
            list-style: none;
            padding: 0
        }

    .wp-block-navigation .wp-block-navigation-item {
        align-items: center;
        display: flex;
        position: relative
    }

        .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
            display: none
        }

    .wp-block-navigation .wp-block-navigation-item__content {
        display: block
    }

        .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
            color: inherit
        }

    .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
        text-decoration: underline
    }

    .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
        text-decoration: line-through
    }

    .wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
        text-decoration: none
    }

    .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        border: none;
        color: currentColor;
        display: inline-block;
        font-size: inherit;
        height: .6em;
        line-height: 0;
        margin-left: .25em;
        padding: 0;
        width: .6em
    }

        .wp-block-navigation .wp-block-navigation__submenu-icon svg {
            display: inline-block;
            stroke: currentColor;
            height: inherit;
            margin-top: .075em;
            width: inherit
        }

    .wp-block-navigation.is-vertical {
        --navigation-layout-direction: column;
        --navigation-layout-justify: initial;
        --navigation-layout-align: flex-start
    }

    .wp-block-navigation.no-wrap {
        --navigation-layout-wrap: nowrap
    }

    .wp-block-navigation.items-justified-center {
        --navigation-layout-justification-setting: center;
        --navigation-layout-justify: center
    }

        .wp-block-navigation.items-justified-center.is-vertical {
            --navigation-layout-align: center
        }

    .wp-block-navigation.items-justified-right {
        --navigation-layout-justification-setting: flex-end;
        --navigation-layout-justify: flex-end
    }

        .wp-block-navigation.items-justified-right.is-vertical {
            --navigation-layout-align: flex-end
        }

    .wp-block-navigation.items-justified-space-between {
        --navigation-layout-justification-setting: space-between;
        --navigation-layout-justify: space-between
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
        align-items: normal;
        background-color: inherit;
        color: inherit;
        display: flex;
        flex-direction: column;
        height: 0;
        left: -1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 0;
        z-index: 2
    }

@media not (prefers-reduced-motion) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
        transition: opacity .1s linear
    }
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
        margin-left: auto;
        margin-right: 0
    }

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
            background: #0000;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            right: 100%;
            width: .5em
        }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
            transform: rotate(-90deg)
        }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

    .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
        stroke: currentColor
    }

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: .85em
}

    .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
        margin-left: -.6em;
        pointer-events: none
    }

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: -1px;
        right: -1px
    }

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .wp-block-navigation__container .is-responsive {
        display: none
    }

    .wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
        flex-grow: 1
    }

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

    .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
        color: inherit
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        align-items: var(--navigation-layout-align,initial);
        display: flex;
        flex-direction: var(--navigation-layout-direction,initial);
        flex-wrap: var(--navigation-layout-wrap,wrap);
        justify-content: var(--navigation-layout-justify,initial)
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        background-color: inherit !important;
        color: inherit !important
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        background-color: inherit;
        display: flex;
        flex-direction: column;
        overflow: auto;
        padding: clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);
        z-index: 100000
    }

@media not (prefers-reduced-motion) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation: overlay-menu__fade-in-animation .1s ease-out;
        animation-fill-mode: forwards
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting,inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
        justify-content: flex-start
    }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
            display: none
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
            border: none;
            height: auto;
            min-width: 200px;
            opacity: 1;
            overflow: initial;
            padding-left: 2rem;
            padding-right: 2rem;
            position: static;
            visibility: visible;
            width: auto
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
            gap: inherit
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
            padding-top: var(--wp--style--block-gap,2em)
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
            padding: 0
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
            align-items: var(--navigation-layout-justification-setting,initial);
            display: flex;
            flex-direction: column
        }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000 !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

        .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
            display: none
        }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

    .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        fill: currentColor;
        display: block;
        height: 24px;
        pointer-events: none;
        width: 24px
    }

.wp-block-navigation__responsive-container-open {
    display: flex
}

    .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit
    }

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

    .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit
    }

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size,100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align,initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.wp-block-page-list {
    box-sizing: border-box
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

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

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-author-biography {
    box-sizing: border-box
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

    .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
        font-weight: inherit
    }

    .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
        font-family: inherit
    }

    .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
        font-size: inherit
    }

    .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
        line-height: inherit
    }

    .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
        font-style: inherit
    }

    .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
        letter-spacing: inherit
    }

    .wp-block-post-comments-form :where(input[type=submit]) {
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
        overflow-wrap: break-word;
        text-align: center
    }

    .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
        display: block;
        margin-bottom: .25em
    }

    .wp-block-post-comments-form .comment-form-cookies-consent {
        display: flex;
        gap: .25em
    }

        .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
            margin-top: .35em
        }

    .wp-block-post-comments-form .comment-reply-title {
        margin-bottom: 0
    }

        .wp-block-post-comments-form .comment-reply-title :where(small) {
            font-size: var(--wp--preset--font-size--medium,smaller);
            margin-left: .5em
        }

.wp-block-post-comments-count {
    box-sizing: border-box
}

.wp-block-post-content {
    display: flow-root
}

.wp-block-post-comments-link, .wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-post-featured-image a {
        display: block;
        height: 100%
    }

    .wp-block-post-featured-image :where(img) {
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
        width: 100%
    }

    .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
        width: 100%
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
        background-color: #000;
        inset: 0;
        position: absolute
    }

.wp-block-post-featured-image {
    position: relative
}

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
        background-color: initial
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
        opacity: 0
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
        opacity: .1
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
        opacity: .2
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
        opacity: .3
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
        opacity: .4
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
        opacity: .5
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
        opacity: .6
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
        opacity: .7
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
        opacity: .8
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
        opacity: .9
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
        opacity: 1
    }

    .wp-block-post-featured-image:where(.alignleft,.alignright) {
        width: 100%
    }

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

    .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

    .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

    .wp-block-post-terms .wp-block-post-terms__separator {
        white-space: pre-wrap
    }

.wp-block-post-time-to-read, .wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

    .wp-block-post-title :where(a) {
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit
    }

.wp-block-post-author-name {
    box-sizing: border-box
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

    .wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
        color: inherit
    }

    .wp-block-pullquote blockquote {
        margin: 0
    }

    .wp-block-pullquote p {
        margin-top: 0
    }

        .wp-block-pullquote p:last-child {
            margin-bottom: 0
        }

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

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote.has-text-align-left blockquote {
        text-align: left
    }

    .wp-block-pullquote.has-text-align-right blockquote {
        text-align: right
    }

    .wp-block-pullquote.has-text-align-center blockquote {
        text-align: center
    }

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

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

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

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

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

.wp-block-post-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

    .wp-block-post-template.is-flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.25em
    }

        .wp-block-post-template.is-flex-container > li {
            margin: 0;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width:600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.wp-block-post-template-is-layout-constrained > li > .alignright, .wp-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained > li > .alignleft, .wp-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained > li > .aligncenter, .wp-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

    .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

    .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title, .wp-block-query-total, .wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

    .wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
        margin-bottom: 1em;
        padding: 0 1em
    }

        .wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
            font-size: 1.5em;
            font-style: italic;
            line-height: 1.6
        }

        .wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
            font-size: 1.125em;
            text-align: right
        }

    .wp-block-quote > cite {
        display: block
    }

.wp-block-read-more {
    display: block;
    width: fit-content
}

    .wp-block-read-more:where(:not([style*=text-decoration])) {
        text-decoration: none
    }

        .wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
            text-decoration: none
        }

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

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

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

    ul.wp-block-rss.is-grid li {
        margin: 0 1em 1em 0;
        width: 100%
    }

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

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-rss {
    box-sizing: border-box;
    list-style: none;
    padding: 0
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

    .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search__button svg {
        height: 1.25em;
        min-height: 24px;
        min-width: 24px;
        width: 1.25em;
        fill: currentColor;
        vertical-align: text-bottom
    }

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

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

.wp-block-search__input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

    .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
        flex-basis: 0;
        flex-grow: 0;
        margin: 0;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 0 !important
    }

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

    :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
        border: none;
        border-radius: 0;
        padding: 0 4px
    }

        :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
            outline: none
        }

    :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
        padding: 4px 8px
    }

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

    :root :where(.wp-block-separator.is-style-dots):before {
        color: currentColor;
        content: "···";
        font-family: serif;
        font-size: 1.5em;
        letter-spacing: 2em;
        padding-left: 2em
    }

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

    .wp-block-site-logo a {
        display: inline-block;
        line-height: 0
    }

    .wp-block-site-logo.is-default-size img {
        height: auto;
        width: 120px
    }

    .wp-block-site-logo img {
        height: auto;
        max-width: 100%
    }

    .wp-block-site-logo a, .wp-block-site-logo img {
        border-radius: inherit
    }

    .wp-block-site-logo.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

.wp-block-site-tagline, .wp-block-site-title {
    box-sizing: border-box
}

    .wp-block-site-title :where(a) {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit
    }

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        border-bottom: 0;
        box-shadow: none;
        text-decoration: none
    }

    .wp-block-social-links .wp-social-link svg {
        height: 1em;
        width: 1em
    }

    .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
        font-size: .65em;
        margin-left: .5em;
        margin-right: .5em
    }

    .wp-block-social-links.has-small-icon-size {
        font-size: 16px
    }

    .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
        font-size: 24px
    }

        .wp-block-social-links.has-large-icon-size {
            font-size: 36px
        }

        .wp-block-social-links.has-huge-icon-size {
            font-size: 48px
        }

        .wp-block-social-links.aligncenter {
            display: flex;
            justify-content: center
        }

        .wp-block-social-links.alignright {
            justify-content: flex-end
        }

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto
}

@media not (prefers-reduced-motion) {
    .wp-block-social-link {
        transition: transform .1s ease
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

    .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
        color: currentColor;
        fill: currentColor
    }

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
    background-color: #5865f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: none
}

    :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
        height: 1.25em;
        width: 1.25em
    }

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
    color: #5865f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .6666666667em;
    padding-right: .6666666667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

    .wp-block-tag-cloud.aligncenter {
        justify-content: center;
        text-align: center
    }

    .wp-block-tag-cloud.alignfull {
        padding-left: 1em;
        padding-right: 1em
    }

    .wp-block-tag-cloud a {
        display: inline-block;
        margin-right: 5px
    }

    .wp-block-tag-cloud span {
        display: inline-block;
        margin-left: 5px;
        text-decoration: none
    }

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%
    }

    .wp-block-table thead {
        border-bottom: 3px solid
    }

    .wp-block-table tfoot {
        border-top: 3px solid
    }

    .wp-block-table td, .wp-block-table th {
        border: 1px solid;
        padding: .5em
    }

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

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

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

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        background-color: initial;
        border-bottom: 1px solid #f0f0f0;
        border-collapse: inherit;
        border-spacing: 0
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0
        }

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

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

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

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

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: #0000
        }

    .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
        border-color: inherit
    }

    .wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
        border-top-color: inherit
    }

    .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
        border-top-color: initial
    }

    .wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
        border-right-color: inherit
    }

    .wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
        border-bottom-color: inherit
    }

    .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
        border-bottom-color: initial
    }

    .wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
        border-left-color: inherit
    }

    .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
        border-style: inherit
    }

    .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
        border-style: inherit;
        border-width: inherit
    }

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

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

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.3333333333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%
    }

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

    .wp-block-video video {
        vertical-align: middle;
        width: 100%
    }

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

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

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

    a[data-fn].fn:after {
        content: "[" counter(footnotes) "]";
        float: left;
        text-indent: 0
    }

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

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

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

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

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

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg,#00d084,#0693e3)
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg,#faaca8,#dad0ec)
    }

    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg,#fafae1,#67a671)
    }

    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg,#fdd79a,#004a59)
    }

    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg,#330968,#31cdcf)
    }

    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg,#020381,#2874fc)
    }

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

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

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

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}
/*! 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
}

.block-editor-block-list__block[data-align=full] {
    margin-left: -34px;
    margin-right: -34px
}

.block-editor-block-list__block[data-type="meta-box/hero-image"] {
    min-height: 100px;
    max-width: inherit
}

.section-hero {
    position: relative;
    overflow: hidden
}

    .section-hero img, .hero-image {
        position: relative;
        object-fit: cover;
        display: block;
        height: 100%;
        width: 100%;
        min-height: 200px
    }

.hero-bgvideo-wrap {
    overflow: hidden;
    position: relative;
    width: 100%
}

.hero-bgvideo {
    position: relative;
    min-width: 100%;
    width: 100%;
    display: block;
    object-fit: cover
}

.wp-block .hero-bgvideo {
    position: relative
}

.hero-content-wrap.image-uploaded, .hero-bgvideo-wrap .hero-content-wrap {
    position: absolute;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 50%
}

.hero-content-wrap.full-width-overlay {
    width: 100%
}

.hero-content-wrap.third-width-overlay {
    width: 36%
}

.hero-content-wrap.hero-content-right {
    left: auto;
    right: 0
}

.hero-content-wrap.hero-content-center {
    width: 100%
}

.hero-content {
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding: 60px 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start
}

.hero-content-wrap.third-width-overlay .hero-content {
    padding: 60px 120px 60px 60px
}

.has-transparent-header section.section-hero:first-of-type .hero-content {
    padding-top: 120px;
    padding-bottom: 120px
}

.hero-content-wrap.full-width-overlay .hero-content {
    max-width: 50%
}

.hero-content-center .hero-content {
    max-width: 960px;
    margin: 0 auto;
    align-items: center
}

.hero-content-right .hero-content {
    align-items: flex-end
}

.hero-content-center {
    text-align: center
}

.hero-content-right {
    text-align: right
}

.hero-content-wrap.full-width-overlay.hero-content-right {
    justify-content: flex-end
}

.hero-vertical, .hero-subtitle.subtitle-above, .hero-title, h1.hero-title, h2.hero-title, .editor-styles-wrapper h1.hero-title, .editor-styles-wrapper h2.hero-title, .hero-title.page-title, .editor-styles-wrapper .hero-title, .hero-text, .hero-button {
    margin-top: 12px;
    margin-bottom: 12px
}

.hero-subtitle.subtitle-above {
    margin-bottom: 2px
}

.hero-button, .editor-styles-wrapper .hero-button {
    margin-top: 16px
}

.editor-styles-wrapper .hero-button {
    pointer-events: none;
    margin-top: 16px
}

.hero-subtitle {
    margin-bottom: 0
}

.hero-text {
    margin-top: 24px;
    margin-bottom: 24px
}

    .hero-text p {
        margin: 0;
        padding: 0
    }

.hero-button {
    line-height: 1.7em
}

.hero-content > .hero-content-item {
    margin-top: 0
}

    .hero-content > .hero-content-item ~ .hero-content-item {
        margin-top: 12px
    }

        .hero-content > .hero-content-item ~ .hero-content-item.hero-divider {
            margin-top: 14px
        }

        .hero-content > .hero-content-item ~ .hero-content-item.hero-text {
            margin-top: 24px
        }

        .hero-content > .hero-content-item ~ .hero-content-item.hero-button-wrap {
            margin-top: 0
        }

.hero-content-item:last-child {
    margin-bottom: 0
}

.content-white .hero-vertical, .content-white .hero-subtitle.subtitle-above, .content-white .hero-title, .content-white .hero-content, .content-white .hero-content p, .content-white .button {
    color: #fff
}

.editor-styles-wrapper .content-white .hero-vertical, .editor-styles-wrapper .content-white .hero-subtitle.subtitle-above, .editor-styles-wrapper .content-white .hero-title, .editor-styles-wrapper .content-white h2.hero-title, .editor-styles-wrapper .content-white .hero-content, .editor-styles-wrapper .content-white .button {
    color: #fff !important
}

.content-white .hero-title, .editor-styles-wrapper .content-white .hero-title {
    color: #fff !important
}

.content-white .hero-divider, .editor-styles-wrapper .content-white .hero-divider {
    background-color: #fff;
    border-color: #fff
}

.content-white .button-outline, .content-white a.button.button-outline, .editor-styles-wrapper .content-white .button-outline, .editor-styles-wrapper .content-white a.button.button-outline {
    color: #fff;
    border-color: #fff
}

    .content-white .button-outline:hover, .content-white a.button.button-outline:hover, .editor-styles-wrapper .content-white .button-outline:hover, .editor-styles-wrapper .content-white a.button.button-outline:hover {
        background-color: #fff;
        color: #101020
    }

.content-white .button:not(.button-outline), .content-white a.button:not(.button-outline), .editor-styles-wrapper .content-white .button:not(.button-outline), .editor-styles-wrapper .content-white a.button:not(.button-outline) {
    background-color: #fff;
    border-color: #fff;
    color: #666
}

    .content-white .button:not(.button-outline):hover, .content-white a.button:not(.button-outline):hover, .editor-styles-wrapper .content-white .button:not(.button-outline):hover, .editor-styles-wrapper .content-white a.button:not(.button-outline):hover {
        background-color: #202030;
        border-color: #202030;
        color: #fff !important
    }

.content-white-pluscolor .button:not(.button-outline), .content-white-pluscolor a.button:not(.button-outline), .editor-styles-wrapper .content-white-pluscolor .button:not(.button-outline), .editor-styles-wrapper .content-white-pluscolor a.button:not(.button-outline) {
    background-color: #fff;
    border-color: #fff
}

    .content-white-pluscolor .button:not(.button-outline):hover, .content-white-pluscolor a.button:not(.button-outline):hover, .editor-styles-wrapper .content-white-pluscolor .button:not(.button-outline):hover, .editor-styles-wrapper .content-white-pluscolor a.button:not(.button-outline):hover {
        color: #fff
    }

.content-white-pluscolor .hero-vertical, .content-white-pluscolor .hero-title, .content-white-pluscolor .hero-content, .content-white-pluscolor .hero-content p, .content-white-pluscolor .button-outline, .content-white-pluscolor a.button.button-outline {
    color: #fff
}

.editor-styles-wrapper .content-white-pluscolor .hero-vertical, .editor-styles-wrapper .content-white-pluscolor .hero-title, .editor-styles-wrapper .content-white-pluscolor h2.hero-title, .editor-styles-wrapper .content-white-pluscolor .hero-content, .editor-styles-wrapper .content-white-pluscolor .button-outline, .editor-styles-wrapper .content-white-pluscolor a.button.button-outline {
    color: #fff !important
}

.content-white-pluscolor .hero-title, .editor-styles-wrapper .content-white-pluscolor .hero-title {
    color: #fff !important
}

.content-black .hero-vertical, .content-black .hero-subtitle.subtitle-above, .content-black .hero-title, .content-black .hero-content, .content-black .button, .editor-styles-wrapper .content-black .hero-vertical, .editor-styles-wrapper .content-black .hero-subtitle.subtitle-above, .editor-styles-wrapper .content-black .hero-title, .editor-styles-wrapper .content-black h2.hero-title, .editor-styles-wrapper .content-black .hero-content, .editor-styles-wrapper .content-black .button {
    color: #101010
}

.editor-styles-wrapper .content-black h2.hero-title {
    color: #101010 !important
}

.content-black .hero-divider, .editor-styles-wrapper .content-black .hero-divider {
    background-color: #101010;
    border-color: #101010
}

.content-black .button-outline, .content-black a.button.button-outline, .editor-styles-wrapper .content-black .button-outline, .editor-styles-wrapper .content-black a.button.button-outline {
    color: #101010;
    border-color: #101010
}

    .content-black .button-outline:hover, .content-black a.button.button-outline:hover, .editor-styles-wrapper .content-black .button-outline:hover, .editor-styles-wrapper .content-black a.button.button-outline:hover {
        background-color: #101010;
        color: #fff
    }

.content-black .button:not(.button-outline), .content-black a.button:not(.button-outline), .editor-styles-wrapper .content-black .button:not(.button-outline), .editor-styles-wrapper .content-black a.button:not(.button-outline) {
    background-color: #101010;
    border-color: #101010;
    color: #eee
}

.content-black .button.button-outline:hover, .content-black a.button-outline:hover, .editor-styles-wrapper .content-black .button.button-outline:hover, .editor-styles-wrapper .content-black a.button.button-outline:hover {
    background-color: #101010;
    border-color: #101010;
    color: #fff !important
}

.content-black .button:not(.button-outline):hover, .content-black a.button:not(.button-outline):hover, .editor-styles-wrapper .content-black .button:not(.button-outline):hover, .editor-styles-wrapper .content-black a.button:not(.button-outline):hover {
    background-color: #404040;
    border-color: #404040;
    color: #fff !important
}

.hero-divider {
    height: 2px;
    width: 40px;
    margin-top: 14px;
    margin-bottom: 16px
}

.hero-vertical {
    position: absolute;
    text-align: center;
    top: -16px;
    bottom: 0;
    left: 40px;
    height: 25px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transform-origin: 8px 50%;
    -moz-transform-origin: 8px 50%;
    -ms-transform-origin: 8px 50%;
    -o-transform-origin: 8px 50%;
    transform-origin: 8px 50%;
    -webkit-transform: rotate(-90deg) translate(-50%,50%);
    -moz-transform: rotate(-90deg) translate(-50%,50%);
    -ms-transform: rotate(-90deg) translate(-50%,50%);
    -o-transform: rotate(-90deg) translate(-50%,50%);
    transform: rotate(-90deg) translate(-50%,50%)
}

.hero-content-right .hero-vertical {
    left: auto;
    right: 60px;
    transform: rotate(-90deg) translate(50%,50%);
    transform-origin: 100% 100%
}

.hero-vertical:before {
    left: -48px
}

.hero-vertical:after {
    right: -48px
}

.menu-categories .two-columns, .menu-categories .one-column {
    margin: 0 auto !important
}

.menu-categories .masonry-box {
    margin-top: 24px
}

.menu-section .section-intro {
    margin-bottom: 39px
}

.menu-inner {
    margin: 24px 48px;
    overflow: hidden
}

.menu-categories .featured1, .menu-categories .featured2, .menu-categories .featured3 {
    box-sizing: border-box;
    margin: 24px;
    overflow: hidden
}

.menu-categories .featured1 {
    border: 6px solid;
    background: 0 0
}

    .menu-categories .featured1 .menu-inner {
        margin: 0 24px 24px
    }

    .menu-categories .featured1 .menu-cat {
        margin-top: 18px
    }

.menu-desc {
    color: #bbb
}

.menu-categories .featured2 {
    border: 6px solid
}

.menu-categories .featured2 {
    border-color: #141414;
    background-color: #141414
}

.content-dark .menu-categories .featured2 {
    border-color: #1b1b1c;
    background-color: #1b1b1c
}

.menu-categories.darkbg {
    background-color: #141414
}

.content-dark .menu-categories.darkbg {
    background-color: #1b1b1c
}

.menu-categories .featured1 {
    border-color: #eee
}

.has-custom-bg-color .menu-categories .featured1 {
    border-color: rgba(10,15,10,.1)
}

.menu-categories.darkbg, .menu-categories.custom {
    padding-bottom: 40px
}

    .menu-categories.custom .menu-description, .menu-categories.custom .menu-desc, .menu-categories.custom .menu-cat-content, .menu-categories.darkbg .menu-description, .menu-categories.darkbg .menu-desc, .menu-categories.darkbg .menu-cat-content, .menu-price, .menu-categories .featured2 .menu-description, .menu-categories .featured2 .menu-description, .menu-categories .featured2 .menu-cat-content, .menu-categories .featured3 .menu-description, .menu-categories .featured3 .menu-description, .menu-categories .featured3 .menu-cat-content {
        opacity: .7
    }

    .menu-categories.darkbg .menu-description, .menu-categories.darkbg .menu-desc, .menu-categories.darkbg .menu-cat-content, .menu-categories .featured2 .menu-description, .menu-categories .featured2 .menu-description, .menu-categories .featured2 .menu-cat-content {
        color: #fff !important
    }

    .menu-categories .featured2 h1, .menu-categories .featured2 h2, .menu-categories .featured2 h3, .menu-categories .featured2 h4, .menu-categories .featured2 h5, .menu-categories .featured2 h6, .menu-categories .featured2 .menu-price, .menu-categories .featured2 .menu-price-title, .menu-categories.darkbg h1, .menu-categories.darkbg h2, .menu-categories.darkbg h3, .menu-categories.darkbg h4, .menu-categories.darkbg h5, .menu-categories.darkbg h6, .menu-categories.darkbg .menu-price, .menu-categories.darkbg .menu-price-title, .editor-styles-wrapper .menu-categories .featured2 h1, .editor-styles-wrapper .menu-categories .featured2 h2, .editor-styles-wrapper .menu-categories .featured2 h3, .editor-styles-wrapper .menu-categories .featured2 h4, .editor-styles-wrapper .menu-categories .featured2 h5, .editor-styles-wrapper .menu-categories .featured2 h6, .editor-styles-wrapper .menu-categories .featured2 .menu-price, .editor-styles-wrapper .menu-categories .featured2 .menu-price-title, .editor-styles-wrapper .menu-categories.darkbg h1, .editor-styles-wrapper .menu-categories.darkbg h2, .editor-styles-wrapper .menu-categories.darkbg h3, .editor-styles-wrapper .menu-categories.darkbg h4, .editor-styles-wrapper .menu-categories.darkbg h5, .editor-styles-wrapper .menu-categories.darkbg h6, .editor-styles-wrapper .menu-categories.darkbg .menu-price, .editor-styles-wrapper .menu-categories.darkbg .menu-price-title {
        color: #fff !important
    }

.menu-categories .featured2 .menu-inner, .menu-categories .featured3 .menu-inner {
    margin: 0 18px 18px
}

.menu-categories .featured2 h2.menu-cat, .menu-categories .featured3 h2.menu-cat {
    margin-top: 12px
}

.menu-category-image {
    margin-top: 14px
}

.menu-cat-content {
    display: inline-block;
    margin-top: 24px
}

    .menu-cat-content p, .menu-cat-content h6 {
        margin: 0
    }

.menu-items {
    margin: 0
}

.menu-categories .menu-item {
    margin-top: 12px;
    width: 100%
}

    .menu-categories .menu-item.none {
        margin-top: 0
    }

    .menu-categories .menu-item.six {
        margin-top: 6px
    }

    .menu-categories .menu-item.twelve {
        margin-top: 12px
    }

    .menu-categories .menu-item.twentyfour {
        margin-top: 24px
    }

.masonry-nested.two-items.menu-items, .masonry-nested.three-items.menu-items {
    margin-right: -60px
}

.masonry-nested.two-items .menu-text, .masonry-nested.three-items .menu-text {
    padding-right: 60px
}

.menu-cat, .editor-styles-wrapper h2.menu-cat {
    margin: 16px 0 18px;
    border-bottom: 4px solid
}

    .menu-cat.textalign-left, .menu-desc.textalign-left {
        text-align: left
    }

    .menu-cat.textalign-center, .menu-desc.textalign-center {
        text-align: center
    }

    .menu-cat.textalign-right, .menu-desc.textalign-right {
        text-align: right
    }

    .menu-cat.hide {
        display: none
    }

    .menu-cat.solid-bottom-border {
        border-bottom: 4px solid
    }

    .menu-cat.solid-bottom-top-border {
        border-bottom: 4px solid;
        border-top: 4px solid
    }

    .menu-cat.dotted-bottom-border, .editor-styles-wrapper h2.menu-cat.dotted-bottom-border {
        border-bottom: 4px dotted;
        padding-bottom: 9px
    }

    .menu-cat.dotted-bottom-top-border, .editor-styles-wrapper h2.menu-cat.dotted-bottom-top-border {
        border-bottom: 4px dotted;
        border-top: 4px dotted
    }

    .menu-cat.no-bottom-border, .editor-styles-wrapper h2.menu-cat.no-bottom-border {
        border-bottom: none
    }

.menu-categories .featured1 .menu-cat.solid-bottom-top-border, .menu-categories .featured2 .menu-cat.solid-bottom-top-border, .menu-categories .featured3 .menu-cat.solid-bottom-top-border, .menu-categories .featured1 .menu-cat.dotted-bottom-top-border, .menu-categories .featured2 .menu-cat.dotted-bottom-top-border, .menu-categories .featured3 .menu-cat.dotted-bottom-top-border {
    margin-top: 24px
}

.menu-desc {
    position: relative;
    margin: 0;
    margin-top: 15px
}

.menu-thumb {
    display: inline;
    float: left;
    width: 120px;
    margin-right: 24px
}

.large-images .menu-thumb, .large-square-images .menu-thumb {
    display: block;
    float: none;
    height: auto;
    width: calc(100% - 60px);
    margin-bottom: 12px
}

.large-images.inner-box, .large-square-images.inner-box {
    margin-bottom: 24px
}

.menu-item .inner-box {
    overflow: hidden
}

.menu-text {
    overflow: hidden
}

.menu-text-wrap {
    display: flex
}

.menu-title {
    display: inline;
    clear: left;
    margin: 0;
    box-decoration-break: clone;
    padding-right: 36px
}

.menu-text-left {
    width: calc(100%);
    line-height: 1.2em
}

.menu-text-right {
    align-self: flex-end;
    flex-shrink: 0;
    display: flex
}

.menu-price, .menu-price-title {
    width: 64px;
    flex-shrink: 0;
    text-align: right;
    word-break: break-all;
    padding-left: 6px;
    text-align: right
}

.price-wrap {
    padding-top: 20px
}

.menu-price-title {
    padding-top: 6px;
    line-height: 1.2em
}

.single-menu .pagetitle {
    margin-top: 24px
}

.single-menu-entry {
    max-width: 669px;
    margin: 48px auto 0 auto;
    background-color: #fff;
    padding: 24px 48px 48px;
    overflow: hidden
}

.single-menu .menu-description {
    text-align: center;
    margin-top: 32px;
    padding: 0
}

.single-menu .price-wrap {
    text-align: center;
    margin-top: 4px
}

.single-menu-thumb {
    text-align: center;
    margin-top: 63px
}

.grid-sizer {
    width: 8.33%;
    width: calc(100%/12);
    float: left
}

.masonry {
    max-width: 100%
}

.masonry-box {
    position: relative;
    min-height: 20px;
    width: 50%;
    width: calc(100%/2)
}

.menu-masonry .masonry-box {
    margin-top: 24px
}

.masonry-box.one-half {
    width: 50%;
    width: calc(100%/2)
}

.masonry-box.one-fourth {
    width: 25%;
    width: calc(100%/4)
}

.masonry-box.one-third {
    width: 33.33%;
    width: calc(100%/3)
}

.masonry-box.two-third {
    width: 66.66%;
    width: calc(100%/3*2)
}

.masonry-box.three-third, .masonry-box.full {
    width: 100%
}

.masonry-box-nested {
    position: relative;
    float: left;
    overflow: hidden
}

.masonry-nested.one-item .grid-sizer-nested, .masonry-nested.one-item .masonry-box-nested {
    width: 100%
}

.masonry-nested.two-items .grid-sizer-nested, .masonry-nested.two-items .masonry-box-nested {
    width: 50%;
    width: calc(100%/2)
}

.masonry-nested.three-items .grid-sizer-nested, .masonry-nested.three-items .masonry-box-nested {
    width: 33.33%;
    width: calc(100%/3)
}

.editor-styles-wrapper .contentboxes-wrap a:-webkit-any-link, .editor-styles-wrapper .contentboxes-wrap a, .block-editor .contentboxes-wrap a {
    text-decoration: none;
    pointer-events: none
}

.contentboxbgimage, .contentboxbgcolor, .contentboxes-image-wrap-inner {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    background-position: center center;
    overflow: hidden;
    transition: all .6s ease
}

.contentboxbgimage, .contentboxbgcolor {
    position: absolute !important
}

.contentboxbgvideo {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -9
}

.half-height .contentboxbgvideo {
    min-height: 115%
}

.contentboxes-image-wrap-inner .contentboxes-zoom-wrap {
    overflow: hidden;
    transition: all .6s ease-in-out;
    width: 100%;
    height: 100%
}

    .contentboxes-image-wrap-inner .contentboxes-zoom-wrap.has-box-url:hover {
        transform: scale(1.05);
        cursor: pointer
    }

.editor-styles-wrapper .contentboxes-wrap {
    margin-top: initial
}

.contentboxes-wrap.twentyfour {
    margin-left: -24px;
    margin-top: -24px
}

    .contentboxes-wrap.twentyfour .contentboxes-image-wrap-inner {
        margin: 24px;
        width: calc(100% - 24px);
        height: calc(100% - 24px)
    }

.contentboxes-wrap.twelve {
    margin-left: -12px;
    margin-top: -12px;
    width: calc(100% + 12px);
    height: calc(100% - 12px)
}

    .contentboxes-wrap.twelve .contentboxes-image-wrap-inner {
        margin: 12px
    }

.contentboxes-wrap.six {
    margin-left: -6px;
    margin-top: -6px;
    width: calc(100% + 6px);
    height: calc(100% - 6px)
}

    .contentboxes-wrap.six .contentboxes-image-wrap-inner {
        margin: 6px
    }

.contentboxes-image-wrap {
    overflow: hidden;
    position: relative
}

.block-editor-editor-skeleton__content .links_to_image {
    pointer-events: none
}

.contentboxes-image:hover {
    transform: scale(1.05)
}

.grid-sizer-contentboxes {
    width: 8.33%;
    width: calc(100%/12);
    float: left
}

.contentboxes-image-wrap, .contentboxes-image-wrap.half-width {
    width: 50% !important;
    width: calc(100%/2) !important
}

    .contentboxes-image-wrap.quarter-width {
        width: 25% !important;
        width: calc(100%/4) !important
    }

    .contentboxes-image-wrap.one-third-width {
        width: 33.33% !important;
        width: calc(100%/3) !important
    }

    .contentboxes-image-wrap.two-third-width {
        width: 66.66% !important;
        width: calc(100%/3*2) !important
    }

    .contentboxes-image-wrap.full-width {
        width: 100% !important
    }

    .contentboxes-image-wrap.no-content .contentboxes-image-wrap-inner, .contentboxes-image-wrap.no-content .contentboxes-content-wrap {
        position: absolute !important
    }

    .contentboxes-image-wrap.no-content {
        overflow: hidden
    }

        .contentboxes-image-wrap.no-content:before {
            content: "";
            display: block
        }

        .contentboxes-image-wrap.no-content:before, .contentboxes-image-wrap.no-content.square:before {
            padding-top: 100%
        }

        .contentboxes-image-wrap.no-content.half-height:before {
            padding-top: 50%
        }

        .contentboxes-image-wrap.no-content.one-and-a-half-height:before {
            padding-top: 150%
        }

        .contentboxes-image-wrap.no-content.double-height:before {
            padding-top: 200%
        }

    .contentboxes-image-wrap.has-content.use-defined-height .contentboxes-image-wrap-inner, .contentboxes-image-wrap.has-content.use-defined-height .contentboxes-content-wrap {
        position: absolute !important
    }

    .contentboxes-image-wrap.has-content.use-defined-height {
        overflow: hidden
    }

        .contentboxes-image-wrap.has-content.use-defined-height:before {
            content: "";
            display: block
        }

        .contentboxes-image-wrap.has-content.use-defined-height:before, .contentboxes-image-wrap.has-content.use-defined-height.square:before {
            padding-top: 100%
        }

        .contentboxes-image-wrap.has-content.use-defined-height.half-height:before {
            padding-top: 50%
        }

        .contentboxes-image-wrap.has-content.use-defined-height.one-and-a-half-height:before {
            padding-top: 150%
        }

        .contentboxes-image-wrap.has-content.use-defined-height.double-height:before {
            padding-top: 200%
        }

.contentbox-overlay {
    height: 100%;
    width: 100%;
    position: relative
}

    .contentbox-overlay.dark {
        background-color: rgba(32,32,33,.15);
        background-color: rgba(42,42,43,.18)
    }

.has-gradient.gradient-contentboxes-content-top {
    background-image: linear-gradient(to bottom,#101213 0%,rgba(16,18,19,0) 50%);
    background-image: linear-gradient(to bottom,#090b09 0%,rgba(16,18,19,0) 50%)
}

.has-gradient.gradient-contentboxes-content-bottom {
    background-image: linear-gradient(to top,#101213 0%,rgba(16,18,19,0) 50%);
    background-image: linear-gradient(to top,#090b09 0%,rgba(16,18,19,0) 50%)
}

.has-gradient.gradient-contentboxes-content-middle {
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(16,18,19,.6) 45%,rgba(0,0,0,0) 100%)
}

.contentboxes-content-wrap {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 100%
}

    .contentboxes-content-wrap.full-width-overlay {
        width: 100%
    }

    .contentboxes-content-wrap.contentboxes-content-right {
        left: auto;
        right: 0
    }

    .contentboxes-content-wrap.contentboxes-content-center {
        width: 100%
    }

    .contentboxes-content-wrap.contentboxes-content-top {
        align-items: flex-start
    }

    .contentboxes-content-wrap.contentboxes-content-bottom {
        align-items: flex-end
    }

.contentboxes-content {
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    padding: 60px 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start
}

.contentboxes-wrap.twentyfour .contentboxes-content {
    width: calc(100% - 24px)
}

.contentboxes-wrap.twelve .contentboxes-content {
    width: calc(100% - 12px)
}

.contentboxes-wrap.six .contentboxes-content {
    width: calc(100% - 6px)
}

.one-third-width .contentboxes-content, .quarter-width .contentboxes-content {
    padding: 60px 120px
}

.half-width.no-vertical-text .contentboxes-content, .one-third-width.no-vertical-text .contentboxes-content, .two-third-width.no-vertical-text .contentboxes-content, .quarter-width.no-vertical-text .contentboxes-content {
    padding: 60px
}

.quarter-width.no-vertical-text .contentboxes-content {
    padding: 36px
}

.contentboxes-content-wrap.full-width-overlay .contentboxes-content {
    max-width: 50%
}

.contentboxes-content-center .contentboxes-content {
    align-items: center
}

.contentboxes-content-right .contentboxes-content {
    align-items: flex-end
}

.contentboxes-content-center {
    text-align: center
}

.contentboxes-content-right {
    text-align: right
}

.contentboxes-content-wrap.full-width-overlay.contentboxes-content-right {
    justify-content: flex-end
}

.contentboxes-vertical, .contentboxes-subtitle.subtitle-above, .contentboxes-title, .editor-styles-wrapper .contentboxes-title, .contentboxes-text, .contentboxes-button-wrap {
    margin-top: 12px;
    margin-bottom: 12px
}

    .contentboxes-title i {
        display: block;
        margin-bottom: 36px
    }

    .contentboxes-title i {
        margin-bottom: 12px
    }

    .contentboxes-title.contentboxes-title-bodyfont i {
        margin-bottom: 14px;
        font-size: 2.5em
    }

    .contentboxes-title.contentboxes-title-bodyfont {
        font-weight: 700;
        margin-bottom: 0
    }

.contentboxes-subtitle.subtitle-above {
    margin-bottom: 6px
}

.contentboxes-button, .editor-styles-wrapper .contentboxes-button {
    margin-top: 16px
}

.editor-styles-wrapper .contentboxes-button {
    pointer-events: none;
    margin-top: 16px;
    border-radius: 0
}

.contentboxes-subtitle {
    margin-bottom: 0
}

.contentboxes-text {
    margin-top: 24px;
    margin-bottom: 24px
}

    .contentboxes-text p {
        margin: 0;
        padding: 0
    }

.editor-styles-wrapper .contentboxbgvideo {
    z-index: 0
}

.editor-styles-wrapper .contentboxes-image-wrap.bg-video .contentboxes-zoom-wrap {
    background-color: rgba(0,0,0,.1)
}

.contentboxes-content > .contentboxes-content-item {
    margin-top: 0
}

    .contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item {
        margin-top: 12px
    }

        .contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item.contentboxes-divider {
            margin-top: 14px
        }

        .contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item.contentboxes-text {
            margin-top: 24px
        }

        .contentboxes-content > .contentboxes-content-item ~ .contentboxes-content-item.contentboxes-button-wrap {
            margin-top: 0
        }

.contentboxes-content-item:last-child {
    margin-bottom: 0
}

.content-white .contentboxes-vertical, .content-white .contentboxes-subtitle.subtitle-above, .content-white .contentboxes-title, .content-white .contentboxes-content, .content-white .button, .editor-styles-wrapper .content-white .contentboxes-vertical, .editor-styles-wrapper .content-white .contentboxes-subtitle.subtitle-above, .editor-styles-wrapper .content-white .contentboxes-title, .editor-styles-wrapper .content-white .contentboxes-content, .editor-styles-wrapper .content-white .button {
    color: #fff !important
}

.content-white .contentboxes-divider, .editor-styles-wrapper .content-white .contentboxes-divider {
    background-color: #fff;
    border-color: #fff;
    color: #db9457
}

.content-white .button-outline, .content-white a.button.button-outline, .content-white .button-outline:not(:hover), .content-white a.button.button-outline:not(:hover), .editor-styles-wrapper .content-white .button-outline, .editor-styles-wrapper .content-white a.button.button-outline, .editor-styles-wrapper .content-white .button-outline:not(:hover), .editor-styles-wrapper .content-white a.button.button-outline:not(:hover) {
    color: #fff;
    border-color: #fff
}

    .content-white .button-outline:hover, .content-white a.button.button-outline:hover, .editor-styles-wrapper .content-white .button-outline:hover, .editor-styles-wrapper .content-white a.button.button-outline:hover {
        background-color: #fff;
        border-color: #fff;
        color: #101020 !important
    }

.content-white .button:not(.button-outline), .content-white a.button:not(.button-outline), .editor-styles-wrapper .content-white .button:not(.button-outline), .editor-styles-wrapper .content-white a.button:not(.button-outline) {
    background-color: #fff;
    border-color: #fff;
    color: #666 !important
}

.editor-styles-wrapper .content-white .button:not(.button-outline), .editor-styles-wrapper .content-white a.button:not(.button-outline) {
    color: #666 !important
}

    .content-white .button:not(.button-outline):hover, .content-white a.button:not(.button-outline):hover, .editor-styles-wrapper .content-white .button:not(.button-outline):hover, .editor-styles-wrapper .content-white a.button:not(.button-outline):hover {
        background-color: #101020;
        border-color: #202030;
        color: #fff
    }

.content-white-pluscolor .button:not(.button-outline), .content-white-pluscolor a.button:not(.button-outline), .editor-styles-wrapper .content-white-pluscolor .button:not(.button-outline), .editor-styles-wrapper .content-white-pluscolor a.button:not(.button-outline) {
    background-color: #fff;
    border-color: #fff
}

.content-white-pluscolor.ffffff.button:not(.button-outline):hover, a.content-white-pluscolor.ffffff.button:not(.button-outline):hover, .editor-styles-wrapper .content-white-pluscolor.ffffff.button:not(.button-outline):hover, .editor-styles-wrapper a.content-white-pluscolor.ffffff.button:not(.button-outline):hover {
    background-color: #101020;
    border-color: #202030;
    color: #fff
}

.content-white-pluscolor .button:not(.button-outline):hover, .content-white-pluscolor a.button:not(.button-outline):hover, .editor-styles-wrapper .content-white-pluscolor .button:not(.button-outline):hover, .editor-styles-wrapper .content-white-pluscolor a.button:not(.button-outline):hover {
    color: #fff
}

.content-white-pluscolor .contentboxes-vertical, .content-white-pluscolor .contentboxes-title, .content-white-pluscolor .contentboxes-content, .content-white-pluscolor .button-outline, .content-white-pluscolor a.button.button-outline, .editor-styles-wrapper .content-white-pluscolor .contentboxes-vertical, .editor-styles-wrapper .content-white-pluscolor .contentboxes-title, .editor-styles-wrapper .content-white-pluscolor .contentboxes-content, .editor-styles-wrapper .content-white-pluscolor .button-outline, .editor-styles-wrapper .content-white-pluscolor a.button.button-outline {
    color: #fff !important
}

.contentboxes-divider {
    height: 2px;
    width: 40px;
    margin-top: 14px;
    margin-bottom: 16px
}

.contentboxes-vertical {
    position: absolute;
    text-align: center;
    top: -16px;
    bottom: 0;
    left: 40px;
    height: 25px;
    margin: auto;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transform-origin: 8px 50%;
    -moz-transform-origin: 8px 50%;
    -ms-transform-origin: 8px 50%;
    -o-transform-origin: 8px 50%;
    transform-origin: 8px 50%;
    -webkit-transform: rotate(-90deg) translate(-50%,50%);
    -moz-transform: rotate(-90deg) translate(-50%,50%);
    -ms-transform: rotate(-90deg) translate(-50%,50%);
    -o-transform: rotate(-90deg) translate(-50%,50%);
    transform: rotate(-90deg) translate(-50%,50%)
}

.contentboxes-content-right .contentboxes-vertical {
    left: auto;
    right: 60px;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg) translate(50%,50%);
    -moz-transform: rotate(-90deg) translate(50%,50%);
    -ms-transform: rotate(-90deg) translate(50%,50%);
    -o-transform: rotate(-90deg) translate(50%,50%);
    transform: rotate(-90deg) translate(50%,50%)
}

.contentboxes-vertical:before {
    left: -48px
}

.contentboxes-vertical:after {
    right: -48px
}

.gallery-image-wrap-inner, .gallery-image {
    width: 100.1%;
    height: 100%;
    max-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute !important;
    top: 0;
    background-position: center center;
    overflow: hidden;
    transition: all .6s ease
}

.gallery-wrap.twentyfour {
    margin-left: -24px
}

    .gallery-wrap.twentyfour .gallery-image-wrap-inner {
        margin: 24px
    }

.gallery-wrap.twelve {
    margin-left: -12px
}

    .gallery-wrap.twelve .gallery-image-wrap-inner {
        margin: 12px
    }

.gallery-wrap.six {
    margin-left: -6px
}

    .gallery-wrap.six .gallery-image-wrap-inner {
        margin: 6px
    }

.gallery-image-wrap {
    overflow: hidden;
    position: relative
}

.block-editor-editor-skeleton__content .links_to_image {
    pointer-events: none
}

.gallery-image:hover {
    transform: scale(1.05)
}

.grid-sizer-gallery {
    width: 8.33%;
    width: calc(100%/12);
    float: left
}

.gallery-image-wrap {
    width: 33.33%;
    width: calc(100%/3)
}

    .gallery-image-wrap.half-width {
        width: 50%;
        width: calc(100%/2)
    }

    .gallery-image-wrap, .gallery-image-wrap.quarter-width {
        width: 25%;
        width: calc(100%/4)
    }

.gallery-image-wrap {
    overflow: hidden
}

    .gallery-image-wrap:before {
        content: "";
        display: block
    }

    .gallery-image-wrap:before, .gallery-image-wrap.square:before {
        padding-top: 100%
    }

    .gallery-image-wrap.half-height:before {
        padding-top: 50%
    }

    .gallery-image-wrap.one-and-a-half-height:before {
        padding-top: 150%
    }

    .gallery-image-wrap.double-height:before {
        padding-top: 200%
    }

.editor-styles-wrapper .gallery-image-wrap a {
    pointer-events: none
}

.subtitle-above {
    margin: 0;
    display: block;
    padding: 0
}

    .subtitle-above.subtitle-center {
        text-align: center
    }

    .subtitle-above.subtitle-right {
        text-align: right
    }

.section-logos {
    margin: 24px 0
}

.press-logos {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.contentbox-content .press-logos {
    padding: 0
}

.press-logos a {
    border: none !important
}

.press-logo {
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0 0 -1px -4px;
    border-left: 0;
    border-top: 0;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center
}

.has-border .press-logo {
    border: 1px solid rgba(204,204,204,.2);
    border-left: 0;
    border-top: 0
}

    .has-border .press-logo:last-child {
        border-right: none
    }

.press-logo {
    min-width: calc(120px + 120px)
}

    .press-logo img {
        vertical-align: middle;
        max-height: 60px;
        max-width: 120px
    }

.divider-block {
    height: 2px;
    width: 40px;
    margin-top: 24px;
    margin-bottom: 16px;
    float: none;
    display: block
}

    .divider-block.divider-vertical {
        height: 40px;
        width: 2px;
        margin-top: 14px;
        margin-bottom: 16px
    }

    .divider-block.divider-center {
        margin-left: auto;
        margin-right: auto
    }

    .divider-block.divider-right {
        text-align: right
    }

.socialicons-block .socialicons {
    margin: 0;
    position: relative;
    display: flex;
    justify-content: center
}

    .site-footer .widget-area .socialicons-block .socialicons li, .socialicons-block .socialicons li {
        padding: 0 .5em;
        list-style-type: none;
        margin: 0;
        display: inline;
        position: relative
    }

#footer .footer-sidebar-wrap.left .socialicons, #footer .footer-sidebar-wrap .socialicons, .right-sidebar.left .social_widget .socialicons, .right-sidebar .social_widget .socialicons {
    justify-content: initial
}

#footer .footer-sidebar-wrap.center .socialicons, .right-sidebar.center .social_widget .socialicons {
    justify-content: center
}

#footer .footer-sidebar-wrap.right .socialicons {
    justify-content: flex-end
}

.site-footer .widget-area .socialicons-block .socialicons li {
    padding: 0 .75em 0 0
}

#footer .footer-sidebar-wrap.right .socialicons li, .right-sidebar.right .social_widget .socialicons {
    padding: 0 0 0 .75em
}

.socialicons-block .socialicons i {
    vertical-align: text-bottom
}

.footer-sidebar-wrap .socialicons-block .socialicons {
    justify-content: left
}

.footer-sidebar-wrap .socialicons svg {
    vertical-align: middle;
    margin-top: 4px
}

.mb-block-preview .socialicons a {
    pointer-events: none
}

.section-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 24px 0 48px
}

    .section-blog .entry-meta {
        font-weight: 500
    }

    .section-blog .entry-text {
        padding: 0 24px;
        margin-top: 18px
    }

    .section-blog .entry-title, .editor-styles-wrapper .section-blog h2.entry-title {
        margin: 15px 24px 0 !important
    }

    .section-blog .entry-header {
        text-align: center
    }

    .section-blog .post-grid {
        flex-basis: calc(33.33% - 32px);
        width: 33.33%
    }

    .section-blog article {
        padding-bottom: 24px
    }

    .section-blog .tnail-meta-wrap {
        margin-bottom: 18px
    }

    .section-blog .has-post-thumbnail .entry-meta-wrap, .section-blog .format-video .entry-meta-wrap {
        max-width: 80%;
        margin: -15px auto 0;
        position: relative;
        overflow: auto;
        text-align: center
    }

    .section-blog .entry-meta-bgcolor {
        padding: 4px 12px;
        min-width: 120px
    }

    .section-blog .entry-meta-wrap.no-meta {
        margin-top: -24px
    }

    .section-blog .entry-meta, .section-blog .post-info-small .post-info {
        font-size: .65rem;
        line-height: 1.875em;
        font-style: normal;
        display: inline-block
    }

    .section-blog .post-info {
        display: inline-block;
        text-transform: uppercase;
        font-style: normal;
        padding: 0 6px
    }

    .section-blog .entry-meta-bgcolor, .section-blog .entry-meta-bgcolor a, .section-blog .entry-meta-bgcolor a:link, .section-blog .entry-meta-bgcolor .serif-italic, .editor-styles-wrapper .entry-meta-bgcolor a:not(.contentboxes-button):not(.hero-button), .editor-styles-wrapper .entry-meta-bgcolor a:link:not(.contentboxes-button):not(.hero-button) {
        color: #fff !important;
        outline: 0;
        text-decoration: none
    }

        .section-blog .entry-meta-bgcolor .post-info .serif-italic {
            opacity: .7;
            text-transform: none;
            letter-spacing: 1px
        }

    .section-blog .post-grid .categories {
        margin-top: 0
    }

    .section-blog h2 a, .section-blog h2 a:link, .section-blog h2 a:focus, .section-blog h2 a:active {
        color: #101020;
        outline: 0;
        text-decoration: none;
        background-color: transparent
    }

    .section-blog .share-text {
        display: inline;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: right;
        vertical-align: bottom;
        color: rgba(170,170,170,.5)
    }

        .section-blog .share-text a {
            color: #3a3a3b
        }

    .section-blog a.more-link {
        display: block;
        text-align: center;
        border: 0 !important;
        line-height: 33px;
        margin-top: 28px
    }

    .section-blog .button.button-more {
        padding: 0 36px;
        font-size: .7rem;
        cursor: pointer;
        overflow: visible;
        display: inline-block;
        text-align: center;
        line-height: 36px;
        border-radius: 0;
        text-decoration: none;
        border-width: 2px;
        border-style: solid;
        -webkit-appearance: none;
        word-break: initial;
        white-space: nowrap
    }

    .section-blog .post-share {
        text-align: center;
        margin-top: 12px
    }

        .section-blog .post-share i {
            padding-left: 8px;
            font-size: 17px;
            vertical-align: bottom
        }

        .section-blog .post-share a {
            color: #3a3a3b
        }

    .section-blog .categories {
        margin-top: 22px
    }

        .section-blog .categories a {
            outline: 0;
            text-decoration: none;
            background-color: transparent
        }

        .section-blog .categories a {
            padding: 0 8px 2px;
            font-size: .7em;
            line-height: 1em;
            font-weight: 400;
            font-style: normal;
            text-align: center;
            display: inline-block
        }

.mb-block-preview .section-blog .tnail a, .mb-block-preview .section-blog h2 a, .mb-block-preview.section-blog .entry-meta-bgcolor a {
    pointer-events: none
}

@media only screen and (max-width:959px) {
    .hero-vertical {
        display: none
    }

    .hero-content {
        padding-right: 24px;
        padding-left: 60px
    }

    .hero-content-center .hero-content {
        max-width: 75%;
        padding-left: 64px;
        padding-right: 64px
    }

    .hero-content-wrap.full-width-overlay .hero-content {
        max-width: 100%
    }

    .hero-content-right .hero-content {
        padding-left: 24px;
        padding-right: 60px
    }

    .section-blog .post-grid {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 96px
    }

    .masonry-box, .menu-masonry .masonry-box, .masonry-box.one-half, .masonry-box.one-fourth, .masonry-box.one-third, .masonry-box.two-third, .masonry-box.three-third, .masonry-box.full-width, .masonry-nested.one-item .grid-sizer-nested, .masonry-nested.one-item .masonry-box-nested, .masonry-nested.two-items .grid-sizer-nested, .masonry-nested.two-items .masonry-box-nested, .masonry-nested.three-items .grid-sizer-nested, .masonry-nested.three-items .masonry-box-nested {
        width: 100%
    }

    .menu-categories .menu-item.hideonmobile {
        display: none
    }

    .contentboxes-vertical {
        display: none
    }

    .contentboxes-content {
        padding-right: 60px;
        padding-left: 24px
    }

    .contentboxes-content-center .contentboxes-content {
        max-width: 100%;
        padding-left: 64px;
        padding-right: 64px
    }

    .contentboxes-content-right .contentboxes-content {
        padding-left: 24px;
        padding-right: 24px
    }

    .no-sidebar .entry-content .section-contentboxes.alignwide, .inactive-sidebar .entry-content .section-contentboxes.alignwide {
        margin-left: 0;
        margin-right: 0
    }

    .contentboxes-image-wrap, .contentboxes-image-wrap.quarter-width {
        width: 50% !important
    }

        .contentboxes-image-wrap.one-third-width {
            width: 100% !important
        }

        .contentboxes-image-wrap, .contentboxes-image-wrap.two-third-width {
            width: 100% !important
        }

            .contentboxes-image-wrap.half-width {
                width: 100% !important
            }

                .contentboxes-image-wrap.half-width.cb-mobile-content-center .contentboxes-content {
                    align-items: center;
                    text-align: center;
                    padding-left: 60px;
                    padding-right: 60px
                }

                .contentboxes-image-wrap.half-width.cb-mobile-content-left .contentboxes-content {
                    align-items: flex-start;
                    text-align: left;
                    padding-left: 60px;
                    padding-right: 60px
                }
}

@media only screen and (max-width:767px) {
    .section-hero {
        margin-left: -24px;
        margin-right: -24px
    }

    .hero-content, .hero-content-center .hero-content {
        max-width: 80%;
        padding-top: 120px;
        padding-bottom: 120px
    }

    .hero-content, .hero-content-center .hero-content, .hmobile-content-center .hero-content {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px
    }

    .hero-content-wrap, .hero-content-wrap.image-uploaded, .hero-bgvideo-wrap .hero-content-wrap {
        width: 100%
    }

        .hero-content-wrap.half-width-overlay {
            width: 100%
        }

    .section-hero img, .hero-image {
        min-height: 66vh
    }

    .hero-content-wrap.hero-content-right {
        justify-content: flex-end
    }

    .hmobile-content-center {
        text-align: center
    }

        .hmobile-content-center .hero-content {
            max-width: 75%;
            margin: 0 auto;
            align-items: center
        }

    .hero-content-wrap.image-uploaded.hmobile-contentv-top, .hero-bgvideo-wrap .hero-content-wrap.hmobile-contentv-top {
        align-items: flex-start
    }

    .hero-content-wrap.image-uploaded.hmobile-contentv-bottom, .hero-bgvideo-wrap .hero-content-wrap.hmobile-contentv-bottom {
        align-items: flex-end
    }

    .hmobile-content-center.hero-content-right {
        text-align: center
    }

    .hmobile-content-left.hero-content-right, .hmobile-content-left.hero-content-center {
        text-align: left
    }

        .hmobile-content-left.hero-content-right .hero-content, .hmobile-content-left.hero-content-center .hero-content {
            align-items: flex-start;
            max-width: 100%
        }

    .section-menu, .no-sidebar .entry-content .section-menu.alignwide {
        margin: 0 -24px
    }

    .menu-inner {
        margin: 24px
    }

    .masonry-box, .menu-masonry .masonry-box, .masonry-box.one-half, .masonry-box.one-fourth, .masonry-box.one-third, .masonry-box.two-third, .masonry-box.three-third, .masonry-box.full-width, .masonry-nested.one-item .grid-sizer-nested, .masonry-nested.one-item .masonry-box-nested, .masonry-nested.two-items .grid-sizer-nested, .masonry-nested.two-items .masonry-box-nested, .masonry-nested.three-items .grid-sizer-nested, .masonry-nested.three-items .masonry-box-nested {
        width: 100%
    }

    .menu-price, .menu-price-title {
        width: 60px
    }

    .menu-price {
        letter-spacing: 0 !important
    }

    .masonry-nested.two-items .menu-text, .masonry-nested.three-items .menu-text {
        padding-right: 0
    }

    .masonry-nested.two-items.menu-items, .masonry-nested.three-items.menu-items {
        margin-right: 0
    }

    .grid-sizer-contentboxes {
        width: 8.33%;
        width: calc(100%/12);
        float: left
    }

    .contentboxes-image-wrap, .contentboxes-image-wrap.half-width, .contentboxes-image-wrap.one-third-width, .contentboxes-image-wrap .contentboxes-content, .contentboxes-image-wrap.half-width .contentboxes-content, .contentboxes-image-wrap.one-third-width .contentboxes-content {
        width: 100% !important
    }

    .half-width.no-vertical-text .contentboxes-content, .one-third-width.no-vertical-text .contentboxes-content, .quarter-width.no-vertical-text .contentboxes-content {
        padding: 48px 24px
    }

    .contentboxes-image-wrap.cb-mobile-content-center .contentboxes-content {
        align-items: center;
        text-align: center;
        padding-left: 24px;
        padding-right: 24px
    }

    .contentboxes-image-wrap.cb-mobile-content-left .contentboxes-content {
        align-items: flex-start;
        text-align: left;
        padding-left: 24px;
        padding-right: 24px
    }

    .grid-sizer-gallery {
        width: 8.33%;
        width: calc(100%/12);
        float: left
    }

    .gallery-image-wrap, .gallery-image-wrap.quarter-width {
        width: 50% !important
    }

        .gallery-image-wrap.half-width {
            width: 100% !important
        }

    .section-blog {
        padding-bottom: 0
    }

        .section-blog .post-grid {
            flex-basis: 100%;
            width: 100%;
            margin-bottom: 48px
        }
}

@media only screen and (max-width:479px) {
    .hero-content, .hero-content-center .hero-content, .hmobile-content-center .hero-content {
        max-width: 100%;
        padding-left: 24px;
        padding-right: 24px
    }

    .hero-content, .hero-content-center .hero-content {
        max-width: 80%;
        padding-top: 36px;
        padding-bottom: 36px
    }

        .hero-content > .hero-content-item ~ .hero-content-item.hero-text {
            margin-top: 6px;
            margin-bottom: 6px
        }

    .contentboxes-image-wrap.quarter-width, .contentboxes-image-wrap.quarter-width .contentboxes-content {
        width: 100% !important
    }

    .half-width.no-vertical-text .contentboxes-content, .one-third-width.no-vertical-text .contentboxes-content, .quarter-width.no-vertical-text .contentboxes-content {
        padding-left: 24px;
        padding-right: 24px
    }

    .menu-thumb {
        width: 100%;
        margin-bottom: 12px;
        margin-top: 24px;
        display: block;
        float: initial;
        margin-bottom: 12px
    }

    .menu-categories .featured1, .menu-categories .featured2, .menu-categories .featured3 {
        margin: 0
    }

        .menu-categories .featured1 .menu-inner {
            margin: 0 18px 24px
        }

    .press-logo {
        min-width: 50% !important;
        width: 50%
    }

    .has-border .press-logo:nth-child(even) {
        border-right: 0
    }
}

: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: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 34px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px;
    --wp--preset--font-family--inter: "Inter",sans-serif;
    --wp--preset--font-family--cardo: Cardo;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .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,.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(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: .5em
}

:where(.is-layout-grid) {
    gap: .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 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

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

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

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

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

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

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

.woocommerce form .form-row .required {
    visibility: visible
}

.woocommerce h1.page-title, .woocommerce-page h1.page-title, .woocommerce-cart h1.page-title, .woocommerce-checkout h1.page-title {
    text-align: center
}

.woocommerce ul > li:before {
    border-top: 0
}

.woocommerce .upsells > h2, .woocommerce .cross-sells > h2, .woocommerce .related > h2, .woocommerce .cart_totals > h2 {
    font-size: .8em;
    line-height: 1.5em;
    font-weight: 400;
    margin: 60px 24px 24px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase
}

.woocommerce-account #content h2 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 500
}

.woocommerce-account #content h3 {
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 500;
    text-transform: uppercase
}

.woocommerce h2.woocommerce-loop-category__title, .woocommerce .cart_totals h2, .woocommerce .cross-sells h2 {
    margin-top: 24px
}

.woocommerce .product h3, .woocommerce .product h2.woocommerce-loop-product__title, .woocommerce h2.woocommerce-loop-category__title {
    font-size: .8rem;
    line-height: 1.5rem;
    font-weight: 100;
    margin: 12px 24px 0
}

.woocommerce .product h2.woocommerce-loop-product__title {
    margin: 12px 0 0
}

.woocommerce-cart .entry-content a, .woocommerce-cart .entry-content a:link {
    border-bottom: none !important
}

.woocommerce-cart .button {
    border: none
}

.woocommerce mark, .woocommerce ins {
    background: 0 0;
    color: inherit;
    border: none
}

body.woocommerce {
    background-color: #fff
}

.woocommerce-checkout .form-row input, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row span.select2-selection.select2-selection--single, .woocommerce-checkout .form-row textarea {
    background: #fafafc
}

.woocommerce-cart .cart-collaterals .cart_totals {
    background: #f4f5f6
}

a.page-numbers, a:link.page-numbers {
    background: rgba(200,200,210,.08);
    color: #0a0b0a
}

.content-dark a.page-numbers, .content-dark a:link.page-numbers, .content-dark a:focus.page-numbers, .content-dark a:active.page-numbers {
    color: #999
}

    .content-dark a.page-numbers.current, .content-dark a:link.page-numbers.current, .content-dark a:visited.page-numbers.current {
        background: rgba(200,200,210,.5);
        color: #fff
    }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f7f7f8
}

.woocommerce-checkout #order_review, .woocommerce-table--order-details {
    background-color: #fafafc
}

.content-dark.woocommerce-checkout #order_review, .content-dark.woocommerce-table--order-details {
    background: #000
}

table.woocommerce-orders-table tbody tr {
    background-color: #fafafc
}

.widget_price_filter .ui-slider .ui-slider-handle, .widget_price_filter .ui-slider .ui-slider-range, .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #222
}

.content-dark.woocommerce-checkout .form-row input, .content-dark.woocommerce-checkout .form-row select, .content-dark.woocommerce-checkout .form-row span.select2-selection.select2-selection--single, .content-dark.woocommerce-checkout .form-row textarea {
    background: 0 0
}

.content-dark .select2-dropdown {
    background-color: #1b1b1c
}

.content-dark.woocommerce-cart .cart-collaterals .cart_totals {
    background: #1b1b1c
}

.content-dark .select2-container--default .select2-selection--single .select2-selection__rendered, .content-dark .select2-container--default .select2-selection--single {
    color: #fff;
    background: 0 0
}

.content-dark .woocommerce-error, .content-dark .woocommerce-info, .content-dark .woocommerce-message {
    background-color: #1b1b1c
}

.content-dark .woocommerce-checkout #order_review, .content-dark .woocommerce-table--order-details {
    background-color: #1b1b1c
}

.content-dark table.woocommerce-orders-table tbody tr {
    background-color: #1b1b1c
}

.woocommerce .woocommerce-review-link {
    color: #888
}

.woocommerce-cart thead, .woocommerce-cart dl.variation {
    color: #bbbbbc
}

.woocommerce del, .woocommerce a.reset_variations, .woocommerce .product_meta, .woocommerce .product_meta a, .woocommerce .widget_shopping_cart a.remove {
    color: #aaa
}

    .woocommerce a.reset_variations:hover {
        color: #101020
    }

.woocommerce-error {
    color: #d54d4d
}

.woocommerce .star-rating:before {
    color: #d3ced2
}

.woocommerce-cart a.remove:hover {
    color: red
}

.woocommerce-MyAccount-navigation-link a {
    color: inherit !important
}

.woocommerce select.orderby, .wc-block-sort-select__select {
    border: none
}

.woocommerce .widget_shopping_cart .total {
    border-top: 1px solid #eee
}

.woocommerce .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #eee
}

.woocommerce .commentlist {
    border-right: 1px solid #eee
}

.woocommerce-cart table tr, .woocommerce-cart table th, .woocommerce-cart table td {
    border: 0;
    border-top: 1px solid #e5e5ee
}

.woocommerce-MyAccount-content {
    border-left: 1px solid #e5e5ee
}

.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #e5e5ee
}

.content-dark .woocommerce-MyAccount-content {
    border-left: 1px solid #303033
}

.content-dark .woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #303033
}

.archive.woocommerce .site-main {
    padding: 0
}

.woocommerce .product-categories-list {
    width: calc(100% - 200px)
}

.woocommerce .product-categories-list-all {
    float: left
}

.woocommerce .product-categories-list-select .woocommerce, .woocommerce.search .product-categories-list-select .woocommerce {
    padding: 0;
    overflow: inherit
}

.woocommerce .product-categories-list img {
    display: none
}

.woocommerce .product-categories-list ul.products {
    margin: 0;
    margin-bottom: -36px
}

.woocommerce .product-categories-list-all, .woocommerce .product-categories-list li.product {
    flex: 0 1 auto !important;
    max-width: initial !important;
    border: none !important;
    padding: 6px 0;
    width: auto
}

.woocommerce .product-categories-list-all, .woocommerce .product-categories-list h2.woocommerce-loop-category__title {
    font-size: .8rem;
    line-height: 1.8rem;
    margin: 0 24px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.woocommerce .product-categories-list-all {
    line-height: initial
}

.woocommerce #content, .woocommerce .container, .woocommerce #primary, .woocommerce #main, .woocommerce #woocommerce-content, .woocommerce .page-content, .woocommerce .product {
    width: 100%
}

.woocommerce .site-content {
    padding: 0
}

.woocommerce .site-main, .woocommerce-page .site-main {
    padding-top: 0
}

.woocommerce #primary.has-sidebar {
    margin-left: 0;
    margin-right: 60px
}

.woocommerce #content {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 48px 0
}

.woocommerce-page #content {
    padding-top: 60px
}

.woocommerce.single-product #content {
    padding: 60px 48px
}

.woocommerce .page-content {
    margin-top: 0;
    display: flex;
    flex-direction: column
}

.term-description {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
    order: -1
}

#sidebar-woocommerce {
    padding-top: 11px
}

    #sidebar-woocommerce .widgets-wrap {
        padding-top: 0
    }

.woocommerce.single-product .page-title {
    display: none
}

.woocommerce-breadcrumb {
    text-align: center;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: .8em;
    font-weight: 700;
    margin-bottom: 48px;
    letter-spacing: .5px
}

    .woocommerce-breadcrumb a {
        padding: 0 4px
    }

.woocommerce .woocommerce-ordering {
    text-align: right;
    margin-bottom: 24px
}

.woocommerce select.orderby {
    width: 240px;
    height: auto;
    line-height: 1.5em;
    font-size: .8em;
    font-weight: 500;
    //background:transparent url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 0rem top 50%
}

.woocommerce ul.products {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px 24px
}

.woocommerce .related ul.products {
    margin-bottom: 0
}

.woocommerce .upsells ul.products, .woocommerce .related ul.products {
    justify-content: center
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    list-style-type: none;
    text-align: center;
    margin: 0 0 42px;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: 24px solid transparent;
    -webkit-box-flex: 1;
    position: relative
}

.single-product .related.products ul.products li.product {
    margin-bottom: 0;
    padding-bottom: 48px
}

.woocommerce .product-categories-list ul.products li.product, .woocommerce-page .product-categories-list ul.products li.product {
    margin-bottom: 0
}

.search li.product .button, .woocommerce .add_to_cart_button, .woocommerce .button:not(.button-outline).add_to_cart_button, a.button:not(.button-outline).add_to_cart_button, .woocommerce.post-type-archive-product .product .button, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    background-color: transparent !important;
    border: none;
    padding: 0;
    position: absolute;
    line-height: initial;
    left: 0;
    right: 0;
    margin-top: 8px;
    font-size: .8rem
}

    .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
        background-color: transparent;
        border: none;
        padding: 0;
        position: absolute;
        line-height: initial;
        left: 0;
        right: 0;
        margin-top: 8px
    }

.search li.product .button, .woocommerce li.product .add_to_cart_button, .woocommerce.post-type-archive-product .product .button, .wc-block-grid__product-add-to-cart, .woocommerce .related.products .button, .woocommerce .button.product_type_variable {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transition: opacity .4s,visibility .4s,-webkit-transform .4s ease-in-out;
    transition: opacity .4s,visibility .4s,-webkit-transform .4s ease-in-out;
    -o-transition: opacity .4s,visibility .4s,transform .4s ease-in-out;
    transition: opacity .4s,visibility .4s,transform .4s ease-in-out;
    transition: opacity .4s,visibility .4s,transform .4s ease-in-out,-webkit-transform .4s ease-in-out
}

    .search li.product:hover .button:not(.added), .woocommerce li.product:hover .add_to_cart_button:not(.added), .woocommerce.post-type-archive-product li.product:hover .button:not(.added), .wc-block-grid__product:hover .wc-block-grid__product-add-to-cart, .woocommerce .related.products .button:hover, .woocommerce .button.product_type_variable:hover {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

.woocommerce li.product .add_to_cart_button, .woocommerce li.product .added_to_cart, .woocommerce.post-type-archive-product .product .button {
    font-size: .7em;
    line-height: 1.6em;
    white-space: initial
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    padding: .5em 1em;
    position: relative
}

.no-sidebar .entry-content .wc-block-grid.alignwide, .inactive-sidebar .entry-content .wc-block-grid.alignwide {
    //margin-left:0;
    //margin-right:0
}

.woocommerce ul.products.columns-2 li.product {
    flex: 1 0 50%;
    max-width: 50%
}

.woocommerce ul.products.columns-3 li.product {
    flex: 1 0 33.33333%;
    max-width: 33.33333%
}

.woocommerce ul.products.columns-4 li.product {
    flex: 1 0 25%;
    max-width: 25%
}

.woocommerce ul.products.columns-5 li.product {
    flex: 1 0 20%;
    max-width: 20%
}

.woocommerce ul.products.columns-6 li.product {
    flex: 1 0 16.66667%;
    max-width: 16.66667%
}

.woocommerce .cross-sells ul.products li.product {
    flex-basis: calc(25% - 27px);
    width: calc(25% - 27px)
}

    .woocommerce .cross-sells ul.products li.product:nth-child(4n+1) {
        margin-left: 0
    }

    .woocommerce .cross-sells ul.products li.product:nth-child(4n+4) {
        margin-right: 0
    }

.woocommerce .three-items .cross-sells ul.products li.product:nth-child(3n+3), .woocommerce .five-items .cross-sells ul.products li.product:nth-child(5n+5) {
    margin-right: 36px
}

.upsells {
    margin-top: 24px
}

.woocommerce .price {
    display: block;
    font-weight: 400
}

.woocommerce .entry-summary .price {
    padding-top: 24px;
    padding-bottom: 0;
    margin-bottom: 24px
}

.woocommerce .price ins, .woocommerce .price ins a {
    background: 0 0;
    border: none
}

.woocommerce del {
    font-size: .9em;
    font-weight: 400;
    margin-right: 4px
}

.woocommerce-loop-category__title .count {
    display: none
}

.woocommerce-pagination ul.page-numbers li {
    display: inline
}

ul.page-numbers {
    margin: 0;
    padding: 0
}

.woocommerce.single-product .site-main {
    padding-bottom: 6px
}

.woocommerce.single-product .product {
    max-width: 1206px;
    margin: 0 auto
}

.woocommerce.single-product .images, .woocommerce.single-product .summary {
    display: inline;
    float: left;
    margin-bottom: 48px;
    max-width: none !important
}

.woocommerce.single-product .images {
    width: 50%;
    text-align: right
}

.woocommerce.single-product .summary {
    width: 50%;
    margin-top: 0;
    padding: 48px 0 60px 48px;
    max-width: 648px
}

.woocommerce-product-details__short-description {
    margin: 42px 0 48px
}

.woocommerce .entry-summary h1.product_title, .woocommerce .entry-summary .woocommerce-product-rating, .woocommerce .entry-summary .price, .woocommerce .entry-summary .cart {
    text-align: left
}

.woocommerce .entry-summary h1.product_title {
    font-weight: 100;
    font-size: 2em
}

.woocommerce .woocommerce-review-link {
    font-size: .7em;
    letter-spacing: .5px
}

.woocommerce .variations tr, .woocommerce .variations td {
    border: 0;
    padding: 0;
    display: block;
    text-align: left
}

.woocommerce .variations tr {
    padding-bottom: 12px
}

.woocommerce .variations th.label, .woocommerce .variations label {
    font-weight: 700;
    border: 0;
    padding: 0
}

.woocommerce .variations label {
    font-size: .7rem
}

.woocommerce .variations select {
    font-size: .8rem;
    width: 240px;
    background-size: .8rem .8rem
}

.woocommerce input[type=number] {
    font-weight: 400;
    font-size: 1rem;
    width: 70px;
    padding-right: 6px
}

.woocommerce .variations select, .woocommerce input[type=number] {
    height: 2.6rem;
    line-height: 2.6rem
}

.woocommerce input[type=number] {
    font-weight: 400;
    font-size: 1rem;
    width: 70px;
    height: 2.6rem;
    line-height: 2.6rem
}

.woocommerce a.reset_variations {
    font-size: .7em;
    padding-top: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    display: block
}

.woocommerce-cart-form .quantity input {
    border: 0
}

.woocommerce .single_add_to_cart_button {
    margin-top: 24px
}

.woocommerce .thumbnails img {
    padding: 12px 12px 0 0;
    width: calc(100%/6);
    box-sizing: border-box
}

.woocommerce img.attachment-woocommerce_thumbnail {
    font-size: 0;
    width: 100%
}

.woocommerce .product_meta {
    font-size: .8em;
    line-height: 1.5em;
    margin-top: 24px;
    display: none
}

    .woocommerce .product_meta .sku_wrapper, .woocommerce .product_meta .posted_in {
        display: block
    }

.woocommerce .single_add_to_cart_button {
    margin-top: 36px
}

.pswp {
    z-index: 99999
}

table.woocommerce-grouped-product-list {
    table-layout: auto;
    margin-top: -18px
}

    table.woocommerce-grouped-product-list tr, table.woocommerce-grouped-product-list th, table.woocommerce-grouped-product-list td {
        border: none
    }

    table.woocommerce-grouped-product-list tr {
        border-bottom: 1px solid #eee
    }

        table.woocommerce-grouped-product-list tr:last-child {
            border: 0
        }

            table.woocommerce-grouped-product-list tr:last-child td {
                padding-bottom: 0
            }

    table.woocommerce-grouped-product-list td {
        padding-left: 0
    }

    table.woocommerce-grouped-product-list label {
        font-size: inherit;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: none
    }

.woocommerce-grouped-product-list-item__quantity {
    padding-right: 0
}

.woocommerce-grouped-product-list-item__price {
    text-align: right;
    padding-right: 0
}

.woocommerce .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0
}

.woocommerce-product-gallery ol li {
    list-style-type: none;
    margin: 12px 0 0;
    width: 25%
}

.woocommerce-product-gallery img {
    display: block;
    padding-right: 12px
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information {
    display: flex;
    justify-content: space-evenly
}

.woocommerce-Tabs-panel {
    margin: 24px 36px 0
}

.woocommerce .wc-tabs-wrapper {
    display: block;
    clear: both;
    padding: 60px 0 0;
    max-width: 1206px;
    margin: 0 auto
}

.woocommerce .woocommerce-tabs ul.tabs {
    text-align: center;
    padding-bottom: 24px;
    margin: 0 0 24px
}

    .woocommerce .woocommerce-tabs ul.tabs li, .woocommerce .woocommerce-tabs h2 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: .8em;
        font-weight: 700
    }

    .woocommerce .woocommerce-tabs ul.tabs li {
        display: inline-block;
        position: relative;
        margin: 0 24px
    }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    border-bottom: 2px solid;
    padding: 6px 0
}

.woocommerce .woocommerce-tabs ol {
    margin: 0
}

.woocommerce #comments, .woocommerce #review_form_wrapper {
    width: 50%;
    float: left
}

.woocommerce .commentlist {
    padding-right: 48px
}

.woocommerce #review_form_wrapper {
    padding-left: 48px
}

.woocommerce-Reviews .woocommerce-Reviews-title {
    display: none
}

.woocommerce-Reviews #respond {
    text-align: left
}

.woocommerce-Reviews #reply-title {
    text-align: left;
    text-transform: none;
    letter-spacing: 0
}

.woocommerce-Reviews .avatar {
    display: none
}

.woocommerce-Reviews p.meta {
    margin: 0
}

.woocommerce-Reviews input[type=submit] {
    line-height: inherit
}

.woocommerce-cart table {
    font-size: .9rem;
    font-weight: 400;
    margin-top: 12px
}

.woocommerce-cart thead {
    text-transform: uppercase;
    font-size: .7rem;
    letter-spacing: 2px
}

.woocommerce-cart table th {
    padding: 12px 24px 12px 0
}

.woocommerce-cart table td {
    padding: 12px 24px 12px 0;
    vertical-align: middle
}

.woocommerce-cart table .cart-subtotal td, .woocommerce-cart table tr:last-child td {
    padding: 24px 0
}

.woocommerce-cart .entry-content a.remove, .woocommerce-cart-form .cart_item a.remove {
    font-size: 24px;
    font-weight: lighter
}

.woocommerce-cart .product-name, .woocommerce-cart .product-subtotal {
    font-weight: 700
}

.woocommerce-cart .product-remove {
    width: 24px
}

.woocommerce-cart .product-thumbnail {
    width: 8vw
}

.woocommerce-cart .product-price {
    width: 10vw
}

.woocommerce-cart .product-quantity {
    width: 10vw;
    text-align: center
}

.woocommerce-cart .product-subtotal {
    width: 10vw
}

.woocommerce-cart .variation dd {
    margin: 0
}

.woocommerce-cart .product-subtotal, .woocommerce-cart .cart_totals .amount {
    text-align: right;
    border: 0
}

.woocommerce-cart .cart_totals .amount {
    float: right
}

.woocommerce-cart .coupon, .woocommerce-cart .coupon label {
    display: flex;
    align-items: center;
    float: left
}

    .woocommerce-cart .coupon label {
        padding-right: 6px
    }

.woocommerce-cart input#coupon_code {
    height: 44px;
    font-size: .9rem
}

.woocommerce-cart .actions {
    text-align: right
}

    .woocommerce-cart .actions button {
        margin-left: 12px
    }

.woocommerce-cart td.actions {
    padding-right: 0
}

.woocommerce-cart .cart-collaterals {
    display: flex;
    justify-content: flex-end
}

.woocommerce-cart .cross-sells {
    width: 60%;
    padding: 24px 48px 0 0
}

    .woocommerce-cart .cross-sells li.product {
        padding-bottom: 0
    }

.woocommerce-cart .tax-total td {
    padding-right: 0
}

.woocommerce-cart .cart_totals {
    width: 40%
}

.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 24px
}

a.shipping-calculator-button {
    text-decoration: underline
}

.woocommerce-cart .wc-proceed-to-checkout {
    float: right
}

.woocommerce-cart ul li {
    list-style-type: none
}

ul#shipping_method {
    margin: 0
}

.woocommerce-info a.showcoupon {
    display: block;
    text-align: left;
    margin-left: 0
}

form.checkout.woocommerce-checkout {
    font-size: 1rem
}

form.checkout input[type=text], form.checkout input[type=color], form.checkout input[type=date], form.checkout input[type=datetime], form.checkout input[type=datetime-local], form.checkout input[type=email], form.checkout input[type=month], form.checkout input[type=number], form.checkout input[type=password], form.checkout input[type=search], form.checkout input[type=tel], form.checkout input[type=text], form.checkout input[type=time], form.checkout input[type=url], form.checkout input[type=week], form.checkout input:not([type]), form.checkout select, form.checkout .select2-container {
    height: 2.6rem;
    line-height: 2.6rem
}

form.checkout .select2-container {
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: .4px;
    width: 100%
}

    form.checkout .select2-container:focus {
        outline: 0;
        box-shadow: none
    }

.woocommerce-checkout .form-row span.select2-selection.select2-selection--single:hover, .woocommerce-checkout .form-row span.select2-selection.select2-selection--single:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid
}

.woocommerce-shipping-fields {
    display: inline-block;
    width: 100%
}

.woocommerce #shipping_method label {
    font-size: .9rem;
    text-transform: none;
    letter-spacing: 0
}

.woocommerce-cart table .woocommerce-shipping-totals td {
    padding: 0 0 10px
}

.woocommerce-checkout ul#shipping_method {
    margin: 0
}

.woocommerce-checkout h3#ship-to-different-address {
    font-size: .9em
}

.woocommerce-checkout #customer_details {
    width: 46%;
    float: left
}

.woocommerce-checkout h3#order_review_heading {
    width: 46%;
    float: right;
    clear: none
}

.woocommerce-checkout #order_review {
    width: 46%;
    float: right;
    padding: 24px
}

.woocommerce-checkout #payment .place-order .button {
    float: right;
    margin-top: 12px
}

.woocommerce-checkout .form-row label {
    display: block
}

.woocommerce-checkout .create-account label {
    display: inline
}

.woocommerce-checkout h3 {
    font-size: 1.5rem
}

.woocommerce-checkout p {
    margin-bottom: 24px
}

    .woocommerce-checkout p#billing_address_1_field {
        margin-bottom: 12px
    }

.woocommerce-checkout .form-row input, .woocommerce-checkout .form-row select, .woocommerce-checkout .form-row span.select2-selection.select2-selection--single, .woocommerce-checkout .form-row textarea {
    width: 100%
}

    .woocommerce-checkout .form-row input[type=checkbox], .woocommerce-checkout .form-row input[type=radio] {
        width: auto
    }

.woocommerce-checkout .select2-container--default .select2-selection--single, .woocommerce-account .select2-container--default .select2-selection--single {
    border-radius: 0;
    padding: 7px 4px;
    height: auto
}

.woocommerce-checkout .select2-selection.select2-selection--single, .woocommerce-account .select2-selection.select2-selection--single {
    font-size: 15px
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.woocommerce-checkout .form-row span.select2-selection.select2-selection--single, .woocommerce-account .form-row span.select2-selection.select2-selection--single {
    padding-left: calc(1rem - 8px);
    padding-right: 1rem
}

.woocommerce-checkout .form-row input#createaccount {
    width: auto
}

.woocommerce-checkout .col2-set .form-row-first {
    width: 45.4545454545%;
    float: left;
    margin-right: 9.0909090909%
}

.woocommerce-checkout .col2-set .form-row-last {
    width: 45.4545454545%;
    float: right;
    margin-right: 0
}

.woocommerce-checkout abbr, .woocommerce-checkout abbr[title] {
    border-bottom: 0;
    text-decoration: none;
    cursor: inherit
}

.woocommerce-checkout .woocommerce-checkout-review-order table th, .woocommerce-checkout .woocommerce-checkout-review-order table tr, .woocommerce-checkout .woocommerce-checkout-review-order table td {
    border: none;
    padding: 6px 0
}

.woocommerce-checkout .woocommerce-checkout-review-order table .cart-subtotal td {
    padding-top: 24px
}

.woocommerce-checkout .woocommerce-checkout-review-order .cart_item td {
    border-bottom: 1px solid #e0e0e9;
    padding: 18px 0
}

.woocommerce-checkout .order-total .woocommerce-Price-amount {
    font-size: 1.4em
}

.woocommerce-order-received table {
    padding: 24px;
    border-collapse: inherit
}

    .woocommerce-order-received table tr, .woocommerce-order-received table th, .woocommerce-order-received table td {
        border: none
    }

.woocommerce-order-received td.woocommerce-table__product-name.product-name, .woocommerce-order-received td.woocommerce-table__product-total.product-total {
    border-bottom: 1px solid
}

.woocommerce-order-received td.woocommerce-table__product-total.product-total, .woocommerce-order-received .woocommerce-table__product-table.product-total, .woocommerce-order-received tfoot td {
    text-align: right
}

.woocommerce input#place_order {
    font-size: 15px;
    padding: 4px 12px;
    height: initial;
    margin-top: 24px;
    text-align: center
}

.woocommerce-checkout ul.payment_methods {
    margin: 0
}

.woocommerce-checkout .payment_method_paypal img {
    display: block
}

.woocommerce-checkout a.about_paypal {
    display: inline-block;
    margin-bottom: 24px
}

.woocommerce-checkout li {
    list-style-type: none
}

.woocommerce-checkout label, .woocommerce-account label {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    padding-bottom: 2px
}

.woocommerce-checkout p {
    position: static
}

.woocommerce-checkout-review-order .product-total, .woocommerce-checkout-review-order .cart-subtotal td, .woocommerce-checkout-review-order .woocommerce-shipping-totals td, .woocommerce-checkout-review-order .order-total td, .woocommerce-checkout-review-order .tax-total td, .woocommerce-table--order-details .product-total td, .woocommerce-table--order-details tfoot td {
    text-align: right
}

.woocommerce-order-received h2.woocommerce-column__title {
    font-size: 1.5em;
    margin-top: 48px
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    margin: 0
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 1.6em;
    margin-bottom: 60px
}

.woocommerce-checkout .tax-rate td {
    float: right
}

.woocommerce-cart table .tax-rate td {
    padding: 12px 0
}

small.includes_tax {
    display: inline-block;
    margin-top: 24px;
    float: left
}

.cart_totals .includes_tax .amount {
    float: initial
}

.woocommerce-account .entry-content {
    margin: 96px 0
}

.woocommerce-MyAccount-content {
    padding: 0 72px 0 24;
    width: 78%;
    //padding-top:10px;
    padding-left: 48px
}

.woocommerce-account .entry-content .woocommerce {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-MyAccount-navigation {
    flex-shrink: 0
}

    .woocommerce-MyAccount-navigation ul {
        margin: 0;
        display: flex;
        flex-direction: column
    }

        .woocommerce-MyAccount-navigation ul li {
            //text-transform:uppercase;
            //letter-spacing:2px;
            //font-size:.8em;
            display: inline;
            //font-weight:700;
            padding-bottom: 12px;
            padding-right: 48px
        }

            .woocommerce-MyAccount-navigation ul li:hover {
                text-decoration: underline
            }

            .woocommerce-MyAccount-navigation ul li.is-active {
                text-decoration: underline
            }

            .woocommerce-MyAccount-navigation ul li a {
                border: none !important
            }

.woocommerce-MyAccount-content label {
    display: block
}

.woocommerce-MyAccount-content abbr {
    border-bottom: 0;
    text-decoration: none;
    cursor: inherit
}

.woocommerce-MyAccount-content address {
    font-style: normal;
    margin-top: 12px
}

.woocommerce-MyAccount-content a.edit {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .8em;
    font-weight: 500;
    text-decoration: underline
}

.woocommerce-MyAccount-content fieldset {
    margin-top: 60px
}

.woocommerce-MyAccount-content em {
    font-size: .8em
}

.woocommerce-MyAccount-content .woocommerce-form-row {
    margin-top: 12px
}

.woocommerce-MyAccount-content legend {
    font-size: 1.8em;
    font-weight: 600;
    padding: 36px 0
}

.woocommerce-MyAccount-content input.input-text {
    width: 100%
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
    //display:flex;
    //justify-content:space-between;
    //max-width:520px
}

.woocommerce-MyAccount-content .woocommerce-Address {
    padding-right: 24px
}

.woocommerce-account #content .woocommerce-Address h3 {
    text-transform: none
}

table.woocommerce-orders-table th, table.woocommerce-orders-table tr, table.woocommerce-orders-table td, table.woocommerce-table--order-details th, table.woocommerce-table--order-details tr, table.woocommerce-table--order-details td {
    border: none
}

table.woocommerce-table--order-details th, table.woocommerce-table--order-details tr, table.woocommerce-table--order-details td {
    padding: 12px 0
}

    table.woocommerce-table--order-details td.woocommerce-table__product-name.product-name, table.woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
        border-bottom: 1px solid
    }

table.woocommerce-table--order-details {
    padding: 24px;
    margin: 24px 0;
    border-collapse: inherit
}

    table.woocommerce-table--order-details th {
        padding: 0
    }

.woocommerce-form-login label, .woocommerce-form-login button {
    display: block;
    margin-top: 24px
}

.woocommerce-form-login {
    width: 100%
}

    .woocommerce-form-login p {
        max-width: 400px
    }

    .woocommerce-form-login input, .woocommerce-form-login button {
        width: 100%
    }

        .woocommerce-form-login input#rememberme {
            width: auto
        }

p.woocommerce-store-notice.demo_store {
    text-align: center;
    padding: 12px 0;
    margin: 0;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 1px
}

    p.woocommerce-store-notice.demo_store a {
        text-decoration: underline;
        padding-left: 12px
    }

.woocommerce-info.cart-empty {
    padding: 24px 0;
    background: 0 0
}

.cart-empty, .return-to-shop {
    text-align: center;
    margin-bottom: 120px
}

.woocommerce-notices-wrapper {
    width: 100%
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 24px;
    margin: 0 0 24px;
    position: relative;
    width: auto;
    word-wrap: break-word;
    line-height: 32px
}

.single .woocommerce-error, .single .woocommerce-info, .single .woocommerce-message {
    max-width: 1206px;
    margin: 0 auto 60px
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    list-style-type: none
}

.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
    margin-right: 24px
}

@font-face {
    font-family: star;
    src: url(../../../../themes/amaya/woocommerce/fonts/star.eot);
    src: url(../../../../themes/amaya/woocommerce/fonts/star-1.eot) format("embedded-opentype"),url(../../../../themes/amaya/woocommerce/fonts/star.woff) format("woff"),url(../../../../themes/amaya/woocommerce/fonts/star.ttf) format("truetype"),url(../../../../themes/amaya/woocommerce/fonts/star.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../../../../themes/amaya/woocommerce/fonts/WooCommerce.eot);
    src: url(../../../../themes/amaya/woocommerce/fonts/WooCommerce-1.eot) format("embedded-opentype"),url(../../../../themes/amaya/woocommerce/fonts/WooCommerce.woff) format("woff"),url(../../../../themes/amaya/woocommerce/fonts/WooCommerce.ttf) format("truetype"),url(../../../../themes/amaya/woocommerce/fonts/WooCommerce.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.comment-form-rating {
    display: flex;
    padding: 6px 0;
    width: 100%;
    justify-content: space-between;
    margin: 12px 0
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist > li:before {
    content: ""
}

.woocommerce .woocommerce-product-rating {
    margin-top: 12px
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

    .woocommerce .star-rating:before {
        content: "\73\73\73\73\73";
        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: "\53\53\53\53\53";
            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 .star-rating {
        float: none;
        margin-top: 6px
    }

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0
}

    .woocommerce #review_form #respond .comment-form-author, .woocommerce #review_form #respond .comment-form-email {
        width: calc(50% - 12px)
    }

    .woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
        content: " ";
        display: table
    }

.woocommerce p.stars a:before, .woocommerce p.stars a:hover ~ a:before {
    content: "\e021"
}

.woocommerce #review_form #respond p {
    margin: 24px 0 0
}

    .woocommerce #review_form #respond p.form-submit {
        margin-top: 12px
    }

.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: 1.2em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    border: none !important
}

    .woocommerce p.stars a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: WooCommerce;
        text-indent: 0
    }

.woocommerce p.stars.selected a.active:before, .woocommerce p.stars:hover a: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 tbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    line-height: 1.5;
    border-top: 0;
    margin: 0;
    vertical-align: middle;
    display: block;
    text-align: center;
    padding: 0 24px;
    font-size: .9em
}

.woocommerce table.shop_attributes tr, .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    border: 0
}

.woocommerce table.shop_attributes tr {
    flex-basis: 33.33%;
    padding: 0
}

.woocommerce table.shop_attributes th {
    text-transform: uppercase
}

.woocommerce table.shop_attributes td {
    margin-bottom: 24px
}

.woocommerce table.shop_attributes p {
    margin: 0
}

#sidebar-woocommerce {
    font-size: .8em
}

    #sidebar-woocommerce .widget {
        margin-bottom: 72px
    }

    #sidebar-woocommerce .button, .woocommerce .widget_product_search button {
        line-height: 30px;
        padding: 3px 18px
    }

label.wc-block-product-search__label {
    display: none
}

.wc-block-product-search .wc-block-product-search__button {
    padding: 0 18px
}

.content-dark .wc-block-product-search .wc-block-product-search__button {
    background: #fff;
    color: #000
}

.woocommerce .widget .product-title, .woocommerce .widget_shopping_cart .mini_cart_item a {
    display: block
}

.woocommerce-mini-cart__empty-message {
    text-align: center
}

.woocommerce .product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

    .woocommerce .product_list_widget li {
        overflow: hidden
    }

        .woocommerce .cart_list li img, .woocommerce .product_list_widget li img {
            float: left;
            margin-right: 12px;
            height: auto;
            max-width: 60px
        }

        .woocommerce .cart_list li .star-rating, .woocommerce .product_list_widget li .star-rating {
            float: none
        }

.woocommerce .widget_product_categories ul li {
    margin: 0;
    text-align: center
}

.woocommerce .widget_product_categories .cat-item a, .woocommerce .widget_product_categories .count {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.2em
}

.woocommerce .widget_product_categories .children {
    margin-bottom: 12px
}

    .woocommerce .widget_product_categories .children .cat-item a, .woocommerce .widget_product_categories .children .count {
        font-weight: 400;
        font-size: .8em
    }

.widget_price_filter .price_slider {
    margin-bottom: 1em
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.price_slider_amount.button {
    font-size: 1.15em
}

.price_slider_amount.button {
    float: left
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

    .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        border-radius: 1em;
        cursor: ew-resize;
        outline: none;
        top: -.3em;
        margin-left: -.5em
    }

    .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em
    }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    border: 0
}

.widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px
    }

    .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px
    }

.widget_price_filter button {
    float: left
}

.widget_price_filter .price_label {
    font-size: 1.2em
}

.tagcloud a {
    padding-right: 12px
}

.woocommerce .widget_shopping_cart .mini_cart_item {
    display: inline-block;
    width: 100%
}

    .woocommerce .widget_shopping_cart .mini_cart_item a, .woocommerce .widget_shopping_cart .mini_cart_item .quantity, .woocommerce .widget_shopping_cart .total {
        line-height: 1.5rem
    }

.woocommerce .widget_shopping_cart a.remove {
    width: 18px;
    display: none
}

.woocommerce .widget_shopping_cart .quantity {
    display: block
}

.woocommerce .widget_shopping_cart .total {
    padding-top: 4px;
    margin-bottom: 12px
}

.woocommerce .widget_shopping_cart .amount {
    float: right
}

.woocommerce .widget_shopping_cart .total .amount {
    font-weight: 700
}

.woocommerce .widget_shopping_cart .buttons {
    margin: 0;
    text-align: right
}

.woocommerce .widget_shopping_cart .button {
    padding-left: 18px;
    padding-right: 18px
}

.woocommerce .widget_shopping_cart a.wc-forward {
    margin-left: 6px
}

.woocommerce-product-search {
    display: flex
}

    .woocommerce-product-search input[type=submit] {
        margin-left: 12px;
        padding: 0 18px
    }

.woocommerce .widget_product_search button {
    padding: 0 18px;
    margin-left: 6px;
    border: 0
}

input.search-field {
    height: 34px
}

.wp-block-product-new.wc-block-grid {
    padding: 0
}

.wc-block-grid__product {
    border-left: 0;
    border-right: 0
}

.wc-block-grid__product {
    list-style-type: none;
    margin-bottom: 42px
}

    .wc-block-grid__product .wc-block-grid__product-title {
        margin-bottom: 0;
        border: 0
    }

.wc-block-grid__products .wc-block-grid__product-image img {
    width: revert-layer !important
}

.entry-content .wc-block-grid__product-title a, .entry-content .wc-block-grid__product-title a:link, a.wc-block-grid__product-link {
    border-bottom: none !important;
    text-decoration: none
}

.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns:not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-6-columns:not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    font-size: 1em
}

.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-5-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-6-columns:not(.alignwide):not(.alignfull) {
    font-size: 1em !important
}

.wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd), .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
    padding-right: 0;
    padding-left: 0
}

.wc-block-grid {
    padding: 0
}

.wc-block-grid__products {
    margin: 0 -12px 24px !important
}

.wc-block-grid__product {
    border-left: 12px solid transparent !important;
    border-right: 12px solid transparent !important;
    border-bottom: 12px solid transparent !important
}

    .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-title {
        line-height: 1.5rem
    }

.wc-block-grid .wc-block-grid__product-price.price {
    font-weight: initial
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    font-size: .8em
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border-radius: 0 !important
}

table.wc-block-cart-items {
    font-size: 1rem !important
}

.wc-block-cart-items thead {
    font-size: 1em !important
}

.wc-block-cart-items thead, .is-large.wc-block-cart .wc-block-cart__totals-title {
    letter-spacing: 2px !important
}

.is-large.wc-block-cart .wc-block-cart-items td {
    padding-left: 24px !important
}

.wc-block-cart-item__image {
    padding-left: 0 !important
}

.wc-block-components-product-details li {
    margin: 0
}

.wp-block-woocommerce-cart-order-summary-block {
    background: #f4f5f6;
    padding: 12px 24px
}

.wc-block-cart__submit {
    margin-top: 24px !important
}

.wc-block-components-button:not(.is-link) {
    justify-content: flex-end !important
}

a.wc-block-components-product-name {
    font-weight: 700
}

.wp-block-woocommerce-cart-order-summary-block button {
    background: 0 0 !important;
    color: inherit !important
}

.wc-block-components-sidebar .wc-block-components-panel, .wc-block-components-sidebar .wc-block-components-totals-coupon, .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wc-block-cart .wc-block-cart-items th {
    padding: 8px 16px 8px 24px !important
}

.wc-block-cart .wc-block-components-product-metadata {
    font-size: 1em !important
}

.wc-block-components-product-badge {
    border-radius: 0 !important;
    border: 0 !important;
    background-color: rgba(0,0,0,.04);
    padding: 0 12px
}

@media only screen and (max-width:959px) {
    .woocommerce #content {
        padding: 60px 24px
    }

    #sidebar-woocommerce .widgets-wrap {
        padding: 0
    }

    .woocommerce .container {
        display: flex;
        flex-direction: column
    }

    .woocommerce #sidebar-woocommerce {
        order: 2
    }

    .woocommerce #primary {
        order: 1
    }

    .woocommerce .cross-sells ul.products li.product {
        flex-basis: calc(50% - 27px);
        width: calc(50% - 27px)
    }

    .woocommerce #primary.has-sidebar {
        margin-left: 0
    }

    .woocommerce.single-product .images img {
        padding-right: 0
    }

    .woocommerce .left-sidebar .widgets-wrap {
        padding-left: 0
    }

    .woocommerce.single-product #content {
        padding: 24px
    }

    .wc-block-grid__products {
        margin: 0 -12px 24px
    }

    .wc-block-grid__product {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 24px solid transparent
    }

    .woocommerce ul.products.columns-5 li.product, .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 25%;
        max-width: 25%
    }

    .woocommerce ul.products.columns-6 li.product, .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 25%;
        max-width: 25%
    }

    .woocommerce-MyAccount-navigation {
        flex-shrink: initial
    }

        .woocommerce-MyAccount-navigation ul {
            flex-direction: row;
            flex-wrap: wrap
        }

    .woocommerce-MyAccount-content, .content-dark .woocommerce-MyAccount-content {
        padding: 48px 0 0;
        width: 100%;
        border: none
    }
}

@media only screen and (max-width:768px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        border: 0
    }

    .woocommerce ul.products, .woocommerce-cart .cart-collaterals {
        flex-direction: column
    }

    .woocommerce .upsells ul.products, .woocommerce .related ul.products {
        flex-direction: row
    }

    .woocommerce.single-product .images, .woocommerce.single-product .summary, .woocommerce-cart .cross-sells, .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout #customer_details, .woocommerce-checkout h3#order_review_heading, .woocommerce-checkout #order_review {
        width: 100%
    }

    .woocommerce.single-product .summary {
        padding: 6px 24px 0;
        display: block
    }

    .woocommerce .wc-tabs-wrapper {
        padding: 24px;
        margin-top: 24px
    }

    .woocommerce-tabs ul {
        margin: 0
    }

    .woocommerce-product-gallery__wrapper {
        margin-bottom: 24px
    }

    .woocommerce select.orderby {
        width: 100%;
        margin-right: 0;
        padding: 0
    }

    .woocommerce .product-categories-list {
        display: none
    }

    .woocommerce ul.products.columns-4 li.product, .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        width: calc(50% - 12px)
    }

    .woocommerce ul.products.columns-5 li.product, .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 33.33%;
        max-width: 33.33%;
        width: calc(33.33% - 24px)
    }

    .woocommerce ul.products.columns-6 li.product, .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 33.33%;
        max-width: 33.33%;
        width: calc(33.33% - 24px)
    }

    .woocommerce table.shop_attributes tr {
        flex-basis: 100%
    }

    .wc-block-grid__products {
        margin: 0 -12px 24px
    }

    .wc-block-grid__product {
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 0
    }

    .woocommerce.single-product .summary {
        padding: 24px
    }

    .woocommerce-Tabs-panel {
        margin: 24px 0
    }

    .woocommerce .single_add_to_cart_button {
        width: 100%
    }

    .woocommerce .woocommerce-tabs ul.tabs li {
        margin: 6px 24px
    }

    .woocommerce-cart table {
        margin-top: 0
    }

    .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
        width: 120px;
        float: left;
        margin-bottom: 12px
    }

    .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) " "
    }

    .woocommerce table.shop_table_responsive tr td.product-name:before, .woocommerce-page table.shop_table_responsive tr td.product-name:before {
        content: none
    }

    .woocommerce table.shop_table_responsive tr td.product-name, .woocommerce-page table.shop_table_responsive tr td.product-name {
        text-align: left !important
    }

    .woocommerce-cart .product-price, .woocommerce-cart .product-quantity, .woocommerce-cart .product-subtotal {
        width: 100%
    }

    .woocommerce-cart .product-price {
        clear: both
    }

    .woocommerce-cart-form .quantity input {
        border: 1px solid #e0e0e9
    }

    .woocommerce-cart .coupon label {
        padding: 0 0 6px
    }

    .woocommerce-cart input#coupon_code {
        margin-bottom: 12px
    }

    .woocommerce-cart table .cart-subtotal td, .woocommerce-cart table tr:last-child td {
        padding: 24px
    }

    .woocommerce-cart .actions button {
        margin-left: 0;
        width: auto !important
    }

    .woocommerce-cart .cross-sells {
        display: none
    }

    .woocommerce ul.products {
        display: block;
        margin: 0
    }

    .woocommerce .product-categories-list ul.products {
        display: initial
    }

    .woocommerce .product-categories-list-all {
        float: none
    }

    .woocommerce .product-categories-list ul.products li.product, .woocommerce-page .product-categories-list ul.products li.product {
        text-align: left
    }

    .woocommerce .product-categories-list-all, .woocommerce .product-categories-list li.product {
        padding: 4px 0
    }

    .woocommerce .product-categories-list, .woocommerce .product-categories-list li.product-category.product {
        width: 100% !important
    }

        .woocommerce .product-categories-list ul.products[class*=columns-] li.product, .woocommerce-page .product-categories-list ul.products[class*=columns-] li.product {
            margin-bottom: 0
        }

    .woocommerce .cross-sells ul.products li.product {
        flex-basis: 50%;
        width: 50%
    }

    .woocommerce-cart table tr, .woocommerce-cart table th, .woocommerce-cart table td {
        border-top: none
    }

    .woocommerce-cart table td {
        padding: 12px 24px
    }

    .woocommerce-orders-table tr, .woocommerce-cart tr {
        padding-left: 0
    }

    .woocommerce-orders-table tr, .woocommerce-orders-table th, .woocommerce-orders-table td {
        border: 0
    }

    .woocommerce-cart article.page {
        padding: 0
    }

    .woocommerce #comments, .woocommerce #review_form_wrapper {
        width: 100%
    }

    .woocommerce #review_form_wrapper {
        padding-left: 0
    }

    .woocommerce-cart button {
        margin-bottom: 6px
    }

    .woocommerce-account .entry-content {
        margin: 48px 0
    }

    .woocommerce-MyAccount-navigation ul {
        flex-direction: column
    }

    .woocommerce-MyAccount-navigation ul {
        text-align: left;
        margin: 0
    }

        .woocommerce-MyAccount-navigation ul li {
            padding-right: 24px;
            padding-bottom: 12px;
            padding-top: 12px;
            margin-top: 0;
            margin-bottom: 0
        }

    .woocommerce-MyAccount-content {
        margin-top: 48px
    }

        .woocommerce-MyAccount-content a.woocommerce-Button.button {
            display: block;
            margin-bottom: 24px
        }

        .woocommerce-MyAccount-content a.button.woocommerce-button {
            text-align: right
        }

    .woocommerce-cart .coupon {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        clear: both;
        border-bottom: 1px solid #e5e5ee;
        padding-bottom: 24px;
        margin-bottom: 12px
    }

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

    .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 {
        width: initial
    }

    .woocommerce-cart table .cart-subtotal td, .woocommerce-cart table tr:last-child td {
        padding: 24px 0
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent
    }

    .woocommerce table.cart td.actions {
        padding: 24px
    }
}

@media only screen and (max-width:479px) {
    .woocommerce-cart table {
        table-layout: auto
    }

    .woocommerce-cart thead {
        display: none
    }

    .woocommerce-cart .cart_item {
        display: flex;
        flex-direction: column;
        padding: 0
    }

    .woocommerce-cart table td {
        border: 0;
        text-align: right
    }

        .woocommerce-cart table td.product-remove {
            text-align: left
        }

    .woocommerce-cart td.product-name:before, .woocommerce-cart td.product-price:before, .woocommerce-cart td.product-quantity:before, .woocommerce-cart td.product-subtotal:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left
    }

    .woocommerce-cart button, .woocommerce-cart .button, .woocommerce-cart .actions button, .woocommerce-cart .wc-proceed-to-checkout {
        width: 100% !important
    }

    .woocommerce-cart .coupon {
        align-items: initial
    }

    .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: 100%
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products, .wc-block-grid.has-5-columns .wc-block-grid__products, .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: flex
    }

    .woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {
        margin-bottom: 24px;
        display: inline-block;
        width: 100%
    }

    .woocommerce .woocommerce-tabs ul.tabs li {
        margin-top: 12px;
        margin-bottom: 12px;
        display: block
    }

    .woocommerce-Tabs-panel {
        margin-left: 24px;
        margin-right: 24px;
        flex-direction: column
    }

    .single-product .related.products ul.products li.product {
        margin-bottom: 48px
    }

    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: calc(50% - 12px)
    }

    .woocommerce ul.products.columns-3 li.product, .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%
    }

    .woocommerce ul.products.columns-4 li.product, .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%
    }

    .woocommerce ul.products.columns-5 li.product, .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%
    }

    .woocommerce ul.products.columns-6 li.product, .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%
    }

    .wc-block-grid__products {
        margin: 0 -24px 24px
    }

    .wc-block-grid__product {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    .woocommerce .wc-tabs-wrapper {
        padding: 0
    }
}

.woocommerce .upsells h2, .woocommerce .cross-sells h2, .woocommerce .related h2, .woocommerce .cart_totals h2 {
    font-family: Raleway
}
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp-solid, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands"
}

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

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

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius,.1em);
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    padding: var(--fa-border-padding,.2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin,.3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin,.3em)
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}

.fa-fade {
    animation-name: fa-fade;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-beat-fade, .fa-fade {
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s)
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-shake, .fa-spin {
    animation-delay: var(--fa-animation-delay,0s);
    animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration,2s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse, .fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: var(--fa-animation-direction,normal);
    animation-duration: var(--fa-animation-duration,1s);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-timing-function: var(--fa-animation-timing,steps(8))
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@keyframes fa-flip {
    50% {
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    8%,24% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0deg)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(var(--fa-rotate-angle,0))
}

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

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto)
}

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

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

.fa-inverse {
    color: var(--fa-inverse,#fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

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

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

.fa-trash-alt:before, .fa-trash-can:before {
    content: "\f2ed"
}

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

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

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

.fa-comment-alt:before, .fa-message:before {
    content: "\f27a"
}

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

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

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

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

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

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

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

.fa-volleyball-ball:before, .fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

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

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

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
    content: "\f539"
}

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

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

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

.fa-magnifying-glass-location:before, .fa-search-location:before {
    content: "\f689"
}

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

.fa-face-smile-beam:before, .fa-smile-beam:before {
    content: "\f5b8"
}

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

.fa-football-ball:before, .fa-football:before {
    content: "\f44e"
}

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

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

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

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

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

.fa-diagram-predecessor:before {
    content: "\e477"
}

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

.fa-burn:before, .fa-fire-flame-simple:before {
    content: "\f46a"
}

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

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

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before, .fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
    content: "\f674"
}

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

.fa-circle-h:before, .fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before, .fa-contact-book:before {
    content: "\f2b9"
}

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

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before, .fa-pencil:before {
    content: "\f303"
}

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

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

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

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

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before, .fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
    content: "\f458"
}

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

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

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before, .fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

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

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
    content: "\f3fa"
}

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

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

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before, .fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

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

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

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

.fa-box-tissue:before {
    content: "\e05b"
}

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

.fa-bell-concierge:before, .fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

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

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

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

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

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

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

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

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

.fa-helicopter:before {
    content: "\f533"
}

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

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

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

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

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

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before, .fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
    content: "\f597"
}

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

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

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

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

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

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
    content: "\f08b"
}

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

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

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
    content: "\f58f"
}

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

.fa-circle-dollar-to-slot:before, .fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

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

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

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

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

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

.fa-wheat-alt:before, .fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

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

.fa-peseta-sign:before {
    content: "\e221"
}

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

.fa-ghost:before {
    content: "\f6e2"
}

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

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
    content: "\f87b"
}

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

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

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

.fa-dizzy:before, .fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

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

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

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

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before, .fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

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

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before, .fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

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

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

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

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

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

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before, .fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

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

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

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before, .fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

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

.fa-dice-five:before {
    content: "\f523"
}

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

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

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

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

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

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

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

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before, .fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before, .fa-frown-open:before {
    content: "\f57a"
}

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

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

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

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

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

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

.fa-bacon:before {
    content: "\f7e5"
}

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

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

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

.fa-file-medical-alt:before, .fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

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

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before, .fa-pen-clip:before {
    content: "\f305"
}

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

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

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

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

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

.fa-highlighter:before {
    content: "\f591"
}

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

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

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

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

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

.fa-c:before {
    content: "\43"
}

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

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

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

.fa-house-flag:before {
    content: "\e50d"
}

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

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

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
    content: "\f5d0"
}

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

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

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

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before, .fa-triangle-circle-square:before {
    content: "\f61f"
}

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

.fa-person-running:before, .fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

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

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before, .fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
    content: "\e070"
}

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

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
    content: "\f2f6"
}

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

.fa-passport:before {
    content: "\f5ab"
}

.fa-thumb-tack-slash:before, .fa-thumbtack-slash:before {
    content: "\e68f"
}

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

.fa-people-carry-box:before, .fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before, .fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before, .fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
    content: "\f59b"
}

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

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

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

.fa-person-walking:before, .fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

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

.fa-bed-pulse:before, .fa-procedures:before {
    content: "\f487"
}

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

.fa-face-laugh:before, .fa-laugh:before {
    content: "\f599"
}

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

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

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

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

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

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

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

.fa-champagne-glasses:before, .fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

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

.fa-file-arrow-up:before, .fa-file-upload:before {
    content: "\f574"
}

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

.fa-bath:before, .fa-bathtub:before {
    content: "\f2cd"
}

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

.fa-user-edit:before, .fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

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

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before, .fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before, .fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before, .fa-car-battery:before {
    content: "\f5df"
}

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

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

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

.fa-person-chalkboard:before {
    content: "\e53d"
}

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

.fa-hand-back-fist:before, .fa-hand-rock:before {
    content: "\f255"
}

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

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

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

.fa-hands-bubbles:before, .fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

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

.fa-eye-low-vision:before, .fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

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

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

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

.fa-cow:before {
    content: "\f6c8"
}

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

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
    content: "\f2ea"
}

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

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

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before, .fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

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

.fa-cannabis:before {
    content: "\f55f"
}

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

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

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

.fa-chair:before {
    content: "\f6c0"
}

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

.fa-circle-stop:before, .fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

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

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

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

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

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

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

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

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

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

.fa-person-skating:before, .fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
    content: "\f662"
}

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

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

.fa-arrow-right-to-file:before, .fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

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

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

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

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
    content: "\f516"
}

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

.fa-diamond-turn-right:before, .fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before, .fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before, .fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before, .fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before, .fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

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

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before, .fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
    content: "\f4da"
}

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

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

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

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before, .fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
    content: "\f021"
}

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

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before, .fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before, .fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

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

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

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

.fa-house-chimney-crack:before, .fa-house-damage:before {
    content: "\f6f1"
}

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

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

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

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

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

.fa-table-cells-column-lock:before {
    content: "\e678"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before, .fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before, .fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

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

.fa-ad:before, .fa-rectangle-ad:before {
    content: "\f641"
}

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

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

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

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

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

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
    content: "\f598"
}

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

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

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

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
    content: "\f5c0"
}

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

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
    content: "\f7a0"
}

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

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

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

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

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

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

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

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

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

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

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

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

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

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
    content: "\f807"
}

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

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
    content: "\f35a"
}

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

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

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

.fa-mask-ventilator:before {
    content: "\e524"
}

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

.fa-map-signs:before, .fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

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

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before, .fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

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

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

.fa-home-user:before, .fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before, .fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before, .fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before, .fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

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

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
    content: "\f682"
}

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

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

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

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before, .fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
    content: "\f3cd"
}

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

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

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

.fa-burger:before, .fa-hamburger:before {
    content: "\f805"
}

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

.fa-bugs:before {
    content: "\e4d0"
}

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

.fa-file-image:before {
    content: "\f1c5"
}

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

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

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

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before, .fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

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

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

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

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

.fa-wine-glass:before {
    content: "\f4e3"
}

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

.fa-face-meh-blank:before, .fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before, .fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before, .fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
    content: "\f54d"
}

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

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

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before, .fa-bus-simple:before {
    content: "\f55e"
}

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

.fa-face-sad-cry:before, .fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

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

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

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

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before, .fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

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

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before, .fa-store-alt:before {
    content: "\f54f"
}

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

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
    content: "\f515"
}

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

.fa-comment-dots:before, .fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

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

.fa-face-grin-squint:before, .fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before, .fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before, .fa-location:before {
    content: "\f601"
}

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

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
    content: "\f588"
}

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

.fa-calendar-times:before, .fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

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

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

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

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before, .fa-person-digging:before {
    content: "\f85e"
}

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

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

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

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
    content: "\f553"
}

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

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before, .fa-tenge:before {
    content: "\f7d7"
}

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

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

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

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

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

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

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

.fa-external-link-alt:before, .fa-up-right-from-square:before {
    content: "\f35d"
}

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

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

.fa-bible:before, .fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

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

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

.fa-otter:before {
    content: "\f700"
}

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

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before, .fa-business-time:before {
    content: "\f64a"
}

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

.fa-book-tanakh:before, .fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

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

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

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

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

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

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

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

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

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

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

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before, .fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

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

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

.fa-cloud-meatball:before {
    content: "\f73b"
}

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

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

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

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

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

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

.fa-hard-drive:before, .fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

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

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
    content: "\f359"
}

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

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before, .fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

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

.fa-chess:before {
    content: "\f439"
}

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

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

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

.fa-franc-sign:before {
    content: "\e18f"
}

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

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

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

.fa-droplet-slash:before, .fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

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

.fa-vials:before {
    content: "\f493"
}

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

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

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

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
    content: "\f698"
}

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

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

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

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

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

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

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

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

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

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

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

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

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

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

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

.fa-long-arrow-alt-right:before, .fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

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

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before, .fa-person-hiking:before {
    content: "\f6ec"
}

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

.fa-images:before {
    content: "\f302"
}

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

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before, .fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

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

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

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

.fa-face-grin:before, .fa-grin:before {
    content: "\f580"
}

.fa-backspace:before, .fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
    content: "\f1fb"
}

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

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

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

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

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

.fa-book-dead:before, .fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

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

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

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before, .fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
    content: "\f30c"
}

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

.fa-code-merge:before {
    content: "\f387"
}

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

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before, .fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

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

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

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

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

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

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

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

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

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

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

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

.fa-user-lock:before {
    content: "\f502"
}

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

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

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

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before, .fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

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

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

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

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before, .fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

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

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

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

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

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

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before, .fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5"
}

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

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before, .fa-swimmer:before {
    content: "\f5c4"
}

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

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

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

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

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

.fa-socks:before {
    content: "\f696"
}

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

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before, .fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

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

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

.fa-check-to-slot:before, .fa-vote-yea:before {
    content: "\f772"
}

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

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
    content: "\f468"
}

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

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

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

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

.fa-table-cells-row-lock:before {
    content: "\e67a"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

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

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

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

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before, .fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

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

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

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

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

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

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

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

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
    content: "\f752"
}

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

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

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

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before, .fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before, .fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before, .fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before, .fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before, .fa-baseball:before {
    content: "\f433"
}

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

.fa-diagram-project:before, .fa-project-diagram:before {
    content: "\f542"
}

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

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before, .fa-grip:before {
    content: "\f58d"
}

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

.fa-child-combatant:before, .fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

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

.fa-add:before, .fa-plus:before {
    content: "\2b"
}

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

.fa-computer:before {
    content: "\e4e5"
}

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

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

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

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

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

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

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

.fa-map:before {
    content: "\f279"
}

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

.fa-photo-film:before, .fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

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

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

.fa-sign-hanging:before, .fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

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

.fa-tablet-android:before, .fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

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

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

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

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

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

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

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

.fa-car-alt:before, .fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

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

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before, .fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

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

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

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

.fa-person-praying:before, .fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before, .fa-sync-alt:before {
    content: "\f2f1"
}

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

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

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

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

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

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

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

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
    content: "\f3ff"
}

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

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

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

.fa-clock-rotate-left:before, .fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
    content: "\f56e"
}

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

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
    content: "\f450"
}

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

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

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

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

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

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

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

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before, .fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

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

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before, .fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

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

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before, .fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

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

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

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

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

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

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

.fa-book-quran:before, .fa-quran:before {
    content: "\f687"
}

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

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before, .fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

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

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

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before, .fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before, .fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

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

.fa-comment-sms:before, .fa-sms:before {
    content: "\f7cd"
}

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

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

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

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

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

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

.fa-diagram-successor:before {
    content: "\e47a"
}

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

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before, .fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

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

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before, .fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before, .fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

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

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

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

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before, .fa-right-left:before {
    content: "\f362"
}

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

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

.fa-dungeon:before {
    content: "\f6d9"
}

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

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
    content: "\f5c5"
}

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

.fa-face-grimace:before, .fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before, .fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

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

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before, .fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

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

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before, .fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
    content: "\f47f"
}

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

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

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before, .fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

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

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

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

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before, .fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

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

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before, .fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-table-cells-row-unlock:before {
    content: "\e691"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
    content: "\f5b4"
}

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

.fa-tent-arrows-down:before {
    content: "\e581"
}

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

.fa-arrows-spin:before {
    content: "\e4bb"
}

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

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

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

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
    content: "\f688"
}

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

.fa-person-military-pointing:before {
    content: "\e54a"
}

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

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

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before, .fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

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

.fa-handshake-alt:before, .fa-handshake-simple:before {
    content: "\f4c6"
}

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

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

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

.fa-plus-minus:before {
    content: "\e43c"
}

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

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

.fa-hand-holding-medical:before {
    content: "\e05c"
}

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

.fa-level-up-alt:before, .fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:host, :root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../../themes/amaya/fonts/fontawesome/webfonts/fa-brands-400.woff2) format("woff2"),url(../../../../themes/amaya/fonts/fontawesome/webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands, .fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

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

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

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

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-pixiv:before {
    content: "\e640"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

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

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before, .fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

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

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

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

.fa-jxl:before {
    content: "\e67b"
}

.fa-dart-lang:before {
    content: "\e693"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

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

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

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

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-brave:before {
    content: "\e63c"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before, .fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
    content: "\f2ad"
}

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

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

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

.fa-diaspora:before {
    content: "\f791"
}

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

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

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

.fa-phoenix-squadron:before {
    content: "\f511"
}

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

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

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

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

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

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

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

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

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

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

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

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

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

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-opensuse:before {
    content: "\e62b"
}

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

.fa-dribbble-square:before, .fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

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

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

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

.fa-instalod:before {
    content: "\e081"
}

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

.fa-sellcast:before {
    content: "\f2da"
}

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

.fa-r-project:before {
    content: "\f4f7"
}

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

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

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

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

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

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before, .fa-square-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

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

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

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

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before, .fa-wpressr:before {
    content: "\f3e4"
}

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

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

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

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-square-letterboxd:before {
    content: "\e62e"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

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

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

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

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

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-shoelace:before {
    content: "\e60c"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

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

.fa-500px:before {
    content: "\f26e"
}

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

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
    content: "\f2b4"
}

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

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

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

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

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

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

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

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

.fa-envira:before {
    content: "\f299"
}

.fa-google-scholar:before {
    content: "\e63b"
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

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

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

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
    content: "\f264"
}

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

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

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

.fa-squarespace:before {
    content: "\f5be"
}

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

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

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

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

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

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

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

.fa-signal-messenger:before {
    content: "\e663"
}

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

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

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

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

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

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-mintbit:before {
    content: "\e62f"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-brave-reverse:before {
    content: "\e63d"
}

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

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

.fa-web-awesome:before {
    content: "\e682"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

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

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

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

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

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

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

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

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

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

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

.fa-viber:before {
    content: "\f409"
}

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

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

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

.fa-letterboxd:before {
    content: "\e62d"
}

.fa-symfony:before {
    content: "\f83d"
}

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

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

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

.fa-42-group:before, .fa-innosoft:before {
    content: "\e080"
}

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

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-square-web-awesome-stroke:before {
    content: "\e684"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

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

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

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

.fa-glide:before {
    content: "\f2a5"
}

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

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

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

.fa-flutter:before {
    content: "\e694"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

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

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

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

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

.fa-cmplid:before {
    content: "\e360"
}

.fa-upwork:before {
    content: "\e641"
}

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

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

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

.fa-square-upwork:before {
    content: "\e67c"
}

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

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

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

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

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

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

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

.fa-square-web-awesome:before {
    content: "\e683"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

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

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-bluesky:before {
    content: "\e671"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

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

.fa-supple:before {
    content: "\f3f9"
}

.fa-webflow:before {
    content: "\e65c"
}

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

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

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

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

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

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

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

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

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

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

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

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

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

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

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

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

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

.fa-uber:before {
    content: "\f402"
}

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

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

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

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

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

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

.fa-rockrms:before {
    content: "\f3e9"
}

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

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

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

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

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

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before, .fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

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

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

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

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

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

.fa-reacteurope:before {
    content: "\f75d"
}

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

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

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

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

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

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:host, :root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../../../../themes/amaya/fonts/fontawesome/webfonts/fa-solid-900.woff2) format("woff2"),url(../../../../themes/amaya/fonts/fontawesome/webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid, .fas {
    font-weight: 900
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url(../../../../themes/amaya/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot);
    src: url(../../../../themes/amaya/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke-1.eot) format('embedded-opentype'),url(../../../../themes/amaya/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff) format('woff'),url(../../../../themes/amaya/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf) format('truetype'),url(../../../../themes/amaya/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^=pe-7s-], [class*=" pe-7s-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pe-7s-album:before {
    content: "\e6aa"
}

.pe-7s-arc:before {
    content: "\e6ab"
}

.pe-7s-back-2:before {
    content: "\e6ac"
}

.pe-7s-bandaid:before {
    content: "\e6ad"
}

.pe-7s-car:before {
    content: "\e6ae"
}

.pe-7s-diamond:before {
    content: "\e6af"
}

.pe-7s-door-lock:before {
    content: "\e6b0"
}

.pe-7s-eyedropper:before {
    content: "\e6b1"
}

.pe-7s-female:before {
    content: "\e6b2"
}

.pe-7s-gym:before {
    content: "\e6b3"
}

.pe-7s-hammer:before {
    content: "\e6b4"
}

.pe-7s-headphones:before {
    content: "\e6b5"
}

.pe-7s-helm:before {
    content: "\e6b6"
}

.pe-7s-hourglass:before {
    content: "\e6b7"
}

.pe-7s-leaf:before {
    content: "\e6b8"
}

.pe-7s-magic-wand:before {
    content: "\e6b9"
}

.pe-7s-male:before {
    content: "\e6ba"
}

.pe-7s-map-2:before {
    content: "\e6bb"
}

.pe-7s-next-2:before {
    content: "\e6bc"
}

.pe-7s-paint-bucket:before {
    content: "\e6bd"
}

.pe-7s-pendrive:before {
    content: "\e6be"
}

.pe-7s-photo:before {
    content: "\e6bf"
}

.pe-7s-piggy:before {
    content: "\e6c0"
}

.pe-7s-plugin:before {
    content: "\e6c1"
}

.pe-7s-refresh-2:before {
    content: "\e6c2"
}

.pe-7s-rocket:before {
    content: "\e6c3"
}

.pe-7s-settings:before {
    content: "\e6c4"
}

.pe-7s-shield:before {
    content: "\e6c5"
}

.pe-7s-smile:before {
    content: "\e6c6"
}

.pe-7s-usb:before {
    content: "\e6c7"
}

.pe-7s-vector:before {
    content: "\e6c8"
}

.pe-7s-wine:before {
    content: "\e6c9"
}

.pe-7s-cloud-upload:before {
    content: "\e68a"
}

.pe-7s-cash:before {
    content: "\e68c"
}

.pe-7s-close:before {
    content: "\e680"
}

.pe-7s-bluetooth:before {
    content: "\e68d"
}

.pe-7s-cloud-download:before {
    content: "\e68b"
}

.pe-7s-way:before {
    content: "\e68e"
}

.pe-7s-close-circle:before {
    content: "\e681"
}

.pe-7s-id:before {
    content: "\e68f"
}

.pe-7s-angle-up:before {
    content: "\e682"
}

.pe-7s-wristwatch:before {
    content: "\e690"
}

.pe-7s-angle-up-circle:before {
    content: "\e683"
}

.pe-7s-world:before {
    content: "\e691"
}

.pe-7s-angle-right:before {
    content: "\e684"
}

.pe-7s-volume:before {
    content: "\e692"
}

.pe-7s-angle-right-circle:before {
    content: "\e685"
}

.pe-7s-users:before {
    content: "\e693"
}

.pe-7s-angle-left:before {
    content: "\e686"
}

.pe-7s-user-female:before {
    content: "\e694"
}

.pe-7s-angle-left-circle:before {
    content: "\e687"
}

.pe-7s-up-arrow:before {
    content: "\e695"
}

.pe-7s-angle-down:before {
    content: "\e688"
}

.pe-7s-switch:before {
    content: "\e696"
}

.pe-7s-angle-down-circle:before {
    content: "\e689"
}

.pe-7s-scissors:before {
    content: "\e697"
}

.pe-7s-wallet:before {
    content: "\e600"
}

.pe-7s-safe:before {
    content: "\e698"
}

.pe-7s-volume2:before {
    content: "\e601"
}

.pe-7s-volume1:before {
    content: "\e602"
}

.pe-7s-voicemail:before {
    content: "\e603"
}

.pe-7s-video:before {
    content: "\e604"
}

.pe-7s-user:before {
    content: "\e605"
}

.pe-7s-upload:before {
    content: "\e606"
}

.pe-7s-unlock:before {
    content: "\e607"
}

.pe-7s-umbrella:before {
    content: "\e608"
}

.pe-7s-trash:before {
    content: "\e609"
}

.pe-7s-tools:before {
    content: "\e60a"
}

.pe-7s-timer:before {
    content: "\e60b"
}

.pe-7s-ticket:before {
    content: "\e60c"
}

.pe-7s-target:before {
    content: "\e60d"
}

.pe-7s-sun:before {
    content: "\e60e"
}

.pe-7s-study:before {
    content: "\e60f"
}

.pe-7s-stopwatch:before {
    content: "\e610"
}

.pe-7s-star:before {
    content: "\e611"
}

.pe-7s-speaker:before {
    content: "\e612"
}

.pe-7s-signal:before {
    content: "\e613"
}

.pe-7s-shuffle:before {
    content: "\e614"
}

.pe-7s-shopbag:before {
    content: "\e615"
}

.pe-7s-share:before {
    content: "\e616"
}

.pe-7s-server:before {
    content: "\e617"
}

.pe-7s-search:before {
    content: "\e618"
}

.pe-7s-film:before {
    content: "\e6a5"
}

.pe-7s-science:before {
    content: "\e619"
}

.pe-7s-disk:before {
    content: "\e6a6"
}

.pe-7s-ribbon:before {
    content: "\e61a"
}

.pe-7s-repeat:before {
    content: "\e61b"
}

.pe-7s-refresh:before {
    content: "\e61c"
}

.pe-7s-add-user:before {
    content: "\e6a9"
}

.pe-7s-refresh-cloud:before {
    content: "\e61d"
}

.pe-7s-paperclip:before {
    content: "\e69c"
}

.pe-7s-radio:before {
    content: "\e61e"
}

.pe-7s-note2:before {
    content: "\e69d"
}

.pe-7s-print:before {
    content: "\e61f"
}

.pe-7s-network:before {
    content: "\e69e"
}

.pe-7s-prev:before {
    content: "\e620"
}

.pe-7s-mute:before {
    content: "\e69f"
}

.pe-7s-power:before {
    content: "\e621"
}

.pe-7s-medal:before {
    content: "\e6a0"
}

.pe-7s-portfolio:before {
    content: "\e622"
}

.pe-7s-like2:before {
    content: "\e6a1"
}

.pe-7s-plus:before {
    content: "\e623"
}

.pe-7s-left-arrow:before {
    content: "\e6a2"
}

.pe-7s-play:before {
    content: "\e624"
}

.pe-7s-key:before {
    content: "\e6a3"
}

.pe-7s-plane:before {
    content: "\e625"
}

.pe-7s-joy:before {
    content: "\e6a4"
}

.pe-7s-photo-gallery:before {
    content: "\e626"
}

.pe-7s-pin:before {
    content: "\e69b"
}

.pe-7s-phone:before {
    content: "\e627"
}

.pe-7s-plug:before {
    content: "\e69a"
}

.pe-7s-pen:before {
    content: "\e628"
}

.pe-7s-right-arrow:before {
    content: "\e699"
}

.pe-7s-paper-plane:before {
    content: "\e629"
}

.pe-7s-delete-user:before {
    content: "\e6a7"
}

.pe-7s-paint:before {
    content: "\e62a"
}

.pe-7s-bottom-arrow:before {
    content: "\e6a8"
}

.pe-7s-notebook:before {
    content: "\e62b"
}

.pe-7s-note:before {
    content: "\e62c"
}

.pe-7s-next:before {
    content: "\e62d"
}

.pe-7s-news-paper:before {
    content: "\e62e"
}

.pe-7s-musiclist:before {
    content: "\e62f"
}

.pe-7s-music:before {
    content: "\e630"
}

.pe-7s-mouse:before {
    content: "\e631"
}

.pe-7s-more:before {
    content: "\e632"
}

.pe-7s-moon:before {
    content: "\e633"
}

.pe-7s-monitor:before {
    content: "\e634"
}

.pe-7s-micro:before {
    content: "\e635"
}

.pe-7s-menu:before {
    content: "\e636"
}

.pe-7s-map:before {
    content: "\e637"
}

.pe-7s-map-marker:before {
    content: "\e638"
}

.pe-7s-mail:before {
    content: "\e639"
}

.pe-7s-mail-open:before {
    content: "\e63a"
}

.pe-7s-mail-open-file:before {
    content: "\e63b"
}

.pe-7s-magnet:before {
    content: "\e63c"
}

.pe-7s-loop:before {
    content: "\e63d"
}

.pe-7s-look:before {
    content: "\e63e"
}

.pe-7s-lock:before {
    content: "\e63f"
}

.pe-7s-lintern:before {
    content: "\e640"
}

.pe-7s-link:before {
    content: "\e641"
}

.pe-7s-like:before {
    content: "\e642"
}

.pe-7s-light:before {
    content: "\e643"
}

.pe-7s-less:before {
    content: "\e644"
}

.pe-7s-keypad:before {
    content: "\e645"
}

.pe-7s-junk:before {
    content: "\e646"
}

.pe-7s-info:before {
    content: "\e647"
}

.pe-7s-home:before {
    content: "\e648"
}

.pe-7s-help2:before {
    content: "\e649"
}

.pe-7s-help1:before {
    content: "\e64a"
}

.pe-7s-graph3:before {
    content: "\e64b"
}

.pe-7s-graph2:before {
    content: "\e64c"
}

.pe-7s-graph1:before {
    content: "\e64d"
}

.pe-7s-graph:before {
    content: "\e64e"
}

.pe-7s-global:before {
    content: "\e64f"
}

.pe-7s-gleam:before {
    content: "\e650"
}

.pe-7s-glasses:before {
    content: "\e651"
}

.pe-7s-gift:before {
    content: "\e652"
}

.pe-7s-folder:before {
    content: "\e653"
}

.pe-7s-flag:before {
    content: "\e654"
}

.pe-7s-filter:before {
    content: "\e655"
}

.pe-7s-file:before {
    content: "\e656"
}

.pe-7s-expand1:before {
    content: "\e657"
}

.pe-7s-exapnd2:before {
    content: "\e658"
}

.pe-7s-edit:before {
    content: "\e659"
}

.pe-7s-drop:before {
    content: "\e65a"
}

.pe-7s-drawer:before {
    content: "\e65b"
}

.pe-7s-download:before {
    content: "\e65c"
}

.pe-7s-display2:before {
    content: "\e65d"
}

.pe-7s-display1:before {
    content: "\e65e"
}

.pe-7s-diskette:before {
    content: "\e65f"
}

.pe-7s-date:before {
    content: "\e660"
}

.pe-7s-cup:before {
    content: "\e661"
}

.pe-7s-culture:before {
    content: "\e662"
}

.pe-7s-crop:before {
    content: "\e663"
}

.pe-7s-credit:before {
    content: "\e664"
}

.pe-7s-copy-file:before {
    content: "\e665"
}

.pe-7s-config:before {
    content: "\e666"
}

.pe-7s-compass:before {
    content: "\e667"
}

.pe-7s-comment:before {
    content: "\e668"
}

.pe-7s-coffee:before {
    content: "\e669"
}

.pe-7s-cloud:before {
    content: "\e66a"
}

.pe-7s-clock:before {
    content: "\e66b"
}

.pe-7s-check:before {
    content: "\e66c"
}

.pe-7s-chat:before {
    content: "\e66d"
}

.pe-7s-cart:before {
    content: "\e66e"
}

.pe-7s-camera:before {
    content: "\e66f"
}

.pe-7s-call:before {
    content: "\e670"
}

.pe-7s-calculator:before {
    content: "\e671"
}

.pe-7s-browser:before {
    content: "\e672"
}

.pe-7s-box2:before {
    content: "\e673"
}

.pe-7s-box1:before {
    content: "\e674"
}

.pe-7s-bookmarks:before {
    content: "\e675"
}

.pe-7s-bicycle:before {
    content: "\e676"
}

.pe-7s-bell:before {
    content: "\e677"
}

.pe-7s-battery:before {
    content: "\e678"
}

.pe-7s-ball:before {
    content: "\e679"
}

.pe-7s-back:before {
    content: "\e67a"
}

.pe-7s-attention:before {
    content: "\e67b"
}

.pe-7s-anchor:before {
    content: "\e67c"
}

.pe-7s-albums:before {
    content: "\e67d"
}

.pe-7s-alarm:before {
    content: "\e67e"
}

.pe-7s-airplay:before {
    content: "\e67f"
}
/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
.pe-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

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

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

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

.pe-fw {
    width: 1.2857142857142858em;
    text-align: center
}

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

    .pe-ul > li {
        position: relative
    }

.pe-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center
}

    .pe-li.pe-lg {
        left: -1.8571428571428572em
    }

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

.pe-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

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

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

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

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

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

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }

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

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

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

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

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

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

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

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

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

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

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

.pe-inverse {
    color: #fff
}

.pe-va {
    vertical-align: middle
}

.pe-border {
    border: solid .08em #eaeaea
}

[class^=pe-7s-], [class*=" pe-7s-"] {
    display: inline-block
}

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

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

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

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

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

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

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

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

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

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

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

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

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

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

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

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

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

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

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

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

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

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

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

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

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

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

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

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

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

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

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

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

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

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

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

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

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

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

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

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

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

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

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

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

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

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

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

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

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

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

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

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

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

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

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

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

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

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

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

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

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

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

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

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

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

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

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

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

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

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

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

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

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

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

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

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

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

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

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

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

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

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

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

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

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

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

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

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

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

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

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

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

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

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

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

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

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

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

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

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

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

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

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

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

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

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

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

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

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

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

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

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

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

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

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

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

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

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

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

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

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

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

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

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

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

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

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

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

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

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

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

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

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

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

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

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

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

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

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

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

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

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

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

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

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

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

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

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

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

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

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

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

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

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

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

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

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

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

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

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

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

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

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

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

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

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

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

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

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

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

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

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

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

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

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

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

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

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

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

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

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

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

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

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

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

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

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

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

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

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

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

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

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

[data-aos=zoom-in] {
    transform: scale(.6)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-bg {
    background: #fff;
    opacity: .98
}

.mfp-preloader, .mfp-preloader a, .mfp-counter {
    color: #333
}

    .mfp-preloader a:hover {
        color: #000
    }

.mfp-title, .mfp-close, button.mfp-arrow, .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000005 !important;
    opacity: .4
}

.content-dark .mfp-bg {
    background: #000;
    opacity: .96
}

.content-dark .mfp-preloader, .content-dark .mfp-preloader a, .content-dark .mfp-counter {
    color: #fff
}

    .content-dark .mfp-preloader a:hover {
        color: #fff
    }

.content-dark .mfp-title, .mfp-close, .content-dark button.mfp-arrow, .content-dark .mfp-image-holder .mfp-close, .content-dark .mfp-iframe-holder .mfp-close {
    color: #fff !important;
    opacity: .8
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0 !important;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 45px;
    font-family: 'Pe-icon-7-stroke',Arial,Baskerville,monospace
}

    .mfp-close:hover, .mfp-close:focus {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    right: -22px;
    text-align: right;
    width: 100%;
    margin-right: 60px
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 60px;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    letter-spacing: 2px
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 12px;
    width: 60px;
    height: 110px;
    font-size: 60px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover {
        opacity: 1
    }

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-right {
    right: 0
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: calc(100% - 106px);
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth
}

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

img, iframe, embed, iframe, object, pre {
    max-width: 100%
}

.clear {
    clear: both;
    line-height: 1;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

    .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
        content: "";
        display: table;
        table-layout: fixed
    }

    .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
        clear: both
    }

.text-center {
    text-align: center
}

.justify {
    text-align: justify
}

.italic {
    font-style: italic
}

.round {
    border-radius: 999px
}

.serif {
    font-family: Georgia,serif;
    font-style: italic;
    text-transform: none
}

.hidden {
    display: none
}

.overflow {
    overflow: hidden
}

small {
    font-size: 80%
}

big {
    font-size: 125%
}

b, strong {
    font-weight: 700
}

address, em, dfn, var {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

dfn {
    font-weight: 700
}

del, strike {
    text-decoration: line-through
}

mark {
    text-decoration: none
}

ins {
    border-bottom: 1px dashed;
    text-decoration: none
}

sup, sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dfn, em, i {
    font-style: italic
}

cite {
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px;
    line-height: 1.5em
}

hr {
    box-sizing: content-box;
    height: 0;
    border: 0;
    height: 2px;
    margin-bottom: 48px
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

figure {
    margin: 0;
    padding: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

abbr, acronym {
    border-bottom: 1px dotted #666
}

abbr, dfn, acronym {
    cursor: help
}

tt {
    font-family: Courier
}

code, kbd, pre, samp, tt, var {
    font-family: Courier,monospace
}

pre, code, kbd {
    white-space: pre-wrap;
    word-wrap: break-word
}

pre {
    display: block;
    overflow: auto;
    margin: 24px 0;
    padding: 18px 20px;
    font-weight: 100;
    line-height: 2em;
    font-size: .9em
}

a:link, a:visited, a:active, a:hover, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu ul a:hover, .socialicons i, .social-label, a.pp_previous i, a.pp_next i, .post-tag:hover .post-tag-hashtag, .woocommerce-MyAccount-navigation a {
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.button, .button:hover, .button-outline, a.button, .post-tag, input[type=button], input[type=reset], input[type=submit], li.comment .reply, .login-submit input {
    -moz-transition: all .2s !important;
    -webkit-transition: all .2s !important;
    -o-transition: all .2s !important;
    transition: all .2s !important
}

body, input, .search-field, select, textarea, cite.fn, .footer-info-wrap, .topbar-text-wrap, h2.menu-cat.use-body-font, h6.menu-title.use-body-font, .woocommerce .product-categories-list-all, .menu-price-title.use-body-font, .woocommerce .product-categories-list h2.woocommerce-loop-category__title {
    font-family: Raleway,Helvetica,Arial,sans-serif;
    font-weight: 400
}

.pagination_main, .pagination_main a.inactive {
    font-family: Helvetica,Arial,sans-serif
}

html, body, input, select, textarea {
    font-size: 17px;
    line-height: 1.75em
}

p {
    margin-bottom: 1.75rem;
    line-height: 1.75em;
    position: relative
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    position: relative;
    margin: 1.875em 0 1em;
    padding: 0;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    font-family: Playfair Display;
    font-weight: 500
}

h1 {
    font-size: 3.125em;
    margin: 1.3em 0 .4em;
    line-height: 1.1em
}

h2, .single .entry-title {
    font-size: 2.618em;
    margin: 1.4em 0 .4em;
    line-height: 1.2em
}

h3 {
    font-size: 1.931em;
    line-height: 1.3em
}

h4, .entry-title {
    font-size: 1.618em;
    line-height: 1.4em
}

}

h5 {
    font-size: 1.194em;
    line-height: 1.5em
}

}

h6, .widget_recent_entries ul li a {
    font-size: 1em;
    line-height: 1.6em
}

.site-title, .site-title a, .main-navigation ul li .site-title a {
    font-size: 1.5em;
    font-weight: 700 !important;
    line-height: .8em;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    vertical-align: baseline;
    letter-spacing: 0;
    margin: 0;
    word-break: break-word
}

    .site-title.site-logo {
        position: relative;
        clip: initial
    }

    .site-title img, .site-title a {
        display: block
    }

        .site-title a, .site-title a:link, .site-title a:focus, .site-title a:active {
            border: 0
        }

.entry-title, .single .entry-title, .widget_recent_entries ul li a {
    margin: 0;
    top: 0
}

.post-standard .entry-title {
    margin: 10px 0 36px
}

.page-title {
    margin: 0 0 48px
}

    .page-title.no-cat-image, .archive-page-header .page-title {
        margin-top: 60px
    }

.category-header .page-title {
    margin: 0
}

.search .search-title {
    margin: 0 0 40px;
    padding: 60px 24px 0
}

.post-title-small, .wpp-post-title {
    font-size: 1.1em;
    line-height: 1.4em
}

.widget-title, #reply-title, #cancel-comment-reply-link, .comments-title, .section-title, .post-nav-top-text {
    font-size: .9em;
    line-height: 1em;
    font-weight: 600;
    margin: 0 0 12px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
    vertical-align: top
}

#reply-title {
    margin-bottom: 24px
}

.comments-title {
    text-align: center;
    margin-top: -7px;
    margin-bottom: 24px;
    display: block
}

    .widget-title:before, .widget-title:after, #reply-title:before, #reply-title:after, .comments-title:before, .comments-title:after, .section-title:before, .section-title:after {
        border-top: 2px solid;
        opacity: .15
    }

.widget.widget_categories .widget-title, .widget.widget_archive .widget-title, .widget.widget_search .widget-title, .widget.widget_tag_cloud .widget-title {
    margin-bottom: 14px
}

.widget.widget_calendar .widget-title {
    margin-bottom: 14px
}

.widget-title:before, #reply-title:before, .comments-title:before, .section-title:before {
    content: ' ';
    display: block;
    margin: 0 0 6px
}

.widget-title:after, #reply-title:after, .comments-title:after, .section-title:after {
    content: ' ';
    display: block;
    margin: 6px 0 0
}

.nav-links a, .main-navigation, .comment-date, .footer-info-wrap {
    font-size: .7em;
    letter-spacing: 2px;
    text-transform: uppercase
}

.vertical-text {
    font-weight: 900;
    font-size: .7em;
    letter-spacing: 3px;
    text-transform: uppercase
}

.entry-meta, .post-info-small .post-info {
    font-size: .7rem;
    line-height: 1.875em;
    font-style: normal
}

.wp-caption-text {
    font-size: .7rem;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase
}

a, a:link, a:focus, a:active {
    //outline:0;
    text-decoration: none;
    cursor: pointer
}

blockquote {
    line-height: 1.6;
    margin: 24px auto;
    font-style: italic;
    padding: 24px 30px 1px 36px;
    position: relative;
    border-left: 8px solid rgba(150,150,150,.2)
}

    blockquote:before, q:before {
        content: ''
    }

    blockquote:after, q:after {
        content: ''
    }

ul, ol {
    margin: 0 24px 1.75rem 17px
}

    ul ul, ol ul, ol ol, ul ol {
        margin-left: 24px
    }

    ul li > ul, ol li > ol, ul li > ol, ol li > ul {
        margin-bottom: 0
    }

.even-style ul, .even-style ol {
    margin: 0 0 1.75rem 24px
}

ul li, ol li {
    margin-top: .5rem;
    margin-bottom: .5rem
}

ul {
    list-style-type: disc
}

    ul ul {
        list-style-type: circle
    }

ol {
    list-style: decimal
}

.entry-content ul li, .comment-text ul li {
    position: relative
}

.even-style:nth-child(even) .entry-content ul > li:before, .even-style:nth-child(even) .comment-text ul > li:before {
    left: auto;
    margin-left: -24px
}

.entry-content ol li, .comment-text ol li {
    margin-bottom: 5px;
    position: relative
}

.even-style:nth-child(even).even-style .entry-content ol > li:before, .even-style:nth-child(even).comment-text ol > li:before {
    position: relative;
    top: 0;
    left: -8px
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 24px;
    width: 100%
}

    table th, table td {
        padding: 18px 24px 18px 0;
        text-align: left;
        -moz-transition: all .2s ease-out;
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out
    }

    table th {
        font-weight: 700
    }

    table tr, table th, table td {
        border: 1px solid;
        padding-left: 16px
    }

#search-overlay input {
    color: #fff
}

#search-overlay ::-webkit-input-placeholder {
    color: #fff
}

#search-overlay ::-moz-placeholder {
    color: #fff
}

#search-overlay :-ms-input-placeholder {
    color: #fff
}

#search-overlay :-moz-placeholder {
    color: #fff
}

#search-overlay .search-content p {
    color: #fff
}

#search-overlay .search-close {
    color: #fff
}

body {
    background-color: #fff
}

footer .social-footer {
    background-color: #fff
}

#topbar, .home #primary .entry-meta-bgcolor.has-home-meta, .archive #primary .entry-meta-bgcolor.has-archive-meta, .search #primary .entry-meta-bgcolor.has-archive-meta, .featured-post .entry-meta-bgcolor, button:not(.button-outline), .button:not(.button-outline), a.button:not(.button-outline), .reply, .post-tag, input[type=button], input[type=reset], input[type=submit] {
    background-color: #101020;
    color: #fff
}

section.wp-block-cover-image h2, .wp-block-cover-image-text, .wp-block-cover-text, .wp-block-cover p:not(.has-text-color), .wp-block-cover p:not(.has-text-color) a, .entry-content .wp-block-cover p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link), .entry-content .wp-block-cover p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link):link, .entry-content .wp-block-cover p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link):hover, .entry-content .wp-block-cover p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link):active, .entry-content .wp-block-cover p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link):visited {
    color: #fff
}

button, .button, a.button, a.button:link, a.button:visited, a.button:active, a.button:hover, input[type=button], input[type=reset], input[type=submit] {
    color: #fff
}

.wp-block-social-links a, .wp-block-social-links a:link, .wp-block-social-links a:hover, .wp-block-social-links a:visited {
    color: #fff !important
}

.topbar-content a, .overlay-content, .single .overlay-content .entry-title, .overlay-content h1, .overlay-content a, .overlay-content a:link, .overlay-content .serif-italic, .categories a:focus, .categories a:active, .overlay-content .entry-meta-single a, .overlay-content .entry-meta-single a:link, .overlay-content .entry-meta-single a:active, .overlay-content .entry-meta-single a:focus, .overlay-content .entry-meta-single a:visited, .overlay-content .categories a, .overlay-content .categories a:link, .overlay-content .categories a:active, .overlay-content .categories a:focus, .overlay-content .categories a:visited, .post-tags a, .post-tags a:link, .post-tags a:focus, .post-tags a:active, .entry-meta-bgcolor a, .entry-meta-bgcolor a:link, .entry-meta-bgcolor a:focus, .entry-meta-bgcolor a:active, .footer-info-wrap a, .footer-info-wrap a:link, .footer-info-wrap a:focus, .footer-info-wrap a:active {
    color: #fff
}

.single .entry-header.overlay .categories a {
    color: #fff
}

.entry-content a.button, .entry-content a.button:hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background):hover {
    color: #fff
}

.entry-content a.button, .content-dark .entry-content a.button:hover, .content-dark .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(.has-background):hover {
    color: #000
}

#topbar .cart-contents-count {
    color: #fff
}

.blog .post, .archive .post, .blog .right-sidebar .widget, .archive:not(.woocommerce) .right-sidebar .widget, .single-post .right-sidebar .widget, .single-post .entry-header, .single-post .blog-content-wrap, .blog-top, .entry-header-wrap, .related-posts, #respond, .comment-list-wrap {
    background-color: #fff
}

body.blog, body.archive:not(.woocommerce), body.single-post {
    background-color: #f8f8f9
}

.footer-site-info {
    color: #b9b9bc
}

.section-title, .post-nav-top-text {
    color: #b9b9bc
}

.main-navigation ul.sub-menu li a, .main-navigation ul.children li a {
    color: #ccc
}

.wp-block-quote:before {
    color: #ccc
}

hr.wp-block-separator {
    background-color: #ccc
}

.wp-block-pullquote:not(.is-style-solid-color):before, .wp-block-pullquote:not(.is-style-solid-color):after {
    border-color: #444
}

.wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author {
    color: #555
}

body, input, select, textarea, .main-navigation ul li a, .main-navigation ul li a:link, .main-navigation ul li a:focus, .main-navigation ul li a:active, .single .post-info .serif-italic {
    color: #3a3a3b
}

.content-dark.single .post-info .serif-italic {
    color: #6a6a6b
}

a, a:link, a:focus, a:active, .widget_recent_comments .recentcomments a {
    color: #3a3a3b
}

.pretty-date a, .blog .post-share i, .archive .post-share i, .search .post-share i {
    color: #3a3a3b
}

.pagination_main, .pagination_main a.inactive {
    color: #3a3a3b
}

.content-dark .pagination_main, .content-dark .pagination_main a.inactive {
    color: #6a6a6b
}

.button-more.button-outline {
    color: #242434;
    border-color: #aaa
}

    .button-more.button-outline:hover {
        background: #242434;
        border-color: #242434;
        color: #fff
    }

.tagcloud a, .wp-block-tag-cloud a {
    background: #181828;
    color: #fff !important
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .site-title a, .site-title a:link, .site-title a:focus, .site-titlea:active, .site-title a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .header-wrap i {
    color: #101020
}

.pagination_main a, a.post-page-numbers {
    background: rgba(200,200,210,.16)
}

    .pagination_main .current, .pagination_main a:hover, .page-numbers.current, .pagination_main a:hover, .pagination_main .current, .post-page-numbers.current, .post-page-numbers:hover {
        background-color: #3a3a3b;
        color: #fff
    }

.categories_widget .color-overlay {
    background: 0 0
}

.searchform {
    background: rgba(200,200,217,.2)
}

#search-overlay {
    background: rgba(10,14,17,.95)
}

.cart-contents-count {
    background-color: rgba(200,200,200,.4)
}

.categories a, .categories a:link, .categories a:focus, .categories a:active, .wp-caption-text, .wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, figcaption.blocks-gallery-caption, .wp-caption, .comment-date {
    color: rgba(0,0,20,.4)
}

.content-dark .categories a, .content-dark .categories a:link, .content-dark .categories a:focus, .content-dark .categories a:active, .content-dark .wp-caption-text, .content-dark .wp-block-image figcaption, .content-dark .wp-block-audio figcaption, .content-dark .wp-block-video figcaption, .content-dark .wp-block-embed figcaption, .content-dark figcaption.blocks-gallery-caption, .content-dark .wp-caption, .content-dark .comment-date {
    color: rgba(200,200,220,.5)
}

.comment-text li:before, .entry-content li:before {
    color: rgba(0,0,20,.25)
}

.content-dark .comment-text li:before, .entry-content li:before {
    color: rgba(200,200,220,.5)
}

.notfound-title-small, .post-info-small a, .wpp-list .post-stats {
    color: rgba(0,0,10,.35)
}

.content-dark .notfound-title-small, .content-dark .post-info-small a, .content-dark .wpp-list .post-stats {
    color: rgba(255,255,255,.5)
}

.single .image-fullbg .post-info .serif-italic, .post-info .serif-italic {
    color: rgba(255,255,255,.9)
}

.share-text {
    color: rgba(100,100,105,.5)
}

.content-dark .share-text {
    color: rgba(220,220,225,.5)
}

table tr, table th, table td, select, .widget select, input[type=text], input[type=email], input[type=checkbox], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select, .woocommerce-checkout .form-row span.select2-selection.select2-selection--single {
    border: 1px solid;
    border-color: #c0c0c3
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=checkbox], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), select, .woocommerce-checkout .form-row span.select2-selection.select2-selection--single, textarea {
    border: 1px solid #e6e6ea;
    color: #19110b;
    transition: border .3s cubic-bezier(.4,.4,.5,1);
    background-color: transparent
}

.content-dark textarea#comment {
    //border:1px solid #505055
}

.content-dark input[type=color], .content-dark input[type=date], .content-dark input[type=datetime], .content-dark input[type=datetime-local], .content-dark input[type=email], .content-dark input[type=checkbox], .content-dark input[type=month], .content-dark input[type=number], .content-dark input[type=password], .content-dark input[type=search], .content-dark input[type=tel], .content-dark input[type=text], .content-dark input[type=time], .content-dark input[type=url], .content-dark input[type=week], .content-dark input:not([type]), .content-dark select, .content-dark .woocommerce-checkout .form-row span.select2-selection.select2-selection--single, .content-dark textarea {
    color: #fff
}

.widget.widget_categories li span, .widget.widget_archive li span, .wp-block-archives li span, .wp-block-categories-list li span {
    background: rgba(200,200,210,.3);
    color: #444448
}

.widget.widget_recent_comments ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_categories ul li, .widget.widget_archive ul li, .wp-block-archives li, .wp-block-categories-list li {
    border-color: rgba(200,200,210,.3)
}

.widget.widget_recent_comments ul li, .widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_categories ul li, .widget.widget_archive ul li, .wp-block-archives li, .wp-block-categories-list li {
    border-top: 1px solid rgba(200,200,210,.3)
}

    .widget.widget_recent_comments ul li:first-child, .widget.widget_meta ul li:first-child, .widget.widget_pages ul li:first-child, .widget.widget_nav_menu ul li:first-child, .widget.widget_categories ul li:first-child, .widget.widget_archive ul li:first-child, .wp-block-archives li:first-child, .wp-block-categories-list li:first-child {
        border-top: 0
    }

.footer-sidebar-wrap.center .widget.widget_recent_comments ul li, .footer-sidebar-wrap.center .widget.widget_meta ul li, .footer-sidebar-wrap.center .widget.widget_pages ul li, .footer-sidebar-wrap.center .widget.widget_nav_menu ul li, .footer-sidebar-wrap.center .widget.widget_categories ul li, .footer-sidebar-wrap.center .widget.widget_archive ul li, .footer-sidebar-wrap.center .wp-block-archives li, .footer-sidebar-wrap.center .wp-block-categories-list li, .footer-sidebar-wrap.center .widget.widget_recent_comments ul ul li:first-child, .footer-sidebar-wrap.center .widget.widget_meta ul ul li:first-child, .footer-sidebar-wrap.center .widget.widget_pages ul ul li:first-child, .footer-sidebar-wrap.center .widget.widget_nav_menu ul ul li:first-child, .footer-sidebar-wrap.center .widget.widget_categories ul ul li:first-child, .footer-sidebar-wrap.center .widget.widget_archive ul ul li:first-child, .footer-sidebar-wrap.center .wp-block-archives ul li:first-child, .footer-sidebar-wrap.center .wp-block-categories-list ul li:first-child {
    border: none
}

.widget.widget_recent_comments ul ul li:first-child, .widget.widget_meta ul ul li:first-child, .widget.widget_pages ul ul li:first-child, .widget.widget_nav_menu ul ul li:first-child, .widget.widget_categories ul ul li:first-child, .widget.widget_archive ul ul li:first-child, .wp-block-archives ul li:first-child, .wp-block-categories-list ul li:first-child {
    border-top: 1px solid rgba(200,200,210,.3)
}

.comment-list li, .comment-list-wrap .comment-respond {
    border-top: 1px solid rgba(200,200,210,.3)
}

    .comment-list li.depth-1:first-of-type {
        border-top: none
    }

.color-overlay {
    background-color: rgba(32,32,36,.12)
}

.category-header .color-overlay {
    //background-image:linear-gradient(0deg,rgba(0,0,0,0) 0%,rgba(16,18,19,.6) 45%,rgba(0,0,0,0) 100%)
}

.widget-cat-has-image .overlay-content {
    background-color: rgba(10,10,20,.7)
}

.gallery-item a.links_to_image:before, .blocks-gallery-item a.links_to_image:before {
    color: #fff;
    background: rgba(0,10,20,.3)
}

#content .gallery-caption {
    background-color: rgba(0,10,20,.6);
    color: #fff
}

mark {
    background: #ff0;
    color: #000
}

ins {
    border-color: #ccc
}

hr {
    background-color: #ccc
}

pre {
    background-color: #f9f9fb;
    color: #444
}

.has-white-color {
    color: #fff
}

.has-grey-color {
    color: #a9a9ac
}

.has-anthracite-color {
    color: #3a3a3b
}

.has-almostblack-color {
    color: #101020
}

.has-softorange-color {
    color: #db9457
}

.has-milkcoffee-color {
    color: #bc9475
}

.has-white-background-color {
    background-color: #fff
}

.has-grey-background-color {
    background-color: #a9a9ac
}

.has-anthracite-background-color {
    background-color: #3a3a3b
}

.has-almostblack-background-color {
    background-color: #101020
}

.has-softorange-background-color {
    background-color: #db9457
}

.has-milkcoffee-background-color {
    background-color: #bc9475
}

.main-navigation {
    clear: both;
    display: block;
    width: 100%
}

    .main-navigation ul {
        margin: 0;
        padding-left: 0;
        text-align: center
    }

.header4 .main-navigation ul {
    text-align: right
}

    .header4 .main-navigation ul.sub-menu {
        text-align: left
    }

.main-navigation ul li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    white-space: nowrap;
    margin: 0;
    padding: 0 18px
}

    .main-navigation ul li.menu-item-logo {
        white-space: initial
    }

.navi-items-space-between .main-navigation ul li.menu-item-logo {
    flex-grow: 1;
    text-align: center;
    display: flex;
    align-items: center
}

.navi-items-space-between .logowrap.logo-img, .navi-items-space-between .logowrap.text-logo {
    margin: 0 auto
}

.header4.navi-items-space-between .logowrap.logo-img {
    margin: 0
}

.header4 .main-navigation > ul {
    text-align: right
}

.header4 .main-navigation ul li {
    padding: 0 0 0 36px
}

.main-navigation ul li a {
    display: inline-flex;
    vertical-align: middle;
    line-height: inherit
}

.main-navigation ul li .site-title a {
    display: block
}

.main-navigation .sub-menu {
    padding-top: 12px;
    padding-bottom: 12px
}

    .main-navigation .sub-menu .sub-menu {
        margin-top: -12px
    }

.main-navigation .sub-menu, .main-navigation .children {
    float: left;
    text-align: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    visibility: hidden;
    opacity: 0
}

.main-navigation li:hover > .sub-menu, .main-navigation li:hover > .children {
    opacity: 1;
    visibility: visible
}

.main-navigation .chevron-down {
    box-sizing: border-box;
    position: relative;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}

    .main-navigation .chevron-down:after {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        width: 6px;
        height: 6px;
        border-bottom: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
        left: 5px;
        //top:2.5px;
        top: calc(50% - 5px);
        opacity: .7
    }

.main-navigation ul:not(.sub-menu) li.menu-item-has-children {
    padding-right: 34px
}

.header4 .main-navigation ul:not(.sub-menu) li.menu-item-has-children {
    padding-right: 12px
}

.main-navigation ul.sub-menu li, .main-navigation ul.children li {
    display: block;
    white-space: normal;
    padding: 0 18px
}

    .main-navigation ul.sub-menu li a, .main-navigation ul.children li a {
        line-height: 1.5em;
        vertical-align: middle;
        padding: 14px 0
    }

.main-navigation ul ul ul {
    left: -999em;
    top: 0
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%
}

.main-navigation ul.sub-menu > li:before, .main-navigation ul.children > li:before {
    content: "";
    height: 0;
    position: absolute;
    width: 12px;
    margin-bottom: 0;
    bottom: 0
}

.main-navigation ul.sub-menu > li:before, .main-navigation ul.children > li:before {
    border-bottom: 1px solid #444
}

.main-navigation ul.sub-menu > li:last-child:before, .main-navigation ul.children > li:last-child:before {
    border-bottom: 0
}

.header1 .header-wrap {
    padding-bottom: 0
}

.main-navigation ul.menu-logo-centered {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.menu-logo-centered .menu-item-logo {
    padding-top: 0;
    padding-bottom: 0
}

.main-navigation ul.menu-logo-centered > li.menu-item:nth-child(2) {
    padding-left: 0
}

.main-navigation ul.menu-logo-centered > li.menu-item:last-child {
    padding-right: 0
}

.main-navigation ul.menu-logo-centered li a {
    vertical-align: bottom;
    padding: 0
}

.main-navigation ul.menu-logo-centered ul.sub-menu li a, .main-navigation ul.menu-logo-centered ul.children li a {
    padding-bottom: 14px
}

.main-navigation ul ul a {
    width: 200px
}

.main-navigation ul.menu-logo-centered ul.sub-menu li {
    padding: 0 18px 0
}

    .main-navigation ul.menu-logo-centered ul.sub-menu li a {
        padding: 14px 0
    }

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 24px 0 0;
    overflow: hidden;
    width: 100%
}

.nav-links {
    display: flex
}

.nav-previous {
    display: block;
    text-align: left
}

.navi-wrap-responsive a {
    padding: 8px 60px 8px 0
}

.navi-wrap-responsive {
    padding: 0 24px 24px;
    display: none
}

    .navi-wrap-responsive ul {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0
    }

        .navi-wrap-responsive ul.responsive-menu {
            margin: 0
        }

    .navi-wrap-responsive .menu-item-has-children .sub-menu {
        display: none
    }

    .navi-wrap-responsive .menu-item {
        list-style: none;
        border-top: 1px solid rgba(200,200,200,.3)
    }

        .navi-wrap-responsive .menu-item.menu-item-has-children {
            position: relative
        }

            .navi-wrap-responsive .menu-item.menu-item-has-children:after {
                content: "\e680";
                font-family: 'Pe-icon-7-stroke';
                white-space: nowrap;
                font-weight: 700;
                font-size: 1.3em;
                margin-top: 12px;
                position: absolute;
                top: 0;
                right: -6px;
                cursor: pointer
            }

            .navi-wrap-responsive .menu-item.menu-item-has-children:after {
                transition: transform .5s;
                transform-origin: 50% 50%
            }

            .navi-wrap-responsive .menu-item.menu-item-has-children.open:after {
                transform: rotate(45deg);
                transform-origin: 50% 50%
            }

    .navi-wrap-responsive .menu-item {
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 1.5em;
        font-weight: 700;
        margin-top: 12px;
        padding-top: 12px
    }

    .navi-wrap-responsive .sub-menu .menu-item a {
        text-transform: none;
        letter-spacing: 0;
        font-weight: 600;
        font-size: .9rem;
        letter-spacing: .2px
    }

#toggle {
    width: 30px;
    height: 22px;
    cursor: pointer;
    position: relative;
    z-index: 999999
}

    #toggle div.bar, #toggle div.bar:before, #toggle div.bar:after {
        width: 100%;
        height: 4px;
        background: #101020;
        border-radius: 1px
    }

    #toggle div.bar {
        position: relative;
        transform: translateY(9px);
        transition: all .3s .3s ease
    }

        #toggle div.bar:before {
            content: " ";
            position: absolute;
            bottom: 9px;
            transition: bottom .3s .3s ease,transform .3s ease
        }

        #toggle div.bar:after {
            content: " ";
            position: absolute;
            top: 9px;
            transition: top .3s .3s ease,transform .3s ease
        }

        #toggle div.bar.animate {
            background: rgba(255,255,255,0)
        }

            #toggle div.bar.animate:after {
                top: 0;
                transform: rotate(45deg);
                transition: top .3s ease,transform .3s .3s ease
            }

            #toggle div.bar.animate:before {
                bottom: 0;
                transform: rotate(-45deg);
                transition: bottom .3s ease,transform .3s .3s ease
            }

.notransition {
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

html, body {
    height: 100%
}

body {
    overflow-x: hidden
}

    body.custom-background.ismobile.nomobilebg {
        background-image: none
    }

#header-standard {
    display: block
}

#header-responsive {
    display: none
}

#header {
    z-index: 9999;
    position: relative
}

    #header.stickytop:not(.transparent-header), #header.stickytop.transparent-header.stuck {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 9999
    }

.logged-in #header.stickytop:not(.transparent-header), .logged-in #header.stickytop.transparent-header.stuck {
    top: 32px
}

.header1 .header-wrap {
    max-width: 100%
}

.topbar-content {
    padding: 3px 48px;
    min-height: 42px
}

.header-wrap {
    padding: 0 48px
}

.logo-left a {
    text-align: left
}

.topbar-content {
    font-size: 16px;
    line-height: 16px
}

    #topbar, .topbar-content .socialicons {
        height: 36px
    }

.topbar-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%
}

    .topbar-content.is-wrapped, .topbar-content.right.is-wrapped {
        justify-content: center
    }

    .topbar-content.left .topbar-left {
        display: none
    }

    .topbar-content.right {
        justify-content: flex-end
    }

    .topbar-content.center .topbar-center, .topbar-content.center .topbar-right {
        margin-left: initial
    }

.topbar-right {
    display: flex;
    justify-content: flex-end;
    height: 100%
}

.topbar-content.center.is-wrapped .topbar-left {
    width: 0
}

.topbar-content i {
    font-size: 16px
}

header .socialicons, .topbar-content .searchbutton, #topbar .nav-icon-wrap {
    display: flex;
    align-items: center
}

.topbar-text-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%
}

.topbar-text {
    padding: 0 18px;
    font-size: .8em;
    flex-shrink: 0
}

    .topbar-text.topbar-hours {
        max-width: 100%
    }

    .topbar-text.topbar-more {
        max-width: 100%
    }

.topbar-content.left .topbar-text {
    padding: 0 36px 0 0
}

.topbar-content.right .topbar-text-wrap {
    margin-right: 16px
}

.topbar-text:last-child, .topbar-content.left .topbar-text:last-child {
    padding-right: 0
}

.topbar-text:first-child {
    padding-left: 0
}

.topbar-text i {
    margin-right: 4px;
    font-size: 1.2em;
    vertical-align: middle;
    margin-bottom: 1px
}

    .topbar-text i.fa-map-marker {
        margin-right: 0
    }

    .topbar-text i.fa-mobile-alt {
        margin-right: 5px
    }

header.transparent-header #header-regular, header.transparent-header #header-responsive {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: 0 0
}

.has-transparent-header header.entry-header {
    display: none
}

.has-transparent-header .section-blog header.entry-header {
    display: block
}

.header-wrap {
    margin-top: 24px;
    margin-bottom: 24px
}

.logo-responsive {
    display: none
}

.header-wrap1 .logowrap.logo-img {
    margin: 0 auto
}

.header4 .header-wrap1 {
    display: none
}

.header2 .header-wrap1 {
    margin-bottom: 12px
}

.header2 .header-wrap {
    margin-top: 24px;
    margin-bottom: 13px
}

.header2 .header-wrap2 {
    margin-bottom: 36px;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between
}

    .header2 .header-wrap2 .main-navigation ul li {
        padding-top: 12px
    }

#header-regular .sub-menu li:first-child, #header-regular .header2 .header-wrap2 .main-navigation ul.sub-menu li:first-child {
    padding-top: 0
}

.header4 .header-wrap2 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header4 .nav-wrap {
    align-self: center
}

.header-wrap2 .logo-left {
    display: none
}

.header4 .header-wrap2 .logo-left {
    display: block;
    flex-grow: 1;
    flex-shrink: 0
}

    .header4 .header-wrap2 .logo-left img {
        display: block
    }

.header-wrap2 .main-navigation, .header-wrap5 .main-navigation {
    display: none
}

.header1 .header-wrap2 .main-navigation, .header2 .header-wrap2 .main-navigation {
    display: block
}

.header4 .header-wrap2 .main-navigation {
    display: inline-block
}

.header2 .header-wrap2 .nav-left, .header2 .header-wrap2 .nav-right {
    flex-basis: 15%
}

.header2.socialpos-h2-logoleft .header-wrap2 .spaceholder, .header2.searchpos-h2-logo .header-wrap2 .spaceholder, .header2.cartpos-h2-logoright .header-wrap2 .spaceholder {
    flex-basis: 15%
}

.header2 .socialpos-h2-logoleft .header-wrap2 .nav-wrap, .header2 .socialpos-h2-logoright .header-wrap2 .nav-wrap, .header2 .searchpos-h2-logo .header-wrap2 .nav-wrap {
    flex-basis: 70%
}

.header-wrap2 .nav-left {
    display: flex
}

.header-wrap2 .nav-right {
    display: flex;
    justify-content: flex-end
}

.header-wrap2 .searchbutton {
    text-align: right;
    margin-left: 36px;
    display: flex;
    align-items: center
}

header .social-wrap {
    width: auto;
    margin: 0;
    overflow: hidden;
    float: right;
    flex-shrink: 0
}

header #header-regular .social-wrap {
    padding-left: 18px
}

header #header-regular.header4 .social-wrap {
    padding-left: 36px
}

header #header-regular .header-wrap2 .nav-left .social-wrap {
    padding-left: 0
}

header #header-regular .logo-left .social-wrap {
    float: left;
    padding-left: 0
}

header .socialicons {
    float: none;
    left: auto;
    overflow: hidden;
    height: 100%
}

    header .socialicons li {
        float: left;
        right: auto
    }

.topbar-content .socialicons li {
    padding-left: 18px
}

.header-wrap2 .socialicons li {
    padding: 0 18px 0 2px
}

.header-wrap2 .navi-right .socialicons li {
    padding: 0 2px 0 18px
}

.header4 .header-wrap2 .socialicons li:last-child {
    padding-right: 0
}

.cart-icon-wrap {
    margin-left: 18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0
}

    .cart-icon-wrap:empty {
        display: none
    }

.cart-contents, .account-icon {
    margin-left: 18px
}

.topbar .cart-icon-wrap {
    height: 36px
}

.cart-contents:before {
    font-family: "Font Awesome 6 Free";
    content: "\f290";
    font-weight: 900;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 1.1em
}

.cart-contents:hover {
    text-decoration: none
}

.cart-contents-count {
    padding: 2px 4px;
    border-radius: 99px;
    font-size: 9px;
    line-height: 1;
    vertical-align: text-top;
    font-weight: 700;
    font-family: sans-serif
}

#topbar .cart-contents-count {
    font-weight: 400
}

#header-responsive .header-left, #header-responsive .header-right, #header-responsive .topbar-left, #header-responsive .topbar-right {
    flex: 0 0 72px
}

#header-responsive .social-wrap {
    width: 100%
}

#header-responsive .socialicons {
    justify-content: center;
    text-align: center
}

#header-responsive .topbar-content .socialicons li {
    padding: 0 9px
}

#header-responsive .header-wrap {
    padding: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0
}

#header-responsive i.icon-search {
    margin-top: -2px;
    font-size: 24px;
    float: right
}

#header-responsive .cart-contents:before {
    margin-top: -2px;
    font-size: 24px
}

#header-responsive .cart-contents-count {
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1
}

#header-responsive .cart-icon-wrap {
    margin-left: 0;
    width: auto;
    float: right
}

#header-responsive .cartaccount-wrap {
    display: flex;
    justify-content: flex-end
}

#header-responsive a.account-icon {
    padding-top: 6px
}

#header-responsive .cartaccount-wrap .cart-contents:before, #header-responsive a.account-icon {
    font-size: 22px
}

#header-responsive .cart-contents {
    margin-left: 14px
}

#header-responsive i.toggle-nav {
    font-size: 30px
}

.topbar-content .searchbutton {
    margin: 0 0 0 36px;
    height: 36px
}

#search-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: none
}

    #search-overlay .searchform {
        background: 0 0;
        border-bottom: 2px solid
    }

    #search-overlay .search-close {
        position: absolute;
        right: 0;
        font-size: 90px;
        padding: 12px
    }

    #search-overlay .search-content-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%
    }

    #search-overlay .search-content {
        max-width: 700px;
        margin: 0 auto
    }

    #search-overlay form {
        margin: 24px 0 0;
        padding: 0
    }

    #search-overlay input {
        background: 0 0;
        outline: none;
        border: none;
        height: initial;
        font-size: 3em;
        font-weight: 600;
        padding: 0;
        margin: 0;
        text-align: center
    }

input[type=search] {
    -webkit-appearance: none
}

#search-overlay ::-webkit-input-placeholder {
    text-align: center
}

#search-overlay ::-moz-placeholder {
    text-align: center
}

#search-overlay :-ms-input-placeholder {
    text-align: center
}

#search-overlay :-moz-placeholder {
    text-align: center
}

#search-overlay .search-content p {
    text-align: center;
    margin: 0;
    padding: 24px
}

.site-content, .footer-widget-area {
    max-width: 100%;
    width: 1248px;
    margin: 0 auto
}

.single .site-content.fullwidth, .single .site-content.fullwidth-narrow, .single .site-content.fullscreen, .single .site-content.inactive-sidebar {
    width: 100%;
    margin-top: 0
}

    .single .site-content.fullwidth .blog-content-wrap, .single .site-content.fullwidth .blog-bottom, .single .site-content.inactive-sidebar .blog-content-wrap, .single .site-content.inactive-sidebar .blog-bottom {
        width: 1248px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto
    }

.inactive-sidebar #primary.has-sidebar .blog-content-wrap, .inactive-sidebar #primary.sidebar-below-title .blog-content-wrap, .inactive-sidebar #primary.sidebar-below-thumb .blog-content-wrap, .inactive-sidebar.sidebar-below-title .entry-header, .inactive-sidebar.sidebar-below-thumb .entry-header, .inactive-sidebar .blog-bottom, .inactive-sidebar #primary.has-sidebar .blog-bottom {
    margin-right: auto;
    margin-left: auto;
    width: 876px;
    max-width: 100%
}

.site-content.narrow, p.narrow, .wp-block-group.narrow, .search .site-main {
    width: 700px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

    .wp-block-group.narrow .wpcf7 {
        max-width: 580px;
        margin: 0 auto
    }

.footer-widget-area {
    padding: 24px 0
}

.single .site-content.fullscreen {
    max-width: 100%;
    width: 100%
}

.single .site-content.fullwidth-narrow .blog-content-wrap, .single .site-content.fullwidth-narrow .blog-bottom {
    width: 760px;
    max-width: 100%;
    margin: 0 auto
}

.container {
    display: flex;
    flex-direction: row
}

.blog .container, .archive .container {
    padding-bottom: 24px
}

#primary {
    width: 100%
}

    #primary.has-sidebar {
        max-width: calc(100% - 348px - 24px);
        margin-right: 24px
    }

        #primary.has-sidebar.inactive-sidebar {
            margin-right: auto;
            margin-left: auto
        }

    #primary.sidebar-below-title, #primary.sidebar-below-thumb {
        max-width: calc(100% - 348px - 24px);
        margin-right: 24px
    }

.inactive-sidebar #primary.has-sidebar, .inactive-sidebar #primary.sidebar-below-title, .inactive-sidebar #primary.sidebar-below-thumb, .inactive-sidebar .entry-header {
    max-width: 100%;
    margin-right: 0
}

.right-sidebar {
    position: relative;
    max-width: 348px;
    flex: 0 0 348px
}

.left-sidebar {
    position: relative;
    max-width: 300px;
    flex: 0 0 300px
}

.header-screen-reader-text {
    width: 100%
}

.blog-top {
    max-width: 100%
}

.site-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0
}

.single .site-content {
    margin-top: 42px;
    margin-top: 24px
}

.sidebar-below-title .site-main, .sidebar-below-thumb .site-main {
    padding: 30px 0
}

.fullwidth-overlay .site-main {
    padding: 0 0 30px
}

.sidebar-below-thumb .site-main {
    padding: 0
}

.site-main.no-padding-top {
    padding-top: 0
}

.site-main.no-padding-bottom {
    padding-bottom: 0
}

.blog .site-main, .archive .site-main {
    padding: 24px 0
}

.blog .post, .archive .post, .search .post, .search .page {
    padding: 24px;
    margin-bottom: 24px
}

.post:last-of-type {
    margin-bottom: 0
}

.entry-header {
    text-align: center
}

    .entry-header.hide-title {
        display: none
    }

.tnail.video-overlay a {
    position: relative;
    display: table-cell
}

.entry-header.overlay .overlay-content {
    padding-left: 24px;
    padding-right: 24px
}

.page-content, .blog .entry-content, .entry-summary {
    margin: 40px 0 0;
    word-break: break-word
}

.entry-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 36px
}

    .entry-footer .entry-footer-item {
        width: 33.33%
    }

.post-date.pretty-date {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    font-weight: 700
}

.d {
    display: inline-block;
    font-size: 49px;
    line-height: 49px;
    margin-bottom: -5px;
    vertical-align: bottom
}

.date-right {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: -2px
}

.m {
    display: block;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 21px;
    margin-top: -4px
}

.y {
    display: block;
    font-size: 17px;
    line-height: 18px;
    margin-top: 3px
}

.post-tags {
    max-width: 50%;
    margin-top: 14px
}

.post-tag {
    display: inline-block;
    margin: 8px 4px 0 0;
    padding: 4px 18px;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    vertical-align: bottom;
    line-height: 19px
}

.post-share {
    text-align: right
}

.entry-content .post-share a, .entry-content .post-share a:link {
    border: none
}

.share-text {
    display: inline;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: right;
    vertical-align: bottom
}

.post-share i {
    padding-left: 8px;
    font-size: 17px;
    vertical-align: bottom
}

.divider {
    clear: both;
    display: block;
    padding-top: 29px;
    margin-bottom: 22px;
    width: 40px;
    border-bottom: 2px solid #ddd;
    margin-left: auto;
    margin-right: auto
}

.categories {
    line-height: 1em;
    margin-bottom: 12px
}

.entry-meta .categories {
    margin-bottom: 0;
    margin-top: 0
}

.categories a {
    line-height: 1em;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    display: inline-block;
    padding: 0
}

.entry-header .categories a, .content-box .categories a {
    font-size: .74em;
    padding: 0 8px 2px
}

article:not(.has-post-thumbnail) .tnail-meta-wrap {
    padding-bottom: 18px
}

    article:not(.has-post-thumbnail) .tnail-meta-wrap.no-archive-meta {
        display: none
    }

.tnail-meta-wrap {
    padding-bottom: 6px
}

.has-post-thumbnail .entry-meta-wrap, .format-video .entry-meta-wrap {
    max-width: 80%;
    margin: -15px auto 0
}

.container.list-layout .has-post-thumbnail .entry-meta-wrap, .container.list-layout .format-video .entry-meta-wrap {
    max-width: 100%;
    margin: 0
}

.has-post-thumbnail .entry-meta, .format-video .entry-meta {
    position: relative;
    overflow: auto
}

.entry-meta {
    display: inline-block;
    font-weight: 400
}

    .entry-meta:empty, .tnail-meta-wrap:empty {
        display: none
    }

.entry-meta-single {
    margin-top: 18px;
    margin-bottom: 12px
}

.overlay-content .entry-meta-single {
    margin-bottom: 0
}

.entry-meta-bgcolor {
    padding: 4px 12px;
    min-width: 120px
}

    .entry-meta-bgcolor .post-info .serif-italic {
        opacity: .7
    }

.entry-meta-wrap {
    margin: 12px auto 0;
    text-align: center
}

.post-info, .wp-block-latest-posts__post-date, .widget_recent_entries span {
    display: inline-block;
    text-transform: uppercase;
    font-style: normal;
    padding: 0 6px;
    font-weight: 500
}

.wp-block-latest-posts__post-date {
    padding: 0
}

.wpp-list .post-stats span {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 2px
}

.post-info .serif-italic {
    text-transform: none;
    letter-spacing: 1px
}

.post-info-comment i {
    padding-right: 2px
}

.socialicons {
    margin: 0;
    position: relative;
    display: flex
}

.topbar .socialicons {
    align-items: center
}

#footer .footer-sidebar-wrap.center .socialicons, .right-sidebar.center .social_widget .socialicons {
    justify-content: center
}

#footer .footer-sidebar-wrap.left .socialicons {
    justify-content: initial
}

#footer .footer-sidebar-wrap.right .socialicons {
    justify-content: flex-end
}

.socialicons li {
    list-style-type: none;
    margin: 0;
    display: inline;
    position: relative
}

.post-list.sticky {
    position: relative
}

.post.sticky:before {
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.em;
    font-weight: 700;
    text-align: center;
    content: "\f08d";
    margin-bottom: 22px;
    line-height: 17px
}

.list-layout article.sticky {
    padding-top: 60px
}

.post-list.post.sticky:before {
    position: absolute;
    top: 24px
}

.updated:not(.published) {
    display: none
}

.page-links {
    clear: both;
    margin: 0;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: 2px
}

footer .social-footer {
    background: #fff;
    padding: 19px 24px;
    text-align: center;
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: 1px
}

footer .social-wrap li {
    padding: 0 18px;
    white-space: nowrap
}

footer .footer-sidebar-wrap.center .socialicons {
    justify-content: center
}

footer .footer-sidebar-wrap.right .socialicons {
    justify-content: flex-end
}

footer .socialicons li {
    display: inline-block
}

social-label {
    text-transform: uppercase;
    font-size: .6em;
    letter-spacing: 1px;
    padding-left: 2px
}

footer .social-wrap i {
    font-size: 20px;
    line-height: 1.5em;
    vertical-align: middle
}

.footer-widget-area {
    display: flex;
    justify-content: center
}

.footer-sidebar {
    width: 33.33%;
    padding: 24px
}

aside#sidebar-footer1 {
    margin-right: 12px
}

aside#sidebar-footer2 {
    margin: 0 12px
}

aside#sidebar-footer3 {
    margin-left: 12px
}

.footer-logo {
    box-sizing: border-box;
    display: flex
}

.footer-info-middle .footer-logo {
    justify-content: center
}

.footer-info-right .footer-logo {
    justify-content: flex-end
}

.footer-logo img {
    display: block
}

.footer-info-wrap {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.footer-info {
    width: 33.33%
}

.footer-info-left {
    text-align: left;
    margin: 0 12px 0 60px;
    padding-left: 0
}

.footer-info-middle {
    text-align: center;
    margin: 0 12px
}

.footer-info-right {
    text-align: right;
    margin: 0 60px 0 12px;
    padding-right: 0
}

.tnail {
    overflow: hidden
}

.tnail-zoom-wrap {
    overflow: hidden;
    transition: all .6s ease-in-out;
    width: 100%;
    height: 100%
}

    .tnail-zoom-wrap:hover {
        transform: scale(1.05);
        cursor: pointer
    }

.tnail img {
    width: 100%;
    display: block
}

.post-standard {
    width: 100%
}

    .post-standard .tnail {
        margin-top: 20px
    }

    .post-standard .entry-content {
        margin-top: 24px;
        margin-bottom: 24px
    }

.post-list {
    display: flex;
    width: 100%
}

    .post-list .tnail {
        margin: 0 48px 0 0;
        flex: 0 0 40%
    }

    .post-list .entry-wrap {
        width: 100%;
        display: flex
    }

    .post-list.even-style .entry-wrap {
        overflow: hidden
    }

    .post-list .entry-inner {
        width: 100%
    }

    .post-list .entry-header, .post-list .entry-meta-wrap {
        text-align: left
    }

    .post-list .categories a {
        padding-left: 0
    }

    .post-list .entry-meta {
        margin-top: 14px
    }

    .post-list .post-info {
        padding: 0 8px
    }

    .post-list .entry-content {
        margin-top: 18px
    }

    .post-list .post-share {
        text-align: inherit;
        margin-top: 8px
    }

    .post-list .button.button-more {
        margin-bottom: 12px
    }

article.post-list.even-style:nth-child(even) .tnail {
    order: 2;
    margin: 0 0 0 48px
}

    article.post-list.even-style:nth-child(even) .tnail img {
        float: right
    }

article.post-list.even-style:nth-child(even) .entry-wrap, article.post-list.even-style:nth-child(even) .entry-header, article.post-list.even-style:nth-child(even) .entry-meta-wrap {
    text-align: right
}

article.post-list.even-style:nth-child(even) .categories a {
    padding-left: 8px;
    padding-right: 0
}

article.post-list.even-style:nth-child(even).post.sticky:before {
    right: 24px
}

.post-grid {
    flex-basis: calc(33.33% - 16px);
    width: 33.33%
}

.two-items .post-grid {
    flex-basis: calc(50% - 12px);
    width: 50%
}

.has-sidebar .post-grid {
    flex-basis: calc(50% - 12px);
    width: 50%
}

.post-grid .categories {
    margin-top: 22px
}

.post-grid .entry-content {
    margin-top: 0
}

.post-grid .entry-text {
    margin-top: 18px
}

.post-grid .entry-meta span.post-info {
    padding-right: 8px;
    padding-left: 8px
}

.post-grid .post-share {
    text-align: center;
    margin-top: 12px
}

.site-main.masonry {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: -12px
}

.masonry-item {
    flex-basis: calc(33.33% - 16px);
    width: 33.33%;
    padding: 12px
}

.two-items .masonry-item {
    flex-basis: calc(50% - 12px);
    width: 50%
}

.has-sidebar .masonry-item {
    flex-basis: calc(50% - 12px);
    width: 50%
}

.post-masonry .tnail {
    margin: 0
}

.post-masonry .entry-meta-wrap {
    padding: 24px 24px 0
}

.post-masonry.has-post-thumbnail .entry-meta-wrap {
    max-width: 90%;
    margin: -39px auto 0
}

.post-masonry .entry-title, .post-masonry .categories {
    padding: 0 24px
}

.post-masonry .categories {
    margin-top: 24px
}

.post-masonry .entry-content {
    padding: 0;
    margin-top: 0
}

.post-masonry .entry-text {
    margin-top: 24px
}

.post-masonry .entry-meta span.post-info {
    padding-right: 12px
}

.post-masonry .post-share {
    text-align: center;
    margin-top: 18px
}

.single .site-main {
    display: block;
    padding-bottom: 0;
    padding-top: 0
}

.single .entry-content {
    margin-top: 31px
}

.single .site-content.fullwidth-overlay .entry-content {
    margin-top: 0
}

.single .site-content.has-sidebar .site-main {
    padding-top: 0
}

.single .floating-right .entry-content {
    clear: left
}

.single .floating-left .entry-content {
    clear: right
}

.single #content.standard #primary.sidebar-below-thumb .entry-content {
    margin-top: -9px
}

.entry-header.overlay {
    min-height: 720px;
    position: relative
}

    .entry-header.overlay.hide-thumb {
        display: none
    }

.overlay .image-fullbg {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    box-sizing: border-box;
    position: absolute !important;
    z-index: auto;
    background-attachment: fixed;
    background-position: center center;
    overflow: hidden
}

.overlay.ismobile .image-fullbg {
    background-attachment: initial
}

.color-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.entry-header.entry-header-top {
    padding: 24px
}

.single .site-content.sidebar-below-title .entry-header.entry-header-top {
    padding-bottom: 6px
}

.tnail.tnail-top {
    padding: 0
}

.floating-right #primary .tnail {
    float: right;
    padding-bottom: 24px;
    padding-left: 24px;
    width: 50%
}

.floating-right .entry-header {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 24px
}

.floating-left #primary .tnail {
    float: left;
    padding-bottom: 24px;
    width: 50%;
    padding-right: 24px
}

.floating-left .entry-header {
    float: right;
    width: 50%;
    text-align: left
}

.floating-left.hide-thumb .entry-header, .floating-right.hide-thumb .entry-header {
    float: none;
    width: 100%;
    text-align: center;
    padding-right: 0
}

.floating-right .categories a, .floating-left .categories a {
    padding: 0 24px 0 0
}

.floating-right h1, .floating-left h1, .floating-right h2, .floating-left h2, .floating-right h3, .floating-left h3, .floating-right h4, .floating-left h4, .floating-right h5, .floating-left h5, .floating-right h6, .floating-left h6 {
    clear: none
}

.blog-content-wrap {
    width: 100%;
    padding: 24px;
    padding-top: 48px
}

.single .sidebar-below-title .blog-content-wrap {
    padding-top: 0
}

.single .blog-content-wrap {
    padding-top: 24px
}

.single .site-content.inactive-sidebar .blog-content-wrap {
    padding-top: 63px
}

.single .site-content.inactive-sidebar .entry-header.entry-header-top {
    padding-top: 90px
}

.single .sidebar-below-thumb .blog-content-wrap {
    padding-top: 48px
}

.single .site-content.fullwidth-overlay .blog-content-wrap, .single .site-content.fullwidth .blog-content-wrap {
    padding-top: 66px
}

.single .post {
    width: 100%;
    padding-bottom: 0
}

.featured-image-fullwidth-overlay .right-sidebar {
    margin-top: 0
}

.related-posts {
    width: 100%;
    margin-top: 24px;
    padding: 18px 0 52px;
    margin-bottom: 60px;
    word-break: break-word;
    text-align: center;
    padding: 18px 24px;
    margin-bottom: 0;
    border-bottom: 0
}

.related-articles-wrap {
    display: flex
}

.related.section-title {
    margin-bottom: 22px;
    text-align: center
}

.post.post-related {
    margin-right: 24px;
    padding-bottom: 0;
    text-align: center;
    width: 33.33%
}

.post-related.post-list .post-info {
    padding: 0
}

.post.post-related:first-of-type {
    text-align: left
}

.post.post-related:nth-child(3n) {
    text-align: right
}

.post-related.post-list {
    display: block
}

.post-related:last-of-type {
    margin-right: 0
}

.post-related a {
    border: 0
}

.post-related img {
    margin-bottom: 12px;
    width: 100%
}

.post-navigation.no-prev-post.no-next-post {
    display: none
}

.post-navigation, .site-main .post-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
    width: 100%
}

    .post-navigation.post-navigation-title {
        padding: 0 24px;
        margin-top: 48px
    }

.nav-previous-wrap, .nav-next-wrap {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    width: calc(50% - 12px);
    background: #fff;
    padding: 24px
}

.post-navigation.no-prev-post, .site-main .post-navigation.no-prev-post, .post-navigation.no-next-post, .site-main .post-navigation.no-next-post {
    width: 50%
}

.post-navigation.no-prev-post, .site-main .post-navigation.no-prev-post {
    float: right
}

.no-prev-post .nav-previous-wrap {
    display: none
}

.no-next-post .nav-next-wrap {
    display: none
}

.no-prev-post .nav-next-wrap {
    width: 100%
}

.no-next-post .nav-previous-wrap {
    width: 100%
}

.prev-post-thumb, .next-post-thumb {
    width: 120px;
    flex: 0 0 120px
}

    .prev-post-thumb img, .next-post-thumb img {
        vertical-align: top
    }

.next-post-left, .prev-post-right {
    width: 100%
}

.prev-post-thumb {
    float: left;
    margin-right: 24px
}

.next-post-thumb {
    float: right;
    margin-left: 24px
}

.post-nav-top-text, h3.post-nav-top-text {
    display: block;
    margin-bottom: 20px;
    margin-right: -2px
}

.nav-previous, .nav-next {
    width: 100%;
    display: flex;
    font-weight: 400
}

.nav-previous-wrap .post-nav-top-text, .nav-previous {
    text-align: left
}

.nav-next-wrap .post-nav-top-text, .nav-next {
    text-align: right
}

.archive-page-header {
    text-align: center;
    width: 100%
}

.category-header.overlay {
    min-height: 600px;
    position: relative;
    margin: 0;
    padding: 0
}

.overlay .category-image-fullbg {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    box-sizing: border-box;
    position: absolute !important;
    z-index: auto;
    background-position: center center;
    overflow: hidden
}

.archive-page-title {
    margin: 0
}

article.page {
    padding: 0 60px;
    width: 100%
}

.page-fullbg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center
}

    .page-fullbg .container {
        margin: 0 auto
    }

    .page-fullbg .entry-content {
        padding: 24px
    }

.search .site-main {
    padding-top: 24px
}

.search-title {
    text-align: center;
    width: 100%
}

.search .tnail {
    padding-bottom: 24px
}

.search article {
    border-top: 1px solid rgba(150,150,150,.3);
    padding: 26px 60px 30px;
    width: 100%
}

.search .post-share {
    display: none
}

.search .entry-header {
    text-align: left
}

.search .entry-title {
    font-weight: 700;
    font-size: 1.3em
}

.search .entry-text {
    word-break: break-word;
    margin-top: 24px
}

.search a.more-link {
    line-height: 1em;
    margin-top: 24px;
    text-align: left
}

.search .button.button-more.button-regular {
    background: 0 0;
    padding: 0
}

.search .woocommerce {
    padding: 24px;
    overflow: hidden
}

.not-found {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 120px 0 180px;
    padding: 24px
}

.search .not-found {
    margin-top: 0
}

.nothingfound-title {
    font-weight: 300;
    margin: 0 0 24px;
    display: block
}

.search .nothingfound-title {
    font-size: 1.6em
}

.not-found .searchform {
    max-width: 400px;
    margin: 48px auto 0;
    display: flex
}

.not-found input.search-field, .not-found input.search-field[type=search] {
    padding: 0
}

.not-found button.button-searchform {
    margin-left: 12px
}

p.question {
    padding: 12px 24px;
    margin: 0
}

p.answer {
    padding: 0 24px 24px;
    margin: 0
}

.question {
    cursor: pointer;
    display: block;
    outline: none;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(200,200,200,.3)
}

    .question:first-of-type {
        border: none
    }

    .question:before {
        background: #101020;
        content: '';
        height: 3px;
        margin-right: 37px;
        position: absolute;
        left: 0;
        top: 26px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        width: 14px
    }

    .question:after {
        background: #101020;
        content: '';
        height: 3px;
        margin-right: 37px;
        position: absolute;
        left: 0;
        top: 26px;
        width: 14px
    }

    .question.active:before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .question.active h2, .question:focus h2 {
        position: relative
    }

.answer {
    display: none;
    overflow: hidden
}

.wp-block-group.has-background {
    padding: 24px 24px 1px;
    margin-bottom: 24px
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 34px
}

.has-huge-font-size {
    font-size: 42px
}

.wp-block-pullquote blockquote {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: .5em
}

.wp-block-quote {
    border-left: none;
    margin: 0;
    quotes: "" "";
    font-style: italic;
    font-size: 1.4em;
    line-height: 1.75em;
    padding: 1.2em 30px 1.2em 75px;
    line-height: 1.6
}

.wp-block-column .wp-block-quote {
    margin: 0
}

.wp-block-quote:before {
    font-family: Georgia;
    content: "\201C";
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px
}

.wp-block-quote.has-text-align-right:before {
    right: 10px
}

.wp-block-quote.has-text-align-right {
    padding: 1.2em 75px 1.2em 30px
}

.wp-block-quote:after {
    content: ''
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: uppercase
}

.wp-block-quote p {
    font-size: 1em;
    font-style: italic;
    line-height: 1.6em;
    margin-bottom: 16px;
    font-weight: 500
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 1.2em 30px 1.2em 75px
}

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 1.5em;
        line-height: 1.4em
    }

.wp-block-quote p {
    font-size: 1em;
    font-style: italic;
    line-height: 1.6em
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px
}

.wp-block-quote .wp-block-quote__citation {
    font-style: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 8px
}

.wp-block-pullquote {
    padding: 48px;
    margin: 48px;
    border: 0;
    font-style: italic
}

    .wp-block-pullquote.has-background {
        margin: 0
    }

    .wp-block-pullquote.is-style-solid-color blockquote {
        margin-left: 0;
        margin-right: 0
    }

    .wp-block-pullquote.alignwide {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

    .wp-block-pullquote blockquote {
        margin: 0;
        border: 0;
        padding: 12px 36px 36px
    }

    .wp-block-pullquote.alignwide blockquote {
        padding-left: 0;
        padding-right: 0
    }

    .wp-block-pullquote:not(.is-style-solid-color):before, .wp-block-pullquote:not(.is-style-solid-color):after {
        content: ' ';
        display: block;
        border-top: 3px solid;
        width: 36px
    }

    .wp-block-pullquote:before, .wp-block-pullquote:after, .wp-block-pullquote.aligncenter:before, .wp-block-pullquote.aligncenter:after {
        margin: 0 auto
    }

    .wp-block-pullquote.alignleft:before, .wp-block-pullquote.alignleft:after {
        margin-left: 36px
    }

    .wp-block-pullquote.alignright:before, .wp-block-pullquote.alignright:after {
        margin-right: 36px
    }

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 380px
    }

    .wp-block-pullquote.alignleft {
        text-align: left;
        padding: 0;
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 24px
    }

    .wp-block-pullquote.alignright {
        text-align: right;
        padding: 0;
        margin-right: 0;
        margin-top: 12px;
        margin-bottom: 24px
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            margin-bottom: 12px;
            font-size: 1.5em
        }

    .wp-block-pullquote blockquote p {
        padding-top: 18px;
        margin-top: 0
    }

    .wp-block-pullquote .wp-block-pullquote__citation {
        padding-bottom: 18px
    }

.wp-block-verse {
    font-family: serif;
    font-size: 1em;
    padding: 38px 48px
}

.no-sidebar .entry-content .wp-block-image img, .inactive-sidebar .entry-content .wp-block-image img {
    display: block;
    margin-bottom: 0
}

.no-sidebar .entry-content .wp-block-image, .inactive-sidebar .entry-content .wp-block-image {
    margin-bottom: 36px
}

.no-sidebar .entry-content .alignfull.wp-block-image img, .inactive-sidebar .entry-content .alignfull.wp-block-image img {
    padding: 0
}

.no-sidebar .entry-content .alignwide.wp-block-image img, .inactive-sidebar .entry-content .alignwide.wp-block-image img {
    padding: 24px
}

.wp-block-gallery {
    margin: 0 0 48px
}

    .wp-block-gallery li {
        margin: 0 0 24px
    }

    .wp-block-gallery.columns-2:not(.is-cropped) .blocks-gallery-item, .wp-block-gallery.columns-3:not(.is-cropped) .blocks-gallery-item, .wp-block-gallery.columns-4:not(.is-cropped) .blocks-gallery-item, .wp-block-gallery.columns-5:not(.is-cropped) .blocks-gallery-item, .wp-block-gallery.columns-6:not(.is-cropped) .blocks-gallery-item, .wp-block-gallery.columns-7:not(.is-cropped) .blocks-gallery-item, .wp-block-gallery.columns-8:not(.is-cropped) .blocks-gallery-item {
        margin-right: 0
    }

.entry-content ul.wp-block-gallery > li:before, .comment-text ul.wp-block-gallery > li:before {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 0;
    border-top: 0
}

.comment-text .wp-block-gallery a, .entry-content .wp-block-gallery a, .entry-content .wp-block-gallery a:active, .entry-content .wp-block-gallery a:focus, .entry-content .wp-block-gallery a:link, .textwidget .wp-block-gallery a {
    border: 0
}

.blocks-gallery-item a.links_to_image:before {
    font-family: 'Pe-icon-7-stroke';
    content: "\e657";
    opacity: 0;
    transition: all .2s ease-in-out;
    position: absolute;
    z-index: 999;
    font-size: 21px;
    top: 0;
    right: 0;
    padding: 4px 8px;
    margin: 12px;
    cursor: pointer
}

.blocks-gallery-item:hover a.links_to_image:before {
    opacity: 1
}

.wp-block-audio {
    width: 100%;
    margin-bottom: 24px
}

.no-sidebar .wp-block-audio.alignwide, .no-sidebar .wp-block-audio.alignfull, .inactive-sidebar .wp-block-audio.alignwide, .inactive-sidebar .wp-block-audio.alignfull {
    padding: 24px
}

.wp-block-cover {
    padding: 24px;
    margin-top: 0;
    margin-bottom: 24px
}

    .wp-block-cover p {
        line-height: 1.5em
    }

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    box-sizing: border-box
}

    .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover-text {
        padding: 0;
        max-width: 580px
    }

    .wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
        padding: 0
    }

    .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
        display: flex
    }

.ismobile .wp-block-cover.has-parallax {
    background-attachment: scroll
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 48px
}

.wp-block-media-text__content :last-child {
    margin-bottom: 0
}

.wp-block-media-text__content :first-child {
    margin-top: 0
}

.player {
    max-width: 100% !important
}

.wp-block-video video {
    width: 100%
}

.no-sidebar .wp-block-video.alignwide video, .no-sidebar .wp-block-video.alignfull video, .inactive-sidebar .wp-block-video.alignwide video, .inactive-sidebar .wp-block-video.alignfull video {
    padding-top: 24px;
    padding-bottom: 24px;
    display: block
}

.wp-block-button .wp-block-button__link {
    border-radius: var(--button--border-radius)
}

.wp-block-buttons.aligncenter > .wp-block-button {
    margin: 0 auto
}

.no-sidebar .entry-content .wp-block-columns.alignwide, .no-sidebar .entry-content .wp-block-columns.alignfull, .inactive-sidebar .entry-content .wp-block-columns.alignwide, .inactive-sidebar .entry-content .wp-block-columns.alignfull {
    padding: 16px 24px 0;
    margin-bottom: 24px
}

.wp-block-column:last-child {
    margin-right: 0
}

.wp-block-column:not(:first-child) {
    margin-left: 32px
}

.wp-block-column p.has-background {
    padding: 40px 48px;
    margin-bottom: 24px
}

hr.wp-block-separator {
    box-sizing: content-box;
    height: 0;
    border: 0;
    height: 2px;
    margin-bottom: 48px
}

    hr.wp-block-separator.is-style-dots {
        background-color: transparent
    }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.widget_archive li, .widget_archive li a, .wp-block-archives li, .wp-block-archives li a, .widget_categories li, .widget_categories li a, .wp-block-categories-list li, .wp-block-categories-list li a, .widget_pages li, .widget_pages li a, .widget_recent_comments li, .widget_recent_comments li a, .widget_recent_entries li, .widget_recent_entries li a, .widget_nav_menu li, .widget_nav_menu li a, .widget_meta li, .widget_meta li a {
    font-weight: 500
}

    .widget.widget_categories li span, .widget.widget_archive li span, .wp-block-archives li span, .wp-block-categories-list li span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        font-size: 12px;
        letter-spacing: 0;
        font-weight: 500;
        border-radius: 99px;
        display: inline-block
    }

.widget.widget_meta ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_categories ul li, .widget.widget_archive ul li, .wp-block-archives li, .wp-block-categories-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 6px 0;
    align-items: center
}

.right-sidebar.center .widget.widget_meta ul li, .right-sidebar.center .widget.widget_pages ul li, .right-sidebar.center .widget.widget_nav_menu ul li, .right-sidebar.center .widget.widget_categories ul li, .right-sidebar.center .widget.widget_archive ul li, .right-sidebar.center .wp-block-archives li, .right-sidebar.center .wp-block-categories-list li {
    display: block
}

.widget.widget_recent_comments ul li {
    padding: 6px 0;
    margin: 0
}

.footer-sidebar-wrap.center .widget.widget_meta ul li, .footer-sidebar-wrap.center .widget.widget_pages ul li, .footer-sidebar-wrap.center .widget.widget_nav_menu ul li, .footer-sidebar-wrap.center .widget.widget_categories ul li, .footer-sidebar-wrap.center .widget.widget_archive ul li, .footer-sidebar-wrap.center .wp-block-archives li, .footer-sidebar-wrap.center .wp-block-categories-list li, .footer-sidebar-wrap.center .widget.widget_recent_comments ul li {
    display: block
}

.footer-sidebar-wrap.right .widget.widget_meta ul li, .footer-sidebar-wrap.right .widget.widget_pages ul li, .footer-sidebar-wrap.right .widget.widget_nav_menu ul li, .footer-sidebar-wrap.right .widget.widget_categories ul li, .footer-sidebar-wrap.right .widget.widget_archive ul li, .footer-sidebar-wrap.right .wp-block-archives li, .footer-sidebar-wrap.right .wp-block-categories-list li, .footer-sidebar-wrap.right .widget.widget_recent_comments ul li {
    display: block
}

.footer-sidebar-wrap.justify .widget.widget_meta ul li, .footer-sidebar-wrap.justify .widget.widget_pages ul li, .footer-sidebar-wrap.justify .widget.widget_nav_menu ul li, .footer-sidebar-wrap.justify .widget.widget_categories ul li, .footer-sidebar-wrap.justify .widget.widget_archive ul li, .footer-sidebar-wrap.justify .wp-block-archives li, .footer-sidebar-wrap.justify .wp-block-categories-list li, .footer-sidebar-wrap.justify .widget.widget_recent_comments ul li {
    display: block
}

.widget.widget_pages ul.children, .widget.widget_nav_menu ul.sub-menu, .wp-block-categories-list ul.children {
    margin: 6px 0 0
}

.widget.widget_pages ul.children, .widget.widget_nav_menu ul.sub-menu, .widget.widget_categories ul.children, .wp-block-categories-list ul.children {
    width: 100%;
    margin-top: 6px
}

    .widget.widget_pages ul.children li:last-child, .widget.widget_nav_menu ul.sub-menu li:last-child, .widget.widget_categories ul.children li:last-child, .widget.widget_archive ul.children li:last-child, .wp-block-archives ul.children li:last-child, .wp-block-categories-list ul.children li:last-child {
        width: 100%;
        margin-bottom: -6px
    }

.wp-block-archives {
    margin: 24px 0 60px;
    font-weight: 400
}

    .wp-block-archives li {
        list-style: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: .8em
    }

.wp-block-archives-dropdown {
    margin-bottom: 60px
}

table.wp-calendar-table {
    margin-bottom: 12px
}

.wp-block-calendar {
    margin-bottom: 48px
}

    .wp-block-calendar table {
        margin-bottom: 12px
    }

        .wp-block-calendar table caption {
            padding: 24px;
            font-weight: 700
        }

        .wp-block-calendar table th, .widget_calendar table th {
            background: rgba(200,200,220,.2);
            font-weight: 700
        }

        .wp-block-calendar table th, .wp-block-calendar table td {
            text-align: center;
            padding: 12px
        }

            .wp-block-calendar table td a {
                font-weight: 700
            }

.wp-calendar-nav-prev, .wp-calendar-nav-next {
    font-weight: 500;
    font-size: 1em
}

.wp-calendar-nav-prev {
    float: left
}

.wp-calendar-nav-next {
    float: right
}

.wp-block-categories {
    margin: 24px 0 60px
}

    .wp-block-categories li {
        list-style: none;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: .8rem
    }

.wp-block-latest-comments {
    margin: 0
}

.wp-block-latest-comments__comment, ol li.wp-block-latest-comments__comment {
    font-size: 1em;
    margin-bottom: 24px
}

ol.has-excerpts li.wp-block-latest-comments__comment {
    margin-bottom: 48px
}

.wp-block-latest-comments__comment-author {
    font-size: 1em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700
}

.wp-block-latest-comments__comment-link {
    font-size: 1em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700
}

.wp-block-latest-comments__comment-date {
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: .6em;
    padding: 15px 0
}

.wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment article {
    margin-left: 12px
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 1em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    height: auto;
    width: auto
}

.wp-block-latest-posts.alignwide, .wp-block-latest-posts.alignfull {
    padding: 24px 48px
}

.wp-block-latest-posts {
    margin: 24px 0 60px
}

    .wp-block-latest-posts li {
        list-style: none;
        margin-bottom: 1em
    }

        .wp-block-latest-posts li a {
            text-decoration: none;
            font-size: 1.2em;
            font-weight: 700;
            display: block
        }

.wp-block-latest-posts__post-date, .wp-block-latest-posts__post-author {
    display: block;
    font-size: .7em;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-right: 24px
}

.wp-block-latest-posts__post-excerpt {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-right: 24px
}

.widget_pages ul li {
    margin: 0;
    padding: 0
}

.widget-area:not(.center):not(.right) .widget_pages ul.children li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu li a, .widget-area:not(.center):not(.right) .widget_categories ul.children li a {
    margin-left: 12px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul li a {
    margin-left: 24px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul li a {
    margin-left: 36px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul li a {
    margin-left: 48px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul ul li a {
    margin-left: 60px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul ul ul li a {
    margin-left: 72px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul ul ul ul li a {
    margin-left: 84px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul ul ul ul ul li a {
    margin-left: 96px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul ul ul ul ul ul li a {
    margin-left: 108px
}

.widget-area:not(.center):not(.right) .widget_pages ul.children ul ul ul ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_nav_menu ul.sub-menu ul ul ul ul ul ul ul ul ul li a, .widget-area:not(.center):not(.right) .widget_categories ul.children ul ul ul ul ul ul ul ul ul li a {
    margin-left: 120px
}

.wp-block-tag-cloud {
    margin-bottom: 60px
}

    .wp-block-tag-cloud a {
        padding: 24px;
        display: inline
    }

.wp-block-search {
    margin-bottom: 48px
}

.wp-block-embed {
    margin-bottom: 24px
}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 25px;
    height: 0
}

.alignwide .wp-block-embed__wrapper {
    padding-bottom: 67%
}

.alignfull .wp-block-embed__wrapper {
    padding-bottom: 55%
}

.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-block-embed-youtube.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0
}

.wp-block-embed iframe {
    width: 100%;
    margin: 0 auto
}

.no-sidebar .entry-content .alignwide, .no-sidebar .entry-content .alignfull, .inactive-sidebar .entry-content .alignwide, .inactive-sidebar .entry-content .alignfull {
    width: auto !important;
    max-width: 100vw
}

.no-sidebar .entry-content .alignfull, .inactive-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw/2 + 100%/2);
    margin-right: calc(-100vw/2 + 100%/2)
}

.no-sidebar .entry-content .alignwide, .inactive-sidebar .entry-content .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw)
}

.no-sidebar .entry-content .wp-block-image.alignfull, .no-sidebar .entry-content .wp-block-image.alignwide, .no-sidebar .entry-content .wp-block-gallery-wrap.alignwide, .no-sidebar .entry-content .wp-block-gallery-wrap.alignfull, .no-sidebar .entry-content .wp-block-embed-wrap.alignwide, .no-sidebar .entry-content .wp-block-embed-wrap.alignfull, .inactive-sidebar .entry-content .wp-block-image.alignfull, .inactive-sidebar .entry-content .wp-block-image.alignwide, .inactive-sidebar .entry-content .wp-block-gallery-wrap.alignwide, .inactive-sidebar .entry-content .wp-block-gallery-wrap.alignfull, .inactive-sidebar .entry-content .wp-block-embed-wrap.alignwide, .inactive-sidebar .entry-content .wp-block-embed-wrap.alignfull {
    margin-bottom: 36px
}

.no-sidebar .entry-content .wp-block-cover-image-wrap, .inactive-sidebar .entry-content .wp-block-cover-image-wrap {
    padding: 24px;
    background: #fff
}

.no-sidebar .entry-content .wp-block-embed-wrap, .inactive-sidebar .entry-content .wp-block-embed-wrap {
    background: #fff
}

    .no-sidebar .entry-content .wp-block-embed-wrap.alignfull figure, .inactive-sidebar .entry-content .wp-block-embed-wrap.alignfull figure {
        padding: 24px 0
    }

    .no-sidebar .entry-content .wp-block-embed-wrap.alignwide figure, .inactive-sidebar .entry-content .wp-block-embed-wrap.alignwide figure {
        padding: 24px
    }

.no-sidebar .entry-content .wp-block-gallery-wrap, .inactive-sidebar .entry-content .wp-block-gallery-wrap {
    padding: 24px;
    background: #ffff
}

.no-sidebar .entry-content .wp-block-cover.alignfull, .inactive-sidebar .entry-content .wp-block-cover.alignfull {
    width: 100vw
}

.no-sidebar .entry-content .alignfull .wp-block-cover-image-wrap, .inactive-sidebar .entry-content .alignfull .wp-block-cover-image-wrap {
    padding: 24px 0 1px;
    background: #fff
}

.no-sidebar .entry-content .wp-block-cover-image-outer-wrap, .inactive-sidebar .entry-content .wp-block-cover-image-outer-wrap {
    padding: 24px 0;
    clear: both;
    margin-bottom: 24px
}

.wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, figcaption.blocks-gallery-caption {
    text-align: center
}

.no-sidebar .wp-block-image figcaption, .no-sidebar .wp-block-video figcaption, .no-sidebar .wp-block-embed figcaption, .inactive-sidebar .wp-block-image figcaption, .inactive-sidebar .wp-block-video figcaption, .inactive-sidebar .wp-block-embed figcaption {
    margin-top: 6px;
    line-height: 24px
}

.no-sidebar .wp-block-audio.alignwide figcaption, .no-sidebar .wp-block-audio.alignfull figcaption, .no-sidebar .wp-block-embed figcaption, .inactive-sidebar .wp-block-audio.alignwide figcaption, .inactive-sidebar .wp-block-audio.alignfull figcaption, .inactive-sidebar .wp-block-embed figcaption {
    margin-top: 0;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0
}

.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    letter-spacing: 2px;
    text-transform: uppercase
}

#sidebar-home, #sidebar-archives {
    padding-bottom: 30px;
    margin-top: 24px
}

#sidebar-main {
    padding-bottom: 48px;
    margin-top: 48px
}

.right-sidebar .widgets-wrap {
    padding: 24px;
    margin-bottom: 48px
}

.blog .right-sidebar .widgets-wrap, .archive .right-sidebar .widgets-wrap, .single .right-sidebar .widgets-wrap {
    padding: 0
}

.single .sidebar-below-thumb .widgets-wrap, .single .sidebar-below-title .widgets-wrap {
    margin-top: 24px
}

.right-sidebar .widget, .footer-sidebar .widget {
    margin-bottom: 60px
}

.blog .right-sidebar .widget, .archive .right-sidebar .widget, .single .right-sidebar .widget {
    padding: 24px;
    margin-bottom: 24px
}

    .blog .right-sidebar .widget.widget_recent_entries, .archive .right-sidebar .widget.widget_recent_entries, .single .right-sidebar .widget.widget_recent_entries {
        padding-bottom: 1px
    }

.right-sidebar .widget:last-of-type, .footer-sidebar-wrap .widget:last-of-type {
    margin-bottom: 0
}

.widget-area ul, .widget-area ol {
    margin: 0
}

    .widget-area ul li {
        list-style-type: none;
        margin: 16px 0 0
    }

.widget select {
    width: 100%;
    max-width: 100%;
    font-weight: 500
}

.widget_meta ul, .widget_pages ul, .widget_archive ul, .widget_nav_menu ul, .widget_categories ul, .widget_recent_entries ul span, .widget_product_categories ul, .recentcomments .comment-author-link, .recentcomments a {
    font-size: .73rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400;
    line-height: 1.7em
}

.mc4wp-form {
    background: #f6f6f7;
    padding: 60px;
    text-align: center
}

.content-dark .mc4wp-form {
    background: #1b1b1c
}

.contentboxes-content .mc4wp-form {
    background: 0 0;
    padding: 0
}

.mc4wp-form h1, .mc4wp-form h2, .mc4wp-form h3, .mc4wp-form h4, .mc4wp-form h5, .mc4wp-form h6 {
    margin-top: 12px
}

.mc4wp-form input[type=email] {
    width: 300px;
    max-width: 100%
}

.mc4wp-form .subscribe-text, .mc4wp-form input[type=text] {
    display: block
}

.mc4wp-form input[type=email], .mc4wp-form input[type=submit] {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px
}

.mc4wp-form .subscribe-text {
    margin-bottom: 24px
}

.mc4wp-form input[type=email], .mc4wp-form input[type=text] {
    text-align: center;
    background: 0 0;
    margin-top: 12px
}

.mc4wp-form input[type=submit] {
    margin-top: 12px
}

.widget_mc4wp_form_widget .mc4wp-form {
    background: 0 0;
    padding: 0;
    text-align: center
}

.widget_mc4wp_form_widget .subscribe-text {
    text-align: center
}

.widget_mc4wp_form_widget input[type=text], .widget_mc4wp_form_widget input[type=email], .widget_mc4wp_form_widget input[type=submit] {
    width: 100%
}

.mc4wp-response {
    margin-top: 24px
}

.widget_mc4wp_form_widget {
    padding: 24px
}

.widget_mc4wp_form_widget {
    padding: 40px 24px 24px;
    background: #f6f6f7;
    height: fit-content
}

.widget.facebook_widget, .right-sidebar .widget.facebook_widget, .left-sidebar .widget.facebook_widget {
    width: 270px;
    margin: 0 auto
}

.social_widget .social-wrap {
    text-align: center
}

.social_widget .socialicons li {
    padding: 0 12px
}

.footer-sidebar-wrap.left .social_widget .socialicons li:first-child, .footer-sidebar-wrap.justify .social_widget .socialicons li:first-child {
    padding-left: 0
}

.footer-sidebar-wrap.right .social_widget .socialicons li:last-child {
    padding-right: 0
}

.social_widget .socialicons i {
    font-size: 1.4em;
    line-height: 1.4em
}

.categories_widget .category-header.overlay {
    min-height: 60px;
    position: relative;
    padding: 0
}

.overlay .widget-cat-image {
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-size: cover;
    box-sizing: border-box;
    position: absolute !important;
    z-index: auto;
    background-position: center center;
    overflow: hidden
}

.widget-cat {
    text-align: center
}

    .widget-cat-has-image a, .widget-cat a {
        margin: 0;
        text-transform: uppercase;
        word-break: break-word;
        font-size: .7em;
        letter-spacing: 2px
    }

.widget-cat-has-image .overlay-content {
    padding: 10px 12px;
    font-weight: 500;
    letter-spacing: 2.5px;
    font-size: 1.06em;
    line-height: 1em
}

ul.cats li {
    margin-top: 12px
}

    ul.cats li:first-child {
        margin-top: 0
    }

.featured-post {
    text-align: center
}

    .featured-post .entry-meta-wrap {
        max-width: 80%;
        margin: -15px auto 6px
    }

    .featured-post .entry-meta-bgcolor {
        padding: 8px 12px;
        min-width: 140px
    }

    .featured-post .entry-meta {
        position: relative;
        overflow: auto
    }

    .featured-post .categories a {
        padding: 0 4px;
        line-height: inherit
    }

    .featured-post .categories-top a {
        padding-bottom: 3px;
        font-size: .7em;
        padding: 0
    }

    .featured-post .post-info {
        padding: 0
    }

    .featured-post .categories {
        margin-bottom: 4px
    }

    .featured-post .entry-meta .categories {
        margin-bottom: 0
    }

.widget_meta a, .widget_pages a, .widget_nav_menu a, .widget_archive a, .widget_categories a {
    line-height: 2em
}

.widget_recent_entries ul li {
    margin-bottom: 24px
}

.widget_recent_entries span {
    display: block;
    padding: 0
}

.widget_recent_entries a {
    font-size: 1.2em
}

.widget_recent_comments {
    font-size: .9em
}

    .widget_recent_comments ul li {
        font-style: normal
    }

    .widget_recent_comments ul li, .widget_recent_comments .comment-author-link, .widget_recent_comments .recentcomments a {
        font-style: normal
    }

    .widget_recent_comments ul li {
        margin-bottom: 12px
    }

    .widget_recent_comments .comment-author-link, .widget_recent_comments a {
        font-weight: 700
    }

.recentcomments {
    font-size: .73rem
}

    .recentcomments a {
        padding: 0 6px
    }

.widget_calendar caption {
    font-weight: 500;
    margin-bottom: 12px
}

.widget_calendar #next {
    text-align: right
}

.widget_calendar table th, .widget_calendar table td {
    padding: 6px 12px;
    text-align: center
}

.tagcloud, .wp-block-tag-cloud {
    font-weight: 500
}

    .tagcloud a, .wp-block-tag-cloud a {
        padding: 6px 12px;
        vertical-align: bottom;
        margin: 0 4px 8px 0;
        display: inline-block
    }

        .tagcloud a:before {
            content: '#'
        }

.searchform {
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 4px 18px
}

.search .search-field-label, .search .search-field {
    width: 100%;
    padding: 0 8px
}

input.search-field, input.search-field[type=search] {
    border: none;
    background: 0 0;
    padding: 0;
    font-weight: 600
}

.button.button-searchform {
    width: auto;
    padding: 0;
    height: auto;
    background-color: transparent !important;
    border: none !important
}

    .button.button-searchform:focus {
        outline: none
    }

.searchform label {
    padding-bottom: 0
}

.searchform i {
    font-size: 16px
}

nav#pagination:empty {
    display: none
}

nav#pagination {
    padding: 24px 0;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500
}

.pagination_main i {
    font-size: 14px;
    line-height: 10px
}

.prev.page-numbers, .next.page-numbers {
    display: none
}

.pagination_main span, .pagination_main a, .page-numbers {
    display: block;
    float: left;
    margin-right: 6px;
    padding: 5px 15px;
    text-decoration: none;
    width: auto;
    font-weight: 500
}

.page-links {
    font-size: 14px;
    line-height: 10px;
    padding-top: 24px;
    font-weight: 600
}

.post-page-numbers {
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    font-size: 18px
}

#comments .nav_pagination_bottom {
    margin-top: 60px
}

#comments {
    width: 100%;
    display: inline-block
}

.page #comments {
    margin-left: 36px;
    margin-right: 36px
}

.comment-list-wrap {
    padding: 24px;
    margin-top: 24px;
    width: 100%
}

.comment-list {
    margin: 0
}

    .comment-list .children {
        margin: 0 0 0 24px
    }

    .comment-list li {
        list-style-type: none;
        margin: 24px 0 0
    }

.comment-text p:last-child {
    margin-bottom: 0
}

.single-comment {
    display: flex;
    padding-top: 24px
}

.comment-list > li:first-child > .single-comment {
    border-top: 0
}

.comment-left {
    flex: 0 0 48px;
    margin-right: 24px
}

.pingback .comment-left {
    flex: 0;
    margin-right: 0
}

.comment-body {
    flex: 1 1 auto
}

.comment-right {
    margin-left: 24px
}

.comment-meta cite.fn {
    font-size: 1em;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 700;
    line-height: 1.5em
}

.comment-date {
    line-height: .6em;
    padding: 4px 0 18px;
    font-weight: 500
}

.comment-list-wrap .comment-date {
    line-height: 1.5em
}

.comment-list .bypostauthor .fn, .comment-list li ul.children li.bypostauthor .fn {
    font-weight: 900
}

.content-dark .comment-list .bypostauthor .fn, .content-dark .comment-list li ul.children li.bypostauthor .fn {
    font-weight: 600
}

.reply-button, #cancel-comment-reply-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .7rem;
    font-weight: 700
}

.nav_pagination_bottom {
    margin-top: 48px
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left
}

#respond {
    text-align: center;
    padding: 17px 24px 24px;
    margin-top: 24px
}

.comment-list-wrap #respond.comment-respond {
    padding: 17px 0 0
}

a#cancel-comment-reply-link {
    margin: 24px;
    display: block
}

.comment-form .comment-form-comment label, .comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
    display: block;
    text-align: left
}

.comment-notes {
    display: none
}

.comment-form-comment {
    width: 100%;
    margin-bottom: 0
}

textarea#comment {
    padding: 24px
}

.comment-form-author, .comment-form-email, .comment-form-url {
    flex: 0 1 auto;
    width: 31%
}

    .comment-form-author input, .comment-form-email input, .comment-form-url input {
        max-width: 100%
    }

p.form-submit {
    margin: 12px 0 0;
    width: 100%;
    text-align: right
}

p.no-comments {
    text-align: center;
    padding: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: .7em;
    font-weight: 500
}

p.comment-form-cookies-consent {
    font-size: .8em
}

.comment-form input#wp-comment-cookies-consent {
    vertical-align: middle;
    margin: 0 6px 0 0
}

.comment-subscription-form {
    margin: 0;
    display: block;
    width: 100%;
    text-align: left
}

input#subscribe_comments {
    margin-top: 48px
}

.comment-subscription-form label {
    font-weight: 300
}

button, .button, .button-outline, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer;
    overflow: visible;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: .8rem;
    letter-spacing: 2px;
    border-radius: 0;
    text-decoration: none;
    -webkit-appearance: none;
    word-break: initial;
    white-space: nowrap;
    line-height: inherit;
    border: none;
    padding: 7px 38px;
    font-weight: 600
}

    .button.button-more {
        padding-top: 3px;
        padding-bottom: 3px
    }

.wp-block-button, .wp-block-buttons .wp-block-button {
    z-index: 99;
    position: relative;
    margin-bottom: 12px
}

.wp-block-buttons.aligncenter > .wp-block-button {
    margin: 0 auto
}

.wp-block-button .wp-block-button__link, .wc-block-cart__submit-container .wc-block-components-button__text {
    cursor: pointer;
    overflow: visible;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-size: .7rem;
    letter-spacing: 2px;
    text-decoration: none;
    -webkit-appearance: none;
    word-break: initial;
    white-space: nowrap;
    line-height: inherit;
    border: none;
    padding: 7px 38px
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.button.button-outline {
    padding: 2px 36px;
    border-width: 2px;
    border-style: solid
}

.button-outline, a.button.button-outline, .wp-block-button.is-style-outline .wp-block-button__link {
    background: 0 0;
    padding: 5px 38px;
    border-width: 2px;
    border-style: solid
}

.button-large {
    font-size: .8rem;
    height: 48px;
    line-height: 46px
}

    .button-large.button-outline {
        line-height: 48px
    }

a.more-link {
    display: block;
    text-align: center;
    border: 0 !important;
    line-height: 33px;
    margin-top: 28px
}

.post-standard a.more-link {
    margin-top: 0
}

.post-list a.more-link {
    text-align: inherit
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text], input[type=email], input[type=tel], select, textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none !important
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), select, textarea {
    background-clip: padding-box;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 1rem;
    width: 100%
}

input[type=checkbox] {
    border-radius: 0
}

input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]) {
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem
}

input[type=number] {
    padding-right: 0
}

input[type=submit] {
    height: 3rem
}

select {
    height: 3rem;
    line-height: 3rem;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 1rem top 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="grey" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>') no-repeat right 1rem top 50%;
    background-size: 1rem 1rem;
    max-width: 100%;
    padding: 0 2rem 0 1rem;
    position: relative;
    text-overflow: ellipsis;
    width: 100%;
    background-color: transparent
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0
}

select[multiple] {
    height: auto;
    background: 0 0;
    padding-top: 16px
}

textarea {
    height: 10rem;
    line-height: 2rem;
    padding: .6875rem 1rem;
    overflow: auto
}

input[type=checkbox], input[type=radio] {
    padding: 0;
    margin: 0 2px 0 0;
    height: initial;
    vertical-align: baseline
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

legend {
    border: 0;
    padding: 0
}

label {
    font-size: .8em;
    font-weight: 500;
    text-transform: uppercase
}

.post-password-form input {
    display: block;
    margin-top: 12px;
    width: 300px;
    max-width: 100%
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, input:not([type]):focus, select:focus, textarea:focus {
    outline: 0;
    box-shadow: none
}

.wpcf7 p {
    margin-bottom: 24px
}

    .wpcf7 p select option {
        padding: 0
    }

span.wpcf7-list-item {
    margin: 0 24px 0 0
}

img {
    position: relative;
    height: auto;
    font-size: 0
}

a img {
    border: none;
    vertical-align: top
}

.entry-content a.links_to_image {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

.alignleft, .alignright, .aligncenter, .alignnone {
    margin-bottom: 24px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 24px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    text-align: right
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.wp-caption {
    max-width: 100%
}

    .wp-caption.alignright {
        text-align: right
    }

    .wp-caption.aligncenter {
        text-align: center
    }

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

.wp-caption-text {
    margin-top: 12px;
    margin-bottom: 36px;
    font-size: .7rem;
    text-align: center
}

.gallery {
    margin: 24px 0;
    clear: both
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0 0 12px;
    overflow: hidden
}

    .gallery-item a.links_to_image {
        position: relative;
        cursor: pointer
    }

        .gallery-item a.links_to_image:before {
            font-family: 'Pe-icon-7-stroke';
            content: "\e657";
            opacity: 0;
            transition: all .2s ease-in-out;
            position: absolute;
            z-index: 999;
            font-size: 21px;
            top: 0;
            right: 0;
            padding: 4px 8px;
            margin: 12px;
            cursor: pointer
        }

    .gallery-item.gallery-item-hover a.links_to_image:before {
        opacity: 1
    }

#content .gallery-caption {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    text-align: center;
    font-weight: 100;
    margin: 12px;
    max-width: calc(100% - 24px);
    word-break: break-word;
    padding: 4px 8px;
    text-transform: uppercase
}

#content .gallery-item.gallery-item-hover .gallery-caption {
    opacity: 1
}

.gallery-columns-2 .gallery-item {
    max-width: calc(50% - 6px)
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.33% - 8px)
}

.gallery-columns-4 .gallery-item {
    max-width: calc(25% - 9px)
}

.gallery-columns-5 .gallery-item {
    max-width: calc(20% - 9.6px)
}

.gallery-columns-6 .gallery-item {
    max-width: calc(16.66% - 10px)
}

.gallery-columns-7 .gallery-item {
    max-width: calc(14.28% - 10.28px)
}

.gallery-columns-8 .gallery-item {
    max-width: calc(12.5% - 10.5px)
}

.gallery-columns-9 .gallery-item {
    max-width: calc(11.11% - 10.67px)
}

.gallery-caption {
    display: block
}

.mfp-wrap {
    bottom: 24px;
    top: auto !important;
    height: calc(100% - 60px) !important
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

#content[tabindex="-1"]:focus {
    outline: 0
}

@media only screen and (max-width:959px) {
    .container {
        display: block
    }

    article.page, .wc-block-grid {
        padding-left: 24px;
        padding-right: 24px
    }

    #primary {
        width: 100%
    }

    nav#pagination {
        display: inline-block;
        padding-left: 0
    }

    .pagination_main, .nav_pagination_bottom {
        margin-left: 24px
    }

    #primary.has-sidebar, #primary.sidebar-below-title, #primary.sidebar-below-thumb {
        max-width: 100%;
        margin-right: 0
    }

    .right-sidebar {
        max-width: 100%;
        margin-top: 24px
    }

        .right-sidebar .widgets-wrap {
            display: flex;
            justify-content: space-between;
            flex: 0 0 300px;
            flex-wrap: wrap
        }

        .right-sidebar .widget {
            width: calc(50% - 30px)
        }

    .post-grid {
        flex-basis: calc(50% - 12px);
        width: 50%
    }

    #content.floating-left .blog-content-wrap, #content.floating-right .blog-content-wrap {
        display: flex;
        flex-direction: column
    }

    .floating-left .entry-header, .floating-left #primary .tnail, .floating-right .entry-header, .floating-right #primary .tnail {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center
    }

    .no-sidebar .entry-content .alignwide, .inactive-sidebar .entry-content .alignwide {
        margin-left: 0;
        margin-right: 0
    }

    .footer-info-left {
        margin-left: 24px
    }

    .footer-info-right {
        margin-right: 24px
    }
}

@media only screen and (max-width:767px) {
    .site-main {
        padding: 24px 0
    }

    .page-title {
        margin-top: 12px
    }

    #search-overlay input {
        font-size: 3em
    }

    .topbar-content .socialicons li {
        padding-bottom: 6px
    }

    .header-wrap {
        margin-top: 0
    }

    #search-overlay input {
        font-size: 2em
    }

    .site-title, .site-title a {
        font-size: 1.6em
    }

    .right-sidebar .widgets-wrap {
        flex: 0 0 100%;
        margin-bottom: 0
    }

    .right-sidebar .widget {
        width: 100%
    }

    .blog .post.post-standard {
        margin-bottom: 24px
    }

    .post-grid {
        flex-basis: 100%
    }

    .post-list {
        flex-direction: column;
        display: block
    }

        .post-list .tnail, article.post-list.even-style:nth-child(even) .tnail {
            margin: 0
        }

        .post-list .entry-wrap, article.post-list.even-style:nth-child(even) .entry-wrap {
            margin-top: 24px;
            text-align: center;
            display: inline-block
        }

        .post-list .entry-meta-wrap, article.post-list.even-style:nth-child(even) .entry-meta-wrap {
            text-align: center
        }

        .entry-header .categories, .post-list .entry-header, article.post-list.even-style:nth-child(even) .entry-header, .entry-meta-wrap {
            text-align: center
        }

    article.post-list.even-style:nth-child(even) .tnail {
        order: 0
    }

    .masonry-item, .has-sidebar .masonry-item {
        flex-basis: 100%;
        width: 100%;
        padding-top: 12px
    }

    .two-items .post-grid, .two-items .masonry-item {
        flex-basis: calc(100%);
        width: 100%
    }

    .entry-footer {
        flex-direction: column;
        align-items: center
    }

        .entry-footer .post-share {
            margin-top: 12px
        }

        .entry-footer .entry-footer-item {
            width: 100%;
            text-align: center
        }

    .entry-footer-date {
        order: 2;
        margin-top: 16px
    }

    .entry-footer-morebutton {
        order: 1
    }

    .entry-footer-share {
        order: 3;
        margin-top: 0
    }

    .post-share {
        text-align: center
    }

    .post-tags {
        max-width: 100%
    }

    .related-posts, .post-navigation, .site-main .post-navigation {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

        .post-navigation.no-prev-post, .site-main .post-navigation.no-prev-post, .post-navigation.no-next-post, .site-main .post-navigation.no-next-post {
            width: 100%
        }

    #primary.sidebar-below-title, #primary.sidebar-below-thumb {
        margin-right: 0;
        max-width: 100%
    }

    .related-articles-wrap {
        flex-direction: column
    }

    .post.post-related {
        padding: 12px 0;
        width: 100%
    }

        .post.post-related:first-of-type, .post.post-related:last-of-type {
            text-align: center
        }

    .nav-previous-wrap, .nav-next-wrap {
        width: 100%
    }

    .post-navigation {
        flex-direction: column
    }

    .nav-previous-wrap .post-nav-top-text, .nav-previous, .nav-next-wrap .post-nav-top-text, .nav-next {
        text-align: center;
        margin-top: 0
    }

    .prev-post-thumb, .next-post-thumb {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 24px;
        margin-left: 0
    }

    .nav-previous {
        flex-direction: column
    }

    .nav-next {
        flex-direction: column-reverse
    }

    #respond {
        margin-left: 0;
        margin-right: 0;
        padding-left: 24px;
        padding-right: 24px
    }

    .comment-form-author, .comment-form-email, .comment-form-url {
        width: 100%
    }

    .comment-list-wrap {
        margin-left: 0;
        width: 100%;
        border: none
    }

    .single-comment {
        display: block
    }

    .comment-list .children {
        margin: 0
    }

    .comment-list .avatar {
        width: 36px;
        margin-bottom: 12px
    }

    .comment-list li {
        list-style-type: none;
        margin-top: 24px
    }

    .comment-right {
        margin-left: 0
    }

    aside#sidebar-footer1, aside#sidebar-footer2, aside#sidebar-footer3 {
        margin: 0
    }

    .footer-widget-area, .footer-info-wrap {
        flex-direction: column
    }

    .footer-widget-area {
        padding: 24px 0
    }

    .footer-sidebar, .footer-info {
        width: 100%
    }

    .footer-info {
        text-align: center;
        margin: 12px 0 0;
        padding: 0 12px
    }

    .footer-logo {
        padding: 24px 0
    }

    .category-header.overlay {
        min-height: 240px !important
    }

    .archive-page-title {
        letter-spacing: 12px;
        font-size: 1.5em;
        word-break: break-word
    }

    .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
        max-width: 100%
    }

    #sbi_mod_error {
        border: 1px solid #888;
        background: 0 0;
        color: #888
    }

    .mc4wp-form {
        padding: 24px
    }

        .mc4wp-form input[type=email], .mc4wp-form input[type=submit] {
            margin-left: 0;
            margin-right: 0
        }

        .mc4wp-form input[type=email] {
            width: 100%
        }

        .mc4wp-form input[type=submit] {
            margin-top: 12px;
            width: 100%
        }

    input[type=submit] {
        width: 100%
    }

    .no-sidebar .entry-content .alignwide, .inactive-sidebar .entry-content .alignwide {
        margin-left: 0;
        margin-right: 0
    }

    .wp-block-quote, .wp-block-quote.is-large, .wp-block-pullquote {
        margin: 0
    }

        .wp-block-pullquote, .wp-block-pullquote.alignwide blockquote {
            padding-left: 12px;
            padding-right: 12px
        }

            .wp-block-pullquote.alignleft {
                margin-top: 0
            }

            .wp-block-pullquote.alignright {
                margin-top: 0
            }

    .wp-block-column:not(:first-child) {
        margin-left: 0
    }
}

@media only screen and (max-width:479px) {
    .wp-block-quote {
        padding: 0;
        margin-top: 24px;
        margin-bottom: 24px
    }

        .wp-block-quote:before {
            position: relative;
            left: 0;
            top: 0;
            line-height: 1rem;
            vertical-align: text-bottom;
            margin-top: 24px
        }

    .wp-block-spacer.mobile-height-0 {
        height: 0 !important
    }

    .wp-block-spacer.mobile-height-12 {
        height: 12px !important
    }

    .wp-block-spacer.mobile-height-24 {
        height: 24px !important
    }

    .wp-block-spacer.mobile-height-36 {
        height: 36px !important
    }

    .wp-block-spacer.mobile-height-48 {
        height: 48px !important
    }
}

.menu-logo-centered li.menu-item:nth-child(-n+4), .menu-logo-centered li.page-item:nth-child(-n+4) {
    order: 0
}

.menu-logo-centered .menu-item-logo {
    order: 1
}

.menu-logo-centered .menu-item, .menu-logo-centered .page_item {
    order: 2
}

.blog .post-list .entry-wrap, .archive .post-list .entry-wrap {
    align-items: center
}

.hero-title {
    font-size: 2.1em
}

@media screen and (max-width:767px) {
    .hero-title {
        line-height: 1.1em
    }
}

@media screen and (min-width:320px) {
    .hero-title {
        font-size: calc(35.7px + 17.425*((100vw - 320px)/880)) !important
    }
}

@media screen and (min-width:1200px) {
    .hero-title {
        font-size: 3.125em !important
    }
}

h1.contentboxes-title {
    font-size: 3.125em
}

@media screen and (max-width:767px) {
    h1.contentboxes-title {
        line-height: 1.1em
    }
}

@media screen and (min-width:767px) {
    h1.contentboxes-title {
        font-size: calc(53.125px + 0*((100vw - 767px)/433))
    }
}

@media screen and (min-width:1200px) {
    h1.contentboxes-title {
        font-size: 3.125em
    }
}

h2.contentboxes-title {
    font-size: 2.618em
}

@media screen and (max-width:767px) {
    h2.contentboxes-title {
        line-height: 1.2em
    }
}

@media screen and (min-width:767px) {
    h2.contentboxes-title {
        font-size: calc(44.506px + 0*((100vw - 767px)/433))
    }
}

@media screen and (min-width:1200px) {
    h2.contentboxes-title {
        font-size: 2.618em
    }
}

@media screen and (max-width:959px) {
    #header-regular, ul.slicknav_nav li.menu-item-logo {
        display: none
    }

    #header-responsive {
        display: block
    }

    .topbar-text-wrap {
        justify-content: center;
        flex-wrap: wrap;
        flex-grow: 1
    }

    .topbar-content, #header-responsive .header-top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 24px
    }

    .topbar-content {
        flex-direction: column;
        padding: 0 24px
    }

        .topbar-content.right .topbar-text-wrap {
            margin-right: 0
        }

    .topbar-text {
        padding: 0 12px;
        text-align: center
    }

    .topbar .cart-icon-wrap, .topbar .searchbutton {
        display: none
    }

    .topbar-icons {
        flex-grow: 1
    }

    #topbar, .topbar-content .socialicons {
        height: 27px
    }

    .topbar .socialicons {
        padding-left: 9px;
        padding-right: 9px
    }

    .topbar-content .socialicons li {
        padding-left: 9px;
        padding-right: 9px
    }

    .stickytop.mobile-non-sticky, .stickytop.mobile-non-sticky.transparent-header.stuck {
        position: relative
    }

    .logged-in .stickytop:not(.transparent-header), .logged-in .stickytop.transparent-header.stuck {
        top: 0
    }
}

.custom-bg-color, .no-sidebar .entry-content .alignwide.custom-bg-color, .no-sidebar .entry-content .alignfull.custom-bg-color {
    background-color: #fff
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: fallback;
    src: url('../../../../plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-stretch: normal
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('../../../../plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2')
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1
}

.stickytop #header, #header.stickytop, header.stuck.transparent-header #header-regular, header.stuck.transparent-header #header-responsive {
    -webkit-box-shadow: 0 0 24px rgba(10,10,20,.06);
    -moz-box-shadow: 0 0 24px rgba(10,10,20,.06);
    box-shadow: 0 0 24px rgba(10,10,20,.06)
}

.transparent-header.transparent-header-color:not(.stuck) .main-navigation ul li a, .transparent-header.transparent-header-color:not(.stuck) .main-navigation ul li a:link, .transparent-header.transparent-header-color:not(.stuck) .header-wrap i, .transparent-header.transparent-header-color:not(.stuck) .cart-contents:before, .transparent-header.transparent-header-color:not(.stuck) .cart-contents-count, .transparent-header.transparent-header-color:not(.stuck) .site-title a, .transparent-header.transparent-header-color:not(.stuck) .site-title a:link {
    color: #fff
}

.transparent-header.transparent-header-color:not(.stuck) #toggle div.bar, .transparent-header.transparent-header-color:not(.stuck) #toggle div.bar:before, .transparent-header.transparent-header-color:not(.stuck) #toggle div.bar:after {
    background-color: #fff
}

.footer-logo img {
    max-height: 40px
}

.blog .post-list .tnail, .archive .post-list .tnail {
    flex-basis: 55%
}

.category-header.overlay {
    min-height: 600px
}

.entry-header.overlay {
    min-height: 720px
}

.single .site-content.fullwidth-narrow .blog-bottom, .single .site-content.fullwidth-narrow .blog-content-wrap {
    width: 760px
}

body, input, .search-field, cite.fn, .footer-info-wrap, .topbar-text-wrap, .block-editor-block-list__layout {
    font-size: 17px;
    line-height: 1.75em
}

h1, h2, h3, h4, h5, h6, .post-title-small, .dropcap, .content-box-wysiwyg.heading, .wp-block-cover-image-text {
    text-transform: none
}

.page-title {
    font-size: 2.618em;
    line-height: 1.2em
}

h3 {
    font-size: 1.931em;
    line-height: 1.3em
}

h4 {
    font-size: 1.618em;
    line-height: 1.4em
}

h5 {
    font-size: 1.194em;
    line-height: 1.5em
}

h6 {
    font-size: 1em;
    line-height: 1.6em
}

button, .button, .button-outline, input[type=button], input[type=reset], input[type=submit], .wp-block-button .wp-block-button__link, .added_to_cart, .wc-block-cart__submit-container .wc-block-components-button__text {
    font-weight: 500;
    font-size: .8em;
    letter-spacing: 2px;
    text-transform: uppercase
}

.subtitle-above, h6.subtitle-above {
    font-weight: 500 !important
}

.subtitle-above {
    font-size: .8em;
    letter-spacing: 2px;
    line-height: 1.75em;
    text-transform: uppercase
}

.vertical-text {
    font-weight: 500;
    font-size: .8em;
    letter-spacing: 2px;
    text-transform: uppercase
}

.wp-caption-text, .wp-block-image figcaption, .wp-block-audio figcaption, .wp-block-video figcaption, .wp-block-embed figcaption, figcaption.blocks-gallery-caption {
    font-size: .75em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

label {
    font-size: .8em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.woocommerce-checkout label, .woocommerce-account label {
    font-size: 1em;
    font-weight: 700;
    text-transform: none
}

.woocommerce h1.page-title, .woocommerce-page h1.page-title, .woocommerce-cart h1.page-title, .woocommerce-checkout h1.page-title {
    font-weight: 600 !important;
    font-size: 28px;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase
}

.woocommerce .product h3, .woocommerce .product h2.woocommerce-loop-product__title, .woocommerce h2.woocommerce-loop-category__title, .wc-block-grid__product-title {
    font-size: 1em !important;
    line-height: 1.5em !important
}

.woocommerce.single-product .entry-summary h1.product_title, .product-title-use-headline-font .wc-block-grid__product-title, .product-title-use-body-font .wc-block-grid__product-title {
    font-weight: 400
}

.woocommerce.single-product .entry-summary h1.product_title {
    font-size: 2.1em
}

.woocommerce .price, .wc-block-grid__product-price, .wc-block-grid__product-price__value {
    font-size: .8em
}

.woocommerce .entry-summary .price {
    font-size: 1.2em
}

.entry-title, h2.entry-title {
    font-size: 1.618em;
    line-height: 1.4em
}

.single .entry-title {
    font-size: 2.618em;
    line-height: 1.2em
}

.post-title-small, .wpp-post-title {
    font-size: 1.2em;
    line-height: 1.4em
}

.entry-meta, .post-info, .post-info-small .post-info a, .categories a {
    letter-spacing: 2px;
    text-transform: uppercase
}

.post-date.pretty-date {
    font-family: Raleway;
    font-weight: 700;
    text-transform: uppercase
}

body, input, .search-field, select, textarea, cite.fn, .footer-info-wrap, .topbar-text-wrap, .site-title, .site-title a, .main-navigation ul li .site-title a, .woocommerce .product-categories-list h2.woocommerce-loop-category__title, .woocommerce .product-categories-list-all, h2.menu-cat.use-body-font, h6.menu-title.use-body-font, h6.contentboxes-subtitle.use-body-font, h6.hero-subtitle.use-body-font, .menu-price-title.use-body-font, .topbar-text-wrap.use-body-font .topbar-text, .main-navigation.use-headline-font, .product-categories-list.use-headline-font, .footer-sidebar-wrap.use-body-font .widget-title, .widget-area.use-body-font .widget-title, .comments-area.use-body-font h3#reply-title, .comments-area.use-body-font h2.comments-title, .related.use-body-font, .post-nav-top-text.use-body-font, .post-nav-top-text, use-body-font, .product-title-use-body-font h2.woocommerce-loop-product__title, .product-title-use-body-font h1.product_title, .product-title-use-body-font .wc-block-grid__product-title, .single-product-title-use-body-font .product_title, .block-editor-block-list__layout, .woocommerce h1.page-title, .woocommerce-page h1.page-title, .woocommerce-cart h1.page-title, .woocommerce-checkout h1.page-title {
    font-family: Raleway;
    font-weight: 400
}

    h1, h2, h3, h4, h5, h6, .post-title-small, .dropcap, .content-box-wysiwyg.heading, .wp-block-cover-image-text, .wp-block-latest-posts li a, .widget_recent_entries li a, .menu-price.use-headline-font, .menu-price-title.use-headline-font, .topbar-text-wrap.use-headline-font .topbar-text, .main-navigation.use-headline-font, .woocommerce .product-categories-list.use-headline-font h2.woocommerce-loop-category__title, .woocommerce .product-categories-list.use-headline-font .product-categories-list-all, .footer-sidebar-wrap.use-headline-font .widget-title, .widget-area.use-headline-font .widget-title, .subtitle-above.use-headline-font, .vertical-text.use-headline-font, .product-title-use-headline-font .wc-block-grid__product-title, .single-product-title-use-headline-font .product_title {
        font-family: Playfair Display;
        font-weight: 500
    }

    input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), select, select option, .woocommerce-checkout .form-row span.select2-selection.select2-selection--single, textarea {
        font-size: 17px;
        font-weight: 500
    }

    .topbar-text, .topbar-text-wrap.use-body-font .topbar-text, .topbar-text-wrap.use-headline-font .topbar-text {
        font-weight: 500
    }

.topbar-text {
    font-size: .7em;
    letter-spacing: 2px;
    text-transform: uppercase
}

.main-navigation, .main-navigation.use-headline-font, .woocommerce .product-categories-list-all, .woocommerce .product-categories-list h2.woocommerce-loop-category__title, .woocommerce .product-categories-list.use-headline-font h2.woocommerce-loop-category__title {
    font-weight: 600
}

.main-navigation, .woocommerce .product-categories-list-all, .woocommerce .product-categories-list h2.woocommerce-loop-category__title, .woocommerce .product-categories-list .product-categories-list-select h2.woocommerce-loop-category__title, .woocommerce .product-categories-list.use-headline-font h2.woocommerce-loop-category__title {
    font-size: .7em !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important
}

.footer-info-wrap {
    font-weight: 400;
    font-size: .6em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff
}

.hero-title {
    font-size: 3.125em;
    line-height: 1.1em
}

.section-blog h2.entry-title {
    font-size: 1.194em !important;
    line-height: 1.5em !important
}

h2.menu-cat, h2.menu-cat.use-body-font, h2.menu-cat.use-headline-font {
    font-weight: 700
}

.menu-cat {
    font-size: 1.5em;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-transform: uppercase
}

h6.menu-title, h6.menu-title.use-body-font, h6.menu-title.use-headline-font, .menu-price, .menu-price-title.use-body-font, .menu-price-title.use-headline-font, .menu-price.use-body-font, .menu-price.use-headline-font {
    font-weight: 500
}

h6.menu-title, .menu-price, .menu-price-title {
    font-size: .9em
}

.menu-desc, .menu-description, .menu-cat-content {
    font-size: .8em;
    line-height: 1.8em
}

.menu-price-title {
    font-size: .7em
}

.right-sidebar .widget-title, .right-sidebar.widget-area, .right-sidebar .widget_archive, .right-sidebar .widget_categories, .right-sidebar .widget_meta, .right-sidebar .widget_recent_entries, .right-sidebar .widget_pages, .right-sidebar .widget_recent_comments, .right-sidebar .widget_nav_menu, .right-sidebar .tag-cloud, .right-sidebar .featured-post, .right-sidebar .social_widget .social-wrap, .right-sidebar .widget {
    text-align: center
}

.footer-widget-area .widget-title, .footer-widget-area .widget-area, .footer-widget-area .widget_archive, .footer-widget-area .widget_categories, .footer-widget-area .widget_meta, .footer-widget-area .widget_recent_entries, .footer-widget-area .widget_pages, .footer-widget-area .widget_recent_comments, .footer-widget-area .widget_nav_menu, .footer-widget-area .social_widget .social-wrap, .footer-widget-area .featured-post, .footer-widget-area .widget, .footer-widget-area .tag-cloud {
    text-align: center
}

.widget-title, .widget-area.use-body-font .widget-title, .footer-sidebar-wrap.use-body-font .widget-title, #reply-title, .comments-title, .section-title, .post-nav-top-text, .related.use-body-font, .related.use-headline-font, .post-nav-top-text.use-body-font, .post-nav-top-text, .comments-area.use-body-font h3#reply-title, .comments-area.use-headline-font h3#reply-title, .comments-area.use-body-font h2.comments-title {
    font-weight: 600
}

#reply-title, .comments-title, .section-title, .post-nav-top-text, .widget-title {
    font-size: .9em;
    letter-spacing: 3px;
    line-height: 1em;
    text-transform: uppercase
}

    #reply-title:after, #reply-title:before, .comments-title:after, .comments-title:before, .footer-sidebar-wrap.dark .widget-title:after, .footer-sidebar-wrap.dark .widget-title:before, .section-title:after, .section-title:before, .single-comment, .widget-title:after, .widget-title:before {
        border-top: none
    }

.woocommerce .product h3, .woocommerce .product h2.woocommerce-loop-product__title, .woocommerce h2.woocommerce-loop-category__title, .woocommerce .widget .product-title, .woocommerce .entry-summary h1.product_title, .wc-block-grid__product-title, .product-title-use-body-font .wc-block-grid__product-title, .product-title-headline-body-font .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-weight: 400
}

:root, .block-editor-block-list__layout, .edit-post-visual-editor__post-title-wrapper, .woocommerce .variations select, .woocommerce select.orderby {
    background-color: #
}

html, body, p, a, a:link, a:focus, a:active, .widget_recent_comments .recentcomments a, input, input.search-field, input.search-field::-webkit-input-placeholder, input.search-field::placeholder, select, textarea, .dropcap, .main-navigation ul li a, .main-navigation ul li a:link, .main-navigation ul li a:focus, .main-navigation ul li a:active, .woocommerce-cart .entry-content .woocommerce-cart-form .cart_item a, .woocommerce .price, .entry-meta-single a, .entry-meta-single a:link, .entry-meta-single a:active, .entry-meta-single a:visited, .wc-block-pagination-page:not(.toggle), .button.add_to_cart_button, a.button.add_to_cart_button, a.button.add_to_cart_button:link, a.button.add_to_cart_button:visited, .added_to_cart, .button.button-searchform, .button:not(.button-outline):not(.add_to_cart_button).button-searchform, .blog .post-share i, .archive .post-share i, .search .post-share i, .section-blog i, .social_widget a, .entry-content ul:not(.wp-block-latest-posts__list):not(.wp-block-archives):not(.wp-block-archive):not(.wp-block-categories-list) li.cat-item a:not(.wc-block-grid__product-link) {
    color: #3a3a3b
}

.block-editor-block-list__block {
    color: #3a3a3b
}

.subtitle-above, .content-white-pluscolor .button:not(.ffffff):not(.button-outline), .content-white-pluscolor a.button:not(.ffffff):not(.button-outline), .categories a, .categories a:link, .categories a:focus, .categories a:active, .blog .post-share i:hover, .post-share a i:hover, .social_widget a i:hover, a.comment-reply-link, a#cancel-comment-reply-link, .woocommerce-MyAccount-content a.button.woocommerce-button:hover, a.showcoupon, .cartlink-hover .button.add_to_cart_button, .cartlink-hover a.button.add_to_cart_button, .cartlink-hover a.button.add_to_cart_button:link, .cartlink-hover a.button.add_to_cart_button:hover, .cartlink-hover a.button.add_to_cart_button:visited, .cartlink-hover .added_to_cart, .wp-block-button__link.add_to_cart_button, .wp-block-button__link.add_to_cart_button:link, .wp-block-button__link.add_to_cart_button:hover, .wp-block-button__link.add_to_cart_button:visited, .wp-block-button .wp-block-button__link.add_to_cart_button:not(.has-text-color):not(.has-background):hover, .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
    color: #db9457
}

.hero-divider, .divider-block, .contentboxes-divider, .content-white-pluscolor .button:not(.button-outline):hover, .content-white-pluscolor a.button:not(.button-outline):hover {
    background-color: #db9457
}

.content-white-pluscolor .button:not(.button-outline):hover, .content-white-pluscolor a.button:not(.button-outline):hover {
    border-color: #db9457
}

.entry-content p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link), .entry-content ul:not(.wp-block-categories__list):not(.wp-block-latest-posts__list):not(.wp-block-archives):not(.wp-block-archive):not(.wp-block-categories-list) li:not(.cat-item) a:not(.wc-block-grid__product-link), .contentboxes-text a, .comment-text p a, .comment-text ul li a, .textwidget p a, .textwidget ul li a {
    color: #db9457
}

    .entry-content p a:not(.button):not(.wp-block-button__link):not(.wc-block-grid__product-link):hover, .entry-content ul li a:not(.wc-block-grid__product-link):hover, .contentboxes-text a:hover, .comment-text p a:hover, .comment-text ul li a:hover, .textwidget p a:hover, .textwidget ul li a:hover, .button.add_to_cart_button:hover, a.button.add_to_cart_button:hover {
        color: #a9a9ac
    }

.post-tag:hover {
    background-color: #a9a9ac
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .site-title a, .site-title a:link, .site-title a:hover, .site-title a:focus, .site-titlea:active, .site-title a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .post-title-small, .post-title-small a, .single .entry-title, .post-title-small, .wpp-post-title, table th, label, .menu-price, .menu-price-title, .product-categories-list-all a, .wc-block-grid__product-title, .section-blog h2 a, .section-blog h2 a:link, .section-blog h2 a:focus, .section-blog h2 a:active, .question, .search .entry-title, .wc-block-cart__totals-title {
    color: #101020
}

    .question:before, .question:after {
        background-color: #101020
    }

    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .post-title-small:hover, .post-title-small a:hover {
        color: #db9457
    }

.button:not(.button-outline), a.button:not(.button-outline), input[type=button], input[type=reset], input[type=submit], .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background), .wc-block-cart__submit-container .wc-block-components-button__text {
    background-color: #242434;
    border-color: #242434
}

    .button:not(.button-outline):not(.add_to_cart_button):not(.content-white):not(.content-white-pluscolor):not(.content-black), a.button:not(.button-outline):not(.add_to_cart_button):not(.content-white):not(.content-white-pluscolor):not(.content-black), input[type=button], input[type=reset], input[type=submit], .wp-block-button .wp-block-button__link:not(.has-text-color), .wc-block-cart__submit-container .wc-block-components-button__text {
        color: #db9457
    }

        .button:not(.button-searchform):hover, a.button:not(.button-searchform):hover, .reply:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .wp-block-button .wp-block-button__link:not(.has-text-color):not(.has-background):hover, .wp-block-button:not(is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover, .wc-block-cart__submit-container .wc-block-components-button__text:hover {
            background-color: #db9457;
            border-color: #db9457
        }

        .button:not(.button-outline):not(.add_to_cart_button):not(.content-white):not(.content-white-pluscolor):not(.content-black):hover, a.button:not(.button-outline):not(.add_to_cart_button):not(.content-white):not(.content-white-pluscolor):not(.content-black):hover, .reply:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .wp-block-button .wp-block-button__link:not(.has-text-color):not(.has-background):hover, .button:not(.button-outline):not(.add_to_cart_button):not(.content-white):not(.content-white-pluscolor):not(.content-dark):hover, .wc-block-cart__submit-container .wc-block-components-button__text:hover {
            color: #242434
        }

.button-outline:hover, a.button.button-outline:hover, .button-more.button-outline:hover, .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: #db9457;
    border-color: #db9457
}

.button-outline:not(.content-black):not(:hover), a.button.button-outline:not(.content-black):not(:hover), .button-more.button-outline:not(:hover), .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):not(:hover) {
    color: #242434
}

.button-outline, a.button.button-outline, .button-more.button-outline, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
    border-color: #db9457
}

.topbar {
    background-color: #242434
}

    .topbar-content, .topbar-content i, .topbar-content a, .topbar .cart-contents:before, .topbar .cart-contents-count, .topbar-content .main-navigation ul li a, .topbar-content .main-navigation ul li a:link, .topbar-content .main-navigation ul li a:focus, .topbar-content .main-navigation ul li a:active {
        color: #fff
    }

        .topbar-content svg {
            fill: #fff
        }

        .topbar-content i:hover, .topbar-content a:hover, .cart-contents:hover:before {
            color: #db9457
        }

        .topbar-content svg:hover {
            fill: #db9457
        }

#header:not(transparent-header), #header.transparent-header.stuck #header-regular, #header.transparent-header.stuck #header-responsive, .navi-wrap-responsive {
    background-color: #fff
}

    .main-navigation ul li a, .main-navigation ul li a:link, .header-wrap i, .cart-contents:before, .cart-contents-count, .navi-wrap-responsive ul li a {
        color: #101020
    }

#toggle div.bar, #toggle div.bar:before, #toggle div.bar:after {
    background-color: #101020
}

.main-navigation ul li:not(.menu-item-logo) a:hover, .header-wrap2 a i:hover, .navi-wrap-responsive ul li a:hover {
    color: #db9457
}

.main-navigation .sub-menu, .main-navigation .children {
    background-color: #101020
}

.main-navigation ul.sub-menu li a, .main-navigation ul.children li a {
    color: #a9a9ac
}

    .main-navigation ul.sub-menu li a:hover, .main-navigation ul.children li a:hover {
        color: #ff8600
    }

.footer-sidebar-wrap {
    background-color: #ff8600
}

    .footer-sidebar-wrap, .footer-sidebar-wrap p, .footer-sidebar-wrap a, .footer-sidebar-wrap a:link, .footer-sidebar-wrap .widget-title, .footer-sidebar-wrap input.search-field, .footer-sidebar-wrap .button.button-searchform:not(.button-outline), .footer-sidebar-wrap input.search-field::-webkit-input-placeholder, .footer-sidebar-wrap input.search-field::placeholder, .footer-sidebar-wrap input, .footer-sidebar-wrap input::placeholder, .footer-sidebar-wrap select, .footer-sidebar-wrap .widget_recent_comments .recentcomments a, .footer-sidebar-wrap .widget_recent_comments .recentcomments, .footer-sidebar-wrap .wp-caption-text, .footer-sidebar-wrap table th, .footer-sidebar-wrap .widget.widget_categories li span, .footer-sidebar-wrap .widget.widget_archive li span, .footer-sidebar-wrap .button.button-searchform:not(.button-outline), .footer-sidebar-wrap .button.button-searchform:not(.button-outline):hover, .footer-sidebar-wrap .button:not(.button-outline):not(.add_to_cart_button):not(.content-white):not(.content-white-pluscolor), .footer-sidebar-wrap h1, .footer-sidebar-wrap h2, .footer-sidebar-wrap h3, .footer-sidebar-wrap h4, .footer-sidebar-wrap h5, .footer-sidebar-wrap h6 {
        color: #000
    }

        .footer-sidebar-wrap svg {
            fill: #fff
        }

        .footer-sidebar-wrap a:hover, .footer-sidebar-wrap .social_widget a i:hover, .footer-sidebar-wrap .widget_recent_comments .recentcomments a:hover, .footer-sidebar-wrap .button.button-searchform:not(.button-outline):hover {
            color: #fff
        }

        .footer-sidebar-wrap svg:hover {
            fill: #db9457
        }

.footer-wrap {
    background-color: #101020
}

.footer-sidebar-wrap input[type=color]:hover, .footer-sidebar-wrap input[type=color]:focus, .footer-sidebar-wrap input[type=date]:hover, .footer-sidebar-wrap input[type=date]:focus, .footer-sidebar-wrap input[type=datetime]:hover, .footer-sidebar-wrap input[type=datetime]:focus, .footer-sidebar-wrap input[type=datetime-local]:hover, .footer-sidebar-wrap input[type=datetime-local]:focus, .footer-sidebar-wrap input[type=email]:hover, .footer-sidebar-wrap input[type=email]:focus, .footer-sidebar-wrap input[type=month]:hover, .footer-sidebar-wrap input[type=month]:focus, .footer-sidebar-wrap input[type=number]:hover, .footer-sidebar-wrap input[type=number]:focus, .footer-sidebar-wrap input[type=password]:hover, .footer-sidebar-wrap input[type=password]:focus, .footer-sidebar-wrap input[type=search]:hover, .footer-sidebar-wrap input[type=search]:focus, .footer-sidebar-wrap input[type=tel]:hover, .footer-sidebar-wrap input[type=tel]:focus, .footer-sidebar-wrap input[type=text]:hover, .footer-sidebar-wrap input[type=text]:focus, .footer-sidebar-wrap input[type=time]:hover, .footer-sidebar-wrap input[type=time]:focus, .footer-sidebar-wrap input[type=url]:hover, .footer-sidebar-wrap input[type=url]:focus, .footer-sidebar-wrap input[type=week]:hover, .footer-sidebar-wrap input[type=week]:focus, .footer-sidebar-wrap input:not([type]):hover, .footer-sidebar-wrap input:not([type]):focus, .footer-sidebar-wrap select:hover, .footer-sidebar-wrap select:focus, .footer-sidebar-wrap textarea:hover, .footer-sidebar-wrap textarea:focus {
    border-color: #fff
}

.footer-info-wrap a:hover {
    color: #db9457
}

body.blog, body.archive:not(.woocommerce), body.single-post {
    background-color: #f8f8f9
}

.blog .post, .archive .post, .section-blog article, .blog .right-sidebar .widget, .archive:not(.woocommerce) .right-sidebar .widget, .single-post .right-sidebar .widget, .single-post .entry-header, .single-post .blog-content-wrap, .blog-top, .entry-header-wrap, .nav-previous-wrap, .nav-next-wrap, .related-posts, #respond, .comment-list-wrap {
    background-color: #fff
}

.blog #primary .entry-meta-bgcolor.has-archive-meta, .archive #primary .entry-meta-bgcolor.has-archive-meta, .search #primary .entry-meta-bgcolor.has-archive-meta, .featured-post .entry-meta-bgcolor, .section-blog .has-meta .entry-meta-bgcolor {
    background-color: #101020
}

#primary .entry-meta-bgcolor.has-archive-meta, .entry-meta-bgcolor a, .entry-meta-bgcolor a:link, .entry-meta-bgcolor .post-info, .post-info .serif-italic {
    color: #fff
}

    #primary .entry-meta-bgcolor.has-archive-meta a:hover, .search #primary .entry-meta-bgcolor.has-archive-meta a:hover, .featured-post .entry-meta-bgcolor a:hover {
        color: #db9457
    }

.post-tag {
    background-color: #101020
}

    .post-tag .post-tag-hashtag, .post-tags a, .post-tags a:link, .post-tags a:active, .post-tags a:focus, .post-tags a:visited {
        color: #fff
    }

.logowrap.logo-img {
    max-width: 106px
}

@media (max-width:767px) {
    .text-logo .site-title, .text-logo .site-title a {
        font-size: 1.4em
    }
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QIFqPfE.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4SYFqPfE.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4QoFqPfE.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4Q4FqPfE.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptsg8zYS_SKggPNyCg4TYFq.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk72xU.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojUk72xU.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnojEk72xU.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFkD-vYSZviVYUb_rj3ij__anPXDTnogkk7.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../../../../fonts/playfair-display/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@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.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)
}

@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-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em
}

    .wc-block-components-pagination__page:not([disabled]) {
        cursor: pointer
    }

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        min-width: 1.6em;
        padding: .1em .2em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

    .wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important
    }

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

@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%)
    }
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

@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-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

@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%)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 48px;
    text-align: center;
    width: 100%
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        color: inherit;
        display: block;
        margin: 0 auto 1em;
        max-width: 150px
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        font-weight: 700;
        margin: 0
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto
}

    .wc-block-grid__product.wc-block-grid__product {
        box-sizing: border-box
    }

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-bottom: 0;
        margin-top: auto;
        padding-bottom: 12px
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }
}

@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-error {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 48px 0;
    padding: 48px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 48px 0 0
}

@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-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word
}

@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-product-title {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

    .wc-block-components-product-title a {
        color: inherit;
        font-size: inherit
    }

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-title:before:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

@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-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price {
    display: block
}

    .wc-block-components-product-price .wc-block-all-products .wc-block-components-product-price {
        margin-bottom: 12px
    }

    .wc-block-components-product-price ins {
        text-decoration: none
    }

    .wc-block-components-product-price .woocommerce-Price-amount {
        white-space: nowrap
    }

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-price:before:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        animation: none
    }
}

@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%)
    }
}

.wp-block-woocommerce-product-sale-badge {
    display: flex;
    flex-direction: column
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 9
}

.wc-block-components-product-sale-badge--align-left {
    -ms-grid-row-align: auto;
    align-self: auto
}

.wc-block-components-product-sale-badge--align-center {
    -ms-grid-row-align: center;
    align-self: center
}

.wc-block-components-product-sale-badge--align-right {
    align-self: flex-end
}

.wc-block-components-product-sale-badge span {
    background-color: inherit;
    color: inherit
}

@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%)
    }
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    display: block;
    position: relative;
    text-decoration: none
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        border: 0;
        border-radius: inherit;
        box-shadow: none;
        outline: 0;
        text-decoration: none
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        border-radius: inherit;
        height: auto;
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
            border: 1px solid #f2f2f2
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        left: 4px;
        margin: 0;
        position: absolute;
        right: auto;
        top: 4px
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        left: 50%;
        margin: 0;
        position: absolute;
        right: auto;
        top: 4px;
        transform: translateX(-50%)
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        left: auto;
        margin: 0;
        position: absolute;
        right: 4px;
        top: 4px
    }

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-image:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-product-image__tools-panel .components-input-control {
    margin-bottom: 8px
}

@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-product-rating .wc-block-components-product-rating__container > * {
    vertical-align: middle
}

.wc-block-components-product-rating .wc-block-components-product-rating__stars {
    display: inline-block;
    margin: 0
}

@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-product-rating-stars {
    display: block;
    line-height: 1
}

.wc-block-components-product-rating-stars__stars {
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

    .wc-block-components-product-rating-stars__stars:before {
        color: inherit;
        content: "SSSSS";
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap
    }

    .wc-block-components-product-rating-stars__stars span {
        color: inherit;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        right: 0;
        top: 0
    }

        .wc-block-components-product-rating-stars__stars span:before {
            color: inherit;
            content: "SSSSS";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            white-space: nowrap
        }

.wc-block-components-product-rating-stars__link {
    display: inline-block;
    font-size: .875em;
    height: 1.618em;
    text-align: inherit;
    width: 100%
}

.wc-block-all-products .wc-block-components-product-rating-stars {
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-components-product-rating-stars__norating-container {
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    gap: 8px
}

.wc-block-components-product-rating-stars__norating {
    -webkit-text-stroke: 2px var(--wp--preset--color--black,#000);
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 1.5em
}

    .wc-block-components-product-rating-stars__norating:before {
        color: transparent;
        content: "S";
        left: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        white-space: nowrap
    }

.wp-block-woocommerce-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

    .wc-block-all-products .is-loading .wc-block-components-product-rating > *, .wp-block-query .is-loading .wc-block-components-product-rating > * {
        visibility: hidden
    }

    .wc-block-all-products .is-loading .wc-block-components-product-rating:after, .wp-block-query .is-loading .wc-block-components-product-rating:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-all-products .is-loading .wc-block-components-product-rating, .wp-block-query .is-loading .wc-block-components-product-rating {
        animation: none
    }
}

@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%)
    }
}

.wp-block-button.wc-block-components-product-button {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
    white-space: normal;
    word-break: break-word
}

    .wp-block-button.wc-block-components-product-button .wp-block-button__link {
        display: inline-flex;
        font-size: 1em;
        justify-content: center;
        text-align: center;
        white-space: normal;
        word-break: break-word
    }

        .wp-block-button.wc-block-components-product-button .wp-block-button__link.loading {
            opacity: .25
        }

            .wp-block-button.wc-block-components-product-button .wp-block-button__link.loading:after {
                animation: spin 2s linear infinite;
                content: "";
                display: inline-block;
                font-family: WooCommerce;
                height: auto;
                margin-left: .5em;
                margin-right: 0;
                width: auto
            }

    .wp-block-button.wc-block-components-product-button a[hidden] {
        display: none
    }

@keyframes slideOut {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-100%)
    }
}

@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateY(90%)
    }

    to {
        opacity: 1;
        transform: translate(0)
    }
}

.wp-block-button.wc-block-components-product-button.align-left {
    align-items: flex-start
}

.wp-block-button.wc-block-components-product-button.align-right {
    align-items: flex-end
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    align-items: center;
    border-style: none;
    display: inline-flex;
    justify-content: center;
    line-height: inherit;
    overflow: hidden;
    white-space: normal;
    word-break: break-word
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-out {
        animation: slideOut .1s linear 1 normal forwards
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button span.wc-block-slide-in {
        animation: slideIn .1s linear 1 normal
    }

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
        visibility: hidden
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        animation: none
    }
}

.wc-block-all-products .wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wp-block-button.is-style-outline .wp-block-button__link {
    border: 2px solid
}

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
        color: currentColor
    }

    .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
        background-color: transparent;
        background-image: none
    }

.wp-block-button.has-custom-width .wp-block-button__link {
    box-sizing: border-box
}

.wp-block-button.wp-block-button__width-25 .wp-block-button__link {
    width: 25%
}

.wp-block-button.wp-block-button__width-50 .wp-block-button__link {
    width: 50%
}

.wp-block-button.wp-block-button__width-75 .wp-block-button__link {
    width: 75%
}

.wp-block-button.wp-block-button__width-100 .wp-block-button__link {
    width: 100%
}

@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-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

    .is-loading .wc-block-components-product-summary:before:after {
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg,currentColor,hsla(0,0%,96%,.302),currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        animation: none
    }
}

@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-product-sku {
    display: block;
    font-size: .875em;
    overflow-wrap: break-word
}

    .wc-block-components-product-sku strong {
        text-transform: uppercase
    }

@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-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

@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-skeleton {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.wc-block-components-skeleton-text-line {
    background: hsla(0,0%,7%,.11);
    border-radius: 4px;
    height: .85em;
    position: relative;
    width: 100%
}

    .wc-block-components-skeleton-text-line:last-child {
        width: 80%
    }

@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-add-to-cart-form {
    width: unset
}

    .wc-block-add-to-cart-form .input-text {
        font-size: var(--wp--preset--font-size--small);
        padding: .9rem 1.1rem
    }

    .wc-block-add-to-cart-form .quantity {
        display: inline-block;
        float: none;
        margin-right: 4px;
        vertical-align: middle
    }

        .wc-block-add-to-cart-form .quantity .qty {
            margin-right: .5rem;
            text-align: center;
            width: 3.631em
        }

.woocommerce div.product .wc-block-add-to-cart-form form.cart .quantity, .woocommerce div.product .wc-block-add-to-cart-form form.cart button.single_add_to_cart_button {
    margin-bottom: 10px
}

@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%)
    }
}

.woocommerce .wp-block-woocommerce-product-image-gallery {
    clear: both;
    max-width: 512px;
    position: relative
}

    .woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
        left: -1rem;
        right: unset;
        z-index: 1
    }

    .woocommerce .wp-block-woocommerce-product-image-gallery:after {
        clear: both;
        content: "";
        display: table
    }

    .woocommerce .wp-block-woocommerce-product-image-gallery .woocommerce-product-gallery.images {
        width: 100%
    }

@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%)
    }
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs {
    border-bottom-color: inherit;
    border-bottom-width: 0;
    overflow: visible;
    padding: 0
}

    html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs:after, html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs:before {
        display: none
    }

    html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
        background: 0 0;
        border: solid transparent;
        border-radius: 0;
        border-width: 0 0 2px;
        color: inherit;
        display: inline-block;
        float: none;
        font-weight: 700;
        margin: 0;
        opacity: .65;
        padding: 0
    }

        html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a {
            border: none;
            color: inherit;
            display: inline-block;
            padding: .5em 1em;
            text-decoration: none;
            text-shadow: none
        }

        html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active, html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus-within, html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:hover {
            background: inherit;
            border-color: inherit;
            color: inherit;
            opacity: 1
        }

            html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li.active a, html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus-within a, html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:hover a {
                border: none;
                color: inherit;
                text-decoration: none
            }

        html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li a:focus:not(:focus-visible), html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:focus:not(:focus-visible) {
            outline: none
        }

@media only screen and (max-width:768px) {
    html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li {
        border-bottom-width: 0;
        border-left-width: 2px;
        display: block;
        margin-bottom: 2px
    }
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:first-child {
    margin-left: 0
}

html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:after, html body .wp-block-woocommerce-product-details.is-style-minimal ul.tabs.wc-tabs li:before {
    display: none
}

@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%)
    }
}

.wp-block-woocommerce-product-reviews img {
    max-width: 600px
}

.wp-block-woocommerce-product-reviews .submit {
    margin-top: 2rem
}

.wp-block-woocommerce-product-reviews__editor__row {
    align-items: center;
    display: flex;
    gap: 2rem
}

    .wp-block-woocommerce-product-reviews__editor__row > span {
        flex-basis: 20%
    }

    .wp-block-woocommerce-product-reviews__editor__row .wp-block-woocommerce-product-reviews__editor__stars, .wp-block-woocommerce-product-reviews__editor__row textarea {
        flex-grow: 1;
        margin-right: 1rem
    }

    .wp-block-woocommerce-product-reviews__editor__row textarea {
        flex-grow: 1;
        height: 8rem
    }

.wp-block-woocommerce-product-reviews__editor__stars {
    display: inline-block;
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    overflow: hidden;
    position: relative;
    width: 5.3em
}

    .wp-block-woocommerce-product-reviews__editor__stars:before {
        color: inherit;
        content: "SSSSS";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap
    }

:root :where(.wp-block-button.is-style-outline--1 .wp-block-button__link) {
    background: transparent none;
    border-color: currentColor;
    border-width: 2px;
    border-style: solid;
    color: currentColor;
    padding-top: .667em;
    padding-right: 1.33em;
    padding-bottom: .667em;
    padding-left: 1.33em
}
