#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 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.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, 0.4));
    filter: drop-shadow(0px 0px 2px rgba(0, 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 1s infinite ease-in-out;
    animation: sbi-sk-scaleout 1s 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);
        opacity: 0;
    }
}
@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        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: 0.9;
    -webkit-transition: background 0.6s linear, color 0.6s linear;
    -moz-transition: background 0.6s linear, color 0.6s linear;
    -o-transition: background 0.6s linear, color 0.6s linear;
    transition: background 0.6s linear, color 0.6s linear;
}
.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    -moz-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.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: -0.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, 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, 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, 0.85);
    color: rgba(255, 255, 255, 0.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, 0.75);
}
.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, 0.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, 0.85);
    background-color: rgba(255, 255, 255, 0.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, 0.85);
}
.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 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: #000;
    filter: 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: 400;
}
.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: 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: 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: 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: 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;
    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;
    -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: 400;
    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: 700;
    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;
}
.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: 700;
    font-size: 13px;
}
.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px;
    font-size: 12px;
    color: #999;
}
.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: 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: 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: 0 !important;
    margin: 0 !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 !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");
}
.tm-widget-search-form .search-form-default {
    position: relative;
    margin: 0;
}
.tm-widget-search-form .search-form-default input[type="search"] {
    position: relative;
    padding-left: 1.5em;
    padding-right: 4em;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #eee;
    color: #333;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 55px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.tm-widget-search-form .search-form-default input:focus {
    border-color: #222;
    box-shadow: none;
}
.tm-widget-search-form .search-form-default button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    outline: none;
    padding: 0;
    height: 100%;
    width: 55px;
    line-height: 0;
    display: block;
    font-size: 20px;
    color: #aaa;
    background: 0 0;
    font-weight: 400;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-widget-search-form .search-form-default button {
        transition: none;
    }
}
.tm-widget-search-form .search-form-default button:hover {
    color: #181b1f;
}
.search-form-cat {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #e7e7e7;
    border-radius: 57px;
}
.search-form-cat .product-search-category .nice-select {
    border: none;
    background-color: #f5f5f5;
    border-radius: 50px 0 0 50px;
    color: #1a2428;
    min-width: auto;
    padding-left: 20px;
    font-size: 12px;
    height: 55px;
    box-shadow: none;
}
.search-form-cat .product-search-category .nice-select:after {
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
}
.search-form-cat .product-search-category .nice-select span.current {
    line-height: 39px;
}
.search-form-cat .product-search-meta {
    display: flex;
    flex-grow: 1;
}
.search-form-cat .product-search-meta input {
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #e7e7e7;
    height: 55px;
    width: auto;
    flex-grow: 1;
}
.search-form-cat .product-search-meta input:hover,
.search-form-cat .product-search-meta input:focus {
    color: #888;
}
.search-form-cat .product-search-meta button {
    font-size: 14px;
    padding: 0 48px;
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
    border: 0;
    box-shadow: none;
    border-radius: 0 50px 50px 0;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .search-form-cat .product-search-meta button {
        transition: none;
    }
}
.search-form-cat .product-search-meta button:before {
    border-radius: inherit;
}
.search-form-cat .product-search-meta button:hover,
.search-form-cat .product-search-meta button:focus {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.tm-widget-search-form .icon-search-popup {
    font-size: 22px;
    color: #2f382f;
    line-height: 1;
}
.tm-widget-search-form .icon-search-popup:hover {
    color: var(--theme-color1);
}
.tm-widget-search-form .icon-search-popup i {
    line-height: 1;
    vertical-align: middle;
}
.site-search-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.site-search-popup .site-search-popup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px;
    background-color: #fff;
    transform: translateY(-100%);
    transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) {
    .site-search-popup .site-search-popup-wrap {
        padding: 80px;
    }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    line-height: 1;
    width: 26px;
    height: 26px;
}
@media (min-width: 992px) {
    .site-search-popup .site-search-popup-wrap .site-search-popup-close {
        top: 20px;
        right: 30px;
    }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:after {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 26px;
    height: 2px;
    background-color: #222;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
        width 0.2s ease-in-out;
    right: 0;
    transform: rotate(-45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before {
    transform: rotate(45deg);
}
.site-search-popup
    .site-search-popup-wrap
    .site-search-popup-close:hover:before,
.site-search-popup
    .site-search-popup-wrap
    .site-search-popup-close:hover:after {
    transform: rotate(0);
}
.site-search-popup .site-search-popup-wrap input[type="search"] {
    width: 600px;
}
@media (max-width: 767.98px) {
    .site-search-popup .site-search-popup-wrap input[type="search"] {
        max-width: 300px;
    }
}
.search-popup-active .site-search-popup {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search-popup-active .site-search-popup .site-search-popup-wrap {
    transform: translateY(0);
}
.elementor-editor-active .elementor-widget-tm-ele-blank-box {
    min-height: 30px;
    background-color: #cb9494;
}
.tm-ele-blank-box > .each-object {
    position: relative;
    width: 200px;
    height: 200px;
}
.tm-ele-blank-box > .each-object:after {
    content: "";
    position: absolute;
    background-color: #eee;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.tm-sc-image-with-rotated-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-sc-image-with-rotated-text {
        transition: none;
    }
}
.tm-sc-image-with-rotated-text .image-text-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.tm-sc-image-with-rotated-text .image-text-wrapper .image-inner {
    overflow: hidden;
}
.tm-sc-image-with-rotated-text .image-text-wrapper .image-inner img {
    transform: scale(1);
    transition: 1s;
}
.tm-sc-image-with-rotated-text .image-text-wrapper .text-holder {
    font-size: 12rem;
    font-weight: 700;
    font-family: var(--heading-font-family);
    line-height: 1;
    margin: 0;
    color: transparent;
    -webkit-text-stroke: 2px #c2c0bd;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-sc-image-with-rotated-text .image-text-wrapper .text-holder {
        transition: none;
    }
}
.tm-sc-image-with-rotated-text .image-text-wrapper .text-holder .text {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-sc-image-with-rotated-text .image-text-wrapper .text-holder .text {
        transition: none;
    }
}
.tm-sc-image-with-rotated-text.text-position-top-left .text-holder,
.tm-sc-image-with-rotated-text.text-position-bottom-left .text-holder {
    left: 18px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    white-space: nowrap;
}
.tm-sc-image-with-rotated-text.text-position-top-left .text-holder {
    bottom: 74px;
}
.tm-sc-image-with-rotated-text.text-position-bottom-left .text-holder {
    bottom: -29px;
}
.tm-sc-image-with-rotated-text.text-position-top-right .text-holder,
.tm-sc-image-with-rotated-text.text-position-bottom-right .text-holder {
    position: relative;
    left: auto;
    float: right;
    right: -152px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    white-space: nowrap;
}
.tm-sc-image-with-rotated-text.text-position-bottom-right .text-holder {
    bottom: 42px;
}
.tm-sc-image-with-rotated-text.text-position-top-right .text-holder {
    bottom: 18.2%;
    position: absolute;
}
.tm-sc-line-with-text .horizontal-line {
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 50px;
    background-color: #fac400;
}
.tm-sc-line-with-text .horizontal-text {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.09em;
    padding-left: 15px;
}
.tm-sc-line-with-text.line-after-title .horizontal-text {
    padding-left: 0;
    padding-right: 15px;
}
.tm-sc-line-with-text.line-above-title .horizontal-line {
    display: block;
}
.tm-sc-line-with-text.line-above-title .horizontal-text {
    display: block;
    padding-left: 0;
    padding-top: 15px;
}
.tm-sc-line-with-text.line-below-title .horizontal-line {
    display: block;
}
.tm-sc-line-with-text.line-below-title .horizontal-text {
    display: block;
    padding-left: 0;
    padding-bottom: 15px;
}
.tm-section-box-bg {
    position: absolute;
    top: -150px;
    left: 225px;
    bottom: -150px;
    right: -100000px;
    background-color: var(--theme-color1);
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
} /*! 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(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #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: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-family--inter: "Inter", sans-serif;
    --wp--preset--font-family--cardo: Cardo;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
        6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
:where(.is-layout-grid) {
    gap: 0.5em;
}
body .is-layout-flex {
    display: flex;
}
.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}
.is-layout-flex > :is(*, div) {
    margin: 0;
}
body .is-layout-grid {
    display: grid;
}
.is-layout-grid > :is(*, div) {
    margin: 0;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
.has-black-color {
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color {
    background-color: var(
        --wp--preset--color--luminous-vivid-orange
    ) !important;
}
.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(
        --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
    ) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(
        --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
    ) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
    ) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(
        --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
    ) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(
        --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
    ) !important;
}
.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}
:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}
:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}
:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}
:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.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: 0.2em 0.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: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}
form.submitting .wpcf7-spinner {
    visibility: visible;
}
.wpcf7-spinner:before {
    content: "";
    position: absolute;
    background-color: #fbfbfc;
    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: 0.5;
}
.wpcf7 input[type="file"] {
    cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
    cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}
.wpcf7-reflection > output {
    display: list-item;
    list-style: none;
}
.wpcf7-reflection > output[hidden] {
    display: none;
}
#style-switcher {
    background-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 3px;
    height: 100%;
    left: 0;
    padding: 15px 0 25px;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 99999999;
}
#style-switcher .style-switcher-wrap {
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding: 15px;
    position: relative;
}
#style-switcher h3 {
    color: #eee;
    font-size: 14px;
    letter-spacing: unset;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}
#style-switcher h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: unset;
    margin: 0 0 5px;
    padding-top: 0;
    text-transform: capitalize;
}
.switcher-title {
    padding-top: 0;
    margin-bottom: 3px;
    font-size: 13px;
    color: #eee;
}
#style-switcher .switcher-toggle {
    display: block;
    height: 58px;
    position: absolute;
    right: -3px;
    top: 50px;
    width: 40px;
    border-radius: 0 3px 3px 0;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.icon-switcher {
    background: rgba(3, 3, 3, 0.9) none repeat scroll 0 0;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 14px;
    margin-left: 37px;
    margin-top: 90px;
    padding: 10px 12px;
    position: absolute;
    display: flex;
    align-items: center;
}
.icon-switcher i {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
#style-switcher .switcher-rtl {
    display: block;
    height: 58px;
    position: absolute;
    right: -3px;
    top: 140px;
    width: 40px;
    border-radius: 0 3px 3px 0;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
#style-switcher .switcher-rtl .icon-rtl {
    background: rgba(3, 3, 3, 0.9) none repeat scroll 0 0;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 14px;
    margin-left: 37px;
    margin-top: 90px;
    padding: 10px 12px;
    position: absolute;
    display: flex;
    align-items: center;
}
.switcher-style-list {
    list-style: none;
    margin: 0;
    overflow: hidden;
}
.switcher-style-list li {
    margin: 2px;
}
.switcher-style-list li .theme-color-set {
    display: inline-block;
    cursor: pointer;
    background-size: cover;
    border-radius: 5px;
    padding: 5px 10px;
}
#switcher-theme-custom-color.switcher-style-list li .theme-color-set {
    border: 1px solid rgba(44, 44, 44, 0.6);
    position: relative;
}
#switcher-theme-custom-color.switcher-style-list li.active .theme-color-set {
    border-color: rgba(255, 255, 255, 0.6);
}
#switcher-theme-custom-color.switcher-style-list li .theme-color-set .color {
    background-color: #eee;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    float: left;
    margin: 5px;
}
#switcher-theme-custom-color.switcher-style-list
    li.active
    .theme-color-set:after {
    color: #ddd;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    left: 40%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 15%;
}
.layout select {
    width: 100%;
    padding: 5px;
    border: none;
    margin: 0 0 0 -5px;
    color: #666;
    cursor: pointer;
}
#button-reset {
    margin: 0 15px 15px 2px;
    text-align: right;
}
#button-reset a {
    color: #fff;
    font-size: 14px;
    padding: 8px 27px;
    display: inline-block;
    border: 0;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
    background: #333;
}
.theme-skin-orange {
    background: #e0984a;
}
.theme-skin-maroon {
    background: #d02552;
}
.theme-skin-yellow {
    background: #ded823;
}
.theme-skin-green {
    background: #72a230;
}
.theme-skin-blue {
    background: #0b4575;
}
.theme-skin-sky-blue {
    background: #00b6dd;
}
.theme-skin-brown {
    background: #8d6e63;
}
.theme-skin-deep-blue {
    background: #13a0b2;
}
.theme-skin-blue-gary {
    background: #546e7a;
}
.theme-skin-gray {
    background: #757575;
}
.switcher-style-list li a.active {
    box-shadow: 0 0 0 0px #555 inset;
}
.clean-check #r1 + label,
.clean-check #r2 + label,
.clean-check #r3 + label {
    margin-left: 22px;
}
.clean-check #s1 + label,
.clean-check #sd_right + label {
    margin-left: 22px;
}
.layouts {
    padding-bottom: 0;
}
.boxed-layout-variations-wrapper {
    display: none;
}
.menu-skin-default {
    background: #333;
}
.menu-skin-blue {
    background: #5d9cec;
}
.menu-skin-green {
    background: #48cfad;
}
.menu-skin-red {
    background: #fc6e51;
}
.menu-skin-orange {
    background: #ff853f;
}
.menu-skin-yellow {
    background: #ffce54;
}
.menu-skin-purple {
    background: #ac92ec;
}
.menu-skin-pink {
    background: #ec87c0;
}
.switcher-select-form {
    width: 89%;
    height: 25px;
}
.menu-position li {
    float: left;
    margin: 0 0 0 20px;
    width: 40%;
}
.menu-position li a {
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 2px;
    margin: 5px;
}
.menu-position li a.active {
    border: 1px solid #333;
}
.container-height li {
    float: left;
    margin: 0 0 0 20px;
    width: 40%;
}
.container-height li a {
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 2px;
    margin: 5px;
}
.container-height li a.active {
    border: 1px solid #f7f7f7;
}
.tm-purchase-floating-box {
    position: fixed;
    top: 50%;
    right: 0;
    border-radius: 7px 0 0 7px;
    padding: 11px 0;
    margin: -89px 0 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    border: 1px solid green;
    border-right: 0;
}
.tm-floating-box-icon {
    display: block;
    position: relative;
    width: 45px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.tm-floating-box-icon svg {
    display: inline-block;
    vertical-align: middle;
    color: #79bb51;
    width: 23px;
}
.tm-floating-box-icon > span {
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    color: #79bb51;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}
.tm-floating-box-icon:hover > span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
@-webkit-keyframes rotatingIcon {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotatingIcon {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotating-icon {
    -webkit-animation: rotatingIcon 2s linear infinite;
    -moz-animation: rotatingIcon 2s linear infinite;
    -ms-animation: rotatingIcon 2s linear infinite;
    -o-animation: rotatingIcon 2s linear infinite;
    animation: rotatingIcon 2s linear infinite;
}
.tm-color-switcher {
    position: fixed;
    left: 8px;
    top: 50%;
    z-index: 1000;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 64px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 15px 10px;
    background-color: #fff;
    font-size: 12px;
    width: 65px;
    line-height: 1.3;
}
.tm-color-switcher .close {
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ce4f4d;
    z-index: 20;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: block;
    opacity: 1;
    background-color: #eee;
    transition: all 0.5s ease;
    cursor: pointer;
}
.tm-color-switcher.closed {
    padding: 10px 8px 6px 10px;
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all 0.25s ease;
}
.tm-color-switcher.closed:hover {
    padding-right: 14px;
}
.tm-font-selector:hover {
    cursor: pointer;
}
.tm-color-switcher.closed img:hover {
    cursor: pointer;
}
.tm-color-switcher.closed .close {
    display: none;
}
.tm-color-switcher.closed div {
    display: none;
}
.tm-color-switcher.closed .img {
    display: block;
    overflow: hidden;
    height: 34px;
    width: 36px;
    text-align: center;
}
.tm-color-switcher.closed .img img {
    margin: 0;
}
.tm-color-switcher .close:hover {
    opacity: 1;
    color: #000;
}
@media (max-width: 991px) {
    .tm-color-switcher {
        display: none !important;
    }
}
.tm-font-selector div,
.tm-color-selector div {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 4px solid #fff;
    display: block;
    margin: 4px auto 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.5s ease;
}
.tm-font-selector div:hover,
.tm-color-selector div:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.tm-custom-field {
    padding: 0;
    border: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    display: block;
}
.dropdown-theme-color-set {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-color: #ddd;
    background-image: linear-gradient(
        140deg,
        #fff 0%,
        #135bff 50%,
        #ffeb00 75%
    );
}
.dropdown-theme-color-set::placeholder {
    color: #fff;
}
.tm-color-switcher.closed .dropdown-theme-color-set {
    display: none;
}
.colorpicker {
    width: 212px;
    height: 177px;
    border-radius: 16px;
    overflow: hidden;
    position: fixed;
    left: 80px !important;
    right: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    background: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_background.png);
    display: none;
    z-index: 40;
}
.colorpicker:before {
    content: "";
    width: 210px;
    height: 177px;
    border: 6px solid #000;
    border-radius: 4px;
    display: block;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 13px;
    position: absolute;
    background: red;
    overflow: hidden;
    cursor: crosshair;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_overlay.png);
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    background: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_select.gif);
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 13px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_indic.gif)
        left top;
    margin: -4px 0 0;
    left: 0;
}
.colorpicker_new_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 213px;
    top: 13px;
    background: red;
}
.colorpicker_current_color {
    position: absolute;
    width: 60px;
    height: 30px;
    left: 283px;
    top: 13px;
    background: red;
}
.colorpicker input {
    background-color: transparent;
    border: 1px solid transparent;
    position: absolute;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #898989;
    top: 4px;
    right: 11px;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 11px;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    background: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_hex.png)
        top;
    left: 138px;
    top: 158px;
}
.colorpicker_hex input {
    right: 6px;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    background-image: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_rgb_r.png);
    top: 52px;
    left: 212px;
}
.colorpicker_rgb_g {
    background-image: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_rgb_g.png);
    top: 82px;
    left: 212px;
}
.colorpicker_rgb_b {
    background-image: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_rgb_b.png);
    top: 112px;
    left: 212px;
}
.colorpicker_hsb_h {
    background-image: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_hsb_h.png);
    top: 52px;
    left: 282px;
}
.colorpicker_hsb_s {
    background-image: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_hsb_s.png);
    top: 82px;
    left: 282px;
}
.colorpicker_hsb_b {
    background-image: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_hsb_b.png);
    top: 112px;
    left: 282px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(/plugins/mascot-color-switcher/color-switcher/images/colorpicker_submit.png)
        top;
    left: 322px;
    top: 142px;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}
@media only screen and (max-width: 768px) {
    :root {
        --woocommerce: #7f54b3;
        --wc-green: #7ad03a;
        --wc-red: #a00;
        --wc-orange: #ffba00;
        --wc-blue: #2ea2cc;
        --wc-primary: #7f54b3;
        --wc-primary-text: #fff;
        --wc-secondary: #e9e6ed;
        --wc-secondary-text: #515151;
        --wc-highlight: #b3af54;
        --wc-highligh-text: #fff;
        --wc-content-bg: #fff;
        --wc-subtext: #767676;
    }
    .woocommerce table.shop_table_responsive thead,
    .woocommerce-page table.shop_table_responsive thead {
        display: none;
    }
    .woocommerce
        table.shop_table_responsive
        tbody
        tr:first-child
        td:first-child,
    .woocommerce-page
        table.shop_table_responsive
        tbody
        tr:first-child
        td:first-child {
        border-top: 0;
    }
    .woocommerce table.shop_table_responsive tbody th,
    .woocommerce-page table.shop_table_responsive tbody th {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
        display: block;
    }
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }
    .woocommerce table.shop_table_responsive tr td.order-actions,
    .woocommerce-page table.shop_table_responsive tr td.order-actions {
        text-align: left !important;
    }
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .woocommerce table.shop_table_responsive tr td.actions:before,
    .woocommerce table.shop_table_responsive tr td.product-remove:before,
    .woocommerce-page table.shop_table_responsive tr td.actions:before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, 0.025);
    }
    .woocommerce table.my_account_orders tr td.order-actions,
    .woocommerce-page table.my_account_orders tr td.order-actions {
        text-align: left;
    }
    .woocommerce table.my_account_orders tr td.order-actions:before,
    .woocommerce-page table.my_account_orders tr td.order-actions:before {
        display: none;
    }
    .woocommerce table.my_account_orders tr td.order-actions .button,
    .woocommerce-page table.my_account_orders tr td.order-actions .button {
        float: none;
        margin: 0.125em 0.25em 0.125em 0;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        float: none;
        width: 100%;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail {
        display: none;
    }
    .woocommerce #content table.cart td.actions,
    .woocommerce table.cart td.actions,
    .woocommerce-page #content table.cart td.actions,
    .woocommerce-page table.cart td.actions {
        text-align: left;
    }
    .woocommerce #content table.cart td.actions .coupon,
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        float: none;
        padding-bottom: 0.5em;
    }
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce #content table.cart td.actions .coupon:before,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:before,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:before,
    .woocommerce-page table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:before {
        content: " ";
        display: table;
    }
    .woocommerce #content table.cart td.actions .coupon:after,
    .woocommerce table.cart td.actions .coupon:after,
    .woocommerce-page #content table.cart td.actions .coupon:after,
    .woocommerce-page table.cart td.actions .coupon:after {
        clear: both;
    }
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon input,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon input,
    .woocommerce-page #content table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon input,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon input {
        width: 48%;
        box-sizing: border-box;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page
        #content
        table.cart
        td.actions
        .coupon
        .input-text
        + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        float: right;
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
        float: none;
        text-align: left;
    }
    .woocommerce-page.woocommerce-checkout form.login .form-row,
    .woocommerce.woocommerce-checkout form.login .form-row {
        width: 100%;
        float: none;
    }
    .woocommerce #payment .terms,
    .woocommerce-page #payment .terms {
        text-align: left;
        padding: 0;
    }
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 1em;
    }
    .woocommerce .lost_reset_password .form-row-first,
    .woocommerce .lost_reset_password .form-row-last,
    .woocommerce-page .lost_reset_password .form-row-first,
    .woocommerce-page .lost_reset_password .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }
    .single-product .twentythirteen .panel {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
.woocommerce form .form-row .required {
    visibility: visible;
}
@font-face {
    font-display: swap;
    font-family: "FlaticonAgency";
    src: url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.eot");
    src: url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.eot?#iefix")
            format("embedded-opentype"),
        url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.woff2")
            format("woff2"),
        url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.woff")
            format("woff"),
        url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.ttf")
            format("truetype"),
        url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.svg#FlaticonAgency")
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-display: swap;
        font-family: "FlaticonAgency";
        src: url("/plugins/mascot-core-amiso/assets/flaticon-set-agency/fonts/flaticon-agency.svg#FlaticonAgency")
            format("svg");
    }
}
[class^="flaticon-agency-"]:before,
[class*=" flaticon-agency-"]:before,
[class^="flaticon-agency-"]:after,
[class*=" flaticon-agency-"]:after {
    font-family: "FlaticonAgency";
    font-style: normal;
    font-weight: 400;
}
.flaticon-agency-discuss:before {
    content: "\f101";
}
.flaticon-agency-color-sample:before {
    content: "\f102";
}
.flaticon-agency-front-end:before {
    content: "\f103";
}
.flaticon-agency-online-shopping:before {
    content: "\f104";
}
.flaticon-agency-repair:before {
    content: "\f105";
}
.flaticon-agency-instructor:before {
    content: "\f106";
}
.flaticon-agency-search-engine:before {
    content: "\f107";
}
.flaticon-agency-trophy:before {
    content: "\f108";
}
.flaticon-agency-medal:before {
    content: "\f109";
}
.flaticon-agency-satisfaction:before {
    content: "\f10a";
}
.flaticon-agency-design:before {
    content: "\f10b";
}
.flaticon-agency-user-interface:before {
    content: "\f10c";
}
.flaticon-agency-campaign:before {
    content: "\f10d";
}
.flaticon-agency-reputation:before {
    content: "\f10e";
}
.flaticon-agency-coffee:before {
    content: "\f10f";
}
.flaticon-agency-social-campaign:before {
    content: "\f110";
}
.flaticon-agency-advertising:before {
    content: "\f111";
}
.flaticon-agency-quotes:before {
    content: "\f112";
}
.flaticon-agency-web:before {
    content: "\f113";
}
.flaticon-agency-android-logo:before {
    content: "\f114";
}
.flaticon-agency-television:before {
    content: "\f115";
}
.flaticon-agency-design-1:before {
    content: "\f116";
}
.flaticon-agency-lamp:before {
    content: "\f117";
}
.flaticon-agency-brain:before {
    content: "\f118";
}
.flaticon-agency-concept:before {
    content: "\f119";
}
.flaticon-agency-programmer:before {
    content: "\f11a";
}
.flaticon-agency-access:before {
    content: "\f11b";
}
.flaticon-agency-verification:before {
    content: "\f11c";
}
.flaticon-agency-phone-call:before {
    content: "\f11d";
}
.flaticon-agency-open-envelope:before {
    content: "\f11e";
}
.flaticon-agency-phone-ringing:before {
    content: "\f11f";
}
.flaticon-agency-help:before {
    content: "\f120";
}
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/plugins/mascot-core/assets/js/plugins/owl-carousel/assets/owl.video.play.png)
        no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.qodef-qi-grid > .qodef-grid-inner {
    position: relative;
    display: grid;
    gap: 30px;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--1 {
    order: 1;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--2 {
    order: 2;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--3 {
    order: 3;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--4 {
    order: 4;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--5 {
    order: 5;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--6 {
    order: 6;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--7 {
    order: 7;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--8 {
    order: 8;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--9 {
    order: 9;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--10 {
    order: 10;
}
.qodef-qi-grid > .qodef-grid-inner > .qodef-grid-item.qodef-order--11 {
    order: 11;
}
.qodef-qi-grid > .qodef-grid-inner.qodef-qi-clear:after,
.qodef-qi-grid > .qodef-grid-inner.qodef-qi-clear:before {
    display: none !important;
}
.qodef-qi-grid.qodef-layout--qi-template > .qodef-grid-inner {
    display: flex;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item {
    width: 100%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--12 {
    width: 100%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--11 {
    width: 91.66667%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--10 {
    width: 83.33333%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--9 {
    width: 75%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--8 {
    width: 66.66667%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--7 {
    width: 58.33333%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--6 {
    width: 50%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--5 {
    width: 41.66667%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--4 {
    width: 33.33333%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--3 {
    width: 25%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--2 {
    width: 16.66667%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--1 {
    width: 8.33333%;
}
.qodef-qi-grid.qodef-layout--qi-template
    > .qodef-grid-inner
    > .qodef-grid-item.qodef-col--auto {
    width: auto;
}
.qodef-qi-grid.qodef-layout--qi-columns > .qodef-grid-inner {
    grid-template-columns: minmax(0, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--1 > .qodef-grid-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--2 > .qodef-grid-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--3 > .qodef-grid-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--4 > .qodef-grid-inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--5 > .qodef-grid-inner {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--6 > .qodef-grid-inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--7 > .qodef-grid-inner {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-num--8 > .qodef-grid-inner {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 11fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--1-11
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--2-10
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--3-9
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--4-8
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--5-7
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--6-6
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--7-5
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--8-4
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 9fr) minmax(0, 3fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--9-3
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 10fr) minmax(0, 2fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--10-2
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1
    > .qodef-grid-inner {
    grid-template-columns: minmax(0, 11fr) minmax(0, 1fr);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-columns.qodef-col-split--11-1
        > .qodef-grid-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed
    .qodef-grid-item
    .qodef-e-inner {
    height: 100%;
    overflow: hidden;
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed
    .qodef-grid-item
    img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.qodef-qi-grid.qodef-layout--qi-masonry > .qodef-grid-inner {
    visibility: hidden;
}
.qodef-qi-grid.qodef-layout--qi-masonry
    > .qodef-grid-inner.qodef--masonry-init {
    visibility: visible;
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--1 > .qodef-grid-inner {
    grid-template-columns: repeat(1, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--2 > .qodef-grid-inner {
    grid-template-columns: repeat(2, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--3 > .qodef-grid-inner {
    grid-template-columns: repeat(3, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--4 > .qodef-grid-inner {
    grid-template-columns: repeat(4, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--5 > .qodef-grid-inner {
    grid-template-columns: repeat(5, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--6 > .qodef-grid-inner {
    grid-template-columns: repeat(6, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--7 > .qodef-grid-inner {
    grid-template-columns: repeat(7, 1fr);
}
.qodef-qi-grid.qodef-layout--qi-masonry.qodef-col-num--8 > .qodef-grid-inner {
    grid-template-columns: repeat(8, 1fr);
}
.qodef-qi-grid.qodef-gutter--no > .qodef-grid-inner {
    gap: 0;
}
.qodef-qi-grid.qodef-gutter--tiny > .qodef-grid-inner {
    gap: 10px;
}
.qodef-qi-grid.qodef-gutter--small > .qodef-grid-inner {
    gap: 20px;
}
.qodef-qi-grid.qodef-gutter--normal > .qodef-grid-inner {
    gap: 30px;
}
.qodef-qi-grid.qodef-gutter--medium > .qodef-grid-inner {
    gap: 40px;
}
.qodef-qi-grid.qodef-gutter--large > .qodef-grid-inner {
    gap: 50px;
}
.qodef-qi-grid.qodef-gutter--huge > .qodef-grid-inner {
    gap: 68px;
}
.qodef-qi-grid.qodef-disable-row-gap > .qodef-grid-inner {
    row-gap: 0;
}
@media only screen and (max-width: 1440px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440
        > .qodef-grid-inner {
        flex-wrap: wrap;
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1440
        > .qodef-grid-inner
        > .qodef-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366
        > .qodef-grid-inner {
        flex-wrap: wrap;
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1366
        > .qodef-grid-inner
        > .qodef-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024
        > .qodef-grid-inner {
        flex-wrap: wrap;
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--1024
        > .qodef-grid-inner
        > .qodef-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768
        > .qodef-grid-inner {
        flex-wrap: wrap;
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--768
        > .qodef-grid-inner
        > .qodef-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680
        > .qodef-grid-inner {
        flex-wrap: wrap;
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--680
        > .qodef-grid-inner
        > .qodef-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480
        > .qodef-grid-inner {
        flex-wrap: wrap;
    }
    .qodef-qi-grid.qodef-layout--qi-template.qodef-flex-wrap--480
        > .qodef-grid-inner
        > .qodef-grid-item {
        width: 100%;
    }
}
@media only screen and (max-width: 1440px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .qodef-qi-grid.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1680px) and (min-width: 1441px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1680--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 768px) and (min-width: 681px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 680px) and (min-width: 481px) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-columns
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 480px) and (min-width: 0) {
    .qodef-qi-grid.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--qi-masonry
        > .qodef-grid-inner {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@keyframes qi-addons-for-elementor-fade-in {
    0% {
        opacity: 0;
        visibility: hidden;
        z-index: 102;
    }
    100% {
        opacity: 1;
        visibility: visible;
        z-index: 102;
    }
}
@keyframes qi-addons-for-elementor-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
        z-index: 102;
    }
    100% {
        opacity: 0;
        visibility: hidden;
        z-index: 0;
    }
}
@keyframes qodef-animate-underline-from-left {
    0% {
        transform: scaleX(1);
        transform-origin: right;
    }
    37% {
        transform: scaleX(0);
        transform-origin: right;
    }
    38% {
        transform: scaleX(0);
        transform-origin: left;
    }
    100% {
        transform: scaleX(1);
        transform-origin: left;
    }
}
@keyframes qodef-animate-underline-from-right {
    0% {
        transform: scaleX(1);
        transform-origin: left;
    }
    37% {
        transform: scaleX(0);
        transform-origin: left;
    }
    38% {
        transform: scaleX(0);
        transform-origin: right;
    }
    100% {
        transform: scaleX(1);
        transform-origin: right;
    }
}
@keyframes qodef-animate-underline-multiline {
    0% {
        background-size: 100% 87%;
        background-position-x: right;
    }
    38% {
        background-size: 0 87%;
        background-position-x: right;
    }
    39% {
        background-size: 0 87%;
        background-position-x: left;
    }
    100% {
        background-size: 100% 87%;
        background-position-x: left;
    }
}
@keyframes qodef-animate-highlight {
    0% {
        background-size: 0 100%;
        background-position-x: left;
    }
    100% {
        background-size: 100% 100%;
        background-position-x: left;
    }
}
.qodef-qi-clear:after,
.qodef-qi-clear:before {
    content: "";
    display: table;
    table-layout: fixed;
}
.qodef-qi-clear:after {
    clear: both;
}
.qodef-category-separator:after {
    content: ",";
    margin-right: 5px;
}
.qodef-shortcode h1 a,
.qodef-shortcode h2 a,
.qodef-shortcode h3 a,
.qodef-shortcode h4 a,
.qodef-shortcode h5 a,
.qodef-shortcode h6 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-custom-text-underline-draw a {
    position: relative;
    color: currentColor;
}
.qodef-custom-text-underline-draw a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    backface-visibility: hidden;
}
.qodef-custom-text-underline-draw a:hover {
    color: currentColor;
    text-decoration: none;
}
.qodef-custom-text-underline-draw a:hover:after {
    animation: qodef-animate-underline-from-left 0.6s
        cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text,
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-text {
    transition-delay: 0.25s, 0.25s;
}
body:not(.elementor-editor-active) .qodef-landing-intro-title .qodef-m-button {
    transition-delay: 0.5s, 0.5s;
}
body:not(.elementor-editor-active)
    .qodef-landing-intro-title.qodef-qi--appeared
    .qodef-m-button,
body:not(.elementor-editor-active)
    .qodef-landing-intro-title.qodef-qi--appeared
    .qodef-m-text,
body:not(.elementor-editor-active)
    .qodef-landing-intro-title.qodef-qi--appeared
    .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateZ(0);
}
@media only screen and (max-width: 1440px) {
    .qodef-qi-grid.qodef-qi-hide-under-1440,
    .qodef-qi-hide-under-1440 {
        display: none;
    }
}
.qodef-qi-grid.qodef-qi-show-under-1440,
.qodef-qi-show-under-1440 {
    display: none;
}
.qodef-qi-grid.qodef-qi-show-under-1440 + .swiper-button-prev,
.qodef-qi-grid.qodef-qi-show-under-1440
    + .swiper-button-prev
    + .swiper-button-next,
.qodef-qi-show-under-1440 + .swiper-button-prev,
.qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next {
    display: none;
}
@media only screen and (max-width: 1440px) {
    .qodef-qi-grid.qodef-qi-show-under-1440,
    .qodef-qi-show-under-1440 {
        display: block;
    }
    .qodef-qi-grid.qodef-qi-show-under-1440 + .swiper-button-prev,
    .qodef-qi-grid.qodef-qi-show-under-1440
        + .swiper-button-prev
        + .swiper-button-next,
    .qodef-qi-show-under-1440 + .swiper-button-prev,
    .qodef-qi-show-under-1440 + .swiper-button-prev + .swiper-button-next {
        display: block;
    }
}
.fslightbox-container .fslightbox-nav .fslightbox-slide-number-container {
    max-width: unset;
}
.fslightbox-container .fslightbox-nav .fslightbox-toolbar {
    background: 0 0;
}
.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button {
    color: #fff;
}
.fslightbox-container
    .fslightbox-nav
    .fslightbox-toolbar-button[title="Enter fullscreen"] {
    display: none;
}
.fslightbox-container .fslightbox-nav .fslightbox-toolbar-button svg {
    fill: currentColor;
    width: 17px;
    stroke: none;
}
.fslightbox-container .fslightbox-slide-btn-container-next,
.fslightbox-container .fslightbox-slide-btn-container-previous {
    padding: 30px;
}
.fslightbox-container
    .fslightbox-slide-btn-container-next
    .fslightbox-slide-btn,
.fslightbox-container
    .fslightbox-slide-btn-container-previous
    .fslightbox-slide-btn {
    width: 30px;
    padding: 0;
    background: 0 0;
    color: #fff;
}
.fslightbox-container
    .fslightbox-slide-btn-container-next
    .fslightbox-slide-btn
    svg,
.fslightbox-container
    .fslightbox-slide-btn-container-previous
    .fslightbox-slide-btn
    svg {
    fill: currentColor;
    stroke: currentColor;
    width: 100%;
}
.qodef-qi-swiper-container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    z-index: 1;
    visibility: hidden;
    overflow: hidden;
}
.qodef-qi-swiper-container
    .swiper-slide
    a:not(.qodef-qi-button):not(.qodef-qi-premium-button) {
    display: block;
}
.qodef-qi-swiper-container .swiper-slide img {
    width: 100%;
}
.qodef-qi-swiper-container.qodef-swiper--initialized {
    visibility: visible;
}
.qodef-qi-swiper-container .swiper-pagination-bullet {
    color: #000;
    vertical-align: middle;
    opacity: 1;
    transform-origin: center;
    transform: matrix(0.72, 0, 0, 0.72, 0, 0);
    border: 1px solid transparent;
    background: currentColor;
    transition: transform 0.2s ease-out, color 0.2s ease-out,
        background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.qodef-qi-swiper-container .swiper-pagination-bullet-active,
.qodef-qi-swiper-container .swiper-pagination-bullet:hover {
    transform: matrix(1, 0, 0, 1, 0, 0) translateZ(0);
}
.qodef-qi-swiper-container .swiper-button-next,
.qodef-qi-swiper-container .swiper-button-prev,
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-prev,
.qodef-qi-swiper-container ~ .swiper-button-next,
.qodef-qi-swiper-container ~ .swiper-button-prev {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    transform: translateY(-50%);
}
.qodef-qi-swiper-container .swiper-button-next svg,
.qodef-qi-swiper-container .swiper-button-prev svg,
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-next svg,
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-prev svg,
.qodef-qi-swiper-container ~ .swiper-button-next svg,
.qodef-qi-swiper-container ~ .swiper-button-prev svg {
    display: block;
    width: 1em;
    height: auto;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    stroke: currentColor;
    fill: currentColor;
}
.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container
    ~ .qodef-swiper-together-nav
    .swiper-button-next:after,
.qodef-qi-swiper-container
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:after,
.qodef-qi-swiper-container ~ .swiper-button-next:after,
.qodef-qi-swiper-container ~ .swiper-button-prev:after {
    display: none !important;
}
.qodef-qi-swiper-container .swiper-button-prev {
    left: 30px;
}
.qodef-qi-swiper-container .swiper-button-next {
    right: 30px;
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef--focus-in-viewport,
.qodef-qi-swiper-container.swiper-vertical.qodef--focus-in-viewport {
    height: 100vh !important;
}
.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide,
.qodef-qi-swiper-container.swiper-vertical .swiper-slide {
    overflow: hidden;
}
.qodef-qi-swiper-container.swiper-container-vertical .swiper-slide img,
.qodef-qi-swiper-container.swiper-vertical .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-prev,
.qodef-qi-swiper-container.swiper-vertical .swiper-button-prev {
    top: 30px;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.qodef-qi-swiper-container.swiper-container-vertical
    .swiper-button-prev
    .qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical
    .swiper-button-prev
    .qodef-swiper-arrow-left {
    transform: rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical .swiper-button-next,
.qodef-qi-swiper-container.swiper-vertical .swiper-button-next {
    top: auto !important;
    bottom: 30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.qodef-qi-swiper-container.swiper-container-vertical
    .swiper-button-next
    .qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical
    .swiper-button-next
    .qodef-swiper-arrow-right {
    transform: rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical ~ .swiper-button-prev,
.qodef-qi-swiper-container.swiper-vertical ~ .swiper-button-prev {
    top: -30px;
    bottom: auto !important;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .swiper-button-prev
    .qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical
    ~ .swiper-button-prev
    .qodef-swiper-arrow-left {
    transform: rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical ~ .swiper-button-next,
.qodef-qi-swiper-container.swiper-vertical ~ .swiper-button-next {
    top: auto !important;
    bottom: -30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .swiper-button-next
    .qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical
    ~ .swiper-button-next
    .qodef-swiper-arrow-right {
    transform: rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical ~ .qodef-swiper-together-nav {
    top: 0;
    width: auto !important;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .qodef-swiper-together-nav
    .qodef-swiper-together-inner,
.qodef-qi-swiper-container.swiper-vertical
    ~ .qodef-swiper-together-nav
    .qodef-swiper-together-inner {
    flex-direction: column;
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .qodef-swiper-together-nav
    .swiper-button-prev,
.qodef-qi-swiper-container.swiper-vertical
    ~ .qodef-swiper-together-nav
    .swiper-button-prev {
    margin: 0 0 20px 0 !important;
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .qodef-swiper-together-nav
    .swiper-button-prev
    .qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical
    ~ .qodef-swiper-together-nav
    .swiper-button-prev
    .qodef-swiper-arrow-left {
    transform: rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .qodef-swiper-together-nav
    .swiper-button-next
    .qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical
    ~ .qodef-swiper-together-nav
    .swiper-button-next
    .qodef-swiper-arrow-right {
    transform: rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    svg {
    transform: translateY(-4px);
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-prev:hover
    svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    svg.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    i.qodef-swiper-arrow-left,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    svg.qodef-swiper-arrow-left {
    transform: translateY(-4px) rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    svg {
    transform: translateY(4px);
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    .swiper-button-next:hover
    svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    svg.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    i.qodef-swiper-arrow-right,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    svg.qodef-swiper-arrow-right {
    transform: translateY(4px) rotate(90deg);
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start
    .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-start
    ~ .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start
    .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-start
    ~ .qodef-swiper-together-nav {
    justify-content: center;
    right: auto !important;
    left: 0 !important;
    bottom: 0;
}
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end
    .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-container-vertical.qodef-navigation-alignment--flex-end
    ~ .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end
    .qodef-swiper-together-nav,
.qodef-qi-swiper-container.swiper-vertical.qodef-navigation-alignment--flex-end
    ~ .qodef-swiper-together-nav {
    justify-content: center;
    right: 0 !important;
    left: auto !important;
    bottom: 0;
}
.qodef-qi-swiper-container.swiper-container-vertical
    ~ .qodef-swiper-pagination-outside
    .swiper-pagination-bullet,
.qodef-qi-swiper-container.swiper-vertical
    ~ .qodef-swiper-pagination-outside
    .swiper-pagination-bullet {
    margin: 3px 0;
}
.qodef-qi-swiper-container .swiper-button-next:after,
.qodef-qi-swiper-container .swiper-button-next:before,
.qodef-qi-swiper-container .swiper-button-prev:after,
.qodef-qi-swiper-container .swiper-button-prev:before {
    display: none;
}
.qodef-qi-swiper-container ~ .swiper-button-prev {
    left: -50px;
}
.qodef-qi-swiper-container ~ .swiper-button-next {
    right: -50px;
}
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
    z-index: 1;
}
.qodef-qi-swiper-container
    ~ .qodef-swiper-together-nav
    .qodef-swiper-together-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-next,
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-prev {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    z-index: 15;
}
.qodef-qi-swiper-container ~ .qodef-swiper-together-nav .swiper-button-prev {
    margin-right: 20px !important;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
    .swiper-button-prev
    svg {
    margin-left: 4px;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
    .swiper-button-next
    svg {
    margin-right: 4px;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-next svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move .swiper-button-prev svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move ~ .swiper-button-next i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .swiper-button-next
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move ~ .swiper-button-prev i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .swiper-button-prev
    svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        background-color 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev
    svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform 0.12s ease-out, background-color 0.2s ease-out,
        color 0.2s ease-out;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    svg {
    transition: transform 0.22s cubic-bezier(0.37, 0.08, 0.02, 0.93) 50ms,
        background-color 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-prev:hover
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .swiper-button-prev:hover
    svg {
    transform: translateX(-4px);
}
.qodef-qi-swiper-container.qodef-navigation--hover-move
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .qodef-swiper-together-nav
    .swiper-button-next:hover
    svg,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    i,
.qodef-qi-swiper-container.qodef-navigation--hover-move
    ~ .swiper-button-next:hover
    svg {
    transform: translateX(4px);
}
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside
    .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside
    .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--inside
    > .swiper-pagination-bullets,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside
    .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside
    .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--inside
    > .swiper-pagination-bullets {
    bottom: 0;
}
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside
    .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside
    .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-container-horizontal.qodef-pagination--outside
    > .swiper-pagination-bullets,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside
    .swiper-pagination-custom,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside
    .swiper-pagination-fraction,
.qodef-qi-swiper-container.swiper-horizontal.qodef-pagination--outside
    > .swiper-pagination-bullets {
    bottom: 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--1024
        .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024 .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024
        ~ .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024
        ~ .qodef-swiper-together-nav
        .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024
        ~ .qodef-swiper-together-nav
        .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024
        ~ .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--1024
        ~ .swiper-button-prev {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--768
        .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--768 .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--768
        ~ .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--768
        ~ .qodef-swiper-together-nav
        .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--768
        ~ .qodef-swiper-together-nav
        .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--768 ~ .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--768
        ~ .swiper-button-prev {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-swiper-container.qodef-hide-navigation--680
        .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--680 .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--680
        ~ .qodef-swiper-together-nav,
    .qodef-qi-swiper-container.qodef-hide-navigation--680
        ~ .qodef-swiper-together-nav
        .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--680
        ~ .qodef-swiper-together-nav
        .swiper-button-prev,
    .qodef-qi-swiper-container.qodef-hide-navigation--680 ~ .swiper-button-next,
    .qodef-qi-swiper-container.qodef-hide-navigation--680
        ~ .swiper-button-prev {
        display: none;
    }
}
.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start
    .qodef-swiper-together-nav,
.qodef-qi-swiper-container.qodef-navigation-alignment--flex-start
    ~ .qodef-swiper-together-nav {
    justify-content: flex-start;
    right: auto !important;
}
.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end
    .qodef-swiper-together-nav,
.qodef-qi-swiper-container.qodef-navigation-alignment--flex-end
    ~ .qodef-swiper-together-nav {
    justify-content: flex-end;
    left: auto !important;
}
.qodef-swiper-pagination-outside.swiper-pagination {
    position: relative;
}
.qodef-swiper-pagination-outside.swiper-pagination .swiper-pagination-bullet {
    color: #000;
    opacity: 1;
    transform-origin: center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    border: 1px solid transparent;
    background: currentColor;
    transition: transform 0.2s ease-out, color 0.2s ease-out,
        background-color 0.2s ease-out, border-color 0.2s ease-out;
    margin: 0 6px;
}
.qodef-swiper-pagination-outside.swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active,
.qodef-swiper-pagination-outside.swiper-pagination
    .swiper-pagination-bullet:hover {
    transform: matrix(1.4, 0, 0, 1.4, 0, 0) translateZ(0);
}
.swiper-container-vertical ~ .qodef-swiper-pagination-outside.swiper-pagination,
.swiper-vertical ~ .qodef-swiper-pagination-outside.swiper-pagination {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
}
.qodef--pagination-numbers > .swiper-pagination-bullets,
.qodef--pagination-numbers ~ .swiper-pagination-bullets {
    counter-reset: section;
    display: flex;
    justify-content: center;
}
.qodef--pagination-numbers
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
.qodef--pagination-numbers
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet {
    height: 38px;
    width: 38px;
    transform: none;
    color: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.qodef--pagination-numbers
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:before,
.qodef--pagination-numbers
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet:before {
    counter-increment: section;
    content: "0" counter(section);
    color: #1e1e1e;
}
.qodef--pagination-numbers
    > .swiper-pagination-bullets
    .swiper-pagination-bullet-active,
.qodef--pagination-numbers
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:hover,
.qodef--pagination-numbers
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet-active,
.qodef--pagination-numbers
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet:hover {
    color: #efefef;
}
.swiper-container-vertical.qodef--pagination-numbers
    > .swiper-pagination-bullets,
.swiper-container-vertical.qodef--pagination-numbers
    ~ .swiper-pagination-bullets,
.swiper-vertical.qodef--pagination-numbers > .swiper-pagination-bullets,
.swiper-vertical.qodef--pagination-numbers ~ .swiper-pagination-bullets {
    flex-direction: column;
}
.qodef-pagination-alignment--start > .swiper-pagination-bullets,
.qodef-pagination-alignment--start ~ .swiper-pagination-bullets {
    text-align: left;
}
.qodef--pagination-numbers.qodef-pagination-alignment--start
    > .swiper-pagination-bullets,
.qodef-pagination-alignment--start ~ .swiper-pagination-bullets {
    justify-content: flex-start;
}
.qodef-pagination-alignment--start.swiper-container-vertical
    > .swiper-pagination-bullets,
.qodef-pagination-alignment--start.swiper-container-vertical
    ~ .swiper-pagination-bullets,
.qodef-pagination-alignment--start.swiper-vertical > .swiper-pagination-bullets,
.qodef-pagination-alignment--start.swiper-vertical
    ~ .swiper-pagination-bullets {
    top: 0;
    transform: none;
}
.qodef-pagination-alignment--center > .swiper-pagination-bullets,
.qodef-pagination-alignment--center ~ .swiper-pagination-bullets {
    text-align: center;
}
.qodef--pagination-numbers.qodef-pagination-alignment--center
    > .swiper-pagination-bullets,
.qodef-pagination-alignment--center ~ .swiper-pagination-bullets {
    justify-content: center;
}
.qodef-pagination-alignment--end > .swiper-pagination-bullets,
.qodef-pagination-alignment--end ~ .swiper-pagination-bullets {
    text-align: right;
}
.qodef--pagination-numbers.qodef-pagination-alignment--end
    > .swiper-pagination-bullets,
.qodef-pagination-alignment--end ~ .swiper-pagination-bullets {
    justify-content: flex-end;
}
.qodef-pagination-alignment--end.swiper-container-vertical
    > .swiper-pagination-bullets,
.qodef-pagination-alignment--end.swiper-container-vertical
    ~ .swiper-pagination-bullets,
.qodef-pagination-alignment--end.swiper-vertical > .swiper-pagination-bullets,
.qodef-pagination-alignment--end.swiper-vertical ~ .swiper-pagination-bullets {
    top: 100%;
    transform: translate3d(0, -100%, 0);
}
.qodef-navigation-together--top .elementor-widget-container {
    position: relative;
}
.qodef-navigation-together--top .qodef-swiper-together-nav {
    bottom: 100%;
    margin-top: 0 !important;
    margin-bottom: 30px;
}
.qodef-navigation-together--bottom .elementor-widget-container {
    position: relative;
}
.qodef-addons-blog-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-addons-blog-list .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    z-index: 1;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media {
    display: block;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-media iframe {
    display: block;
    height: 100%;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-title {
    margin: 0 0 0.5em;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-excerpt {
    margin: 0;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #111;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.qodef-addons-blog-list
    .qodef-blog-item
    .qodef-e-info
    .qodef-e-info-item
    a:hover {
    color: #3c3c3c;
}
.qodef-addons-blog-list
    .qodef-blog-item
    .qodef-e-info
    .qodef-e-info-item:last-child {
    margin-right: 0;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 0.25em;
}
.qodef-addons-blog-list
    .qodef-blog-item
    .qodef-e-info.qodef-info--top
    .qodef-e-info-item {
    font-size: 0.9em;
    line-height: 1.13333em;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex;
}
.qodef-addons-blog-list .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline;
}
.qodef-addons-blog-list .qodef-blog-item.sticky .qodef-e-title a:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -0.5em;
    font-size: 1.5em;
}
.qodef-addons-blog-list.qodef-alignment--centered {
    text-align: center;
}
.qodef-addons-blog-list.qodef-alignment--centered
    .qodef-blog-item
    .qodef-e-info {
    justify-content: center;
}
.qodef-addons-blog-list.qodef-info-no-icons
    .qodef-e-info
    .qodef-e-info-item:not(:last-child):after {
    content: "/";
    position: relative;
    left: 12px;
}
.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        currentColor 2px
    );
    transition: 0.9s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-addons-blog-list.qodef-title--hover-underline .qodef-e-title-link:hover {
    background-size: 100% 100%;
}
.qodef-addons-blog-list .qodef-e-media-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-addons-blog-list.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-addons-blog-list.qodef-image--hover-zoom
    .qodef-e:hover
    .qodef-e-media-image
    a {
    transform: scale(1.03);
}
.qodef-addons-blog-list.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-addons-blog-list.qodef-image--hover-zoom-out
    .qodef-e:hover
    .qodef-e-media-image
    a {
    transform: scale(1);
}
.qodef-addons-blog-list.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-addons-blog-list.qodef-image--hover-move
    .qodef-e:hover
    .qodef-e-media-image
    a {
    transform: scale(1.2) translateX(12px);
}
.qodef-addons-blog-list.qodef-image--hover-from-top a {
    transform-origin: top;
}
.qodef-addons-blog-list.qodef-image--hover-from-bottom a {
    transform-origin: bottom;
}
.qodef-addons-blog-list.qodef-image--hover-from-left a {
    transform-origin: left;
}
.qodef-addons-blog-list.qodef-image--hover-from-right a {
    transform-origin: right;
}
@media only screen and (max-width: 1024px) {
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding: 11% 15%;
    }
    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 10.7% 15% 11.3%;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-addons-blog-list .qodef-blog-item .qodef-e-info.qodef-info--bottom {
        display: inline-block;
    }
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link {
        padding: 11% 10%;
    }
    .qodef-addons-blog-list .qodef-blog-item.format-link .qodef-e-link-icon {
        left: calc(50% - 75px);
        width: 150px;
    }
    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote {
        padding: 11% 10%;
    }
    .qodef-addons-blog-list .qodef-blog-item.format-quote .qodef-e-quote-icon {
        left: calc(50% - 70px);
        width: 140px;
    }
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-media-holder {
    position: relative;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
    z-index: 5;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-info-date a {
    color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--boxed .qodef-e-content {
    padding: 45px 40px;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position: relative;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
    z-index: 10;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom: 1.5em;
}
.qodef-addons-blog-list.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-media-holder {
    position: relative;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    background-color: #fff;
    z-index: 5;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-info-date a {
    color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
    z-index: 5;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image
    .qodef-info--top
    .qodef-e-info-item {
    color: #fff;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image
    .qodef-info--top
    .qodef-e-info-item
    a:hover {
    color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin: 0;
}
.qodef-addons-blog-list.qodef-item-layout--info-on-image .qodef-e-title a {
    color: inherit;
}
.qodef-addons-blog-list.qodef-item-layout--minimal {
    overflow: hidden;
}
.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-grid-inner {
    margin-top: -2em !important;
}
.qodef-addons-blog-list.qodef-item-layout--minimal .qodef-e-inner {
    padding-top: 2em;
    border-top: 1px solid #ebebeb;
}
.qodef-addons-blog-list.qodef-item-layout--minimal
    .qodef-e-info.qodef-info--bottom {
    margin-top: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items: center;
}
.qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image
    .qodef-e-inner {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .qodef-reverse-columns.qodef-addons-blog-list.qodef-item-layout--side-image
        .qodef-e-inner {
        flex-direction: column;
    }
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
    width: 50%;
}
@media only screen and (max-width: 768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-media {
        width: 100%;
    }
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding: 20px 27px;
}
@media only screen and (max-width: 768px) {
    .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-content {
        padding: 20px 0;
    }
}
.qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-excerpt {
    margin: 0 0 1em;
}
.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-media {
    margin-bottom: 1.5em;
}
.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 1em;
}
.qodef-addons-blog-list.qodef-item-layout--standard
    .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qodef-addons-blog-list.qodef-item-layout--standard .qodef-e-info-author img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.qodef-addons-blog-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-addons-blog-slider .qodef-blog-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-content,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-addons-blog-slider .qodef-blog-item.has-post-thumbnail .qodef-e-content {
    padding-top: 27px;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
    display: block;
    width: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-media {
    display: block;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-title {
    margin: 0 0 0.5em;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-excerpt {
    margin: 0;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-read-more {
    margin-top: 14px;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #111;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info .qodef-e-info-item a {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.qodef-addons-blog-slider
    .qodef-blog-item
    .qodef-e-info
    .qodef-e-info-item
    a:hover {
    color: #3c3c3c;
}
.qodef-addons-blog-slider
    .qodef-blog-item
    .qodef-e-info
    .qodef-e-info-item:last-child {
    margin-right: 0;
}
.qodef-addons-blog-slider
    .qodef-blog-item
    .qodef-e-info
    .qodef-e-info-item-icon {
    margin-right: 8px;
    width: 14px;
    height: auto;
    fill: currentColor;
    flex-shrink: 0;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--top {
    margin-bottom: 0.25em;
}
.qodef-addons-blog-slider
    .qodef-blog-item
    .qodef-e-info.qodef-info--top
    .qodef-e-info-item {
    font-size: 0.9em;
    line-height: 1.13333em;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-info.qodef-info--bottom {
    display: inline-flex;
}
.qodef-addons-blog-slider .qodef-blog-item .qodef-e-post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a {
    position: relative;
    text-decoration: underline;
}
.qodef-addons-blog-slider .qodef-blog-item.sticky .qodef-e-title a:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -0.5em;
    font-size: 1.5em;
}
.qodef-addons-blog-slider article .qodef-e-media-image {
    overflow: hidden;
}
.qodef-addons-blog-slider.qodef-content-has-background-color .qodef-e-content {
    padding-left: 28px;
    padding-right: 28px;
}
.qodef-addons-blog-slider.qodef-alignment--centered {
    text-align: center;
}
.qodef-addons-blog-slider.qodef-alignment--centered
    .qodef-blog-item
    .qodef-e-info {
    justify-content: center;
}
.qodef-addons-blog-slider.qodef-info-no-icons
    .qodef-e-info
    .qodef-e-info-item:not(:last-child):after {
    content: "/";
    position: relative;
    left: 12px;
}
.qodef-addons-blog-slider.qodef-title--hover-underline .qodef-e-title-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        currentColor 2px
    );
    transition: 0.9s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-addons-blog-slider.qodef-title--hover-underline
    .qodef-e-title-link:hover {
    background-size: 100% 100%;
}
.qodef-addons-blog-slider.qodef-title--hover-underline a.qodef-e-title-link {
    display: inline !important;
}
.qodef-addons-blog-slider .qodef-e-media-image a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-content {
    transform: translateZ(0);
}
.qodef-addons-blog-slider.qodef-image--hover-zoom .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-addons-blog-slider.qodef-image--hover-zoom
    .qodef-e:hover
    .qodef-e-media-image
    a {
    transform: scale(1.03);
}
.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-content {
    transform: translateZ(0);
}
.qodef-addons-blog-slider.qodef-image--hover-zoom-out .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-addons-blog-slider.qodef-image--hover-zoom-out
    .qodef-e:hover
    .qodef-e-media-image
    a {
    transform: scale(1);
}
.qodef-addons-blog-slider.qodef-image--hover-move .qodef-e-media-image a {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-addons-blog-slider.qodef-image--hover-move
    .qodef-e:hover
    .qodef-e-media-image
    a {
    transform: scale(1.2) translateX(12px);
}
.qodef-addons-blog-slider.qodef-image--hover-from-top a {
    transform-origin: top;
}
.qodef-addons-blog-slider.qodef-image--hover-from-bottom a {
    transform-origin: bottom;
}
.qodef-addons-blog-slider.qodef-image--hover-from-left a {
    transform-origin: left;
}
.qodef-addons-blog-slider.qodef-image--hover-from-right a {
    transform-origin: right;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-media-holder {
    position: relative;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-info-date a {
    color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-text {
    margin-bottom: 1em;
}
.qodef-addons-blog-slider.qodef-item-layout--boxed .qodef-e-content {
    padding: 45px 40px;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media-holder {
    position: relative;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    color: #fff;
    background-color: #111;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-info-date a {
    color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-media {
    margin-bottom: 1.5em;
}
.qodef-addons-blog-slider.qodef-item-layout--date-boxed .qodef-e-text {
    margin-bottom: 1em;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image
    .qodef-e-media-holder {
    position: relative;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image
    .qodef-info--top
    .qodef-e-info-item {
    color: #fff;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image
    .qodef-info--top
    .qodef-e-info-item
    a:hover {
    color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title {
    color: #fff;
    margin: 0;
}
.qodef-addons-blog-slider.qodef-item-layout--info-on-image .qodef-e-title a {
    color: inherit;
}
.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
    width: 50%;
}
@media only screen and (max-width: 480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-media {
        width: 100%;
    }
}
.qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
    flex: 1;
    padding: 20px 27px;
}
@media only screen and (max-width: 480px) {
    .qodef-addons-blog-slider.qodef-item-layout--side-image .qodef-e-content {
        padding: 20px 0;
    }
}
.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-media {
    margin-bottom: 1.5em;
}
.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-text {
    margin-bottom: 1em;
}
.qodef-addons-blog-slider.qodef-item-layout--standard
    .qodef-e-info.qodef-info--bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qodef-addons-blog-slider.qodef-item-layout--standard .qodef-e-info-author img {
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}
.qodef-shortcode .qodef-addons-m-pagination {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-shortcode .qodef-addons-m-pagination.qodef--standard .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    transition: all 0.2s ease-out;
}
.qodef-shortcode
    .qodef-addons-m-pagination.qodef--standard
    .page-numbers.next
    svg,
.qodef-shortcode
    .qodef-addons-m-pagination.qodef--standard
    .page-numbers.prev
    svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    max-height: 100%;
}
.qodef-qi-contact-form-7 form div {
    position: relative;
    margin: 0;
}
.qodef-qi-contact-form-7.qodef-button--full-width input[type="submit"] {
    width: 100%;
}
.qodef-qi-contact-form-7 .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.qodef-qi-contact-form-7 textarea {
    resize: none;
}
.qodef-qi-contact-form-7 .wpcf7-list-item.first {
    margin-left: 0;
}
.qodef-qi-contact-form-7 .qodef-cf7-flex {
    display: flex;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--1024 {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--768 {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-contact-form-7 .qodef-cf7-flex.qodef-cf7-wrap--680 {
        flex-wrap: wrap;
    }
}
.qodef-qi-contact-form-7 .qodef-grid-inner {
    row-gap: 0 !important;
}
.qodef-qi-contact-form-7 .qodef-grid-item {
    margin: 0 !important;
}
.qodef-qi-contact-form-7 .wpcf7-checkbox,
.qodef-qi-contact-form-7 .wpcf7-radio {
    line-height: 1;
    display: block;
}
.qodef-qi-contact-form-7 .wpcf7-checkbox label,
.qodef-qi-contact-form-7 .wpcf7-radio label {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-contact-form-7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    margin: 10px 0 0;
}
.qodef-qi-contact-form-7 label {
    margin-bottom: 0;
}
.qodef-qi-contact-form-7 input[type="date"],
.qodef-qi-contact-form-7 input[type="email"],
.qodef-qi-contact-form-7 input[type="number"],
.qodef-qi-contact-form-7 input[type="password"],
.qodef-qi-contact-form-7 input[type="search"],
.qodef-qi-contact-form-7 input[type="tel"],
.qodef-qi-contact-form-7 input[type="text"],
.qodef-qi-contact-form-7 input[type="url"],
.qodef-qi-contact-form-7 select,
.qodef-qi-contact-form-7 textarea {
    margin: 0;
}
.qodef-qi-contact-form-7 input[type="checkbox"],
.qodef-qi-contact-form-7 input[type="radio"] {
    margin: 0;
    width: 1em;
    height: 1em;
    vertical-align: middle;
}
.qodef-qi-contact-form-7 button[type="submit"]:focus,
.qodef-qi-contact-form-7 button[type="submit"]:hover,
.qodef-qi-contact-form-7 input[type="submit"]:focus,
.qodef-qi-contact-form-7 input[type="submit"]:hover {
    color: unset;
    background-color: unset;
}
.qodef-qi-contact-form-7 input[type="submit"] {
    transition: all 0.3s ease-out;
}
.qodef-qi-contact-form-7 textarea {
    vertical-align: middle;
}
.qodef-qi-contact-form-7
    .qodef-qi-multiform-newsletter
    .wpcf7-form-control-wrap {
    z-index: 5;
}
.qodef-qi-contact-form-7
    .qodef-qi-multiform-newsletter
    .qodef-qi-multiform-next
    > .wpcf7-submit {
    z-index: 10;
}
.qodef-addons-woo-shortcode .qodef-e-product-mark {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 68px;
    color: #111;
    background-color: #fff;
    padding: 1.8em 1.2em;
    z-index: 5;
}
.qodef-addons-woo-shortcode .qodef-e-product-title {
    margin: 0;
    z-index: 2;
    position: relative;
}
.qodef-addons-woo-shortcode .qodef-e-ratings {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 1;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star {
    color: #111;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    display: inline-block;
    margin-right: 4px;
    width: 16px;
    height: auto;
    fill: none;
    stroke: currentColor;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg:last-child {
    margin-right: 0;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star.qodef--active svg {
    fill: currentColor;
    stroke: none;
}
.qodef-addons-woo-shortcode .qodef-e-ratings .qodef-m-star svg {
    width: 1em;
    margin-right: 8px;
}
.qodef-addons-woo-shortcode .price {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}
.qodef-addons-woo-shortcode .price del {
    margin-right: 0.8em;
}
.qodef-addons-woo-shortcode .price ins {
    text-decoration: none;
}
.qodef-addons-woo-shortcode .added_to_cart,
.qodef-addons-woo-shortcode .button {
    color: #111;
    z-index: 3;
}
.qodef-addons-woo-shortcode .added_to_cart.added,
.qodef-addons-woo-shortcode .button.added {
    display: none !important;
}
.qodef-addons-woo-shortcode
    .added_to_cart.qodef-qi-button.qodef-layout--textual,
.qodef-addons-woo-shortcode .button.qodef-qi-button.qodef-layout--textual {
    background: 0 0;
}
.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #111;
    padding: 10px 15px;
    z-index: 5;
}
.qodef-addons-woo-shortcode .qodef-qi-woo-product-mark.qodef-woo-onsale {
    color: #111;
    background-color: #ebebeb;
}
.qodef-qi-woo-shortcode-add-to-cart {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-shortcode-add-to-cart .button.added {
    display: none;
}
.qodef-qi-woo-product-category-list .woocommerce-loop-category__title {
    margin: 0;
}
.qodef-qi-woo-product-category-list .count {
    display: none;
}
.qodef-qi-woo-product-category-list .qodef-e-img-holder {
    overflow: hidden;
}
.qodef-qi-woo-product-category-list .qodef-e-img-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom .qodef-e:hover img {
    transform: scale(1.03);
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-zoom-out
    .qodef-e:hover
    img {
    transform: scale(1);
}
.qodef-qi-woo-product-category-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-move .qodef-e:hover img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-top img {
    transform-origin: top;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-bottom img {
    transform-origin: bottom;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-left img {
    transform-origin: left;
}
.qodef-qi-woo-product-category-list.qodef-image--hover-from-right img {
    transform-origin: right;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image
    .product-category
    a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image
    .product-category
    .woocommerce-loop-category__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    color: #fff;
    text-align: center;
}
.qodef-position--bottom-left
    .qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image
    .product-category
    .woocommerce-loop-category__title {
    top: auto;
    bottom: 0;
    left: 0;
    transform: none;
    text-align: left;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed
    .product-category
    a {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-on-image-boxed
    .product-category
    .woocommerce-loop-category__title {
    position: absolute;
    bottom: 40px;
    left: 50%;
    background-color: #fff;
    width: auto;
    text-align: center;
    padding: 10px 40px;
    transform: translateX(-50%);
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side
    .qodef-e-holder-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: #f6f6f6;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side
    .qodef-e-content {
    position: absolute;
    max-height: 100%;
    width: 100%;
    left: 0;
    flex: 1;
    overflow: hidden;
}
.qodef-qi-woo-product-category-list.qodef-item-layout--info-side
    .qodef-e-image {
    width: 60%;
}
.qodef-qi-woo-shortcode-product-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.qodef-qi--touch .qodef-qi-woo-shortcode-product-list .qodef-e-product-inner {
    cursor: pointer;
}
.qodef-qi-woo-shortcode-product-list
    .qodef-e-product-inner:hover
    .qodef-e-product-image-inner {
    opacity: 1;
}
.qodef-qi-woo-shortcode-product-list
    .qodef-e-product-inner:hover
    .qodef-e-product-title {
    color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}
.qodef-qi-woo-shortcode-product-list
    .qodef-e-product-image
    .qodef-e-product-image-holder {
    overflow: hidden;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image img {
    display: block;
    width: 100%;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.qodef-qi-woo-shortcode-product-list .woocommerce-Price-currencySymbol {
    position: relative;
    top: -0.3em;
    font-size: 0.6em;
}
.qodef-qi-woo-shortcode-product-list .price {
    flex-shrink: 0;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-title {
    transition: color 0.2s ease-out;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index: 3;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-list .qodef-e-product-categories a:hover {
    color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-list .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-list .qodef-e-product-image {
    overflow: hidden;
    width: 100%;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom
    .qodef-e:hover
    img {
    transform: scale(1.03);
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-zoom-out
    .qodef-e:hover
    img {
    transform: scale(1);
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-move
    .qodef-e:hover
    img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-top img {
    transform-origin: top;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-bottom img {
    transform-origin: bottom;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-left img {
    transform-origin: left;
}
.qodef-qi-woo-shortcode-product-list.qodef-image--hover-from-right img {
    transform-origin: right;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below
    .qodef-e-product-content {
    text-align: center;
    padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below .price {
    justify-content: center;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
    .qodef-e-product-image-inner {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.25s ease-out,
        all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    pointer-events: none;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
    .qodef-e-product-image-inner
    a {
    pointer-events: all;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
    .qodef-e-product-inner:hover
    .qodef-e-product-image-inner {
    opacity: 1;
    -webkit-clip-path: inset(13px 13px 13px 13px);
    clip-path: inset(13px 13px 13px 13px);
    transition-delay: 0s, 0.15s;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-hover-inset
    .qodef-e-product-content {
    padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-product-content {
    text-align: center;
    padding: 22px 0 25px;
}
.qodef-info-below-alignment--left
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-product-content {
    text-align: left;
}
.qodef-info-below-alignment--right
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-product-content {
    text-align: right;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-product-image-holder
    a {
    position: relative;
    display: block;
    z-index: 2;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap .price {
    justify-content: center;
}
.qodef-info-below-alignment--left
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .price {
    justify-content: flex-start;
}
.qodef-info-below-alignment--right
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .price {
    justify-content: flex-end;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition: 0.15s ease-out;
    width: var(--qodef-max-width);
    height: var(--qodef-max-height);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder.qodef--initialized {
    opacity: 1;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder
    .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform 0.4s 0.1s ease;
    width: var(--qodef-max-width);
    position: absolute;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder
    .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s 0s ease;
    overflow: hidden;
}
.qodef-info-below-alignment--left
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder {
    margin: 0;
}
.qodef-info-below-alignment--right
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder {
    margin: 0 0 0 auto;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-product-inner:hover
    .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay: 0s;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-swap
    .qodef-e-product-inner:hover
    .qodef-e-swap-holder
    .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay: 0.1s;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover
    .qodef-e-product-content {
    padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover
    .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-below-with-hover
    .qodef-e-product-inner:hover
    .qodef-e-product-image-inner {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color: #f6f6f6;
}
.qodef-position--bottom-left
    .qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-e-product-image-inner {
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-e-ratings {
    text-align: center;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-e-product-inner
    .qodef-e-product-mark {
    left: auto;
    right: 0;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-woo-product-price
    > span {
    width: 100%;
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-list.qodef-item-layout--info-on-image
    .qodef-e-product-inner:hover
    .qodef-image-content-inner {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-slider {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.qodef-qi--touch .qodef-qi-woo-shortcode-product-slider .qodef-e-product-inner {
    cursor: pointer;
}
.qodef-qi-woo-shortcode-product-slider
    .qodef-e-product-inner:hover
    .qodef-e-product-image-inner {
    opacity: 1;
}
.qodef-qi-woo-shortcode-product-slider
    .qodef-e-product-inner:hover
    .qodef-e-product-title {
    color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}
.qodef-qi-woo-shortcode-product-slider
    .qodef-e-product-image
    .qodef-e-product-image-holder {
    overflow: hidden;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image img {
    display: block;
    width: 100%;
}
.qodef-image-full-height.qodef-qi-woo-shortcode-product-slider
    .qodef-e-product-image
    img {
    height: 100vh;
    object-fit: cover;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.qodef-qi-woo-shortcode-product-slider .woocommerce-Price-currencySymbol {
    position: relative;
    top: -0.3em;
    font-size: 0.6em;
}
.qodef-qi-woo-shortcode-product-slider .price {
    flex-shrink: 0;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-title {
    transition: color 0.2s ease-out;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a {
    position: relative;
    display: inline-block !important;
    vertical-align: top;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    z-index: 3;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:focus,
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-categories a:hover {
    color: #3c3c3c;
}
.qodef-qi-woo-shortcode-product-slider .woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image-holder:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider .qodef-e-product-image {
    overflow: hidden;
    width: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom
    .qodef-e:hover
    img {
    transform: scale(1.03);
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-zoom-out
    .qodef-e:hover
    img {
    transform: scale(1);
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-move
    .qodef-e:hover
    img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-top img {
    transform-origin: top;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-bottom img {
    transform-origin: bottom;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-left img {
    transform-origin: left;
}
.qodef-qi-woo-shortcode-product-slider.qodef-image--hover-from-right img {
    transform-origin: right;
}
.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item {
    padding: 50px 0;
}
.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item
    .qodef-e-product-image {
    transform: scale(1);
    transition: transform 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item
    .swiper-slide-active
    .qodef-e-product-image {
    transform: scale(1.5);
}
.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap
    .qodef-e-product-content {
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-zoom-centered-item.qodef-item-layout--info-below-swap
    .swiper-slide-active
    .qodef-e-product-content {
    opacity: 1;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-product-inner {
    text-align: center;
    padding: 25px 15px;
    background-color: #f6f6f6;
    transition: background-color 0.35s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .price {
    justify-content: center;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 3;
    margin: 0 auto;
    opacity: 0;
    transition: 0.15s ease-out;
    width: var(--qodef-max-width);
    height: var(--qodef-max-height);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder.qodef--initialized {
    opacity: 1;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder
    .qodef-woo-product-price {
    transform: translateX(0);
    transition: transform 0.4s 0.1s ease;
    width: var(--qodef-max-width);
    position: absolute;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-swap-holder
    .qodef-e-to-swap {
    position: absolute;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s 0s ease;
    overflow: hidden;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-product-inner:hover
    .qodef-woo-product-price {
    transform: translateX(-100%);
    transition-delay: 0s;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-swap
    .qodef-e-product-inner:hover
    .qodef-e-swap-holder
    .qodef-e-to-swap {
    transform: translateX(0);
    transition-delay: 0.1s;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover
    .qodef-e-product-content {
    padding: 22px 0 25px;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover
    .qodef-e-product-image-inner {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-below-with-hover
    .qodef-e-product-inner:hover
    .qodef-e-product-image-inner {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
    .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    transition: opacity 0.25s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
    .qodef-e-product-top {
    text-align: left;
    width: 100%;
    transform: translateY(10px);
    transition: transform 0.25s ease-out;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
    .qodef-e-product-bottom {
    width: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
    .qodef-e-product-inner
    .qodef-e-product-mark {
    left: auto;
    right: 0;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
    .qodef-e-product-inner:hover
    .qodef-e-product-bottom,
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image
    .qodef-e-product-inner:hover
    .qodef-e-product-top {
    transform: translateY(0);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
    .qodef-e-product-image-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px 35px;
    background-color: #f6f6f6;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
    .qodef-e-ratings {
    text-align: center;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
    .qodef-woo-product-price
    > span {
    width: 100%;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
    .qodef-e-product-inner
    .qodef-e-product-mark {
    left: auto;
    right: 0;
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
    .qodef-image-content-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.25s, transform 0.4s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-woo-shortcode-product-slider.qodef-item-layout--info-on-image-centered
    .qodef-e-product-inner:hover
    .qodef-image-content-inner {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-wp-forms textarea {
    resize: none;
}
.qodef-qi-wp-forms input,
.qodef-qi-wp-forms select {
    height: auto !important;
}
.qodef-qi-wp-forms.qodef-button--full-width button[type="submit"] {
    width: 100%;
}
.qodef-qi-wp-forms.qodef-wpf-flex form {
    display: flex;
    align-items: center;
}
.qodef-qi-wp-forms.qodef-wpf-flex form > .wpforms-field-container {
    flex-grow: 1;
    flex-basis: 100%;
}
.qodef-qi-wp-forms.qodef-wpf-flex form > .wpforms-submit-container {
    flex-grow: 0;
}
.qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-absolute-btn
    form
    > .wpforms-submit-container {
    position: absolute;
    right: 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--1024 form {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--768 form {
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-wp-forms.qodef-wpf-flex.qodef-wpf-wrap--680 form {
        flex-wrap: wrap;
    }
}
.qodef-qi-wp-forms .qodef-gutenberg-column {
    margin: 0 !important;
}
.qodef-qi-wp-forms .wpforms-submit-container {
    padding: 0 !important;
}
.qodef-qi-wp-forms
    div.wpforms-container-full
    .wpforms-form
    .wpforms-list-inline
    ul
    li {
    margin-right: 0 !important;
}
.qodef-qi-wp-forms div.wpforms-container-full .wpforms-form ul li {
    margin-bottom: 0 !important;
}
.qodef-qi-wp-forms label {
    margin-bottom: 0;
}
.qodef-qi-wp-forms input[type="date"],
.qodef-qi-wp-forms input[type="email"],
.qodef-qi-wp-forms input[type="number"],
.qodef-qi-wp-forms input[type="password"],
.qodef-qi-wp-forms input[type="search"],
.qodef-qi-wp-forms input[type="tel"],
.qodef-qi-wp-forms input[type="text"],
.qodef-qi-wp-forms input[type="url"],
.qodef-qi-wp-forms textarea {
    margin: 0;
}
.qodef-qi-wp-forms input[type="range"] {
    padding: 0 !important;
    margin: 0 !important;
}
.qodef-qi-wp-forms input[type="checkbox"],
.qodef-qi-wp-forms input[type="radio"] {
    margin: 0;
    width: 1em !important;
    height: 1em !important;
    vertical-align: middle !important;
}
.qodef-qi-wp-forms button[type="submit"]:focus,
.qodef-qi-wp-forms button[type="submit"]:hover,
.qodef-qi-wp-forms input[type="submit"]:focus,
.qodef-qi-wp-forms input[type="submit"]:hover {
    color: unset;
    background-color: unset;
}
.qodef-qi-wp-forms button[type="submit"],
.qodef-qi-wp-forms input[type="submit"] {
    display: inline-flex;
}
.qodef-qi-wp-forms button[type="submit"] span,
.qodef-qi-wp-forms input[type="submit"] span {
    display: inline;
}
.qodef-qi-accordion {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    visibility: hidden;
    overflow-anchor: none;
}
.qodef-qi-accordion .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-accordion.qodef--init {
    visibility: visible;
}
.qodef-qi-accordion .qodef-e-icon > svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: top;
}
.qodef-qi-accordion .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    gap: 10px;
    margin: 0;
}
.qodef-qi-accordion .qodef-e-title-holder:not(:first-child) {
    margin: 12px 0 0;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height: inherit;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus,
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    transition: opacity 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity: 0;
}
.qodef-qi-accordion .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity: 1;
}
.qodef-qi-accordion
    .qodef-e-title-holder.ui-state-active
    .qodef-e-mark
    span.qodef-icon--minus {
    opacity: 1;
}
.qodef-qi-accordion
    .qodef-e-title-holder.ui-state-active
    .qodef-e-mark
    span.qodef-icon--plus {
    opacity: 0;
}
.qodef-qi-accordion
    .qodef-e-title-holder.ui-state-active.ui-state-hover
    .qodef-e-mark
    span.qodef-icon--plus {
    opacity: 0;
}
.qodef-qi-accordion .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color 0.2s ease-out;
    box-sizing: content-box;
}
.qodef-qi-accordion .qodef-e-content p {
    margin: 0;
}
.qodef-qi-accordion.qodef-style--standard .qodef-e-content {
    padding: 16px 26px;
}
.qodef-qi-accordion.qodef-style--standard
    .qodef-e-title-holder.ui-state-active {
    background-color: #f6f6f6;
}
.qodef-qi-accordion.qodef-style--boxed {
    border: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-top {
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-top .qodef-e-title-holder {
    margin: 0;
    border-top: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-accordion.qodef-style--border-between .qodef-e-content {
    padding: 16px 26px;
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-animated-text .qodef-m-title {
    overflow: hidden;
}
.qodef-qi-animated-text .qodef-e-word {
    display: inline-block;
}
.qodef-qi-animated-text .qodef-e-character {
    display: inline-flex;
}
.qodef-qi-animated-text .qodef-e-word-holder {
    white-space: nowrap;
}
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-left
    .qodef-m-title {
    justify-content: flex-start;
}
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-right
    .qodef-m-title {
    justify-content: flex-end;
}
.qodef-qi-animated-text.qodef--animated-by-letter.qodef--alignment-center
    .qodef-m-title {
    justify-content: center;
}
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom .qodef-e-word {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.25s,
        transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top .qodef-e-word {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.25s,
        transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left .qodef-e-word {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.25s,
        transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right .qodef-e-word {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.25s,
        transform 0.45s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade .qodef-e-word {
    opacity: 0;
    transition: opacity 1s ease-out;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(2) {
    transition-delay: 0.28s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(3) {
    transition-delay: 0.42s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(4) {
    transition-delay: 0.56s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(5) {
    transition-delay: 0.7s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(6) {
    transition-delay: 0.84s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(7) {
    transition-delay: 0.98s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(8) {
    transition-delay: 1.12s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(9) {
    transition-delay: 1.26s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(10) {
    transition-delay: 1.4s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(11) {
    transition-delay: 1.54s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(12) {
    transition-delay: 1.68s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(13) {
    transition-delay: 1.82s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(14) {
    transition-delay: 1.96s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(15) {
    transition-delay: 2.1s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(16) {
    transition-delay: 2.24s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(17) {
    transition-delay: 2.38s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(18) {
    transition-delay: 2.52s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(19) {
    transition-delay: 2.66s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(20) {
    transition-delay: 2.8s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(21) {
    transition-delay: 2.94s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(22) {
    transition-delay: 3.08s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(23) {
    transition-delay: 3.22s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(24) {
    transition-delay: 3.36s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(25) {
    transition-delay: 3.5s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(26) {
    transition-delay: 3.64s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(27) {
    transition-delay: 3.78s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(28) {
    transition-delay: 3.92s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(29) {
    transition-delay: 4.06s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(30) {
    transition-delay: 4.2s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(31) {
    transition-delay: 4.34s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(32) {
    transition-delay: 4.48s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(33) {
    transition-delay: 4.62s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(34) {
    transition-delay: 4.76s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(35) {
    transition-delay: 4.9s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(36) {
    transition-delay: 5.04s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(37) {
    transition-delay: 5.18s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(38) {
    transition-delay: 5.32s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(39) {
    transition-delay: 5.46s;
}
.qodef-qi-animated-text.qodef--animated-by-word:not(.qodef--appear-from-left)
    .qodef-e-word:nth-child(40) {
    transition-delay: 5.6s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(2) {
    transition-delay: 0.28s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(3) {
    transition-delay: 0.42s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(4) {
    transition-delay: 0.56s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(5) {
    transition-delay: 0.7s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(6) {
    transition-delay: 0.84s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(7) {
    transition-delay: 0.98s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(8) {
    transition-delay: 1.12s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(9) {
    transition-delay: 1.26s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(10) {
    transition-delay: 1.4s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(11) {
    transition-delay: 1.54s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(12) {
    transition-delay: 1.68s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(13) {
    transition-delay: 1.82s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(14) {
    transition-delay: 1.96s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(15) {
    transition-delay: 2.1s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(16) {
    transition-delay: 2.24s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(17) {
    transition-delay: 2.38s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(18) {
    transition-delay: 2.52s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(19) {
    transition-delay: 2.66s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(20) {
    transition-delay: 2.8s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(21) {
    transition-delay: 2.94s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(22) {
    transition-delay: 3.08s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(23) {
    transition-delay: 3.22s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(24) {
    transition-delay: 3.36s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(25) {
    transition-delay: 3.5s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(26) {
    transition-delay: 3.64s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(27) {
    transition-delay: 3.78s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(28) {
    transition-delay: 3.92s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(29) {
    transition-delay: 4.06s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(30) {
    transition-delay: 4.2s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(31) {
    transition-delay: 4.34s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(32) {
    transition-delay: 4.48s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(33) {
    transition-delay: 4.62s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(34) {
    transition-delay: 4.76s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(35) {
    transition-delay: 4.9s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(36) {
    transition-delay: 5.04s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(37) {
    transition-delay: 5.18s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(38) {
    transition-delay: 5.32s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(39) {
    transition-delay: 5.46s;
}
.qodef-qi-animated-text.qodef--animated-by-word.qodef--appear-from-left
    .qodef-e-word:nth-last-child(40) {
    transition-delay: 5.6s;
}
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared
    .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-fade.qodef-qi--appeared .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared
    .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-bottom.qodef-qi--appeared
    .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared
    .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-left.qodef-qi--appeared
    .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared
    .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-right.qodef-qi--appeared
    .qodef-e-word,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared
    .qodef-e-character,
.qodef-qi-animated-text.qodef--appear-from-top.qodef-qi--appeared
    .qodef-e-word {
    opacity: 1;
    transform: translateX(0) translateZ(0);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-bottom
    .qodef-m-title {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-top
    .qodef-m-title {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-left
    .qodef-m-title {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-right
    .qodef-m-title {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.4s, transform 0.7s cubic-bezier(0.26, -0.14, 0, 1.01);
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-fade
    .qodef-m-title {
    opacity: 0;
    transition: opacity 0.7s ease-out;
}
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-fade.qodef-qi--appeared
    .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-bottom.qodef-qi--appeared
    .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-left.qodef-qi--appeared
    .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-right.qodef-qi--appeared
    .qodef-m-title,
.qodef-qi-animated-text:not(.qodef--animated-by-word):not(
        .qodef--animated-by-letter
    ).qodef--appear-from-top.qodef-qi--appeared
    .qodef-m-title {
    opacity: 1;
    transform: translateX(0) translateZ(0);
}
.qodef-qi-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    transition: box-shadow 0.35s ease-out;
    z-index: 1;
}
.qodef-qi-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.qodef-qi-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.qodef-qi-banner .qodef-m-title {
    margin: 0.25em 0 0;
}
.qodef-qi-banner .qodef-m-title-inner {
    display: inline-block;
}
.qodef-qi-banner .qodef-m-subtitle {
    margin: 0;
}
.qodef-qi-banner .qodef-m-content-inner > .qodef-m-text {
    margin: 0.7em 0 0;
}
.qodef-qi-banner .qodef-m-button {
    margin: 0.5em 0 0;
}
.qodef-qi-banner .qodef-m-button .qodef-qi-button {
    z-index: 2;
}
.qodef-qi-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
}
.qodef-qi-banner .qodef-m-image img {
    display: inline-block;
}
.qodef-qi-banner .qodef-m-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-qi-banner.qodef-vertical--top .qodef-m-content {
    justify-content: flex-start;
}
.qodef-qi-banner.qodef-vertical--middle .qodef-m-content {
    justify-content: center;
}
.qodef-qi-banner.qodef-vertical--bottom .qodef-m-content {
    justify-content: flex-end;
}
.qodef-qi-banner.qodef-horizontal--left .qodef-m-content {
    align-items: flex-start;
    text-align: left;
}
.qodef-qi-banner.qodef-horizontal--center .qodef-m-content {
    align-items: center;
    text-align: center;
}
.qodef-qi-banner.qodef-horizontal--right .qodef-m-content {
    align-items: flex-end;
    text-align: right;
}
.qodef-qi-banner.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-banner.qodef-image--hover-zoom:hover img {
    transform: scale(1.03);
}
.qodef-qi-banner.qodef-image--hover-zoom-out img {
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-banner.qodef-image--hover-zoom-out:hover img {
    transform: scale(1);
}
.qodef-qi-banner.qodef-image--hover-move img {
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-banner.qodef-image--hover-move:hover img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-banner.qodef-image--hover-from-top img {
    transform-origin: top;
}
.qodef-qi-banner.qodef-image--hover-from-bottom img {
    transform-origin: bottom;
}
.qodef-qi-banner.qodef-image--hover-from-left img {
    transform-origin: left;
}
.qodef-qi-banner.qodef-image--hover-from-right img {
    transform-origin: right;
}
.qodef-qi-banner.qodef-layout--in-box .qodef-m-content {
    padding: 45px;
}
.qodef-qi-banner.qodef-layout--in-box .qodef-m-content-inner {
    background-color: #fff;
    padding: 25px;
    max-width: 100%;
    width: 100%;
}
.qodef-qi-banner.qodef-layout--standard .qodef-m-content {
    padding: 30px;
}
.qodef-before-after-image-holder {
    visibility: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qodef-before-after-image-holder img {
    position: absolute;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qodef-before-after-image-holder.active {
    cursor: grab;
}
.qodef-qi-before-after {
    -webkit-user-select: none;
    overflow: hidden;
}
.qodef-qi-before-after .twentytwenty-handle {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 100px;
    height: 1em;
    width: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    color: #fff;
    background-color: currentColor;
    border-radius: 50%;
    cursor: grab;
    z-index: 40;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-before-after .twentytwenty-handle {
        font-size: 50px;
    }
}
.qodef-qi-before-after .twentytwenty-handle .qodef-handle-text {
    font-size: 1rem;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qodef-qi-before-after .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-handle:before {
    content: " ";
    display: block;
    background: currentColor;
    position: absolute;
    z-index: 30;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 2px;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    width: 100vw;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.qodef-qi-before-after .twentytwenty-after-label,
.qodef-qi-before-after .twentytwenty-before-label {
    display: none;
}
.qodef-qi-before-after .twentytwenty-container {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.qodef-qi-before-after .twentytwenty-container img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
}
.qodef-qi-before-after .twentytwenty-before {
    z-index: 20;
}
.qodef-qi-before-after .twentytwenty-after {
    z-index: 10;
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 0.48em;
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 0.48em;
}
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-down-arrow,
.qodef-qi-before-after .twentytwenty-vertical .twentytwenty-up-arrow {
    display: none;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 0.48em;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 0.48em;
}
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-left-arrow,
.qodef-qi-before-after .twentytwenty-horizontal .twentytwenty-right-arrow {
    display: none;
}
.qodef-qi-blockquote .qodef-m-text {
    margin: 0;
}
.qodef-qi-blockquote .qodef-m-icon {
    font-size: 30px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.qodef-qi-blockquote .qodef-m-icon i {
    color: inherit;
}
.qodef-qi-blockquote .qodef-m-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-blockquote.qodef-layout--inline .qodef-m-icon {
    float: left;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.5em 0 0;
}
.qodef-qi-business-hours {
    position: relative;
    border: 1px solid #e1e1e1;
    padding: 35px;
}
.qodef-qi-business-hours.qodef-line-type--between .qodef-e-line {
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item {
    border-bottom: 1px solid rgba(30, 30, 30, 0.2);
}
.qodef-qi-business-hours.qodef-line-type--below .qodef-e-item:last-child {
    border-bottom: none;
}
.qodef-qi-business-hours.qodef-line-type--none .qodef-e-day {
    margin-right: 10px;
}
.qodef-qi-business-hours.qodef-line-type--none .qodef-e-line {
    display: none;
}
.qodef-qi-business-hours .qodef-e-item {
    margin-bottom: 1em;
    display: flex;
    align-items: baseline;
}
.qodef-qi-business-hours .qodef-e-item:last-child {
    margin-bottom: 0;
}
.qodef-qi-business-hours .qodef-e-title-holder {
    display: flex;
    align-items: baseline;
}
.qodef-qi-business-hours .qodef-m-title {
    margin: 0 0 1em;
}
.qodef-qi-business-hours .qodef-m-subtitle {
    margin: 0 0 0.5em;
}
.qodef-qi-business-hours .qodef-m-text {
    margin: 0.5em 0 0;
}
.qodef-qi-business-hours .qodef-e-icon {
    line-height: 1;
    padding-right: 12px;
}
.qodef-qi-business-hours .qodef-e-day {
    margin: 0;
}
.qodef-qi-business-hours .qodef-e-hours {
    margin: 0;
}
.qodef-qi-business-hours .qodef-e-line {
    flex-grow: 1;
    margin: 0 8px;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a {
    position: relative;
    color: currentColor;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    backface-visibility: hidden;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover {
    text-decoration: none;
}
.qodef-qi-business-hours.qodef-text-underline .qodef-m-text a:hover:after {
    animation: qodef-animate-underline-from-left 0.6s
        cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
@media only screen and (max-width: 768px) {
    .qodef-resposive--768.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-resposive--680.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-resposive--480.qodef-qi-business-hours .qodef-e-item {
        flex-direction: column;
    }
}
.qodef-qi-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    padding: 13px 46px;
    overflow: hidden;
}
.qodef-qi-button.qodef-size--small {
    padding: 9px 33px;
}
.qodef-qi-button.qodef-size--large {
    padding: 15px 52px;
}
.qodef-qi-button.qodef-size--full {
    width: 100%;
    text-align: center;
}
.qodef-qi-button.qodef-layout--filled {
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style: solid;
}
.qodef-qi-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: #111;
}
.qodef-qi-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border: 2px solid #111;
}
.qodef-qi-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}
.qodef-qi-button.qodef-layout--textual {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    overflow: visible;
}
.qodef-qi-button.qodef-layout--textual .qodef-m-text {
    display: inline-block;
    vertical-align: middle;
}
.qodef-qi-button.qodef-layout--textual:hover {
    color: #111;
}
.qodef-qi-button.qodef-icon--left {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.qodef-qi-button.qodef-text-underline .qodef-m-text {
    position: relative;
}
.qodef-qi-button.qodef-text-underline .qodef-m-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: background-color 0.25s ease-in-out,
        width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
    backface-visibility: hidden;
}
.qodef-qi-button.qodef-text-underline:not(.qodef-button-underline-draw):hover
    .qodef-m-text:after {
    width: 0;
}
.qodef-qi-button.qodef-text-underline.qodef-underline--center
    .qodef-m-text:after {
    left: 50%;
    transform: translateX(-50%);
}
.qodef-qi-button.qodef-text-underline.qodef-underline--right
    .qodef-m-text:after {
    left: auto;
    right: 0;
}
.qodef-qi-button.qodef-button-underline-draw .qodef-m-text {
    overflow: hidden;
}
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--left:hover
    .qodef-m-text:after,
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover
    .qodef-m-text:after {
    animation: qodef-animate-underline-from-left 0.7s
        cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
.qodef-qi-button.qodef-button-underline-draw.qodef-underline--right:hover
    .qodef-m-text:after {
    animation: qodef-animate-underline-from-right 0.7s
        cubic-bezier(0.45, 0.29, 0, 0.82) forwards;
}
.qodef-qi-button .qodef-m-icon {
    color: currentColor;
    line-height: 0;
}
.qodef-qi-button .qodef-m-icon.qodef--icon-color-set {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.qodef-qi-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle;
}
.qodef-qi-button.qodef-icon--right:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-left: 10px;
}
.qodef-qi-button.qodef-icon--left:not(.qodef-type--icon-boxed) .qodef-m-icon {
    margin-right: 10px;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding: 1px;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        opacity 0.18s ease-in-out;
    will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: 0.1s;
    opacity: 1;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay: 0s;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    opacity: 0;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: 0.25s;
    opacity: 1;
}
.qodef-qi-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(-150%) translateY(0);
}
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(200%) translateY(0);
}
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(0) translateY(150%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(0) translateY(-150%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(-100%) translateY(100%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(100%) translateY(-100%) translateZ(0);
}
.qodef-qi-button.qodef-hover--icon-move-horizontal-short .qodef-m-icon-inner i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short
    .qodef-m-icon-inner
    svg {
    transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        opacity 0.2s ease-in-out;
    transform: translateX(0);
    will-change: transform;
}
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover
    .qodef-m-icon-inner
    i,
.qodef-qi-button.qodef-hover--icon-move-horizontal-short:hover
    .qodef-m-icon-inner
    svg {
    transform: translateX(4px);
}
.qodef-qi-button.qodef-hover--reveal:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
}
.qodef-qi-button.qodef-hover--reveal .qodef-m-icon,
.qodef-qi-button.qodef-hover--reveal .qodef-m-text {
    z-index: 1;
}
.qodef-qi-button.qodef-hover--reveal:hover:after {
    transform: scaleX(1) scaleY(1);
}
.qodef-qi-button.qodef-hover--reveal.qodef-layout--outlined:hover {
    background-color: initial;
}
.qodef-qi-button.qodef--reveal-horizontal:after {
    transform-origin: left;
    transform: scaleX(0);
}
.qodef-qi-button.qodef--reveal-vertical:after {
    transform-origin: bottom;
    transform: scaleY(0);
}
.qodef-qi-button.qodef-icon-background-hover--reveal .qodef-m-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.54, 0.3, 0.02, 1.01);
}
.qodef-qi-button.qodef-icon-background-hover--reveal
    .qodef-m-icon
    .qodef-m-icon-inner {
    z-index: 1;
}
.qodef-qi-button.qodef-icon-background-hover--reveal:hover .qodef-m-icon:after {
    transform: scaleX(1) scaleY(1);
}
.qodef-qi-button.qodef-icon-background-hover--reveal-horizontal
    .qodef-m-icon:after {
    transform-origin: left;
    transform: scaleX(0);
}
.qodef-qi-button.qodef-icon-background-hover--reveal-vertical
    .qodef-m-icon:after {
    transform-origin: bottom;
    transform: scaleY(0);
}
.qodef-qi-button.qodef-type--icon-boxed {
    padding: 0 !important;
    align-items: stretch;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-text {
    align-self: center;
    padding: 11px 28px;
}
.qodef-qi-button.qodef-type--icon-boxed.qodef-size--small .qodef-m-text {
    padding: 7px 15px;
}
.qodef-qi-button.qodef-type--icon-boxed.qodef-size--large .qodef-m-text {
    padding: 13px 40px;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height: inherit;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-button.qodef-type--icon-boxed .qodef-m-border {
    width: 2px;
    background-color: #111;
    transition: background-color 0.25s ease-in-out;
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-inner-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: 4px;
    transition: color 0.25s ease-in-out;
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right,
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
    position: absolute;
    background-color: currentColor;
    transition: background-color 0.25s ease-in-out;
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-top {
    top: 1em;
    left: 1em;
    height: 2px;
    width: calc(100% - 2em);
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-right {
    top: 1em;
    right: 1em;
    width: 2px;
    height: calc(100% - 2em);
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-bottom {
    bottom: 1em;
    right: 1em;
    height: 2px;
    width: calc(100% - 2em);
}
.qodef-qi-button.qodef-type--inner-border .qodef-m-border-left {
    bottom: 1em;
    left: 1em;
    width: 2px;
    height: calc(100% - 2em);
}
.qodef-inner-border-hover--draw
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-left,
.qodef-inner-border-hover--draw
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw .qodef-m-inner-border-copy .qodef-m-border-top {
    transition: transform 0.36s ease-out;
}
.qodef-inner-border-hover--draw.q-draw-center
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center
    .qodef-m-inner-border-copy
    .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points
    .qodef-m-inner-border-copy
    .qodef-m-border-top {
    transform: scaleX(0);
}
.qodef-inner-border-hover--draw.q-draw-center
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points
    .qodef-m-inner-border-copy
    .qodef-m-border-right {
    transform: scaleY(0);
}
.qodef-inner-border-hover--draw.q-draw-center:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-center:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-center:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-center:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-top,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-two-points:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-top {
    transform: scaleX(1) scaleY(1);
}
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-right,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-top {
    transition-duration: 0.28s;
}
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-top {
    transform-origin: left;
}
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-right {
    transform-origin: top;
}
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-top {
    transition-delay: 0.28s;
}
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point
    .qodef-m-inner-border-copy
    .qodef-m-border-right {
    transition-delay: 0s;
}
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-left,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-top {
    transition-delay: 0s;
}
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-bottom,
.qodef-inner-border-hover--draw.q-draw-one-point:hover
    .qodef-m-inner-border-copy
    .qodef-m-border-right {
    transition-delay: 0.28s;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-top {
    transform-origin: left;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-bottom {
    transform-origin: right;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-left {
    transform-origin: top;
}
.qodef-inner-border-hover--draw.q-draw-two-points .qodef-m-border-right {
    transform-origin: bottom;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points
    .qodef-m-inner-border
    .qodef-m-border-top {
    transition: background-color 0.25s ease-in-out, transform 0.36s ease-out;
    transform: scaleX(1) scaleY(1);
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
    .qodef-m-inner-border
    .qodef-m-border-top {
    transform: scaleX(0);
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center:hover
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points:hover
    .qodef-m-inner-border
    .qodef-m-border-right {
    transform: scaleY(0);
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top {
    transition: background-color 0.25s ease-in-out, transform 0.28s ease-out;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top {
    transform-origin: left;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right {
    transform-origin: top;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-top {
    transition-delay: 0s, 0s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point
    .qodef-m-inner-border
    .qodef-m-border-right {
    transition-delay: 0s, 0.28s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-top {
    transition-delay: 0s, 0.28s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-one-point:hover
    .qodef-m-inner-border
    .qodef-m-border-right {
    transition-delay: 0s, 0s;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
    .qodef-m-border-top,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
    .qodef-m-border-top {
    transform-origin: left;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
    .qodef-m-border-bottom,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
    .qodef-m-border-bottom {
    transform-origin: right;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
    .qodef-m-border-left,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
    .qodef-m-border-left {
    transform-origin: top;
}
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-center.q-remove-two-points
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-one-point.q-remove-two-points
    .qodef-m-border-right,
.qodef-type--inner-border.qodef-inner-border-hover--remove.q-remove-two-points.q-remove-two-points
    .qodef-m-border-right {
    transform-origin: bottom;
}
.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge {
    overflow: visible;
}
.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge
    .qodef-m-inner-border {
    top: 1em;
    left: 1em;
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    border: 1px solid currentColor;
    transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.qodef-type--inner-border.qodef-inner-border-hover--move-outer-edge:hover
    .qodef-m-inner-border {
    top: -1em;
    left: -1em;
    width: calc(100% + 2em);
    height: calc(100% + 2em);
}
.qodef-qi-call-to-action.qodef-layout--standard {
    position: relative;
}
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    padding: 6.4% 6% 6.9% 5.5%;
}
.qodef-qi-call-to-action.qodef-layout--standard
    .qodef-m-content
    .qodef-m-title {
    color: #fff;
    margin: 0;
    transition: color 0.2s ease-out;
}
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-content .qodef-m-text {
    color: #fff;
    margin: 0.8em 0 0;
    transition: color 0.2s ease-out;
}
.qodef-qi-call-to-action.qodef-layout--standard .qodef-m-button {
    flex: 0 0 auto;
}
.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay
    .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-qi-call-to-action.qodef-layout--standard.qodef-link-overlay
    .qodef-m-button {
    z-index: 1;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--1024
        .qodef-m-inner {
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--768
        .qodef-m-inner {
        display: block;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-call-to-action.qodef-layout--standard.qodef-button-below--680
        .qodef-m-inner {
        display: block;
    }
}
.qodef-qi-cards-gallery {
    position: relative;
    display: inline-block;
}
.qodef-qi-cards-gallery .qodef-e-inner {
    position: relative;
}
.qodef-qi-cards-gallery .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.qodef-qi-cards-gallery .qodef-m-card {
    position: absolute;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
}
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card {
    will-change: transform;
}
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card:nth-child(2n) {
    transform-origin: right;
}
.qodef-qi-cards-gallery.qodef-orientation--both
    .qodef-m-card:nth-child(2n + 1) {
    transform-origin: left;
}
.qodef-qi-cards-gallery.qodef-orientation--both .qodef-m-card.qodef-out {
    transition: transform 0.5s ease-in-out, left 0.3s ease-in-out,
        right 0.3s ease-in-out;
}
.qodef-qi-cards-gallery.qodef-orientation--both
    .qodef-m-card:not(:last-of-type) {
    cursor: pointer;
}
.qodef-qi-cards-gallery.qodef-orientation--both
    .qodef-m-card:nth-child(2n):not(:last-of-type):not(.active):hover {
    margin-right: -10px !important;
}
.qodef-qi-cards-gallery.qodef-orientation--both
    .qodef-m-card:nth-child(2n + 1):not(:last-of-type):not(.active):hover {
    margin-left: -10px !important;
}
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change: transform;
}
.qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
    transition: transform 0.5s ease-in-out, left 0.3s ease-in-out;
}
.qodef-qi-cards-gallery.qodef-orientation--left
    .qodef-m-card:not(:last-of-type) {
    cursor: pointer;
}
.qodef-qi-cards-gallery.qodef-orientation--left
    .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-left: -10px !important;
}
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change: transform;
}
.qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
    transition: transform 0.5s ease-in-out, right 0.3s ease-in-out;
}
.qodef-qi-cards-gallery.qodef-orientation--right
    .qodef-m-card:not(:last-of-type) {
    cursor: pointer;
}
.qodef-qi-cards-gallery.qodef-orientation--right
    .qodef-m-card:not(:last-of-type):not(.active):hover {
    margin-right: -10px !important;
}
@media only screen and (max-width: 768px) {
    .qodef-qi-cards-gallery .qodef-m-fake-card {
        transform: scale(0.8);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card {
        transform: scale(0.8);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left .qodef-m-card.qodef-out {
        transform: translateX(-100%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left
        .qodef-m-card:nth-last-child(6) {
        transform: scale(0.3) translateX(84%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left
        .qodef-m-card:nth-last-child(5) {
        transform: scale(0.4) translateX(60%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left
        .qodef-m-card:nth-last-child(4) {
        transform: scale(0.5) translateX(39%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left
        .qodef-m-card:nth-last-child(3) {
        transform: scale(0.6) translateX(25%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--left
        .qodef-m-card:nth-last-child(2) {
        transform: scale(0.7) translateX(11.2%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card {
        transform: scale(0.8);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right .qodef-m-card.qodef-out {
        transform: translateX(100%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(6) {
        transform: scale(0.3) translateX(-84%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(5) {
        transform: scale(0.4) translateX(-60%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(4) {
        transform: scale(0.5) translateX(-39%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(3) {
        transform: scale(0.6) translateX(-25%);
    }
    .qodef-qi-cards-gallery.qodef-orientation--right
        .qodef-m-card:nth-last-child(2) {
        transform: scale(0.7) translateX(-11.2%);
    }
}
.qodef-qi-cards-slider {
    position: relative;
}
.qodef-qi-cards-slider .qodef-e-inner {
    position: relative;
}
.qodef-qi-cards-slider .qodef-m-fake-card {
    position: relative;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.qodef-qi-cards-slider .qodef-m-card {
    position: absolute;
    width: 100%;
}
.qodef-qi-cards-slider .qodef-m-card:not(.qodef-out):not(.qodef-in) {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(2):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.1s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(3):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.15s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(4):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.2s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(5):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.25s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(6):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.3s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(7):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.35s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(8):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.4s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(9):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.45s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(10):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.5s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(11):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.55s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(12):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.6s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(13):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.65s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(14):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.7s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(15):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.75s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(16):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.8s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(17):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.85s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(18):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.9s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(19):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.95s;
}
.qodef-qi-cards-slider:not(.qodef-backwards)
    .qodef-m-card:nth-last-child(20):not(.qodef-out):not(.qodef-in) {
    transition-delay: 1s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(1):not(.qodef-out):not(.qodef-in) {
    transition-delay: 50ms;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(2):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.1s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(3):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.15s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(4):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.2s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(5):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.25s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(6):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.3s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(7):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.35s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(8):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.4s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(9):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.45s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(10):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.5s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(11):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.55s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(12):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.6s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(13):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.65s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(14):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.7s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(15):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.75s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(16):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.8s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(17):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.85s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(18):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.9s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(19):not(.qodef-out):not(.qodef-in) {
    transition-delay: 0.95s;
}
.qodef-qi-cards-slider.qodef-backwards
    .qodef-m-card:nth-child(20):not(.qodef-out):not(.qodef-in) {
    transition-delay: 1s;
}
.qodef-qi-cards-slider.qodef-orientation--left .qodef-m-card {
    transform-origin: left;
    will-change: transform;
}
.qodef-qi-cards-slider.qodef-orientation--right .qodef-m-card {
    transform-origin: right;
    will-change: transform;
}
.qodef-qi-cards-slider .qodef-m-navigation {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
}
.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav {
    width: auto;
    height: auto;
    color: #111;
    font-size: 26px;
    text-align: center;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
    cursor: pointer;
}
.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav svg {
    display: block;
    width: 1em;
    height: auto;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
    stroke: currentColor;
    fill: currentColor;
}
.qodef-qi-cards-slider .qodef-m-navigation .qodef-nav.qodef--prev {
    margin-right: 15px;
}
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next svg,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev svg {
    transform: translateX(0);
    will-change: transform;
    transition: transform 0.12s ease-out, background-color 0.2s ease-out,
        color 0.2s ease-out;
}
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg {
    transition: transform 0.22s cubic-bezier(0.37, 0.08, 0.02, 0.93) 50ms,
        background-color 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--prev:hover svg {
    transform: translateX(-4px);
}
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover i,
.qodef-qi-cards-slider.qodef-navigation--hover-move .qodef--next:hover svg {
    transform: translateX(4px);
}
.qodef-qi-charts {
    position: relative;
    visibility: hidden;
}
.qodef-qi-charts.qodef--init {
    visibility: visible;
}
.qodef-qi-charts .qodef-m-inner {
    position: relative;
}
.qodef-qi-charts .qodef-m-canvas-holder {
    display: flex;
}
.qodef-qi-charts .qodef-m-canvas {
    position: relative;
    width: 260px;
}
.qodef-qi-charts .qodef-m-title {
    margin: 2em 0 0;
}
.qodef-qi-charts .qodef-m-text {
    margin: 0.2em 0 0;
}
.qodef-qi-charts.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content: flex-start;
}
.qodef-qi-charts.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content: center;
}
.qodef-qi-charts.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content: flex-end;
}
.qodef-qi-clients-list .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.qodef-qi-clients-list .qodef-e-inner a {
    display: inline-block;
}
.qodef-qi-clients-list .qodef-e-inner > a {
    display: block;
}
.qodef-qi-clients-list .qodef-grid-item {
    text-align: center;
}
.qodef-qi-clients-list .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0 0 1em;
}
.qodef-qi-clients-list .qodef-e-main-image {
    display: inline-block;
    width: auto;
}
.qodef-qi-clients-list .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    opacity: 0;
}
.qodef-qi-clients-list .qodef-e-hover-image img {
    max-height: 100%;
    object-fit: contain;
}
.qodef-qi-clients-list .qodef-e-title {
    margin: 0 0 0.65em;
}
.qodef-qi-clients-list .qodef-e-text {
    margin: 0;
}
.qodef-qi-clients-list .qodef-e-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.qodef-qi-clients-list .qodef-e-icon a {
    color: inherit;
}
.qodef-qi-clients-list .qodef-e-icon svg {
    width: 1em;
    height: auto;
    stroke: currentColor;
    fill: currentColor;
}
.qodef-qi-clients-list.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color: #f6f6f6;
}
.qodef-qi-clients-list.qodef-border--all {
    border-width: 1px;
    border-style: solid;
    border-color: #ebebeb;
    overflow: hidden;
}
.qodef-qi-clients-list.qodef-border--all .qodef-grid-inner {
    gap: 0 !important;
    border-width: 0;
    border-style: inherit;
    border-color: inherit;
    margin-right: -1px;
    margin-bottom: -1px;
}
.qodef-qi-clients-list.qodef-border--all .qodef-grid-item {
    border-width: 1px;
    border-style: inherit;
    border-top-style: hidden;
    border-left-style: hidden;
    border-color: inherit;
}
.qodef-qi-clients-list.qodef-border--inner {
    margin: 0 !important;
    overflow: hidden;
}
.qodef-qi-clients-list.qodef-border--inner .qodef-grid-inner {
    margin: -1px -1px 0 !important;
    padding-right: 1px;
    gap: 0;
}
.qodef-qi-clients-list.qodef-border--inner .qodef-grid-item {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition: opacity 0.25s ease-in-out;
}
.qodef-qi-clients-list.qodef--hover-change-image .qodef-e-hover-image {
    opacity: 0;
}
.qodef-qi-clients-list.qodef--hover-change-image
    .qodef-e-inner:hover
    .qodef-e-hover-image {
    opacity: 1;
}
.qodef-qi-clients-list.qodef--hover-change-image
    .qodef-e-inner:hover
    .qodef-e-main-image {
    opacity: 0;
}
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition: opacity 0.2s ease-out;
    will-change: opacity;
}
.qodef-qi-clients-list.qodef--hover-opacity .qodef-e-hover-image {
    display: none;
}
.qodef-qi-clients-list.qodef--hover-opacity
    .qodef-e-inner:hover
    .qodef-e-main-image {
    opacity: 0.8;
}
.qodef-qi-clients-list.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-list.qodef--hover-scale
    .qodef-e-inner:hover
    .qodef-e-main-image {
    transform: scale(1.05) translateZ(0);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow: hidden;
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity: 1;
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform: translateX(0);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform: translateX(-130%);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal
    .qodef-e-inner:hover
    .qodef-e-hover-image {
    transform: translateX(0);
}
.qodef-qi-clients-list.qodef--hover-roll-horizontal
    .qodef-e-inner:hover
    .qodef-e-main-image {
    transform: translateX(130%);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-main-image {
    transform: translateY(0);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform: translateY(130%);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical
    .qodef-e-inner:hover
    .qodef-e-hover-image {
    transform: translateY(0);
}
.qodef-qi-clients-list.qodef--hover-roll-vertical
    .qodef-e-inner:hover
    .qodef-e-main-image {
    transform: translateY(-130%);
}
.qodef-qi-clients-list.qodef-title--hover-underline .qodef-e-title a {
    display: inline;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 0.1em),
        currentColor 0.1em
    );
    transition: 0.5s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-qi-clients-list.qodef-title--hover-underline
    .qodef-e-inner:hover
    .qodef-e-title
    a {
    background-size: 100% 100%;
}
.qodef-qi-clients-slider .qodef-e-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 0;
}
.qodef-qi-clients-slider .qodef-e-inner a {
    display: inline-block;
}
.qodef-qi-clients-slider .qodef-e-images-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 0;
    margin: 0 0 1em;
}
.qodef-qi-clients-slider .qodef-e-title {
    margin: 0 0 0.65em;
}
.qodef-qi-clients-slider .qodef-e-text {
    line-height: 1rem;
}
.qodef-qi-clients-slider .qodef-e-main-image {
    display: inline-block;
    width: auto;
}
.qodef-qi-clients-slider .qodef-e-hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}
.qodef-qi-clients-slider .qodef-e-hover-image img {
    max-height: 100%;
    object-fit: contain;
}
.qodef-qi-clients-slider .qodef-e-icon {
    position: absolute;
    top: 10px;
    right: 10px;
}
.qodef-qi-clients-slider .qodef-e-icon a {
    color: inherit;
}
.qodef-qi-clients-slider .qodef-e-icon svg {
    width: 1em;
    height: auto;
    stroke: currentColor;
    fill: currentColor;
}
.qodef-qi-clients-slider.qodef--boxed .qodef-e-inner {
    padding: 20px;
    background-color: #f6f6f6;
}
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-main-image {
    will-change: opacity;
    transition: opacity 0.25s ease-in-out;
}
.qodef-qi-clients-slider.qodef--hover-change-image .qodef-e-hover-image {
    opacity: 0;
}
.qodef-qi-clients-slider.qodef--hover-change-image
    .qodef-e-inner:hover
    .qodef-e-hover-image {
    opacity: 1;
}
.qodef-qi-clients-slider.qodef--hover-change-image
    .qodef-e-inner:hover
    .qodef-e-main-image {
    opacity: 0;
}
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-main-image {
    opacity: 1;
    transition: opacity 0.2s ease-out;
    will-change: opacity;
}
.qodef-qi-clients-slider.qodef--hover-opacity .qodef-e-hover-image {
    display: none;
}
.qodef-qi-clients-slider.qodef--hover-opacity
    .qodef-e-inner:hover
    .qodef-e-main-image {
    opacity: 0.8;
}
.qodef-qi-clients-slider.qodef--hover-scale .qodef-e-main-image {
    transform: scale(1) translateZ(0);
    transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-slider.qodef--hover-scale
    .qodef-e-inner:hover
    .qodef-e-main-image {
    transform: scale(1.05) translateZ(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-images-holder,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-images-holder {
    overflow: hidden;
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image,
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    opacity: 1;
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-main-image {
    transform: translateX(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal .qodef-e-hover-image {
    transform: translateX(-130%);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal
    .qodef-e-inner:hover
    .qodef-e-hover-image {
    transform: translateX(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-horizontal
    .qodef-e-inner:hover
    .qodef-e-main-image {
    transform: translateX(130%);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-main-image {
    transform: translateY(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical .qodef-e-hover-image {
    transform: translateY(130%);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical
    .qodef-e-inner:hover
    .qodef-e-hover-image {
    transform: translateY(0);
}
.qodef-qi-clients-slider.qodef--hover-roll-vertical
    .qodef-e-inner:hover
    .qodef-e-main-image {
    transform: translateY(-130%);
}
.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-qi-swiper-container
    .qodef-e
    .qodef-e-title
    a {
    display: inline;
}
.qodef-qi-clients-slider.qodef-title--hover-underline .qodef-e-title a {
    display: inline;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 0.1em),
        currentColor 0.1em
    );
    transition: 0.5s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-qi-clients-slider.qodef-title--hover-underline.qodef-title--hover-long
    .qodef-e-title
    a {
    transition-duration: 0.9s;
}
.qodef-qi-clients-slider.qodef-title--hover-underline
    .qodef-e-inner:hover
    .qodef-e-title
    a {
    background-size: 100% 100%;
}
.qodef-qi-countdown .qodef-m-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.qodef-qi-countdown .qodef-digit-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 150px;
}
.qodef-qi-countdown .qodef-digit {
    font-size: 70px;
    line-height: 1;
}
.qodef-qi-countdown .qodef-label {
    font-size: 20px;
}
.qodef-qi-counter.qodef-layout--simple.qodef-digit-stroke-effect
    .qodef-m-digit {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-digit {
    display: inline-block;
    font-size: 70px;
    line-height: 1;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -50%);
    font-size: 20px;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-title {
    margin: 0.9em 0 0;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-text {
    margin: 0.45em 0 0;
}
.qodef-qi-device-carousel {
    position: relative;
}
.qodef-qi-device-carousel > .qodef-qi-swiper-container {
    padding: 30px 0;
}
.qodef-qi-device-carousel > .qodef-qi-swiper-container > .swiper-wrapper {
    align-items: center;
}
.qodef-qi-device-carousel .qodef-device-carousel-device {
    position: relative;
    margin: 0 auto;
}
.qodef-qi-device-carousel
    .qodef-device-carousel-device
    .qodef-device-carousel-device-image {
    position: relative;
    pointer-events: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    border-radius: 30px;
    z-index: 10;
}
.qodef-qi-device-carousel
    .qodef-device-carousel-device
    .qodef-device-carousel-device-image
    img {
    width: 100%;
}
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.qodef-qi-device-carousel
    .qodef-device-carousel-device
    .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important;
}
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item {
    height: 100%;
}
.qodef-qi-device-carousel .qodef-device-carousel-device .qodef-m-item img {
    height: 100%;
    object-fit: cover;
}
.qodef-qi-device-slider {
    position: relative;
    margin: auto;
}
.qodef-qi-device-slider .qodef-device-slider-image {
    position: relative;
    pointer-events: none;
    z-index: 10;
}
.qodef-qi-device-slider .qodef-device-slider-image img {
    width: 100%;
}
.qodef-frame-shadow--enabled.qodef-qi-device-slider
    .qodef-device-slider-image
    img {
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, 0.07));
}
.qodef-qi-device-slider .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.qodef-qi-device-slider .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
}
.qodef-qi-device-slider .qodef-m-item {
    height: 100%;
}
.qodef-qi-device-slider .qodef-m-item a {
    height: 100%;
}
.qodef-qi-device-slider .qodef-m-item img {
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 1024px) {
    .qodef-device-slider-holder {
        margin-bottom: 96px;
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -96px !important;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-device-slider-holder {
        margin-bottom: 86px;
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -86px !important;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-device-slider-holder {
        margin-bottom: 76px;
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -76px !important;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-device-slider-holder {
        margin-bottom: 46px;
    }
    .qodef-device-slider-holder .swiper-pagination-bullets {
        bottom: -46px !important;
    }
}
.qodef-qi-dropcaps {
    position: relative;
}
.qodef-qi-dropcaps.qodef-letter-stroke-effect .qodef-m-letter {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none;
}
.qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
body.e--ua-safari .qodef-qi-dropcaps.qodef-letter-clip-effect .qodef-m-letter {
    display: block;
}
.qodef-qi-dropcaps .qodef-m-letter {
    float: left;
    font-size: 60px;
    line-height: 1em;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-dropcaps .qodef-m-text {
    margin: 0;
}
.qodef-qi-dual-image-with-content {
    position: relative;
    display: flex;
}
.qodef-qi-dual-image-with-content.qodef--content-right {
    flex-direction: row-reverse;
}
.qodef-qi-dual-image-with-content .qodef-dual-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 100px;
    background-color: #f6f6f6;
}
.qodef-qi-dual-image-with-content .qodef-m-inner-content > .qodef-m-title {
    margin: 0 0 0.5em;
}
.qodef-qi-dual-image-with-content .qodef-m-inner-content > .qodef-m-text {
    margin: 0 0 0.5em;
}
.qodef-qi-dual-image-with-content .qodef-m-inner-bottom {
    width: 100%;
}
.qodef-qi-dual-image-with-content .qodef-m-content-shortcode {
    position: relative;
}
.qodef-qi-dual-image-with-content .qodef-image-holder {
    --holder_height: auto;
    position: relative;
    flex: 1;
    height: var(--holder_height);
}
.qodef-qi-dual-image-with-content .qodef-m-main-image {
    width: 100%;
    height: 100%;
}
.qodef-qi-dual-image-with-content .qodef-m-main-image img {
    height: 100%;
    object-fit: cover;
}
.qodef-qi-dual-image-with-content .qodef-m-second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-dual-image-with-content.qodef-decoration--underline
    .qodef-e-decorated {
    text-decoration: underline;
}
.qodef-qi-dual-image-with-content.qodef-decoration--italic .qodef-e-decorated {
    font-style: italic;
}
.qodef-qi-dual-image-with-content.qodef-decoration--bold .qodef-e-decorated {
    font-weight: 700;
}
.qodef-qi-dual-image-with-content.qodef-link--underline-draw .qodef-e-link {
    color: currentColor;
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 0.07em),
        currentColor 0.07em
    );
    background-size: 100% 87%;
}
.qodef-qi-dual-image-with-content.qodef-link--underline-draw
    .qodef-e-link:hover {
    animation: qodef-animate-underline-multiline 1.1s
        cubic-bezier(0.32, 0.32, 0.15, 1.17) forwards;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image
    img {
    transform: scale(1) translateX(14px);
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image
    img {
    transform: scale(1) translateX(-14px);
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
    .qodef-dual-content
    + .qodef-image-holder,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
    .qodef-dual-content
    + .qodef-image-holder {
    overflow: hidden;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image {
    display: flex;
    justify-content: center;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image
    img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image
    img {
    display: inline-block;
    max-width: unset;
    transition: transform 1.3s cubic-bezier(0.37, 0.08, 0.02, 0.93) 0s;
}
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left.qodef-qi--appeared
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image
    img,
.qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right.qodef-qi--appeared
    .qodef-dual-content
    + .qodef-image-holder
    .qodef-m-main-image
    img {
    transform: scale(1) translateX(0);
}
@media only screen and (max-width: 1440px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1440);
    }
}
@media only screen and (max-width: 1366px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1366);
    }
}
@media only screen and (max-width: 1280px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1280);
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_1024);
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_768);
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        height: var(--holder_height_680);
    }
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-dual-image-with-content {
        flex-direction: column;
    }
    .qodef-qi-dual-image-with-content.qodef--content-right {
        flex-direction: column;
    }
    .qodef-qi-dual-image-with-content .qodef-dual-content {
        width: 100%;
    }
    .qodef-qi-dual-image-with-content .qodef-m-second-image {
        position: relative;
        padding: 7% 0;
    }
    .qodef-qi-dual-image-with-content .qodef-m-main-image {
        position: absolute;
    }
    .qodef-qi-dual-image-with-content .qodef-image-holder {
        flex-basis: auto;
    }
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
        .qodef-dual-content
        + .qodef-image-holder
        .qodef-m-main-image,
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
        .qodef-dual-content
        + .qodef-image-holder
        .qodef-m-main-image {
        flex-flow: column;
        align-items: center;
    }
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-left
        .qodef-dual-content
        + .qodef-image-holder
        .qodef-m-main-image
        img,
    .qodef-qi-dual-image-with-content.qodef-qi--has-appear.qodef--content-right
        .qodef-dual-content
        + .qodef-image-holder
        .qodef-m-main-image
        img {
        max-width: 160%;
    }
}
.qodef-qi-faq {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-faq.qodef-behavior--accordion {
    opacity: 0;
    overflow-anchor: none;
}
.qodef-qi-faq.qodef-behavior--accordion.qodef--init {
    opacity: 1;
}
.qodef-qi-faq.qodef-behavior--accordion .qodef-e-title-holder {
    cursor: pointer;
}
.qodef-qi-faq .qodef-e-content-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-faq .qodef-e-icon > svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-faq .qodef-e-title-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 10px 26px 26px;
    transition: all 0.2s ease-out;
    margin: 0;
}
.qodef-qi-faq .qodef-e-title-holder:not(:first-child) {
    margin: 12px 0 0;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-title {
    display: inline-flex;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 18px;
    line-height: 1;
    text-align: center;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    height: 100%;
    transition: opacity 0.2s ease-out, color 0.2s ease-out;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span:before {
    display: block;
    line-height: inherit;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--minus {
    opacity: 0;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-mark span.qodef-icon--plus {
    opacity: 1;
}
.qodef-qi-faq
    .qodef-e-title-holder.ui-state-active
    .qodef-e-mark
    span.qodef-icon--minus {
    opacity: 1;
}
.qodef-qi-faq
    .qodef-e-title-holder.ui-state-active
    .qodef-e-mark
    span.qodef-icon--plus {
    opacity: 0;
}
.qodef-qi-faq
    .qodef-e-title-holder.ui-state-active.ui-state-hover
    .qodef-e-mark
    span.qodef-icon--plus {
    opacity: 0;
}
.qodef-qi-faq .qodef-e-title-holder .qodef-e-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 8px;
}
.qodef-qi-faq .qodef-e-content {
    padding: 0 26px 16px;
    margin: 0;
    transition: background-color 0.2s ease-out;
}
.qodef-qi-faq .qodef-e-content p {
    margin: 0;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    padding: 16px 26px;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder {
    background-color: #f6f6f6;
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder.ui-state-active {
    background-color: #f6f6f6;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-title-holder:not(:first-child) {
    margin: 0;
}
.qodef-qi-faq.qodef-style--standard
    .qodef-e-title-holder.ui-accordion-header-collapsed:nth-last-child(2) {
    border-color: transparent !important;
}
.qodef-qi-faq.qodef-style--standard .qodef-e-content {
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--boxed {
    border: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--boxed .qodef-e-title-holder:not(:first-child) {
    margin: 0;
    border-top: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder {
    margin: 0;
    border-top: 1px solid #ebebeb;
}
.qodef-qi-faq.qodef-style--border-between .qodef-e-title-holder:first-child {
    border-top: none;
}
.qodef-qi-graphs {
    position: relative;
    visibility: hidden;
}
.qodef-qi-graphs.qodef--init {
    visibility: visible;
}
.qodef-qi-graphs .qodef-m-inner {
    position: relative;
}
.qodef-qi-graphs .qodef-m-canvas-holder {
    display: flex;
}
.qodef-qi-graphs .qodef-m-canvas {
    position: relative;
    width: 100%;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-start .qodef-m-canvas-holder {
    justify-content: flex-start;
}
.qodef-qi-graphs.qodef-chart-alignment--center .qodef-m-canvas-holder {
    justify-content: center;
}
.qodef-qi-graphs.qodef-chart-alignment--flex-end .qodef-m-canvas-holder {
    justify-content: flex-end;
}
.qodef-qi-highlight {
    margin: 0 !important;
}
.qodef-qi-highlight .qodef-highlight-text {
    padding: 0;
    color: #fff;
    background-repeat: no-repeat;
}
.qodef-qi-highlight.qodef-qi--has-appear .qodef-highlight-text {
    background-size: 0 100%;
    background-position-x: left;
}
.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color
    .qodef-highlight-text {
    animation: qodef-animate-highlight 1.1s cubic-bezier(0.32, 0.32, 0.15, 1.17)
        forwards;
}
.qodef-qi-highlight.qodef-qi--has-appear.qodef-qi--appeared.qodef-highlight-style--color
    .qodef-highlight-text:nth-of-type(2n + 2) {
    animation-delay: 0.2s;
}
.qodef-qi-how-to {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-how-to .qodef-m-title {
    margin: 0.35em 0 0;
}
.qodef-qi-how-to .qodef-m-text {
    margin: 1.2em 0 0;
}
.qodef-qi-how-to .qodef-m-title-holder {
    margin-bottom: 2.5em;
}
.qodef-qi-how-to .qodef-e-step {
    margin-bottom: 30px;
}
.qodef-qi-how-to .qodef-e-step-title {
    margin: 0 0 0.8em;
}
.qodef-qi-how-to .qodef-e-step-text {
    margin: 0 0 1em;
}
.qodef-qi-how-to .qodef-e-step-image {
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-icon-with-text .qodef-m-title {
    margin: 0;
}
.qodef-qi-icon-with-text .qodef-m-title a {
    display: block;
    color: inherit;
}
.qodef-qi-icon-with-text .qodef-m-content > .qodef-m-text {
    margin: 0.5em 0 0;
}
.qodef-qi-icon-with-text .qodef-m-button {
    margin: 1.5em 0 0;
}
.qodef-qi-icon-with-text .qodef-m-icon-holder {
    font-size: 1.4em;
    line-height: 1;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out;
}
.qodef-qi-icon-with-text .qodef-m-icon-holder i {
    vertical-align: top;
    color: inherit;
}
.qodef-qi-icon-with-text .qodef-m-icon-holder svg {
    width: 1em;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
    overflow: visible;
}
.qodef-qi-icon-with-text.qodef-icon-boxed .qodef-m-icon-holder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    background-color: #c4c4c4;
    border: 1px solid transparent;
}
.qodef-qi-icon-with-text .qodef-m-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-icon-with-text .qodef-m-separator .qodef-m-line {
    width: 60px;
}
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: block;
}
.qodef-qi-icon-with-text.qodef--appear-from-bottom {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-bottom.qodef-qi--appeared {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-icon-with-text.qodef--appear-from-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-top.qodef-qi--appeared {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-icon-with-text.qodef--appear-from-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-left.qodef-qi--appeared {
    opacity: 1;
    transform: translateX(0);
}
.qodef-qi-icon-with-text.qodef--appear-from-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.25s, transform 0.35s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-from-right.qodef-qi--appeared {
    opacity: 1;
    transform: translateX(0);
}
.qodef-qi-icon-with-text.qodef--appear-fade {
    opacity: 0;
    transition: opacity 0.7s ease-out;
}
.qodef-qi-icon-with-text.qodef--appear-fade.qodef-qi--appeared {
    opacity: 1;
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal
    .qodef-m-icon-holder
    i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal
    .qodef-m-icon-holder
    svg {
    transform: translateX(0);
    transition: transform 0.28s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover
    .qodef-m-icon-holder
    i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-horizontal:hover
    .qodef-m-icon-holder
    svg {
    transform: translateX(4px);
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical
    .qodef-m-icon-holder
    svg {
    transform: translateY(0);
    transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover
    .qodef-m-icon-holder
    i,
.qodef-qi-icon-with-text.qodef-icon--hover-move-vertical:hover
    .qodef-m-icon-holder
    svg {
    transform: translateY(-7px);
}
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale .qodef-m-icon-holder svg {
    transform: scale(1) translateZ(0);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
}
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover .qodef-m-icon-holder i,
.qodef-qi-icon-with-text.qodef-icon--hover-scale:hover
    .qodef-m-icon-holder
    svg {
    transform: scale(1.17) translateZ(0);
}
.qodef-qi-icon-with-text.qodef-layout--before-content {
    display: flex;
    align-items: flex-start;
}
.qodef-qi-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 0.7em;
}
@media only screen and (max-width: 768px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--768 {
        flex-direction: column;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--680 {
        flex-direction: column;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-qi-icon-with-text.qodef-layout--before-content.qodef-column-responsive--480 {
        flex-direction: column;
    }
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title {
    line-height: 1;
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title a {
    transition: color 0.2s ease-out;
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
    display: flex;
    align-items: center;
}
.qodef-qi-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
    flex-shrink: 0;
    margin-right: 0.15em;
    transition: color 0.2s ease-out;
}
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--center {
    text-align: center;
}
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--left {
    text-align: left;
}
.qodef-qi-icon-with-text.qodef-layout--top.qodef-alignment--right {
    text-align: right;
}
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-title {
    margin-top: 1.3em;
}
.qodef-qi-icon-with-text.qodef-layout--top .qodef-m-separator + .qodef-m-title {
    margin: 0;
}
.qodef-qi-image-gallery-masonry.qodef-qi-grid > .qodef-grid-inner {
    gap: 24px;
}
.qodef-qi-image-gallery-masonry.qodef-qi-grid.qodef-layout--qi-masonry.qodef-items--fixed
    .qodef-image-wrapper
    img {
    object-fit: cover;
}
.qodef-qi-image-gallery-masonry .qodef-e-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-image-gallery-masonry .qodef-e-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
    pointer-events: none;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1.03);
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-zoom-out
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1);
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-move
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-bottom
    .qodef-e-inner
    img {
    transform-origin: bottom;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-left
    .qodef-e-inner
    img {
    transform-origin: left;
}
.qodef-qi-image-gallery-masonry.qodef-image--hover-from-right
    .qodef-e-inner
    img {
    transform-origin: right;
}
.qodef-qi-image-gallery-pinterest .qodef-e-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-image-gallery-pinterest .qodef-e-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
    pointer-events: none;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1.03);
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out
    .qodef-e-inner
    img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-zoom-out
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1);
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-move
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-top
    .qodef-e-inner
    img {
    transform-origin: top;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-bottom
    .qodef-e-inner
    img {
    transform-origin: bottom;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-left
    .qodef-e-inner
    img {
    transform-origin: left;
}
.qodef-qi-image-gallery-pinterest.qodef-image--hover-from-right
    .qodef-e-inner
    img {
    transform-origin: right;
}
.qodef-qi-image-gallery .qodef-e-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-image-gallery .qodef-e-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
    pointer-events: none;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.01) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1.03);
}
.qodef-qi-image-gallery.qodef-image--hover-zoom-out .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-gallery.qodef-image--hover-zoom-out
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1);
}
.qodef-qi-image-gallery.qodef-image--hover-move .qodef-e-inner img {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-image-gallery.qodef-image--hover-move
    .qodef-e:hover
    .qodef-e-inner
    img {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-gallery.qodef-image--hover-from-top .qodef-e-inner img {
    transform-origin: top;
}
.qodef-qi-image-gallery.qodef-image--hover-from-bottom .qodef-e-inner img {
    transform-origin: bottom;
}
.qodef-qi-image-gallery.qodef-image--hover-from-left .qodef-e-inner img {
    transform-origin: left;
}
.qodef-qi-image-gallery.qodef-image--hover-from-right .qodef-e-inner img {
    transform-origin: right;
}
.qodef-qi-image-slider .qodef-e {
    overflow: hidden;
    backface-visibility: hidden;
}
.qodef-qi-image-slider .qodef-e-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-image-slider .qodef-e-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
    pointer-events: none;
}
.qodef-qi-image-slider .qodef-e-inner-holder {
    position: relative;
    overflow: hidden;
}
.qodef-qi-image-slider .qodef-e-alt-text-holder {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.qodef-col-num--1.qodef-navigation-alignment--flex-start.qodef-qi-image-slider
    .qodef-e-alt-text-holder {
    justify-content: flex-end;
}
.qodef-col-num--1.qodef-navigation-alignment--flex-end.qodef-qi-image-slider
    .qodef-e-alt-text-holder {
    justify-content: flex-start;
}
.qodef-qi-image-slider .swiper-slide-active .qodef-e-alt-text-holder {
    visibility: visible;
    opacity: 1;
}
.qodef-qi-image-slider .qodef-e-alt-text {
    margin-top: 10px;
}
.qodef-qi-image-slider.qodef-image--hover-zoom .qodef-e-inner-holder {
    display: block;
    width: calc(100% - 1px);
    transform: scale(1.02) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-slider.qodef-image--hover-zoom
    .qodef-e:hover
    .qodef-e-inner-holder {
    transform: scale(1.05);
}
.qodef-qi-image-slider.qodef-image--hover-zoom-out .qodef-e-inner-holder {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.03) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-image-slider.qodef-image--hover-zoom-out
    .qodef-e:hover
    .qodef-e-inner-holder {
    transform: scale(1);
}
.qodef-qi-image-slider.qodef-image--hover-move .qodef-e-inner-holder {
    display: block;
    width: calc(100% + 2px);
    transform: scale(1.2);
    transition: transform 0.5s cubic-bezier(0.33, 0.02, 0, 0.93);
    will-change: transform;
}
.qodef-qi-image-slider.qodef-image--hover-move
    .qodef-e:hover
    .qodef-e-inner-holder {
    transform: scale(1.2) translateX(12px);
}
.qodef-qi-image-slider.qodef-image--hover-from-top .qodef-e-inner-holder {
    transform-origin: top;
}
.qodef-qi-image-slider.qodef-image--hover-from-bottom .qodef-e-inner-holder {
    transform-origin: bottom;
}
.qodef-qi-image-slider.qodef-image--hover-from-left .qodef-e-inner-holder {
    transform-origin: left;
}
.qodef-qi-image-slider.qodef-image--hover-from-right .qodef-e-inner-holder {
    transform-origin: right;
}
.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide {
    transform: scale(0.85);
    transition: all 0.3s ease;
}
.qodef-qi-image-slider.qodef--centered-zoom .swiper-slide.swiper-slide-active,
.qodef-qi-image-slider.qodef--centered-zoom
    .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1);
}
.qodef-qi-info-button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-radius: 4px;
    outline: 0;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out,
        border-color 0.25s ease-in-out;
    padding: 11px 28px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.2em;
    overflow: hidden;
}
.qodef-qi-info-button .qodef-m-text-holder {
    display: flex;
    align-items: center;
}
.qodef-qi-info-button .qodef-m-subtext {
    font-size: 0.75em;
}
.qodef-qi-info-button .qodef-m-subtext.qodef--subtext-color-set {
    transition: color 0.25s ease-in-out;
}
.qodef-qi-info-button.qodef-size--small {
    padding: 6px 24px;
}
.qodef-qi-info-button.qodef-size--large {
    padding: 11px 36px;
}
.qodef-qi-info-button.qodef-size--full {
    width: 100%;
    text-align: center;
}
.qodef-qi-info-button.qodef-layout--filled {
    color: #111;
    background-color: #f4f4f4;
    border: 0;
    font-size: 1rem;
    border-style: solid;
}
.qodef-qi-info-button.qodef-layout--filled:hover {
    color: #fff;
    background-color: #111;
}
.qodef-qi-info-button.qodef-layout--outlined {
    color: #111;
    background-color: transparent;
    border: 2px solid #111;
}
.qodef-qi-info-button.qodef-layout--outlined:hover {
    color: #111;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}
.qodef-qi-info-button.qodef-icon--left .qodef-m-text-holder {
    flex-direction: row-reverse;
}
.qodef-qi-info-button .qodef-m-icon {
    color: currentColor;
}
.qodef-qi-info-button .qodef-m-icon.qodef--icon-color-set {
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.qodef-qi-info-button .qodef-m-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed)
    .qodef-m-icon
    i,
.qodef-qi-info-button.qodef-icon--right:not(.qodef-type--icon-boxed)
    .qodef-m-icon
    svg {
    margin-left: 10px;
}
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed)
    .qodef-m-icon
    i,
.qodef-qi-info-button.qodef-icon--left:not(.qodef-type--icon-boxed)
    .qodef-m-icon
    svg {
    margin-right: 10px;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner {
    position: relative;
    overflow: hidden;
    display: inherit;
    padding: 1px;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal .qodef-m-icon-inner svg,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        opacity 0.18s ease-in-out;
    will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(0) translateY(0);
    transition-delay: 0.1s;
    opacity: 1;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    svg:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 1px;
    top: 1px;
    transition-delay: 0s;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    svg:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    opacity: 0;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    svg:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(0) translateY(0) translatez(0);
    transition-delay: 0.25s;
    opacity: 1;
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(-150%) translateY(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-horizontal:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(200%) translateY(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-vertical .qodef-m-icon-inner svg {
    will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-vertical
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(0) translateY(150%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-vertical:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(0) translateY(-150%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner i,
.qodef-qi-info-button.qodef-hover--icon-move-diagonal .qodef-m-icon-inner svg {
    will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    i:nth-child(2),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal
    .qodef-m-icon-inner
    svg:nth-child(2) {
    transform: translateX(-100%) translateY(100%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    i:nth-child(1),
.qodef-qi-info-button.qodef-hover--icon-move-diagonal:hover
    .qodef-m-icon-inner
    svg:nth-child(1) {
    transform: translateX(100%) translateY(-100%) translateZ(0);
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short
    .qodef-m-icon-inner
    i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short
    .qodef-m-icon-inner
    svg {
    transition: transform 0.3s cubic-bezier(0.37, 0.08, 0.02, 0.93),
        opacity 0.2s ease-in-out;
    transform: translateX(0);
    will-change: transform;
}
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover
    .qodef-m-icon-inner
    i,
.qodef-qi-info-button.qodef-hover--icon-move-horizontal-short:hover
    .qodef-m-icon-inner
    svg {
    transform: translateX(4px);
}
.qodef-qi-info-button.qodef-type--icon-boxed {
    padding: 0 !important;
    flex-direction: row;
    align-items: stretch;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    flex-direction: column;
    padding: 11px 28px;
}
.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left {
    flex-direction: row-reverse;
}
.qodef-qi-info-button.qodef-type--icon-boxed.qodef-icon--left
    .qodef-m-icon-holder {
    flex-direction: row-reverse;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-text-holder {
    align-items: flex-start;
    justify-content: center;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 11px 0;
    flex: 1;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-icon i {
    line-height: inherit;
}
.qodef-qi-info-button.qodef-type--icon-boxed .qodef-m-border {
    height: 100%;
    width: 2px;
    background-color: #111;
    transition: background-color 0.25s ease-in-out;
}
.qodef-qi-info-cards {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    padding: 30px;
    transition: background-color 0.4s ease-out;
}
.qodef-qi-info-cards .qodef-m-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-qi-info-cards a:not(.qodef-m-link) {
    position: relative;
    z-index: 1;
}
.qodef-qi-info-cards .qodef-m-title {
    margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-title a {
    display: block;
    color: inherit;
}
.qodef-qi-info-cards .qodef-m-subtitle {
    margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-content {
    position: relative;
}
.qodef-qi-info-cards .qodef-m-content .qodef-m-text {
    margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-icon-wrapper {
    margin: 0 0 0.5em;
}
.qodef-qi-info-cards .qodef-m-icon-holder {
    font-size: 55px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.qodef-qi-info-cards .qodef-m-icon-holder i {
    vertical-align: top;
    color: inherit;
}
.qodef-qi-info-cards .qodef-m-icon-holder svg {
    width: 30px;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper {
    position: relative;
}
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper a,
.qodef-qi-info-cards.qodef--custom-icon .qodef-m-icon-wrapper img {
    display: inline-block;
}
.qodef-qi-interactive-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
}
.qodef-qi-interactive-banner .qodef-m-banner-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.qodef-qi-interactive-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.qodef-qi-interactive-banner .qodef-m-title {
    margin: 0;
}
.qodef-qi-interactive-banner .qodef-m-title-inner {
    display: inline-block;
}
.qodef-qi-interactive-banner .qodef-m-subtitle {
    margin: 0 0 0.4em;
}
.qodef-qi-interactive-banner .qodef-m-content-inner > .qodef-m-text {
    margin: 0.7em 0 0;
}
.qodef-qi-interactive-banner .qodef-m-text-holder {
    margin: 0.7em 0 0;
}
.qodef-qi-interactive-banner .qodef-m-button {
    padding: 0.5em 0 0;
    z-index: 1;
    position: relative;
    display: inline-block;
}
.qodef-qi-interactive-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    width: auto;
    overflow: hidden;
}
.qodef-qi-interactive-banner .qodef-m-image img {
    display: inline-block;
    transition: all 0.35s ease-out;
}
.qodef-qi-interactive-banner .qodef-m-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.35s ease-out;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom.qodef--visible
    .qodef-m-content {
    opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 60px;
    opacity: 0;
    transition: opacity 0.2s;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-content-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-movement {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom .qodef-m-text-holder {
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom
    .qodef-m-text-holder
    .qodef-m-text {
    margin: 0;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover .qodef-m-movement {
    transform: translateY(0) translateZ(0) !important;
}
.qodef-qi-interactive-banner.qodef-layout--from-bottom:hover
    .qodef-m-text-holder {
    opacity: 1;
    transition-delay: 0.15s;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch {
    width: 100%;
    background-color: #f6f6f6;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    text-align: left;
    padding: 60px;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content {
        flex-direction: column;
    }
}
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-content-inner {
    flex: 1;
    margin-right: 2em;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch
        .qodef-m-content-inner {
        margin-right: 0;
    }
}
.qodef-qi-interactive-banner.qodef-layout--image-switch .qodef-m-image-holder {
    position: relative;
    width: 35%;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-interactive-banner.qodef-layout--image-switch
        .qodef-m-image-holder {
        width: 100%;
        margin-top: 2em;
    }
}
.qodef-qi-interactive-banner.qodef-layout--image-switch
    .qodef-m-image-holder
    .qodef-m-image {
    transition: 0.2s ease-in-out;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch
    .qodef-m-image-holder
    .qodef-m-image:first-child {
    opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch
    .qodef-m-image-holder
    .qodef-m-image:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch:hover
    .qodef-m-image-holder
    .qodef-m-image:first-child {
    opacity: 0;
}
.qodef-qi-interactive-banner.qodef-layout--image-switch:hover
    .qodef-m-image-holder
    .qodef-m-image:last-child {
    opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--revealing.qodef--visible
    .qodef-m-content {
    opacity: 1;
}
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-content {
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px;
    opacity: 0;
    transition: opacity 0.2s;
}
.qodef-qi-interactive-banner.qodef-layout--revealing
    .qodef-m-content-inner
    > .qodef-m-text {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.25s, transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.qodef-qi-interactive-banner.qodef-layout--revealing .qodef-m-button {
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: 0.05s;
}
.qodef-qi-interactive-banner.qodef-layout--revealing:hover .qodef-m-button {
    transform: translateY(0) translateZ(0) !important;
    transition-delay: 0s;
}
.qodef-qi-interactive-banner.qodef-layout--revealing:hover
    .qodef-m-content-inner
    > .qodef-m-text {
    opacity: 1;
    transform: translateY(0);
    transition-duration: 0.25s, 0.35s;
    transition-delay: 0.1s, 0.1s;
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-content {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    opacity: 0;
    transition: opacity 0.23s ease-out, transform 0.28s ease-out;
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-subtitle {
    transform: translateY(-10px);
}
.qodef-qi-interactive-banner.qodef-layout--standard .qodef-m-button {
    transform: translateY(10px);
}
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-button,
.qodef-qi-interactive-banner.qodef-layout--standard:hover .qodef-m-subtitle {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-interactive-link-showcase {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    display: flex;
    align-items: center;
    visibility: hidden;
}
.qodef-qi-interactive-link-showcase.qodef--full-height {
    height: 100vh;
}
.admin-bar .qodef-qi-interactive-link-showcase.qodef--full-height {
    height: calc(100vh - 32px);
}
.qodef-qi-interactive-link-showcase .qodef-e-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0s 0.45s;
}
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef-background img {
    display: none;
}
.qodef-qi-interactive-link-showcase .qodef-e-image.qodef--active {
    opacity: 1;
    z-index: 5;
    transition: opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.qodef-qi-interactive-link-showcase .qodef-m-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}
.qodef-qi-interactive-link-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #111;
    margin: 0.6em 0;
}
.qodef-qi-interactive-link-showcase .qodef-e-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: inherit;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-size: 39px;
    line-height: 1.19048em;
    transition: color 0.2s ease-out;
    z-index: 2;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-interactive-link-showcase .qodef-e-title {
        font-size: 36px;
    }
}
.qodef-qi-interactive-link-showcase .qodef-e-inner-title {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-interactive-link-showcase .qodef-e-inner-title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: currentColor;
    transition: width 0.3s ease;
}
.qodef-qi-interactive-link-showcase .qodef-e-inner-title:hover:after {
    width: 100%;
}
.qodef-hover--underline.qodef-qi-interactive-link-showcase
    .qodef-e-inner-title:after {
    bottom: 0;
}
.qodef-hover--line-through.qodef-qi-interactive-link-showcase
    .qodef-e-inner-title:after {
    top: 50%;
    transform: translateY(-50%);
}
.qodef-qi-interactive-link-showcase
    .qodef--active.qodef-m-item
    .qodef-e-inner-title:after {
    width: 100%;
}
.qodef-qi-interactive-link-showcase .qodef-e-text {
    display: block;
}
.qodef-qi-interactive-link-showcase.qodef--init {
    visibility: visible;
}
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.qodef-qi-interactive-link-showcase.qodef-layout--background .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start;
}
.qodef-qi-interactive-link-showcase.qodef-layout--split {
    align-items: stretch;
}
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-images {
    position: relative;
    flex: 1;
}
@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680
        .qodef-qi-interactive-link-showcase.qodef-layout--split
        .qodef-m-images {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480
        .qodef-qi-interactive-link-showcase.qodef-layout--split
        .qodef-m-images {
        display: none;
    }
}
.qodef-qi-interactive-link-showcase.qodef-layout--split .qodef-m-items {
    width: 40%;
    justify-content: center;
    align-items: flex-start;
    padding: 150px 10%;
}
@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680
        .qodef-qi-interactive-link-showcase.qodef-layout--split
        .qodef-m-items {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480
        .qodef-qi-interactive-link-showcase.qodef-layout--split
        .qodef-m-items {
        width: 100%;
    }
}
.qodef-qi-interactive-link-showcase.qodef-layout--split
    .qodef-e-image:not(.qodef-background) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-interactive-link-showcase.qodef-layout--split
    .qodef-e-image:not(.qodef-background)
    img {
    max-height: 100%;
    object-fit: contain;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard {
    justify-content: center;
    text-align: center;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .qodef-standard-hide-under--768
        .qodef-qi-interactive-link-showcase.qodef-layout--standard
        .qodef-m-images {
        display: none;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-standard-hide-under--680
        .qodef-qi-interactive-link-showcase.qodef-layout--standard
        .qodef-m-images {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-standard-hide-under--480
        .qodef-qi-interactive-link-showcase.qodef-layout--standard
        .qodef-m-images {
        display: none;
    }
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-m-items {
    width: 40%;
    justify-content: center;
}
@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680
        .qodef-qi-interactive-link-showcase.qodef-layout--standard
        .qodef-m-items {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480
        .qodef-qi-interactive-link-showcase.qodef-layout--standard
        .qodef-m-items {
        width: 100%;
    }
}
.qodef-standard-images-on-top--yes
    .qodef-qi-interactive-link-showcase.qodef-layout--standard
    .qodef-m-items {
    z-index: unset;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard
    .qodef-e-image.qodef-position--left {
    left: 0;
    width: 30%;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard
    .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width: 30%;
}
.qodef-qi-interactive-link-showcase.qodef-layout--standard .qodef-e-image img {
    position: relative;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 680px) {
    .qodef-standard-hide-under--680
        .qodef-qi-interactive-link-showcase.qodef-layout--inline
        .qodef-m-images {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-standard-hide-under--480
        .qodef-qi-interactive-link-showcase.qodef-layout--inline
        .qodef-m-images {
        display: none;
    }
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-items {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 -20px;
}
@media only screen and (max-width: 680px) {
    .qodef-split-hide-under--680
        .qodef-qi-interactive-link-showcase.qodef-layout--inline
        .qodef-m-items {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-split-hide-under--480
        .qodef-qi-interactive-link-showcase.qodef-layout--inline
        .qodef-m-items {
        width: 100%;
    }
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-m-item {
    position: relative;
    flex: 1;
    flex-grow: 0;
    margin: 0 !important;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title {
    white-space: nowrap;
    padding: 0 20px;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-title:before {
    position: absolute;
    right: 0;
    transform: translateX(50%);
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-text {
    padding: 0 20px;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline
    .qodef-e-image.qodef-position--left {
    left: 0;
    width: 30%;
    justify-content: flex-start;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline
    .qodef-e-image.qodef-position--right {
    left: auto;
    right: 0;
    width: 30%;
    justify-content: flex-end;
}
.qodef-qi-interactive-link-showcase.qodef-layout--inline .qodef-e-image img {
    position: relative;
}
.qodef-qi-item-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.qodef-qi-item-showcase .qodef-m-image {
    position: relative;
    flex-shrink: 0;
    max-width: 60%;
    padding: 0 60px;
}
.qodef-qi-item-showcase .qodef-m-image img {
    display: block;
}
.qodef-qi-item-showcase .qodef-m-items {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.qodef-qi-item-showcase .qodef-m-items.qodef--left {
    text-align: right;
}
.qodef-qi-item-showcase .qodef-m-items.qodef--right {
    text-align: left;
}
.qodef-qi-item-showcase .qodef-m-item {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
    .qodef-qi-item-showcase .qodef-m-item:last-child {
        margin-bottom: 0 !important;
    }
}
.qodef-qi-item-showcase .qodef-e-icon-holder {
    line-height: 1em;
    transition: color 0.2s ease-out;
}
.qodef-qi-item-showcase .qodef-e-icon-holder a {
    display: inline-block;
}
.qodef-qi-item-showcase .qodef-e-icon-holder > svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-item-showcase .qodef-e-title {
    margin: 0 0 1em;
}
.qodef-qi-item-showcase .qodef-e-title-link {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
}
.qodef-qi-item-showcase .qodef-e-title-link:hover {
    color: var(--qode-main-color);
}
.qodef-qi-item-showcase .qodef-e-text {
    margin: 0;
}
.qodef-qi-item-showcase.qodef-qi--has-appear {
    visibility: hidden;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-image {
    transform: translateY(70px);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item {
    transform: translateY(70px);
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(1) {
    transition-delay: 0.2s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(2) {
    transition-delay: 0.4s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(3) {
    transition-delay: 0.6s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(4) {
    transition-delay: 0.8s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(5) {
    transition-delay: 1s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear .qodef-m-item:nth-child(6) {
    transition-delay: 1.2s;
}
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared {
    visibility: visible;
}
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-image {
    opacity: 1;
    transform: translateY(0);
}
.qodef-qi-item-showcase.qodef-qi--has-appear.qodef-qi--appeared .qodef-m-item {
    opacity: 1;
    transform: translateY(0);
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-item-showcase {
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .qodef-qi-item-showcase .qodef-m-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        max-width: 100%;
        padding-left: 0 !important;
    }
    .qodef-qi-item-showcase .qodef-m-items {
        left: 40%;
        width: calc(100% - 40%);
    }
    .qodef-qi-item-showcase .qodef-m-items .qodef-m-item {
        transition-delay: 0s;
    }
    .qodef-qi-item-showcase .qodef-m-items.qodef--left {
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-item-showcase .qodef-m-image {
        display: none;
    }
    .qodef-qi-item-showcase .qodef-m-items {
        left: 0;
        width: 100%;
    }
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-m-item {
    display: flex;
    align-items: flex-start;
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-item-showcase.qodef-layout--side-icon .qodef--left .qodef-m-item {
        flex-direction: row;
    }
}
.qodef-qi-item-showcase.qodef-layout--side-icon
    .qodef--left
    .qodef-e-side-holder {
    margin-left: 0.5em;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-item-showcase.qodef-layout--side-icon
        .qodef--left
        .qodef-e-side-holder {
        margin-left: 0;
        margin-right: 0.5em;
    }
}
.qodef-qi-item-showcase.qodef-layout--side-icon
    .qodef--right
    .qodef-e-side-holder {
    margin-right: 0.5em;
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-icon-holder {
    font-size: 3em;
    flex-shrink: 0;
}
.qodef-qi-item-showcase.qodef-layout--side-icon .qodef-e-content-holder {
    flex: 1;
}
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-icon-holder,
.qodef-qi-item-showcase.qodef-layout--standard .qodef-e-number {
    margin-bottom: 0.4em;
}
.qodef-qi-message-box {
    background: #d5eaf4;
    padding: 40px;
    display: flex;
    transition: opacity 0.19s ease, visibility 0.19s ease;
}
.qodef-qi-message-box.qodef-hidden {
    opacity: 0;
    visibility: hidden;
}
.qodef-qi-message-box.qodef-icon--middle {
    align-items: center;
}
.qodef-qi-message-box.qodef-icon--top {
    align-items: flex-start;
}
.qodef-qi-message-box.qodef-icon--bottom {
    align-items: flex-end;
}
.qodef-qi-message-box .qodef-m-close-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
}
.qodef-qi-message-box .qodef-m-close-icon i {
    color: inherit;
}
.qodef-qi-message-box .qodef-m-close-icon svg {
    width: 30px;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-message-box .qodef-m-icon {
    line-height: 1;
    margin-right: 20px;
}
.qodef-qi-message-box .qodef-m-title {
    margin: 0;
}
.qodef-qi-message-box .qodef-m-text {
    margin: 0;
}
.q-message-box-holder {
    transition: height 0.23s cubic-bezier(0.05, 0.47, 0.58, 1);
}
.qodef-qi-parallax-images {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-parallax-images .qodef-m-images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.qodef-browser--ms-explorer .qodef-qi-parallax-images .qodef-m-images {
    width: 100%;
}
.e--ua-firefox .qodef-qi-parallax-images .qodef-m-images img {
    backface-visibility: hidden;
}
.qodef-qi-parallax-images .qodef-e-parallax-image {
    position: absolute;
    display: block;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-left {
    top: 0;
    left: 0;
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--top-right {
    top: 0;
    right: 0;
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-left {
    bottom: 0;
    left: 0;
}
.qodef-qi-parallax-images .qodef-e-parallax-image.qodef-position--bottom-right {
    bottom: 0;
    right: 0;
}
.qodef-qi-preview-slider {
    position: relative;
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-preview-slider.qodef--visible {
    opacity: 1;
}
.qodef-qi-preview-slider .qodef-preview-slider-device-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.qodef-qi-preview-slider .qodef-preview-slider-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right: 50px;
}
.qodef-qi-preview-slider
    .qodef-preview-slider-device
    .qodef-preview-slider-device-image {
    position: relative;
    pointer-events: none;
    z-index: 10;
}
.qodef-qi-preview-slider
    .qodef-preview-slider-device
    .qodef-preview-slider-device-image
    img {
    width: 100%;
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, 0.07));
}
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.qodef-qi-preview-slider
    .qodef-preview-slider-device
    .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important;
}
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item {
    height: 100%;
}
.qodef-qi-preview-slider .qodef-preview-slider-device .qodef-m-item img {
    height: 100%;
    object-fit: cover;
}
.qodef-qi-pricing-list {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-qi-pricing-list .qodef-m-item:not(:last-child) {
    margin-bottom: 35px;
}
.qodef-qi-pricing-list .qodef-m-item.qodef-has-discount .qodef-e-heading-price {
    text-decoration: line-through;
    margin-right: 0.25em;
}
.qodef-qi-pricing-list .qodef-e-heading {
    display: flex;
    align-items: baseline;
}
.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image {
    max-width: 20%;
}
.qodef-qi-pricing-list .qodef-e-heading .qodef-e-image img {
    margin-left: 10px;
}
.qodef-qi-pricing-list .qodef-e-heading-title {
    margin: 0;
}
.qodef-qi-pricing-list .qodef-e-heading-line {
    flex-grow: 1;
    margin: 0 8px;
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-pricing-list .qodef-e-heading-discount-price,
.qodef-qi-pricing-list .qodef-e-heading-price {
    margin: 0;
    color: #111;
}
.qodef-qi-pricing-list .qodef-e-description {
    margin: 0.5em 0 0;
    color: #9c9c9c;
}
.qodef-qi-pricing-list .qodef-m-button {
    margin-top: 30px;
}
.qodef-qi-pricing-list.qodef-pricing-line--pattern .qodef-e-heading-line {
    height: 5px;
    background-repeat: repeat;
    border: none;
}
.qodef-qi-pricing-list.qodef-pricing-line--dashed .qodef-e-heading-line {
    border-bottom-style: dashed;
}
.qodef-qi-pricing-list.qodef-pricing-line--dotted .qodef-e-heading-line {
    border-bottom-style: dotted;
}
.qodef-qi-pricing-list.qodef-with-separator .qodef-m-item:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
}
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item {
    display: flex;
    align-items: center;
}
.qodef-qi-pricing-list.qodef-layout--image-before .qodef-m-item .qodef-e-image {
    max-width: 25%;
    flex-shrink: 0;
    margin-right: 24px;
}
.qodef-qi-pricing-list.qodef-layout--image-before
    .qodef-m-item
    .qodef-e-item-holder {
    flex: 1;
}
.qodef-qi-pricing-table {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.qodef-qi-pricing-table.qodef-status--featured {
    transform: translateY(-18px);
}
.qodef-qi-pricing-table .qodef-m-inner {
    position: relative;
    padding: 45px;
}
.qodef-qi-pricing-table .qodef-m-title {
    margin: 0;
}
.qodef-qi-pricing-table .qodef-m-price {
    display: flex;
    align-items: baseline;
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-wrapper {
    display: inline-flex;
    margin: 0;
    line-height: 1;
    justify-content: center;
    align-items: baseline;
}
.qodef-qi-pricing-table .qodef-m-price .qodef-m-price-currency {
    align-self: flex-start;
}
.qodef-qi-pricing-table.qodef-period--side .qodef-m-price-period {
    margin-left: 5px;
}
.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price {
    flex-direction: column;
}
.qodef-qi-pricing-table.qodef-period--bottom .qodef-m-price-period {
    margin: 0;
}
.qodef-qi-pricing-table .qodef-m-content {
    padding: 25px 0 0;
    margin: 0;
}
.qodef-qi-pricing-table .qodef-m-content li {
    margin-bottom: 8px;
}
.qodef-qi-pricing-table .qodef-m-content li:last-child {
    margin-bottom: 0;
}
.qodef-qi-pricing-table .qodef-m-content li.qodef--excluded {
    text-decoration: line-through;
    color: rgba(17, 17, 17, 0.6);
}
.qodef-qi-pricing-table .qodef-m-button .qodef-qi-button {
    margin: 25px 0 0;
}
.qodef-qi-pricing-table .qodef-m-label {
    position: absolute;
    right: 15px;
    color: #fff;
    background-color: #111;
}
.qodef-qi-pricing-table.qodef-label-type--badge .qodef-m-label {
    top: 15px;
    border-radius: 50px;
    padding: 10px;
}
.qodef-qi-pricing-table.qodef-label-type--ribbon .qodef-m-label {
    top: -1px;
    border-radius: 50px 0 0 50px;
    transform: rotate(-90deg) translate(0, -100%);
    transform-origin: right top;
    padding: 5px 15px;
}
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content {
    list-style-type: none;
}
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-m-content svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-pricing-table.qodef-list-style-icon .qodef-e-icon {
    display: inline-block;
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside
    .qodef-m-content {
    margin: 0 calc(-1em - 5px);
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside li {
    position: relative;
    display: flex;
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside
    .qodef-e-icon {
    position: absolute;
    left: 0;
}
.qodef-qi-pricing-table.qodef-list-style-icon.qodef-list-style--outside
    .qodef-e-text {
    flex: 1;
    padding: 0 5px;
    margin: 0 1em;
}
.qodef-qi-pricing-table.qodef-list-style--outside .qodef-m-content {
    list-style-position: outside;
}
.qodef-qi-pricing-table.qodef-list-style--inside .qodef-m-content {
    list-style-position: inside;
}
.qodef-qi-pricing-table.qodef-list-type--none .qodef-m-content {
    list-style-type: none;
}
.qodef-qi-pricing-table .qodef-qi-separator .qodef-m-line {
    width: 30px;
}
.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-inner {
    padding: 50px;
}
.qodef-qi-pricing-table.qodef-layout--cascading .qodef-m-title {
    background-color: #f6f6f6;
    padding: 30px 50px;
}
.qodef-qi-pricing-table.qodef-layout--minimal {
    border-width: 0 0 0 1px;
}
.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-inner {
    padding: 0 0 0 15px;
}
.qodef-qi-pricing-table.qodef-layout--minimal .qodef-m-price-wrapper {
    margin: 0 0 0.5em;
}
.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-inner {
    padding: 0 50px 40px;
}
.qodef-qi-pricing-table.qodef-layout--simple .qodef-m-title-wrapper {
    background-color: #f6f6f6;
    padding: 40px 20px;
}
.qodef-qi-pricing-table.qodef-layout--standard .qodef-m-title {
    margin: 0 0 1em;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image {
    display: flex;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-inner {
    flex: 1;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image
    .qodef-m-vertical-image-holder {
    width: 90px;
    max-width: 60%;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image
    .qodef-m-vertical-image-holder
    .qodef-m-image {
    height: 100%;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image
    .qodef-m-vertical-image-holder
    img {
    height: 100%;
    object-fit: cover;
}
.qodef-qi-pricing-table.qodef-layout--vertical-image .qodef-m-title {
    margin-bottom: 1em;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-inner {
    padding: 0;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-top {
    padding: 50px;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content {
    padding: 0;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-content .qodef-e-item {
    padding: 27px 50px;
    margin: 0;
    border-top: 1px solid #ebebeb;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon {
    line-height: 1em;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title-icon svg {
    width: 1em;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-pricing-table.qodef-layout--with-icon .qodef-m-title {
    margin: 0.7em 0 1em;
}
.qodef-qi-pricing-table.qodef-layout--with-icon
    .qodef-m-button
    .qodef-qi-button {
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.qodef-qi-process.qodef-qi-grid
    > .qodef-grid-inner
    > .qodef-grid-item:last-child
    .qodef-e-line {
    display: none;
}
.qodef-qi-process .qodef-e-icon-holder {
    position: relative;
    z-index: 5;
}
.qodef-qi-process .qodef-e-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    font-size: 60px;
    background: #f6f6f6;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 3;
}
.qodef-qi-process .qodef-e-icon svg {
    width: 1em;
    height: auto;
    vertical-align: top;
    fill: currentColor;
    stroke: currentColor;
    overflow: visible;
}
.qodef-qi-process .qodef-e-number {
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    width: 2.8em;
    height: 2.8em;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qodef-qi-process .qodef-e-line {
    position: absolute;
    z-index: 2;
}
.qodef-qi-process .qodef-e-title {
    margin: 2em 0 0;
}
.qodef-qi-process .qodef-e-text {
    margin: 0.3em 0 0;
}
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-number {
    width: 2.8em;
    height: 2.8em;
    font-size: 20px;
}
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
}
.qodef-qi-process.qodef-item-layout--horizontal .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    border-bottom: #acacac;
    position: absolute;
    top: 0;
    left: 0;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e
    .qodef-e-line-inner {
    transition: transform 1s;
    transform-origin: left;
    transform: scaleX(0);
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e
    .qodef-e-icon {
    transition: transform 0.35s, opacity 0.2s;
    transform: scale(0.8);
    opacity: 0;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e
    .qodef-e-title {
    transition: transform 0.35s, opacity 0.2s;
    transform: translateY(10px);
    opacity: 0;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(1) {
    transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-line-inner {
    transition-delay: 0.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-icon {
    transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-title {
    transition-delay: 0.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(2) {
    transition-delay: 0.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-line-inner {
    transition-delay: 0.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-icon {
    transition-delay: 0.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-title {
    transition-delay: 0.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(3) {
    transition-delay: 0.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-line-inner {
    transition-delay: 0.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-icon {
    transition-delay: 0.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-title {
    transition-delay: 0.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(4) {
    transition-delay: 1.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-line-inner {
    transition-delay: 1.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-icon {
    transition-delay: 1.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-title {
    transition-delay: 1.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(5) {
    transition-delay: 1.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-line-inner {
    transition-delay: 1.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-icon {
    transition-delay: 1.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-title {
    transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(6) {
    transition-delay: 1.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-line-inner {
    transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-icon {
    transition-delay: 1.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-title {
    transition-delay: 1.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(7) {
    transition-delay: 2.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-line-inner {
    transition-delay: 2.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-icon {
    transition-delay: 2.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-title {
    transition-delay: 2.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(8) {
    transition-delay: 2.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-line-inner {
    transition-delay: 2.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-icon {
    transition-delay: 2.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-title {
    transition-delay: 2.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(9) {
    transition-delay: 2.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-line-inner {
    transition-delay: 3.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-icon {
    transition-delay: 2.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-title {
    transition-delay: 2.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(10) {
    transition-delay: 3.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-line-inner {
    transition-delay: 3.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-icon {
    transition-delay: 3.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-title {
    transition-delay: 3.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(11) {
    transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-line-inner {
    transition-delay: 3.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-icon {
    transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-title {
    transition-delay: 3.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(12) {
    transition-delay: 3.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-line-inner {
    transition-delay: 4.1s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-icon {
    transition-delay: 3.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-title {
    transition-delay: 3.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(13) {
    transition-delay: 4.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-line-inner {
    transition-delay: 4.45s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-icon {
    transition-delay: 4.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-title {
    transition-delay: 4.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(14) {
    transition-delay: 4.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-line-inner {
    transition-delay: 4.8s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-icon {
    transition-delay: 4.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-title {
    transition-delay: 4.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(15) {
    transition-delay: 4.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-line-inner {
    transition-delay: 5.15s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-icon {
    transition-delay: 4.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-title {
    transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(16) {
    transition-delay: 5.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-line-inner {
    transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-icon {
    transition-delay: 5.25s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-title {
    transition-delay: 5.35s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(17) {
    transition-delay: 5.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-line-inner {
    transition-delay: 5.85s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-icon {
    transition-delay: 5.6s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-title {
    transition-delay: 5.7s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(18) {
    transition-delay: 5.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-line-inner {
    transition-delay: 6.2s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-icon {
    transition-delay: 5.95s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-title {
    transition-delay: 6.05s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(19) {
    transition-delay: 6.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-line-inner {
    transition-delay: 6.55s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-icon {
    transition-delay: 6.3s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-title {
    transition-delay: 6.4s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(20) {
    transition-delay: 6.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-line-inner {
    transition-delay: 6.9s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-icon {
    transition-delay: 6.65s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-title {
    transition-delay: 6.75s;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-line-inner {
    transform: scaleX(1);
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-icon {
    transform: scale(1);
    opacity: 1;
}
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--horizontal.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-title {
    transform: translateY(0);
    opacity: 1;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-grid-inner {
    grid-row-gap: 0;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-content {
    display: flex;
    align-items: stretch;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-text-wrapper {
    margin-left: 30px;
}
.qodef-qi-process.qodef-item-layout--vertical
    .qodef-process-item:not(:last-child)
    .qodef-e-icon-holder {
    padding-bottom: 50px;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-icon {
    font-size: 40px;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line {
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-line-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #acacac;
}
.qodef-qi-process.qodef-item-layout--vertical .qodef-e-title {
    margin: 0;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e
    .qodef-e-line-inner {
    transition: transform 0.8s;
    transform-origin: top;
    transform: scaleY(0);
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e
    .qodef-e-icon {
    transition: opacity 0.35s;
    opacity: 0;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e
    .qodef-e-title {
    transition: transform 0.35s, opacity 0.25s;
    transform: translateY(-10px);
    opacity: 0;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(1) {
    transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-line-inner {
    transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-icon {
    transition-delay: 0s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(1)
    .qodef-e-title {
    transition-delay: 0.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(2) {
    transition-delay: 0.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-line-inner {
    transition-delay: 0.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-icon {
    transition-delay: 0.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(2)
    .qodef-e-title {
    transition-delay: 0.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(3) {
    transition-delay: 1s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-line-inner {
    transition-delay: 1s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-icon {
    transition-delay: 1s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(3)
    .qodef-e-title {
    transition-delay: 1.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(4) {
    transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-line-inner {
    transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-icon {
    transition-delay: 1.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(4)
    .qodef-e-title {
    transition-delay: 1.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(5) {
    transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-line-inner {
    transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-icon {
    transition-delay: 2s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(5)
    .qodef-e-title {
    transition-delay: 2.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(6) {
    transition-delay: 2.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-line-inner {
    transition-delay: 2.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-icon {
    transition-delay: 2.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(6)
    .qodef-e-title {
    transition-delay: 2.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(7) {
    transition-delay: 3s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-line-inner {
    transition-delay: 3s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-icon {
    transition-delay: 3s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(7)
    .qodef-e-title {
    transition-delay: 3.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(8) {
    transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-line-inner {
    transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-icon {
    transition-delay: 3.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(8)
    .qodef-e-title {
    transition-delay: 3.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(9) {
    transition-delay: 4s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-line-inner {
    transition-delay: 4s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-icon {
    transition-delay: 4s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(9)
    .qodef-e-title {
    transition-delay: 4.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(10) {
    transition-delay: 4.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-line-inner {
    transition-delay: 4.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-icon {
    transition-delay: 4.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(10)
    .qodef-e-title {
    transition-delay: 4.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(11) {
    transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-line-inner {
    transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-icon {
    transition-delay: 5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(11)
    .qodef-e-title {
    transition-delay: 5.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(12) {
    transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-line-inner {
    transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-icon {
    transition-delay: 5.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(12)
    .qodef-e-title {
    transition-delay: 5.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(13) {
    transition-delay: 6s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-line-inner {
    transition-delay: 6s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-icon {
    transition-delay: 6s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(13)
    .qodef-e-title {
    transition-delay: 6.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(14) {
    transition-delay: 6.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-line-inner {
    transition-delay: 6.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-icon {
    transition-delay: 6.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(14)
    .qodef-e-title {
    transition-delay: 6.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(15) {
    transition-delay: 7s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-line-inner {
    transition-delay: 7s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-icon {
    transition-delay: 7s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(15)
    .qodef-e-title {
    transition-delay: 7.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(16) {
    transition-delay: 7.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-line-inner {
    transition-delay: 7.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-icon {
    transition-delay: 7.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(16)
    .qodef-e-title {
    transition-delay: 7.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(17) {
    transition-delay: 8s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-line-inner {
    transition-delay: 8s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-icon {
    transition-delay: 8s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(17)
    .qodef-e-title {
    transition-delay: 8.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(18) {
    transition-delay: 8.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-line-inner {
    transition-delay: 8.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-icon {
    transition-delay: 8.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(18)
    .qodef-e-title {
    transition-delay: 8.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(19) {
    transition-delay: 9s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-line-inner {
    transition-delay: 9s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-icon {
    transition-delay: 9s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(19)
    .qodef-e-title {
    transition-delay: 9.15s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(20) {
    transition-delay: 9.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-line-inner {
    transition-delay: 9.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-icon {
    transition-delay: 9.5s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear
    .qodef-e:nth-child(20)
    .qodef-e-title {
    transition-delay: 9.65s;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-line-inner {
    transform: scaleY(1);
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-icon {
    opacity: 1;
}
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-text,
.qodef-qi-process.qodef-item-layout--vertical.qodef-qi--has-appear.qodef-qi--appeared
    .qodef-e
    .qodef-e-title {
    transform: translateX(0);
    opacity: 1;
}
.qodef-qi-progress-bar-circle {
    position: relative;
    visibility: hidden;
}
.qodef-qi-progress-bar-circle.qodef--init {
    visibility: visible;
}
.qodef-qi-progress-bar-circle .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.qodef-qi-progress-bar-circle .qodef-m-canvas {
    position: relative;
    width: 100%;
}
.qodef-qi-progress-bar-circle .qodef-m-title {
    margin: 2em 0 0;
}
.qodef-qi-progress-bar-circle .qodef-m-text {
    margin: 0.5em 0 0;
}
.qodef-qi-progress-bar-circle .qodef-m-value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 62px;
}
.qodef-qi-progress-bar-circle .qodef-m-percentage {
    font-size: 60%;
    top: -0.3em;
}
.qodef-qi-progress-bar-horizontal {
    position: relative;
    visibility: hidden;
}
.qodef-qi-progress-bar-horizontal.qodef--init {
    visibility: visible;
}
.qodef-qi-progress-bar-horizontal.qodef--pattern
    .qodef-m-canvas
    svg
    path:first-child {
    opacity: 0;
}
.qodef-qi-progress-bar-horizontal .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
}
.qodef-qi-progress-bar-horizontal .qodef-m-canvas {
    position: relative;
    width: 100%;
}
.qodef-qi-progress-bar-horizontal .qodef-m-content {
    display: flex;
    align-items: center;
}
.qodef-qi-progress-bar-horizontal .qodef-m-title {
    margin: 0 0 0.5em;
}
.qodef-qi-progress-bar-horizontal .qodef-m-value {
    padding: 0;
    margin: 0 0 0.5em;
    font-size: 16px;
    position: absolute;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-on .qodef-m-value {
    margin: 0;
    transform: translateY(100%);
    z-index: 1;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above
    .qodef-m-value-inner {
    opacity: 0;
    transition: opacity 0.2s 0.5s;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--floating-above.qodef--init
    .qodef-m-value-inner {
    opacity: 1;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-content {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    z-index: 1;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-title {
    margin: 0 0 0 0.5em;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 0.5em;
    position: relative;
}
.qodef-qi-progress-bar-horizontal.qodef-percentage--fixed-above .qodef-m-value {
    right: 0;
}
.qodef-qi-progress-bar-vertical {
    position: relative;
    visibility: hidden;
}
.qodef-qi-progress-bar-vertical.qodef--init {
    visibility: visible;
}
.qodef-qi-progress-bar-vertical.qodef--pattern
    .qodef-m-canvas
    svg
    path:first-child {
    opacity: 0;
}
.qodef-qi-progress-bar-vertical .qodef-m-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}
.qodef-qi-progress-bar-vertical .qodef-m-canvas {
    position: relative;
}
.qodef-qi-progress-bar-vertical .qodef-m-canvas svg {
    max-width: 100%;
}
.qodef-qi-progress-bar-vertical .qodef-m-title {
    margin: 1em 0 0;
}
.qodef-qi-progress-bar-vertical .qodef-m-value {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-title {
    margin: 0 0 0 1em;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-value {
    margin: 0 0 0 1em;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-right .qodef-m-inner {
    flex-direction: row;
    align-items: flex-end;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-value {
    position: absolute;
    margin: 0 0 0.5em;
    right: 0;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--floating-top .qodef-m-title {
    position: absolute;
    margin: 0 0 0.5em;
    left: 0;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-content {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-title {
    margin: 0 0 0 0.5em;
}
.qodef-qi-progress-bar-vertical.qodef-percentage--fixed-on .qodef-m-value {
    margin: 0 0 0 0.5em;
}
.qodef-qi-section-title {
    position: relative;
}
.qodef-qi-section-title .qodef-m-title {
    margin: 0;
}
.qodef-qi-section-title .qodef-m-subtitle {
    display: inline-flex;
    align-items: baseline;
    margin: 0;
}
.qodef-subtitle-icon--right.qodef-qi-section-title .qodef-m-subtitle {
    flex-direction: row;
}
.qodef-subtitle-icon--left.qodef-qi-section-title .qodef-m-subtitle {
    flex-direction: row-reverse;
}
.qodef-qi-section-title .qodef-m-icon-holder {
    display: inline-block;
    line-height: 1em;
}
.qodef-qi-section-title .qodef-m-icon-holder svg {
    width: 1em;
    height: auto;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-section-title > .qodef-m-text {
    margin: 0.5em 0 0;
}
.qodef-qi-section-title .qodef-m-button {
    margin-top: 0.65em;
}
.qodef-qi-section-title.qodef-decoration--underline .qodef-e-decorated {
    text-decoration: underline;
}
.qodef-qi-section-title.qodef-decoration--italic .qodef-e-decorated {
    font-style: italic;
}
.qodef-qi-section-title.qodef-decoration--bold .qodef-e-decorated {
    font-weight: 700;
}
.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 0.07em),
        currentColor 0.07em
    );
    background-size: 100% 87%;
}
.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:hover {
    color: currentColor;
    text-decoration: none;
    animation: qodef-animate-underline-multiline 1.1s
        cubic-bezier(0.32, 0.32, 0.15, 1.17) forwards;
}
.qodef-qi-section-title.qodef-link--underline-draw .qodef-e-link:focus {
    color: currentColor;
}
.qodef-qi-section-title.qodef-text-link--underline > .qodef-m-text a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 1px),
        currentColor 1px
    );
    transition: 0.9s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-qi-section-title.qodef-text-link--underline > .qodef-m-text a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}
.qodef-qi-section-title.qodef-text-link--underline-thick > .qodef-m-text a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        currentColor 2px
    );
    transition: 0.9s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-qi-section-title.qodef-text-link--underline-thick
    > .qodef-m-text
    a:hover {
    text-decoration: none;
    background-size: 100% 100%;
}
@keyframes qodef-qi-animate-underline-multiline-thick {
    0% {
        background-size: 100% 93%;
        background-position-x: right;
    }
    38% {
        background-size: 0 93%;
        background-position-x: right;
    }
    39% {
        background-size: 0 93%;
        background-position-x: left;
    }
    100% {
        background-size: 100% 93%;
        background-position-x: left;
    }
}
.qodef-qi-section-title.qodef-text-link--underline-initial > .qodef-m-text a {
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 0.07em),
        currentColor 0.07em
    );
    background-size: 100% 93%;
}
.qodef-qi-section-title.qodef-text-link--underline-initial
    > .qodef-m-text
    a:hover {
    text-decoration: none;
    animation: qodef-qi-animate-underline-multiline-thick 1.1s
        cubic-bezier(0.32, 0.32, 0.15, 1.17) forwards;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-section-title.qodef-title-break--disabled .qodef-m-title br {
        display: none;
    }
}
.qodef-qi-separator {
    position: relative;
    height: auto;
    font-size: 0;
    line-height: 1;
}
.qodef-qi-separator .qodef-m-line {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 1px;
    color: #111;
    border-bottom: 1em solid currentColor;
    margin: 10px 0;
}
.qodef-qi-separator.qodef-position--center {
    text-align: center;
}
.qodef-qi-separator.qodef-position--left {
    text-align: left;
}
.qodef-qi-separator.qodef-position--right {
    text-align: right;
}
.qodef-qi-separator.qodef-separator--border-image .qodef-m-line {
    font-size: 12px;
    height: 1em;
    border-bottom: none;
    margin: 10px 0;
    background-size: contain;
    background-repeat: round;
}
.qodef-qi-separator.qodef-separator--with-icon {
    display: flex;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-line {
    display: flex;
    align-items: center;
    border-width: 0;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon {
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0 1em;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-separator-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-separator.qodef-separator--with-icon .qodef-m-inner-line {
    width: 50%;
    border-color: currentColor;
    border-style: inherit;
    border-width: 1em;
}
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--center {
    justify-content: center;
}
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--left {
    justify-content: flex-start;
}
.qodef-qi-separator.qodef-separator--with-icon.qodef-position--right {
    justify-content: flex-end;
}
.qodef-qi-slider-switch {
    position: relative;
    opacity: 0;
    transition: opacity 0.35s ease-out;
}
.qodef-qi-slider-switch.qodef--visible {
    opacity: 1;
}
.qodef-qi-slider-switch .qodef-m-main-text {
    margin-bottom: 30px;
}
.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-title {
    margin: 0 0 0.7em;
}
.qodef-qi-slider-switch .qodef-m-main-text .qodef-e-text {
    margin: 0;
}
.qodef-qi-slider-switch .qodef-m-main {
    position: relative;
}
.qodef-qi-slider-switch .qodef-m-main-slider {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border-radius: 10%;
}
.qodef-qi-slider-switch .qodef-m-main-slider .qodef-qi-swiper-container {
    height: 100%;
    z-index: unset;
}
.qodef-qi-slider-switch .qodef-m-main-slider .swiper-slide a {
    height: 100%;
}
.qodef-qi-slider-switch .qodef-slider-main-image {
    position: relative;
    z-index: 5;
    pointer-events: none;
}
.qodef-qi-slider-switch .qodef-slider-main-image img {
    width: 100%;
}
.qodef-qi-slider-switch .qodef-slider-switch-device-holder {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.qodef-qi-slider-switch .qodef-slider-switch-device {
    position: absolute;
    margin: auto;
    width: 214px;
    bottom: -50px;
    right: 50px;
    overflow: hidden;
}
.qodef-qi-slider-switch
    .qodef-slider-switch-device
    .qodef-slider-switch-device-image {
    position: relative;
    pointer-events: none;
    z-index: 10;
}
.qodef-qi-slider-switch
    .qodef-slider-switch-device
    .qodef-slider-switch-device-image
    img {
    width: 100%;
    filter: drop-shadow(0 6px 16.8px rgba(0, 0, 0, 0.07));
}
.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-items {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-qi-swiper-container {
    overflow: hidden;
    height: 100%;
    padding: 0 !important;
}
.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item {
    height: 100%;
}
.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item a {
    height: 100%;
}
.qodef-qi-slider-switch .qodef-slider-switch-device .qodef-m-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.qodef-qi-slider-switch .qodef-m-main-text a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-text,
.qodef-qi-slider-switch .qodef-m-main-text .swiper-slide .qodef-e-title {
    opacity: 0;
    transform: translateX(40px);
    transition: 0.3s ease-in-out;
}
.qodef-qi-slider-switch
    .qodef-m-main-text
    .swiper-slide.swiper-slide-active
    .qodef-e-text,
.qodef-qi-slider-switch
    .qodef-m-main-text
    .swiper-slide.swiper-slide-active
    .qodef-e-title {
    opacity: 1;
    transform: translateX(0);
}
.qodef-qi-slider-switch
    .qodef-m-main-text
    .swiper-slide.swiper-slide-active
    .qodef-e-title {
    transition: opacity 0.35s 0.2s,
        transform 0.65s cubic-bezier(0.26, 0, 0, 1.01) 0.2s;
}
.qodef-qi-slider-switch
    .qodef-m-main-text
    .swiper-slide.swiper-slide-active
    .qodef-e-text {
    transition: opacity 0.35s 0.35s,
        transform 0.65s cubic-bezier(0.26, 0, 0, 1.01) 0.35s;
}
.qodef-qi-table-of-contents {
    position: relative;
}
.qodef-qi-table-of-contents .qodef-m-title {
    margin: 0;
}
.qodef-qi-table-of-contents .qodef-m-subtitle {
    margin: 0;
}
.qodef-qi-table-of-contents .qodef-m-text {
    margin: 0.5em 0 0;
}
.qodef-qi-table-of-contents .qodef-m-table-content {
    margin-top: 1.5em;
}
.qodef-qi-table-of-contents .qodef-m-table-content a {
    position: relative;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}
.qodef-list-underline.qodef-qi-table-of-contents .qodef-m-table-content a {
    width: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 1px),
        currentColor 1px
    );
    transition: 0.55s cubic-bezier(0.32, 0.32, 0.15, 1.17);
    background-size: 0 100%;
}
.qodef-list-underline.qodef-qi-table-of-contents
    .qodef-m-table-content
    a:hover {
    background-size: 100% 100%;
}
.qodef-qi-table-of-contents.qodef-list-position--inside ol,
.qodef-qi-table-of-contents.qodef-list-position--inside ul {
    list-style-position: inside;
}
.qodef-qi-table-of-contents.qodef-list-position--inside
    .qodef-m-table-content
    > ol,
.qodef-qi-table-of-contents.qodef-list-position--inside
    .qodef-m-table-content
    > ul {
    margin-left: 0 !important;
}
.qodef-qi-table-of-contents.qodef-list-position--outside ol,
.qodef-qi-table-of-contents.qodef-list-position--outside ul {
    list-style-position: outside;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple {
    position: relative;
    visibility: hidden;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef--init {
    visibility: visible;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-tabs-horizontal.qodef-layout--simple
        .qodef-tabs-horizontal-navigation {
        flex-direction: column;
        align-items: flex-start;
    }
    .qodef-qi-tabs-horizontal.qodef-layout--simple
        .qodef-tabs-horizontal-navigation
        .qodef-tab-title,
    .qodef-qi-tabs-horizontal.qodef-layout--simple
        .qodef-tabs-horizontal-navigation
        li {
        width: 100%;
    }
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li {
    position: relative;
    margin: 0;
    padding: 0;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li
    .qodef-tab-title {
    margin: 0;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li
    a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition: color 0.25s ease-out;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li
    a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li
    a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li
    a
    .q-text {
    z-index: 1;
    position: relative;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li:not(:last-child) {
    margin-right: 4em;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li.ui-state-active
    a,
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li.ui-state-hover
    a {
    color: #1e1e1e;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li.ui-state-active
    a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li.ui-state-active
    a:before,
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li.ui-state-hover
    a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple
    .qodef-tabs-horizontal-navigation
    li.ui-state-hover
    a:before {
    opacity: 1;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple .qodef-tabs-horizontal-content {
    position: relative;
    padding: 26px 0 0;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw
    .qodef-tabs-horizontal-navigation
    li
    a:after {
    opacity: 1;
    transform: scaleX(0);
    transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw
    .qodef-tabs-horizontal-navigation
    li.ui-state-active
    a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw
    .qodef-tabs-horizontal-navigation
    li.ui-state-hover
    a:after {
    transform: scaleX(1);
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-left
    .qodef-tabs-horizontal-navigation
    li
    a:after {
    transform-origin: left;
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right
    .qodef-tabs-horizontal-navigation
    li
    a:after {
    left: unset;
    right: 0;
    transform: scaleX(1);
    width: 0;
    transition: width 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right
    .qodef-tabs-horizontal-navigation
    li.ui-state-active
    a:after,
.qodef-qi-tabs-horizontal.qodef-layout--simple.qodef-title-hover--underline-draw.qodef-title-underline-from-right
    .qodef-tabs-horizontal-navigation
    li.ui-state-hover
    a:after {
    width: 100%;
}
.qodef-qi-tabs-vertical.qodef-layout--simple {
    position: relative;
    visibility: hidden;
    display: flex;
    align-items: stretch;
    height: 100%;
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef--init {
    visibility: visible;
}
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-navigation {
    position: relative;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-shrink: 0;
    display: block;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li
    .qodef-tab-title {
    margin: 0;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li
    a {
    position: relative;
    color: #cacaca;
    display: block;
    padding: 0;
    transition: color 0.25s ease-out;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li
    a:after {
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li
    a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: transparent;
    transition: opacity 0.25s ease-out;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li.ui-state-active
    a,
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li.ui-state-hover
    a {
    color: #1e1e1e;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li.ui-state-active
    a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li.ui-state-active
    a:before,
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li.ui-state-hover
    a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li.ui-state-hover
    a:before {
    opacity: 1;
}
.qodef-qi-tabs-vertical.qodef-layout--simple
    .qodef-tabs-vertical-navigation
    li
    .q-text {
    z-index: 1;
    position: relative;
}
.qodef-qi-tabs-vertical.qodef-layout--simple .qodef-tabs-vertical-content {
    position: relative;
    padding: 0 0 0 26px;
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw
    .qodef-tabs-vertical-navigation
    li
    a:after {
    opacity: 1;
    transform: scaleY(0);
    transition: transform 0.36s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw
    .qodef-tabs-vertical-navigation
    li.ui-state-active
    a:after,
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw
    .qodef-tabs-vertical-navigation
    li.ui-state-hover
    a:after {
    transform: scaleY(1);
}
.qodef-qi-tabs-vertical.qodef-layout--simple.qodef-title-hover--sideline-draw.qodef-title-sideline-from-top
    .qodef-tabs-vertical-navigation
    li
    a:after {
    transform-origin: top;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024 {
        flex-direction: column;
        align-items: flex-start;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024
        .qodef-tabs-vertical-navigation {
        width: 100%;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--1024
        .qodef-tabs-vertical-content {
        padding: 26px 0 0;
    }
}
@media only screen and (max-width: 768px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768 {
        flex-direction: column;
        align-items: flex-start;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768
        .qodef-tabs-vertical-navigation {
        width: 100%;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--768
        .qodef-tabs-vertical-content {
        padding: 26px 0 0;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680 {
        flex-direction: column;
        align-items: flex-start;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680
        .qodef-tabs-vertical-navigation {
        width: 100%;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--680
        .qodef-tabs-vertical-content {
        padding: 26px 0 0;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480 {
        flex-direction: column;
        align-items: flex-start;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480
        .qodef-tabs-vertical-navigation {
        width: 100%;
    }
    .qodef-qi-tabs-vertical.qodef-layout--simple.qodef-responsive--480
        .qodef-tabs-vertical-content {
        padding: 26px 0 0;
    }
}
.qodef-qi-team-member .qodef-m-title {
    margin: 0;
}
.qodef-qi-team-member .qodef-m-role {
    margin: 0 0 0.8em;
}
.qodef-qi-team-member .qodef-m-text {
    margin: 0 0 0.8em;
}
.qodef-qi-team-member .qodef-m-social-icons {
    font-size: 0;
    margin: 0;
}
.qodef-qi-team-member .qodef-m-social-icons > * {
    font-size: 1rem;
    margin-right: 0.7em;
}
.qodef-qi-team-member .qodef-m-social-icons > :last-child {
    margin: 0;
}
.qodef-qi-team-member .qodef-e-social-icon {
    transition: color 0.2s ease-out;
}
.qodef-qi-team-member .qodef-e-social-icon i {
    font-size: inherit;
}
.qodef-qi-team-member .qodef-e-social-icon svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
    vertical-align: middle;
}
.qodef-qi-team-member.qodef-image--hover-scale img,
.qodef-qi-team-member.qodef-image--hover-zoom img {
    transform: scale(1.005) translateZ(0);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.qodef-qi-team-member.qodef-image--hover-scale:hover img,
.qodef-qi-team-member.qodef-image--hover-zoom:hover img {
    transform: scale(1.03);
}
.qodef-qi-team-member.qodef-image--hover-zoom .qodef-m-media-image {
    overflow: hidden;
}
.qodef-qi-team-member.qodef-item-layout--info-below .qodef-m-content {
    margin: 0.9em 0 0;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-inner:hover
    .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-inner:hover
    .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-inner:hover
    .qodef-m-title {
    transform: translateX(0);
    opacity: 1;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-inner:hover
    .qodef-m-role {
    transition-delay: 0.15s;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-inner:hover
    .qodef-m-social-icons {
    transition-delay: 0.3s;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left .qodef-m-content {
    margin: 0.9em 0 0;
}
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-content
    .qodef-m-role,
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-content
    .qodef-m-social-icons,
.qodef-qi-team-member.qodef-item-layout--info-below-left
    .qodef-m-content
    .qodef-m-title {
    opacity: 0;
    transform: translateX(30px);
    transition: transform 0.45s cubic-bezier(0.16, 0.32, 0.26, 0.92),
        opacity 0.45s ease-out;
    transition-delay: 0s, 0s;
}
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-inner {
    position: relative;
    overflow: hidden;
}
.qodef-qi-team-member.qodef-item-layout--info-from-bottom
    .qodef-m-inner:hover
    .qodef-m-content {
    transform: translateY(0);
}
.qodef-qi-team-member.qodef-item-layout--info-from-bottom .qodef-m-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    padding: 30px;
    z-index: 1;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover
    .qodef-m-inner:hover
    .qodef-m-content {
    opacity: 1;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover
    .qodef-m-inner
    .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover
    .qodef-m-inner
    .qodef-m-media-image {
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #111;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    padding: 20px 30px;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-content > * {
    width: 100%;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-title {
    color: #fff;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover .qodef-m-role {
    color: #c4c4c4;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
    .qodef-m-inner:hover
    .qodef-m-content {
    opacity: 1;
    -webkit-clip-path: inset(10px 10px 10px 10px);
    clip-path: inset(10px 10px 10px 10px);
    transition-delay: 0s, 0.15s;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
    .qodef-m-inner
    .qodef-m-image,
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
    .qodef-m-inner
    .qodef-m-media-image {
    display: inline-block;
    vertical-align: top;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.25s ease-out,
        all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    padding: 5%;
}
.qodef-qi-team-member.qodef-item-layout--info-on-hover-inset
    .qodef-m-content
    > * {
    width: 100%;
}
.qodef-qi-testimonials-list .qodef-e-title {
    margin: 0 0 0.7em;
}
.qodef-qi-testimonials-list .qodef-e-text {
    margin: 0;
}
.qodef-qi-testimonials-list .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.qodef-qi-testimonials-list .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin: auto;
}
.qodef-qi-testimonials-list .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-testimonials-list .qodef-e-author {
    display: flex;
    margin: 0;
}
.qodef-qi-testimonials-list .qodef-e-author-name {
    margin: 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1.8em;
    border-radius: 50%;
    overflow: hidden;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-inner {
    position: relative;
    text-align: center;
    padding: 55px 40px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-content,
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-top {
    position: relative;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: -0.1em;
    left: 50%;
    font-size: 14em;
    color: rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-text {
    margin: 0 0 1em;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-list.qodef-item-layout--boxed .qodef-e-author-job {
    margin: 0.2em 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-inner {
    text-align: center;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 1.3em;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-media-image {
    width: 50px;
    margin-bottom: 0.5em;
    border-radius: 50%;
    overflow: hidden;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-list.qodef-item-layout--info-below .qodef-e-author-job {
    margin: 0.2em 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
    display: flex;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction: column;
    }
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin: 0 35px 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align: top;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-quote {
        margin: 0 0 35px;
    }
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align: left;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-bottom-info {
    display: flex;
    align-items: center;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-media-image {
    width: 50px;
    margin: 0 10px 0 0;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items: baseline;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-quote
    .qodef-e-author-job:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin: 0 0.65em;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-inner {
    display: flex;
    align-items: flex-start;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-with-image
        .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 110px;
    max-width: 30%;
    margin-right: 6%;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
    .qodef-e-side
    .qodef-e-media-image {
    border-radius: 25%;
    overflow: hidden;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-testimonials-list.qodef-item-layout--side-with-image
        .qodef-e-side {
        max-width: 100%;
    }
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-quote {
    position: absolute;
    bottom: -0.5em;
    right: -0.5em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius: 50%;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
    .qodef-e-content {
    flex: 1;
    text-align: left;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-text {
    margin: 0 0 1em;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-list.qodef-item-layout--side-with-image
    .qodef-e-author-job {
    margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider .qodef-e-inner {
    overflow: hidden;
}
.qodef-qi-testimonials-slider .qodef-e-title {
    margin: 0 0 0.7em;
}
.qodef-qi-testimonials-slider .qodef-e-text {
    margin: 0;
}
.qodef-qi-testimonials-slider .qodef-e-media-image {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}
.qodef-qi-testimonials-slider .qodef-e-quote {
    font-size: 1em;
    line-height: 0;
    margin: auto;
}
.qodef-qi-testimonials-slider .qodef-e-quote svg {
    width: 1em;
    fill: currentColor;
    stroke: currentColor;
}
.qodef-qi-testimonials-slider .qodef-e-author {
    display: flex;
    margin: 0;
}
.qodef-qi-testimonials-slider .qodef-e-author-name {
    margin: 0;
}
.qodef-qi-testimonials-slider.qodef--swiper-fade .swiper-slide {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}
.qodef-qi-testimonials-slider.qodef--swiper-fade
    .swiper-slide.swiper-slide-active,
.qodef-qi-testimonials-slider.qodef--swiper-fade
    .swiper-slide.swiper-slide-duplicate-active {
    opacity: 1;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-media-image {
    margin-bottom: 1em;
    border-radius: 50%;
    overflow: hidden;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-inner {
    text-align: center;
    padding: 55px 40px;
    background-color: #f6f6f6;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-top {
    position: relative;
    display: inline-block;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-quote {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-text {
    margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--boxed .qodef-e-author-job {
    margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below
    .qodef-e-media-image {
    margin-bottom: 1em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-inner {
    text-align: center;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-text {
    margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--info-below
    .qodef-e-author-job {
    margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
    display: flex;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-inner {
        flex-direction: column;
    }
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
    font-size: 100px;
    width: 1em;
    margin: 0 35px 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote i,
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote svg {
    vertical-align: top;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-quote {
        margin: 0 0 35px;
    }
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-content {
    flex: 1;
    text-align: left;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote
    .qodef-e-bottom-info {
    display: flex;
    align-items: center;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote
    .qodef-e-media-image {
    width: 50px;
    margin: 0 10px 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote .qodef-e-author {
    flex-direction: row;
    align-items: baseline;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-quote
    .qodef-e-author-job:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1px;
    width: 1em;
    background-color: currentColor;
    margin: 0 0.65em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
    .qodef-e-inner {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
        .qodef-e-inner {
        align-items: baseline;
    }
}
@media only screen and (max-width: 680px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
        .qodef-e-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-side {
    position: relative;
    flex-shrink: 0;
    width: 290px;
    max-width: 30%;
    margin-right: 6%;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
    .qodef-e-side
    .qodef-e-media-image {
    border-radius: 10%;
    overflow: auto;
}
@media only screen and (max-width: 680px) {
    .qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
        .qodef-e-side {
        max-width: 100%;
    }
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
    .qodef-e-quote {
    position: absolute;
    top: -1em;
    right: -1em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #111;
    border-radius: 50%;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
    .qodef-e-content {
    flex: 1;
    text-align: left;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image .qodef-e-text {
    margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
    .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--side-with-image
    .qodef-e-author-job {
    margin: 0.2em 0 0;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-inner {
    text-align: left;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-quote {
    font-size: 2em;
    margin-bottom: 1.2em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-text {
    margin: 0 0 1.3em;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-bottom-info {
    display: flex;
    align-items: center;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-media-image {
    width: 50px;
    border-radius: 50%;
    margin-right: 1em;
    overflow: hidden;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author {
    flex-direction: column;
}
.qodef-qi-testimonials-slider.qodef-item-layout--standard .qodef-e-author-job {
    margin: 0;
}
.qodef-qi-text-marquee {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}
.qodef-qi-text-marquee .qodef-m-content {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
.qodef-qi-text-marquee .qodef-m-text {
    display: flex;
    align-items: baseline;
}
.qodef-qi-text-marquee .qodef-m-text.qodef-text--original {
    animation: qode-move-horizontal-normal-text-marquee 20s linear infinite;
}
.qodef-qi-text-marquee .qodef-m-text.qodef-text--copy {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
    animation: qode-move-horizontal-normal-text-marquee-copy 20s linear infinite;
}
.qodef-qi-text-marquee .qodef-m-text-item {
    font-size: 100px;
    line-height: 1.1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
}
.qodef-qi-text-marquee .qodef-e-icon-holder {
    display: flex;
    font-size: 30px;
    align-self: center;
    align-items: center;
}
.qodef-qi-text-marquee .qodef-e-icon-holder svg {
    fill: currentColor;
    stroke: currentColor;
    width: 1em;
    height: auto;
}
.qodef-qi-text-marquee.qodef-text-stroke-effect .qodef-m-text-item {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    text-shadow: none;
}
@keyframes qode-move-horizontal-normal-text-marquee {
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}
@keyframes qode-move-horizontal-normal-text-marquee-copy {
    0% {
        transform: translateX(100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}
@keyframes qode-move-vertical-normal-text-marquee {
    0% {
        transform: translateY(0) translateZ(0);
    }
    100% {
        transform: translateY(-100%) translateZ(0);
    }
}
@keyframes qode-move-vertical-normal-text-marquee-copy {
    0% {
        transform: translateY(100%) translateZ(0);
    }
    100% {
        transform: translateY(0) translateZ(0);
    }
}
@keyframes qode-move-horizontal-reverse-text-marquee {
    0% {
        transform: translateX(0) translateZ(0);
    }
    100% {
        transform: translateX(100%) translateZ(0);
    }
}
@keyframes qode-move-horizontal-reverse-text-marquee-copy {
    0% {
        transform: translateX(-100%) translateZ(0);
    }
    100% {
        transform: translateX(0) translateZ(0);
    }
}
@keyframes qode-move-vertical-reverse-text-marquee {
    0% {
        transform: translateY(0) translateZ(0);
    }
    100% {
        transform: translateY(100%) translateZ(0);
    }
}
@keyframes qode-move-vertical-reverse-text-marquee-copy {
    0% {
        transform: translateY(-100%) translateZ(0);
    }
    100% {
        transform: translateY(0) translateZ(0);
    }
}
.qodef-qi-timeline {
    position: relative;
}
.qodef-qi-timeline .qodef-e-item,
.qodef-qi-timeline .qodef-e-item-inner {
    position: relative;
}
.qodef-qi-timeline .qodef-e-image {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.qodef-qi-timeline .qodef-e-date {
    margin: 0 0 0.5em;
}
.qodef-qi-timeline .qodef-e-title {
    margin: 0 0 0.85em;
}
.qodef-qi-timeline .qodef-e-text {
    margin: 0;
}
.qodef-qi-timeline .qodef-e-point-holder {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;
    transform: translate(-50%, -50%);
}
.qodef-qi-timeline .qodef-e-point-holder .qodef-e-point {
    background-color: #111;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}
.qodef-qi-timeline .qodef-e-point-holder .qodef-e-icon-holder {
    font-size: 0.7em;
    line-height: 1em;
    max-height: 100%;
}
.qodef-qi-timeline .qodef-e-point-holder svg {
    width: 0.7em;
    stroke: currentColor;
    fill: currentColor;
}
.qodef-qi-timeline .qodef-e-line {
    display: block;
    background-color: #ebebeb;
}
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
}
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line {
    height: 100%;
}
.qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
    top: 50%;
    left: 50%;
}
.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside
    .qodef-e-line-holder {
    top: 50%;
}
.qodef-qi-timeline.qodef-timeline--vertical.qodef-line--inside
    .qodef-e-item:last-child
    .qodef-e-line-holder {
    display: none;
}
.qodef-qi-timeline.qodef-timeline--horizontal {
    overflow: hidden;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-grid-inner {
    display: flex;
    transition: all 0.4s ease;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-item {
    flex: 1;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line-holder {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-line {
    height: 100%;
}
.qodef-qi-timeline.qodef-timeline--horizontal .qodef-e-point-holder {
    top: 50%;
    left: 50%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
    .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
    .qodef-e-point-holder:before {
    content: "";
    position: absolute;
    left: 50%;
    height: 100px;
    width: 1px;
    background-color: #ebebeb;
    transform: translateX(-50%);
    z-index: -1;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
    .qodef-e-point-holder:before {
    top: 100%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--horizontal
    .qodef-e-point-holder:after {
    bottom: 100%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
    .qodef-e-point-holder:after,
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
    .qodef-e-point-holder:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background-color: #ebebeb;
    transform: translateY(-50%);
    z-index: -1;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
    .qodef-e-point-holder:before {
    right: 100%;
}
.qodef-qi-timeline.qodef-point--diamond.qodef-timeline--vertical
    .qodef-e-point-holder:after {
    left: 100%;
}
.qodef-qi-timeline.qodef-point--diamond .qodef-e-point {
    border-radius: 0;
    transform: rotate(45deg);
}
.qodef-qi-timeline.qodef-point--diamond .qodef-e-icon-holder {
    transform: rotate(-45deg);
}
.qodef-qi-timeline .qodef-nav-next,
.qodef-qi-timeline .qodef-nav-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    color: #111;
    font-size: 26px;
    z-index: 10;
    cursor: pointer;
}
.qodef-qi-timeline .qodef-nav-next > svg,
.qodef-qi-timeline .qodef-nav-prev > svg {
    display: block;
    width: 1em;
    height: auto;
    transition: 0.2s ease-out;
    stroke: currentColor;
    fill: currentColor;
}
.qodef-qi-timeline .qodef-nav-prev {
    left: 0;
}
.qodef-qi-timeline .qodef-nav-next {
    right: 0;
}
.qodef-qi-timeline.qodef-qi--has-appear {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated
    .qodef-e-item
    .qodef-e-image {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-separated
    .qodef-e-item
    .qodef-e-content-holder {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side
    .qodef-e-item
    .qodef-e-image {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(40px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--vertical-side
    .qodef-e-item
    .qodef-e-content-holder {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(40px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item
    .qodef-e-image {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item
    .qodef-e-content-holder {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item
    .qodef-e-image {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item
    .qodef-e-content-holder {
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item.qodef-reverse
    .qodef-e-image {
    transform: translateY(-60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item.qodef-reverse
    .qodef-e-content-holder {
    transform: translateY(60px);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item
    .qodef-e-point {
    transform: scale(0);
    opacity: 0;
    transition: opacity 0.55s cubic-bezier(0.23, 1, 0.32, 1),
        transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(1)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(1)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(1)
    .qodef-e-image {
    transition-delay: 0.3s, 0.3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(1)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(1)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(1)
    .qodef-e-point {
    transition-delay: 0.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(1)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(1)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(1)
    .qodef-e-content-holder {
    transition-delay: 0.4s, 0.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(2)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(2)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(2)
    .qodef-e-image {
    transition-delay: 0.6s, 0.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(2)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(2)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(2)
    .qodef-e-point {
    transition-delay: 0.7s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(2)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(2)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(2)
    .qodef-e-content-holder {
    transition-delay: 0.8s, 0.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(3)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(3)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(3)
    .qodef-e-image {
    transition-delay: 0.9s, 0.9s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(3)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(3)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(3)
    .qodef-e-point {
    transition-delay: 1s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(3)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(3)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(3)
    .qodef-e-content-holder {
    transition-delay: 1.2s, 1.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(4)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(4)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(4)
    .qodef-e-image {
    transition-delay: 1.2s, 1.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(4)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(4)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(4)
    .qodef-e-point {
    transition-delay: 1.3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(4)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(4)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(4)
    .qodef-e-content-holder {
    transition-delay: 1.6s, 1.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(5)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(5)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(5)
    .qodef-e-image {
    transition-delay: 1.5s, 1.5s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(5)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(5)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(5)
    .qodef-e-point {
    transition-delay: 1.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(5)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(5)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(5)
    .qodef-e-content-holder {
    transition-delay: 2s, 2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(6)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(6)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(6)
    .qodef-e-image {
    transition-delay: 1.8s, 1.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(6)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(6)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(6)
    .qodef-e-point {
    transition-delay: 1.9s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(6)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(6)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(6)
    .qodef-e-content-holder {
    transition-delay: 2.4s, 2.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(7)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(7)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(7)
    .qodef-e-image {
    transition-delay: 2.1s, 2.1s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(7)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(7)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(7)
    .qodef-e-point {
    transition-delay: 2.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(7)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(7)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(7)
    .qodef-e-content-holder {
    transition-delay: 2.8s, 2.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(8)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(8)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(8)
    .qodef-e-image {
    transition-delay: 2.4s, 2.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(8)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(8)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(8)
    .qodef-e-point {
    transition-delay: 2.5s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(8)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(8)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(8)
    .qodef-e-content-holder {
    transition-delay: 3.2s, 3.2s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(9)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(9)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(9)
    .qodef-e-image {
    transition-delay: 2.7s, 2.7s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(9)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(9)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(9)
    .qodef-e-point {
    transition-delay: 2.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(9)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(9)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(9)
    .qodef-e-content-holder {
    transition-delay: 3.6s, 3.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(10)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(10)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(10)
    .qodef-e-image {
    transition-delay: 3s, 3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(10)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(10)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(10)
    .qodef-e-point {
    transition-delay: 3.1s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(10)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(10)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(10)
    .qodef-e-content-holder {
    transition-delay: 4s, 4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(11)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(11)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(11)
    .qodef-e-image {
    transition-delay: 3.3s, 3.3s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(11)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(11)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(11)
    .qodef-e-point {
    transition-delay: 3.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(11)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(11)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(11)
    .qodef-e-content-holder {
    transition-delay: 4.4s, 4.4s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(12)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(12)
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(12)
    .qodef-e-image {
    transition-delay: 3.6s, 3.6s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(12)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(12)
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(12)
    .qodef-e-point {
    transition-delay: 3.7s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical
    .qodef-e-item:nth-child(12)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item:nth-child(12)
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard
    .qodef-e-item:nth-child(12)
    .qodef-e-content-holder {
    transition-delay: 4.8s, 4.8s;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared {
    opacity: 1;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
    .qodef-e-image {
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
    .qodef-e-item.qodef-reverse
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
    .qodef-e-item.qodef-reverse
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
    .qodef-e-item.qodef-reverse
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
    .qodef-e-item.qodef-reverse
    .qodef-e-image,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
    .qodef-e-item.qodef-reverse
    .qodef-e-content-holder,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
    .qodef-e-item.qodef-reverse
    .qodef-e-image {
    transform: translateY(0) translateX(0);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-qi--appeared
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-qi--appeared
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-qi--appeared
    .qodef-e-point {
    transform: scale(1);
    opacity: 1;
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond
    .qodef-e-item
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond
    .qodef-e-item
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond
    .qodef-e-item
    .qodef-e-point {
    transform: rotate(45deg) scale(0);
}
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline--vertical.qodef-point--diamond.qodef-qi--appeared
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-alternating.qodef-point--diamond.qodef-qi--appeared
    .qodef-e-point,
.qodef-qi-timeline.qodef-qi--has-appear.qodef-timeline-layout--horizontal-standard.qodef-point--diamond.qodef-qi--appeared
    .qodef-e-point {
    transform: rotate(45deg) scale(1);
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline--vertical .qodef-e-line-holder,
    .qodef-qi-timeline.qodef-timeline--vertical .qodef-e-point-holder {
        display: none;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item.qodef-reverse
    .qodef-e-item-inner {
    flex-direction: column;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item.qodef-reverse
    .qodef-e-top-holder {
    align-items: flex-end;
    padding: 0 0 10%;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item.qodef-reverse
    .qodef-e-content-holder {
    justify-content: flex-start;
    padding: 10% 0 0;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
    .qodef-e-item-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
    .qodef-e-top-holder {
    display: flex;
    align-items: flex-start;
    padding: 10% 0 0;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-alternating
    .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 10%;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard
    .qodef-e-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard
    .qodef-e-top-holder {
    display: flex;
    align-items: flex-end;
    padding: 0 0 10%;
}
.qodef-qi-timeline.qodef-timeline-layout--horizontal-standard
    .qodef-e-content-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10% 0 0;
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated .qodef-e-item {
    text-align: center;
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-item:not(:last-child) {
    padding-bottom: 100px;
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-item.qodef-reverse
    .qodef-e-item-inner {
    flex-direction: row-reverse;
    text-align: right;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated
        .qodef-e-item.qodef-reverse
        .qodef-e-item-inner {
        flex-direction: column;
        text-align: center;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-item.qodef-reverse
    .qodef-e-side-holder {
    text-align: left;
    padding: 0 0 0 10%;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated
        .qodef-e-item.qodef-reverse
        .qodef-e-side-holder {
        padding: 0;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-item.qodef-reverse
    .qodef-e-content-holder {
    padding: 0 10% 0 0;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated
        .qodef-e-item.qodef-reverse
        .qodef-e-content-holder {
        padding: 0;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-item-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated
        .qodef-e-item-inner {
        flex-direction: column;
        text-align: center;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-side-holder {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding: 0 10% 0 0;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated
        .qodef-e-side-holder {
        width: 100%;
        padding: 0;
        margin-bottom: 5%;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-separated
    .qodef-e-content-holder {
    width: 50%;
    padding: 0 0 0 10%;
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-separated
        .qodef-e-content-holder {
        width: 100%;
        padding: 0;
        margin-top: 5%;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side
    .qodef-e-item.qodef-reverse
    .qodef-e-item-content {
    margin-left: 0;
    flex-direction: row;
    padding: 0 3em 0 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side
        .qodef-e-item.qodef-reverse
        .qodef-e-item-content {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side
        .qodef-e-item.qodef-reverse
        .qodef-e-item-content {
        padding: 0;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side
    .qodef-e-item.qodef-reverse
    .qodef-e-side-holder {
    margin: 0 10% 0 0;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side
        .qodef-e-item.qodef-reverse
        .qodef-e-side-holder {
        margin: 0 0 10%;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-item-content {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    flex-direction: row-reverse;
    width: 50%;
    padding: 0 0 0 3em;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side
        .qodef-e-item-content {
        flex-direction: column;
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side
        .qodef-e-item-content {
        width: 100%;
        padding: 0;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-side-holder {
    width: 250px;
    flex-shrink: 0;
    margin: 0 0 0 10%;
}
@media only screen and (max-width: 1024px) {
    .qodef-qi-timeline.qodef-timeline-layout--vertical-side
        .qodef-e-side-holder {
        margin: 0 0 10%;
    }
}
.qodef-qi-timeline.qodef-timeline-layout--vertical-side .qodef-e-image {
    border-radius: 50%;
}
.qodef-qi-typeout-text .qodef-m-text {
    margin: 0;
}
.tm-col-stretched-yes .tm-stretched-div {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    width: auto;
    z-index: 0;
    overflow: hidden;
}
.tm-col-stretched-right .tm-stretched-div,
.tm-col-stretched-left .tm-stretched-div {
    right: 0;
}
.elementor-top-column.tm-col-stretched-left:not(.elementor-col-100)
    .tm-stretched-div {
    margin-left: -500px;
}
.elementor-top-column.tm-col-stretched-right:not(.elementor-col-100)
    .tm-stretched-div {
    margin-right: -500px;
}
.elementor-section.elementor-top-section.tm-bg-image-over-color.tm-bgimage-yes:before,
.elementor-column.elementor-top-column.tm-bgimage-yes.tm-bg-image-over-color
    > .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-bg-image-over-color
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-bg-image-over-color
    > .elementor-column-wrap:before {
    background-color: transparent !important;
}
.elementor-column.tm-col-stretched-yes.tm-bgimage-yes {
    background-image: none;
    background-color: transparent;
}
.tm-bgimage-over-bgcolor.tm-bgimage-yes .tm-stretched-div:before,
.tm-bgimage-over-bgcolor.tm-bgimage-yes:before {
    background-color: transparent !important;
}
.elementor-top-section:before,
.tm-col-stretched-yes .tm-stretched-div:before,
.elementor-column.elementor-top-column .elementor-widget-wrap:before,
.elementor-column.elementor-top-column .elementor-column-wrap:before,
.elementor-inner-column > div:before,
.elementor-inner-section:before {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-globalcolor,
.elementor-section.elementor-top-section.tm-elementor-bg-color-globalcolor:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-globalcolor {
    background-color: var(--tm-colza-global-color);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:before {
    background-color: rgba(var(--tm-colza-global-color-rgb), 0.6);
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(
        .tm-bgimage-yes
    )
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(
        .tm-bgimage-yes
    )
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap {
    background-color: var(--tm-colza-global-color) !important;
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-widget-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor
    .elementor-widget-wrap
    .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-column-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-globalcolor
    .elementor-column-wrap
    .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(var(--tm-colza-global-color-rgb), 0.6);
}
.elementor-inner-section.tm-elementor-bg-color-globalcolor {
    background-color: var(--tm-colza-global-color) !important;
}
.elementor-inner-section.tm-elementor-bg-color-globalcolor:not(
        .tm-bg-image-over-color
    ):before {
    background-color: rgba(var(--tm-colza-global-color-rgb), 0.6);
}
.elementor-inner-column.tm-elementor-bg-color-globalcolor
    > div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-globalcolor
    > div.elementor-widget-wrap {
    background-color: var(--tm-colza-global-color) !important;
}
.elementor-inner-column.tm-elementor-bg-color-globalcolor:not(
        .tm-bg-image-over-color
    )
    > div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-globalcolor:not(
        .tm-bg-image-over-color
    )
    > div.elementor-widget-wrap:before {
    background-color: rgba(var(--tm-colza-global-color-rgb), 0.6);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-light,
.elementor-section.elementor-top-section.tm-elementor-bg-color-light:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-light {
    background-color: var(--tm-colza-light-bg-color);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-light.tm-bgimage-yes:before {
    background-color: rgba(var(--tm-colza-light-bg-color-rgb), 0.6);
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(
        .tm-bgimage-yes
    )
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(
        .tm-bgimage-yes
    )
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap {
    background-color: var(--tm-colza-light-bg-color) !important;
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-widget-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light
    .elementor-widget-wrap
    .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-column-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-light
    .elementor-column-wrap
    .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(var(--tm-colza-light-bg-color-rgb), 0.6);
}
.elementor-inner-section.tm-elementor-bg-color-light {
    background-color: var(--tm-colza-light-bg-color) !important;
}
.elementor-inner-section.tm-elementor-bg-color-light:not(
        .tm-bg-image-over-color
    ):before {
    background-color: rgba(var(--tm-colza-light-bg-color-rgb), 0.6);
}
.elementor-inner-column.tm-elementor-bg-color-light > div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-light
    > div.elementor-widget-wrap {
    background-color: var(--tm-colza-light-bg-color) !important;
}
.elementor-inner-column.tm-elementor-bg-color-light:not(.tm-bg-image-over-color)
    > div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-light:not(.tm-bg-image-over-color)
    > div.elementor-widget-wrap:before {
    background-color: rgba(var(--tm-colza-light-bg-color-rgb), 0.6);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-secondary,
.elementor-section.elementor-top-section.tm-elementor-bg-color-secondary:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-secondary {
    background-color: var(--tm-colza-secondary-color);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-secondary.tm-bgimage-yes:before {
    background-color: rgba(var(--tm-colza-secondary-color-rgb), 0.6);
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(
        .tm-bgimage-yes
    )
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(
        .tm-bgimage-yes
    )
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap {
    background-color: var(--tm-colza-secondary-color) !important;
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-widget-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary
    .elementor-widget-wrap
    .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-column-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-secondary
    .elementor-column-wrap
    .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(var(--tm-colza-secondary-color-rgb), 0.6);
}
.elementor-inner-section.tm-elementor-bg-color-secondary {
    background-color: var(--tm-colza-secondary-color) !important;
}
.elementor-inner-section.tm-elementor-bg-color-secondary:not(
        .tm-bg-image-over-color
    ):before {
    background-color: rgba(var(--tm-colza-secondary-color-rgb), 0.6);
}
.elementor-inner-column.tm-elementor-bg-color-secondary
    > div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-secondary
    > div.elementor-widget-wrap {
    background-color: var(--tm-colza-secondary-color) !important;
}
.elementor-inner-column.tm-elementor-bg-color-secondary:not(
        .tm-bg-image-over-color
    )
    > div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-secondary:not(
        .tm-bg-image-over-color
    )
    > div.elementor-widget-wrap:before {
    background-color: rgba(var(--tm-colza-secondary-color-rgb), 0.6);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-blackish,
.elementor-section.elementor-top-section.tm-elementor-bg-color-blackish:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-blackish {
    background-color: var(--tm-colza-blackish-color);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-blackish.tm-bgimage-yes:before {
    background-color: rgba(var(--tm-colza-blackish-color-rgb), 0.6);
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(
        .tm-bgimage-yes
    )
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(
        .tm-bgimage-yes
    )
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap {
    background-color: var(--tm-colza-blackish-color) !important;
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-widget-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish
    .elementor-widget-wrap
    .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-column-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-blackish
    .elementor-column-wrap
    .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(var(--tm-colza-blackish-color-rgb), 0.6);
}
.elementor-inner-section.tm-elementor-bg-color-blackish {
    background-color: var(--tm-colza-blackish-color) !important;
}
.elementor-inner-section.tm-elementor-bg-color-blackish:not(
        .tm-bg-image-over-color
    ):before {
    background-color: rgba(var(--tm-colza-blackish-color-rgb), 0.6);
}
.elementor-inner-column.tm-elementor-bg-color-blackish
    > div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-blackish
    > div.elementor-widget-wrap {
    background-color: var(--tm-colza-blackish-color) !important;
}
.elementor-inner-column.tm-elementor-bg-color-blackish:not(
        .tm-bg-image-over-color
    )
    > div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-blackish:not(
        .tm-bg-image-over-color
    )
    > div.elementor-widget-wrap:before {
    background-color: rgba(var(--tm-colza-blackish-color-rgb), 0.6);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-white,
.elementor-section.elementor-top-section.tm-elementor-bg-color-white:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-white {
    background-color: var(--tm-colza-white-color);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-white.tm-bgimage-yes:before {
    background-color: rgba(var(--tm-colza-white-color-rgb), 0.6);
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(
        .tm-bgimage-yes
    )
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(
        .tm-bgimage-yes
    )
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap {
    background-color: var(--tm-colza-white-color) !important;
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-widget-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white
    .elementor-widget-wrap
    .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-column-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-white
    .elementor-column-wrap
    .tm-bgimage-yes.tm-stretched-div:before {
    background-color: rgba(var(--tm-colza-white-color-rgb), 0.6);
}
.elementor-inner-section.tm-elementor-bg-color-white {
    background-color: var(--tm-colza-white-color) !important;
}
.elementor-inner-section.tm-elementor-bg-color-white:not(
        .tm-bg-image-over-color
    ):before {
    background-color: rgba(var(--tm-colza-white-color-rgb), 0.6);
}
.elementor-inner-column.tm-elementor-bg-color-white > div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-white
    > div.elementor-widget-wrap {
    background-color: var(--tm-colza-white-color) !important;
}
.elementor-inner-column.tm-elementor-bg-color-white:not(.tm-bg-image-over-color)
    > div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-white:not(.tm-bg-image-over-color)
    > div.elementor-widget-wrap:before {
    background-color: rgba(var(--tm-colza-white-color-rgb), 0.6);
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-gradient,
.elementor-section.elementor-top-section.tm-elementor-bg-color-gradient:before,
.elementor-section.elementor-inner-section.tm-elementor-bg-color-gradient {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
}
.elementor-section.elementor-top-section.tm-elementor-bg-color-gradient.tm-bgimage-yes:before {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
    opacity: 0.5;
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(
        .tm-bgimage-yes
    )
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color
    .elementor-widget-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(
        .tm-bgimage-yes
    )
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color
    .elementor-column-wrap
    > .tm-stretched-div,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bg-image-over-color:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
}
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-widget-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-widget-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient
    .elementor-widget-wrap
    .tm-bgimage-yes.tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(
        .tm-col-stretched-yes
    )
    > .elementor-column-wrap:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient.tm-bgimage-yes:not(
        .tm-bg-image-over-color
    )
    .elementor-column-wrap
    .tm-stretched-div:before,
.elementor-column.elementor-top-column.tm-elementor-bg-color-gradient
    .elementor-column-wrap
    .tm-bgimage-yes.tm-stretched-div:before {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 80%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
    opacity: 0.5;
}
.elementor-inner-section.tm-elementor-bg-color-gradient {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
}
.elementor-inner-section.tm-elementor-bg-color-gradient:not(
        .tm-bg-image-over-color
    ):before {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
    opacity: 0.5;
}
.elementor-inner-column.tm-elementor-bg-color-gradient
    > div.elementor-column-wrap,
.elementor-inner-column.tm-elementor-bg-color-gradient
    > div.elementor-widget-wrap {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
}
.elementor-inner-column.tm-elementor-bg-color-gradient:not(
        .tm-bg-image-over-color
    )
    > div.elementor-column-wrap:before,
.elementor-inner-column.tm-elementor-bg-color-gradient:not(
        .tm-bg-image-over-color
    )
    > div.elementor-widget-wrap:before {
    background-image: -ms-linear-gradient(
        right,
        var(--tm-colza-gradient-color-first) 0%,
        var(--tm-colza-gradient-color-last) 100%
    );
    background-image: linear-gradient(
        to right,
        var(--tm-colza-gradient-color-first),
        var(--tm-colza-gradient-color-last)
    );
} /*! elementor-icons - v5.30.0 - 11-04-2024 */
@font-face {
    font-display: swap;
    font-family: eicons;
    src: url(/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.30.0);
    src: url(/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.30.0#iefix)
            format("embedded-opentype"),
        url(/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.30.0)
            format("woff2"),
        url(/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.30.0)
            format("woff"),
        url(/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.30.0)
            format("truetype"),
        url(/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.30.0#eicon)
            format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" eicon-"],
[class^="eicon"] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@keyframes a {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.eicon-animation-spin {
    animation: a 2s infinite linear;
}
.eicon-editor-link:before {
    content: "\e800";
}
.eicon-editor-unlink:before {
    content: "\e801";
}
.eicon-editor-external-link:before {
    content: "\e802";
}
.eicon-editor-close:before {
    content: "\e803";
}
.eicon-editor-list-ol:before {
    content: "\e804";
}
.eicon-editor-list-ul:before {
    content: "\e805";
}
.eicon-editor-bold:before {
    content: "\e806";
}
.eicon-editor-italic:before {
    content: "\e807";
}
.eicon-editor-underline:before {
    content: "\e808";
}
.eicon-editor-paragraph:before {
    content: "\e809";
}
.eicon-editor-h1:before {
    content: "\e80a";
}
.eicon-editor-h2:before {
    content: "\e80b";
}
.eicon-editor-h3:before {
    content: "\e80c";
}
.eicon-editor-h4:before {
    content: "\e80d";
}
.eicon-editor-h5:before {
    content: "\e80e";
}
.eicon-editor-h6:before {
    content: "\e80f";
}
.eicon-editor-quote:before {
    content: "\e810";
}
.eicon-editor-code:before {
    content: "\e811";
}
.eicon-elementor:before {
    content: "\e812";
}
.eicon-elementor-circle:before {
    content: "\e813";
}
.eicon-pojome:before {
    content: "\e814";
}
.eicon-plus:before {
    content: "\e815";
}
.eicon-menu-bar:before {
    content: "\e816";
}
.eicon-apps:before {
    content: "\e817";
}
.eicon-accordion:before {
    content: "\e818";
}
.eicon-alert:before {
    content: "\e819";
}
.eicon-animation-text:before {
    content: "\e81a";
}
.eicon-animation:before {
    content: "\e81b";
}
.eicon-banner:before {
    content: "\e81c";
}
.eicon-blockquote:before {
    content: "\e81d";
}
.eicon-button:before {
    content: "\e81e";
}
.eicon-call-to-action:before {
    content: "\e81f";
}
.eicon-captcha:before {
    content: "\e820";
}
.eicon-carousel:before {
    content: "\e821";
}
.eicon-checkbox:before {
    content: "\e822";
}
.eicon-columns:before {
    content: "\e823";
}
.eicon-countdown:before {
    content: "\e824";
}
.eicon-counter:before {
    content: "\e825";
}
.eicon-date:before {
    content: "\e826";
}
.eicon-divider-shape:before {
    content: "\e827";
}
.eicon-divider:before {
    content: "\e828";
}
.eicon-download-button:before {
    content: "\e829";
}
.eicon-dual-button:before {
    content: "\e82a";
}
.eicon-email-field:before {
    content: "\e82b";
}
.eicon-facebook-comments:before {
    content: "\e82c";
}
.eicon-facebook-like-box:before {
    content: "\e82d";
}
.eicon-form-horizontal:before {
    content: "\e82e";
}
.eicon-form-vertical:before {
    content: "\e82f";
}
.eicon-gallery-grid:before {
    content: "\e830";
}
.eicon-gallery-group:before {
    content: "\e831";
}
.eicon-gallery-justified:before {
    content: "\e832";
}
.eicon-gallery-masonry:before {
    content: "\e833";
}
.eicon-icon-box:before {
    content: "\e834";
}
.eicon-image-before-after:before {
    content: "\e835";
}
.eicon-image-box:before {
    content: "\e836";
}
.eicon-image-hotspot:before {
    content: "\e837";
}
.eicon-image-rollover:before {
    content: "\e838";
}
.eicon-info-box:before {
    content: "\e839";
}
.eicon-inner-section:before {
    content: "\e83a";
}
.eicon-mailchimp:before {
    content: "\e83b";
}
.eicon-menu-card:before {
    content: "\e83c";
}
.eicon-navigation-horizontal:before {
    content: "\e83d";
}
.eicon-nav-menu:before {
    content: "\e83e";
}
.eicon-navigation-vertical:before {
    content: "\e83f";
}
.eicon-number-field:before {
    content: "\e840";
}
.eicon-parallax:before {
    content: "\e841";
}
.eicon-php7:before {
    content: "\e842";
}
.eicon-post-list:before {
    content: "\e843";
}
.eicon-post-slider:before {
    content: "\e844";
}
.eicon-post:before {
    content: "\e845";
}
.eicon-posts-carousel:before {
    content: "\e846";
}
.eicon-posts-grid:before {
    content: "\e847";
}
.eicon-posts-group:before {
    content: "\e848";
}
.eicon-posts-justified:before {
    content: "\e849";
}
.eicon-posts-masonry:before {
    content: "\e84a";
}
.eicon-posts-ticker:before {
    content: "\e84b";
}
.eicon-price-list:before {
    content: "\e84c";
}
.eicon-price-table:before {
    content: "\e84d";
}
.eicon-radio:before {
    content: "\e84e";
}
.eicon-rtl:before {
    content: "\e84f";
}
.eicon-scroll:before {
    content: "\e850";
}
.eicon-search:before {
    content: "\e851";
}
.eicon-select:before {
    content: "\e852";
}
.eicon-share:before {
    content: "\e853";
}
.eicon-sidebar:before {
    content: "\e854";
}
.eicon-skill-bar:before {
    content: "\e855";
}
.eicon-slider-3d:before {
    content: "\e856";
}
.eicon-slider-album:before {
    content: "\e857";
}
.eicon-slider-device:before {
    content: "\e858";
}
.eicon-slider-full-screen:before {
    content: "\e859";
}
.eicon-slider-push:before {
    content: "\e85a";
}
.eicon-slider-vertical:before {
    content: "\e85b";
}
.eicon-slider-video:before {
    content: "\e85c";
}
.eicon-slides:before {
    content: "\e85d";
}
.eicon-social-icons:before {
    content: "\e85e";
}
.eicon-spacer:before {
    content: "\e85f";
}
.eicon-table:before {
    content: "\e860";
}
.eicon-tabs:before {
    content: "\e861";
}
.eicon-tel-field:before {
    content: "\e862";
}
.eicon-text-area:before {
    content: "\e863";
}
.eicon-text-field:before {
    content: "\e864";
}
.eicon-thumbnails-down:before {
    content: "\e865";
}
.eicon-thumbnails-half:before {
    content: "\e866";
}
.eicon-thumbnails-right:before {
    content: "\e867";
}
.eicon-time-line:before {
    content: "\e868";
}
.eicon-toggle:before {
    content: "\e869";
}
.eicon-url:before {
    content: "\e86a";
}
.eicon-t-letter:before {
    content: "\e86b";
}
.eicon-wordpress:before {
    content: "\e86c";
}
.eicon-text:before {
    content: "\e86d";
}
.eicon-anchor:before {
    content: "\e86e";
}
.eicon-bullet-list:before {
    content: "\e86f";
}
.eicon-code:before {
    content: "\e870";
}
.eicon-favorite:before {
    content: "\e871";
}
.eicon-google-maps:before {
    content: "\e872";
}
.eicon-image:before {
    content: "\e873";
}
.eicon-photo-library:before {
    content: "\e874";
}
.eicon-woocommerce:before {
    content: "\e875";
}
.eicon-youtube:before {
    content: "\e876";
}
.eicon-flip-box:before {
    content: "\e877";
}
.eicon-settings:before {
    content: "\e878";
}
.eicon-headphones:before {
    content: "\e879";
}
.eicon-testimonial:before {
    content: "\e87a";
}
.eicon-counter-circle:before {
    content: "\e87b";
}
.eicon-person:before {
    content: "\e87c";
}
.eicon-chevron-right:before {
    content: "\e87d";
}
.eicon-chevron-left:before {
    content: "\e87e";
}
.eicon-close:before {
    content: "\e87f";
}
.eicon-file-download:before {
    content: "\e880";
}
.eicon-save:before {
    content: "\e881";
}
.eicon-zoom-in:before {
    content: "\e882";
}
.eicon-shortcode:before {
    content: "\e883";
}
.eicon-nerd:before {
    content: "\e884";
}
.eicon-device-desktop:before {
    content: "\e885";
}
.eicon-device-tablet:before {
    content: "\e886";
}
.eicon-device-mobile:before {
    content: "\e887";
}
.eicon-document-file:before {
    content: "\e888";
}
.eicon-folder-o:before {
    content: "\e889";
}
.eicon-hypster:before {
    content: "\e88a";
}
.eicon-h-align-left:before {
    content: "\e88b";
}
.eicon-h-align-right:before {
    content: "\e88c";
}
.eicon-h-align-center:before {
    content: "\e88d";
}
.eicon-h-align-stretch:before {
    content: "\e88e";
}
.eicon-v-align-top:before {
    content: "\e88f";
}
.eicon-v-align-bottom:before {
    content: "\e890";
}
.eicon-v-align-middle:before {
    content: "\e891";
}
.eicon-v-align-stretch:before {
    content: "\e892";
}
.eicon-pro-icon:before {
    content: "\e893";
}
.eicon-mail:before {
    content: "\e894";
}
.eicon-lock-user:before {
    content: "\e895";
}
.eicon-testimonial-carousel:before {
    content: "\e896";
}
.eicon-media-carousel:before {
    content: "\e897";
}
.eicon-section:before {
    content: "\e898";
}
.eicon-column:before {
    content: "\e899";
}
.eicon-edit:before {
    content: "\e89a";
}
.eicon-clone:before {
    content: "\e89b";
}
.eicon-trash:before {
    content: "\e89c";
}
.eicon-play:before {
    content: "\e89d";
}
.eicon-angle-right:before {
    content: "\e89e";
}
.eicon-angle-left:before {
    content: "\e89f";
}
.eicon-animated-headline:before {
    content: "\e8a0";
}
.eicon-menu-toggle:before {
    content: "\e8a1";
}
.eicon-fb-embed:before {
    content: "\e8a2";
}
.eicon-fb-feed:before {
    content: "\e8a3";
}
.eicon-twitter-embed:before {
    content: "\e8a4";
}
.eicon-twitter-feed:before {
    content: "\e8a5";
}
.eicon-sync:before {
    content: "\e8a6";
}
.eicon-import-export:before {
    content: "\e8a7";
}
.eicon-check-circle:before {
    content: "\e8a8";
}
.eicon-library-save:before {
    content: "\e8a9";
}
.eicon-library-download:before {
    content: "\e8aa";
}
.eicon-insert:before {
    content: "\e8ab";
}
.eicon-preview-medium:before {
    content: "\e8ac";
}
.eicon-sort-down:before {
    content: "\e8ad";
}
.eicon-sort-up:before {
    content: "\e8ae";
}
.eicon-heading:before {
    content: "\e8af";
}
.eicon-logo:before {
    content: "\e8b0";
}
.eicon-meta-data:before {
    content: "\e8b1";
}
.eicon-post-content:before {
    content: "\e8b2";
}
.eicon-post-excerpt:before {
    content: "\e8b3";
}
.eicon-post-navigation:before {
    content: "\e8b4";
}
.eicon-yoast:before {
    content: "\e8b5";
}
.eicon-nerd-chuckle:before {
    content: "\e8b6";
}
.eicon-nerd-wink:before {
    content: "\e8b7";
}
.eicon-comments:before {
    content: "\e8b8";
}
.eicon-download-circle-o:before {
    content: "\e8b9";
}
.eicon-library-upload:before {
    content: "\e8ba";
}
.eicon-save-o:before {
    content: "\e8bb";
}
.eicon-upload-circle-o:before {
    content: "\e8bc";
}
.eicon-ellipsis-h:before {
    content: "\e8bd";
}
.eicon-ellipsis-v:before {
    content: "\e8be";
}
.eicon-arrow-left:before {
    content: "\e8bf";
}
.eicon-arrow-right:before {
    content: "\e8c0";
}
.eicon-arrow-up:before {
    content: "\e8c1";
}
.eicon-arrow-down:before {
    content: "\e8c2";
}
.eicon-play-o:before {
    content: "\e8c3";
}
.eicon-archive-posts:before {
    content: "\e8c4";
}
.eicon-archive-title:before {
    content: "\e8c5";
}
.eicon-featured-image:before {
    content: "\e8c6";
}
.eicon-post-info:before {
    content: "\e8c7";
}
.eicon-post-title:before {
    content: "\e8c8";
}
.eicon-site-logo:before {
    content: "\e8c9";
}
.eicon-site-search:before {
    content: "\e8ca";
}
.eicon-site-title:before {
    content: "\e8cb";
}
.eicon-plus-square:before {
    content: "\e8cc";
}
.eicon-minus-square:before {
    content: "\e8cd";
}
.eicon-cloud-check:before {
    content: "\e8ce";
}
.eicon-drag-n-drop:before {
    content: "\e8cf";
}
.eicon-welcome:before {
    content: "\e8d0";
}
.eicon-handle:before {
    content: "\e8d1";
}
.eicon-cart:before {
    content: "\e8d2";
}
.eicon-product-add-to-cart:before {
    content: "\e8d3";
}
.eicon-product-breadcrumbs:before {
    content: "\e8d4";
}
.eicon-product-categories:before {
    content: "\e8d5";
}
.eicon-product-description:before {
    content: "\e8d6";
}
.eicon-product-images:before {
    content: "\e8d7";
}
.eicon-product-info:before {
    content: "\e8d8";
}
.eicon-product-meta:before {
    content: "\e8d9";
}
.eicon-product-pages:before {
    content: "\e8da";
}
.eicon-product-price:before {
    content: "\e8db";
}
.eicon-product-rating:before {
    content: "\e8dc";
}
.eicon-product-related:before {
    content: "\e8dd";
}
.eicon-product-stock:before {
    content: "\e8de";
}
.eicon-product-tabs:before {
    content: "\e8df";
}
.eicon-product-title:before {
    content: "\e8e0";
}
.eicon-product-upsell:before {
    content: "\e8e1";
}
.eicon-products:before {
    content: "\e8e2";
}
.eicon-bag-light:before {
    content: "\e8e3";
}
.eicon-bag-medium:before {
    content: "\e8e4";
}
.eicon-bag-solid:before {
    content: "\e8e5";
}
.eicon-basket-light:before {
    content: "\e8e6";
}
.eicon-basket-medium:before {
    content: "\e8e7";
}
.eicon-basket-solid:before {
    content: "\e8e8";
}
.eicon-cart-light:before {
    content: "\e8e9";
}
.eicon-cart-medium:before {
    content: "\e8ea";
}
.eicon-cart-solid:before {
    content: "\e8eb";
}
.eicon-exchange:before {
    content: "\e8ec";
}
.eicon-preview-thin:before {
    content: "\e8ed";
}
.eicon-device-laptop:before {
    content: "\e8ee";
}
.eicon-collapse:before {
    content: "\e8ef";
}
.eicon-expand:before {
    content: "\e8f0";
}
.eicon-navigator:before {
    content: "\e8f1";
}
.eicon-plug:before {
    content: "\e8f2";
}
.eicon-dashboard:before {
    content: "\e8f3";
}
.eicon-typography:before {
    content: "\e8f4";
}
.eicon-info-circle-o:before {
    content: "\e8f5";
}
.eicon-integration:before {
    content: "\e8f6";
}
.eicon-plus-circle-o:before {
    content: "\e8f7";
}
.eicon-rating:before {
    content: "\e8f8";
}
.eicon-review:before {
    content: "\e8f9";
}
.eicon-tools:before {
    content: "\e8fa";
}
.eicon-loading:before {
    content: "\e8fb";
}
.eicon-sitemap:before {
    content: "\e8fc";
}
.eicon-click:before {
    content: "\e8fd";
}
.eicon-clock:before {
    content: "\e8fe";
}
.eicon-library-open:before {
    content: "\e8ff";
}
.eicon-warning:before {
    content: "\e900";
}
.eicon-flow:before {
    content: "\e901";
}
.eicon-cursor-move:before {
    content: "\e902";
}
.eicon-arrow-circle-left:before {
    content: "\e903";
}
.eicon-flash:before {
    content: "\e904";
}
.eicon-redo:before {
    content: "\e905";
}
.eicon-ban:before {
    content: "\e906";
}
.eicon-barcode:before {
    content: "\e907";
}
.eicon-calendar:before {
    content: "\e908";
}
.eicon-caret-left:before {
    content: "\e909";
}
.eicon-caret-right:before {
    content: "\e90a";
}
.eicon-caret-up:before {
    content: "\e90b";
}
.eicon-chain-broken:before {
    content: "\e90c";
}
.eicon-check-circle-o:before {
    content: "\e90d";
}
.eicon-check:before {
    content: "\e90e";
}
.eicon-chevron-double-left:before {
    content: "\e90f";
}
.eicon-chevron-double-right:before {
    content: "\e910";
}
.eicon-undo:before {
    content: "\e911";
}
.eicon-filter:before {
    content: "\e912";
}
.eicon-circle-o:before {
    content: "\e913";
}
.eicon-circle:before {
    content: "\e914";
}
.eicon-clock-o:before {
    content: "\e915";
}
.eicon-cog:before {
    content: "\e916";
}
.eicon-cogs:before {
    content: "\e917";
}
.eicon-commenting-o:before {
    content: "\e918";
}
.eicon-copy:before {
    content: "\e919";
}
.eicon-database:before {
    content: "\e91a";
}
.eicon-dot-circle-o:before {
    content: "\e91b";
}
.eicon-envelope:before {
    content: "\e91c";
}
.eicon-external-link-square:before {
    content: "\e91d";
}
.eicon-eyedropper:before {
    content: "\e91e";
}
.eicon-folder:before {
    content: "\e91f";
}
.eicon-font:before {
    content: "\e920";
}
.eicon-adjust:before {
    content: "\e921";
}
.eicon-lightbox:before {
    content: "\e922";
}
.eicon-heart-o:before {
    content: "\e923";
}
.eicon-history:before {
    content: "\e924";
}
.eicon-image-bold:before {
    content: "\e925";
}
.eicon-info-circle:before {
    content: "\e926";
}
.eicon-link:before {
    content: "\e927";
}
.eicon-long-arrow-left:before {
    content: "\e928";
}
.eicon-long-arrow-right:before {
    content: "\e929";
}
.eicon-caret-down:before {
    content: "\e92a";
}
.eicon-paint-brush:before {
    content: "\e92b";
}
.eicon-pencil:before {
    content: "\e92c";
}
.eicon-plus-circle:before {
    content: "\e92d";
}
.eicon-zoom-in-bold:before {
    content: "\e92e";
}
.eicon-sort-amount-desc:before {
    content: "\e92f";
}
.eicon-sign-out:before {
    content: "\e930";
}
.eicon-spinner:before {
    content: "\e931";
}
.eicon-square:before {
    content: "\e932";
}
.eicon-star-o:before {
    content: "\e933";
}
.eicon-star:before {
    content: "\e934";
}
.eicon-text-align-justify:before {
    content: "\e935";
}
.eicon-text-align-center:before {
    content: "\e936";
}
.eicon-tags:before {
    content: "\e937";
}
.eicon-text-align-left:before {
    content: "\e938";
}
.eicon-text-align-right:before {
    content: "\e939";
}
.eicon-close-circle:before {
    content: "\e93a";
}
.eicon-trash-o:before {
    content: "\e93b";
}
.eicon-font-awesome:before {
    content: "\e93c";
}
.eicon-user-circle-o:before {
    content: "\e93d";
}
.eicon-video-camera:before {
    content: "\e93e";
}
.eicon-heart:before {
    content: "\e93f";
}
.eicon-wrench:before {
    content: "\e940";
}
.eicon-help:before {
    content: "\e941";
}
.eicon-help-o:before {
    content: "\e942";
}
.eicon-zoom-out-bold:before {
    content: "\e943";
}
.eicon-plus-square-o:before {
    content: "\e944";
}
.eicon-minus-square-o:before {
    content: "\e945";
}
.eicon-minus-circle:before {
    content: "\e946";
}
.eicon-minus-circle-o:before {
    content: "\e947";
}
.eicon-code-bold:before {
    content: "\e948";
}
.eicon-cloud-upload:before {
    content: "\e949";
}
.eicon-search-bold:before {
    content: "\e94a";
}
.eicon-map-pin:before {
    content: "\e94b";
}
.eicon-meetup:before {
    content: "\e94c";
}
.eicon-slideshow:before {
    content: "\e94d";
}
.eicon-t-letter-bold:before {
    content: "\e94e";
}
.eicon-preferences:before {
    content: "\e94f";
}
.eicon-table-of-contents:before {
    content: "\e950";
}
.eicon-tv:before {
    content: "\e951";
}
.eicon-upload:before {
    content: "\e952";
}
.eicon-instagram-comments:before {
    content: "\e953";
}
.eicon-instagram-nested-gallery:before {
    content: "\e954";
}
.eicon-instagram-post:before {
    content: "\e955";
}
.eicon-instagram-video:before {
    content: "\e956";
}
.eicon-instagram-gallery:before {
    content: "\e957";
}
.eicon-instagram-likes:before {
    content: "\e958";
}
.eicon-facebook:before {
    content: "\e959";
}
.eicon-twitter:before {
    content: "\e95a";
}
.eicon-pinterest:before {
    content: "\e95b";
}
.eicon-frame-expand:before {
    content: "\e95c";
}
.eicon-frame-minimize:before {
    content: "\e95d";
}
.eicon-archive:before {
    content: "\e95e";
}
.eicon-colors-typography:before {
    content: "\e95f";
}
.eicon-custom:before {
    content: "\e960";
}
.eicon-footer:before {
    content: "\e961";
}
.eicon-header:before {
    content: "\e962";
}
.eicon-layout-settings:before {
    content: "\e963";
}
.eicon-lightbox-expand:before {
    content: "\e964";
}
.eicon-error-404:before {
    content: "\e965";
}
.eicon-theme-style:before {
    content: "\e966";
}
.eicon-search-results:before {
    content: "\e967";
}
.eicon-single-post:before {
    content: "\e968";
}
.eicon-site-identity:before {
    content: "\e969";
}
.eicon-theme-builder:before {
    content: "\e96a";
}
.eicon-download-bold:before {
    content: "\e96b";
}
.eicon-share-arrow:before {
    content: "\e96c";
}
.eicon-global-settings:before {
    content: "\e96d";
}
.eicon-user-preferences:before {
    content: "\e96e";
}
.eicon-lock:before {
    content: "\e96f";
}
.eicon-export-kit:before {
    content: "\e970";
}
.eicon-import-kit:before {
    content: "\e971";
}
.eicon-lottie:before {
    content: "\e972";
}
.eicon-products-archive:before {
    content: "\e973";
}
.eicon-single-product:before {
    content: "\e974";
}
.eicon-disable-trash-o:before {
    content: "\e975";
}
.eicon-single-page:before {
    content: "\e976";
}
.eicon-wordpress-light:before {
    content: "\e977";
}
.eicon-cogs-check:before {
    content: "\e978";
}
.eicon-custom-css:before {
    content: "\e979";
}
.eicon-global-colors:before {
    content: "\e97a";
}
.eicon-globe:before {
    content: "\e97b";
}
.eicon-typography-1:before {
    content: "\e97c";
}
.eicon-background:before {
    content: "\e97d";
}
.eicon-device-responsive:before {
    content: "\e97e";
}
.eicon-device-wide:before {
    content: "\e97f";
}
.eicon-code-highlight:before {
    content: "\e980";
}
.eicon-video-playlist:before {
    content: "\e981";
}
.eicon-download-kit:before {
    content: "\e982";
}
.eicon-kit-details:before {
    content: "\e983";
}
.eicon-kit-parts:before {
    content: "\e984";
}
.eicon-kit-upload:before {
    content: "\e985";
}
.eicon-kit-plugins:before {
    content: "\e986";
}
.eicon-kit-upload-alt:before {
    content: "\e987";
}
.eicon-hotspot:before {
    content: "\e988";
}
.eicon-paypal-button:before {
    content: "\e989";
}
.eicon-shape:before {
    content: "\e98a";
}
.eicon-wordart:before {
    content: "\e98b";
}
.eicon-checkout:before {
    content: "\e98c";
}
.eicon-container:before {
    content: "\e98d";
}
.eicon-flip:before {
    content: "\e98e";
}
.eicon-info:before {
    content: "\e98f";
}
.eicon-my-account:before {
    content: "\e990";
}
.eicon-purchase-summary:before {
    content: "\e991";
}
.eicon-page-transition:before {
    content: "\e992";
}
.eicon-spotify:before {
    content: "\e993";
}
.eicon-stripe-button:before {
    content: "\e994";
}
.eicon-woo-settings:before {
    content: "\e995";
}
.eicon-woo-cart:before {
    content: "\e996";
}
.eicon-grow:before {
    content: "\e997";
}
.eicon-order-end:before {
    content: "\e998";
}
.eicon-nowrap:before {
    content: "\e999";
}
.eicon-order-start:before {
    content: "\e99a";
}
.eicon-progress-tracker:before {
    content: "\e99b";
}
.eicon-shrink:before {
    content: "\e99c";
}
.eicon-wrap:before {
    content: "\e99d";
}
.eicon-align-center-h:before {
    content: "\e99e";
}
.eicon-align-center-v:before {
    content: "\e99f";
}
.eicon-align-end-h:before {
    content: "\e9a0";
}
.eicon-align-end-v:before {
    content: "\e9a1";
}
.eicon-align-start-h:before {
    content: "\e9a2";
}
.eicon-align-start-v:before {
    content: "\e9a3";
}
.eicon-align-stretch-h:before {
    content: "\e9a4";
}
.eicon-align-stretch-v:before {
    content: "\e9a5";
}
.eicon-justify-center-h:before {
    content: "\e9a6";
}
.eicon-justify-center-v:before {
    content: "\e9a7";
}
.eicon-justify-end-h:before {
    content: "\e9a8";
}
.eicon-justify-end-v:before {
    content: "\e9a9";
}
.eicon-justify-space-around-h:before {
    content: "\e9aa";
}
.eicon-justify-space-around-v:before {
    content: "\e9ab";
}
.eicon-justify-space-between-h:before {
    content: "\e9ac";
}
.eicon-justify-space-between-v:before {
    content: "\e9ad";
}
.eicon-justify-space-evenly-h:before {
    content: "\e9ae";
}
.eicon-justify-space-evenly-v:before {
    content: "\e9af";
}
.eicon-justify-start-h:before {
    content: "\e9b0";
}
.eicon-justify-start-v:before {
    content: "\e9b1";
}
.eicon-woocommerce-cross-sells:before {
    content: "\e9b2";
}
.eicon-woocommerce-notices:before {
    content: "\e9b3";
}
.eicon-inner-container:before {
    content: "\e9b4";
}
.eicon-warning-full:before {
    content: "\e9b5";
}
.eicon-exit:before {
    content: "\e9b6";
}
.eicon-loop-builder:before {
    content: "\e9b7";
}
.eicon-notes:before {
    content: "\e9b8";
}
.eicon-read:before {
    content: "\e9b9";
}
.eicon-unread:before {
    content: "\e9ba";
}
.eicon-carousel-loop:before {
    content: "\e9bb";
}
.eicon-mega-menu:before {
    content: "\eb78";
}
.eicon-nested-carousel:before {
    content: "\e9bd";
}
.eicon-ai:before {
    content: "\e9be";
}
.eicon-taxonomy-filter:before {
    content: "\eb7d";
}
.eicon-container-grid:before {
    content: "\ef02";
}
.eicon-upgrade:before {
    content: "\e9c1";
}
.eicon-advanced:before {
    content: "\eb84";
}
.eicon-notification:before {
    content: "\e9c3";
}
.eicon-light-mode:before {
    content: "\e9c4";
}
.eicon-dark-mode:before {
    content: "\e9c5";
}
.eicon-upgrade-crown:before {
    content: "\e9c6";
}
.eicon-eye:before {
    content: "\e8ac";
}
.eicon-elementor-square:before {
    content: "\e813";
}
.eicon-off-canvas:before {
    content: "\e9c7";
}
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.dialog-message {
    line-height: 1.5;
    box-sizing: border-box;
}
.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover);
}
.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover);
}
.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh;
}
.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.elementor-editor-active .elementor-popup-modal {
    background-color: initial;
}
.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px;
}
.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500;
}
.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end: var(--e-a-border);
    padding-block-end: 10px;
    margin-block-end: 10px;
    margin-inline-start: -20px;
    margin-inline-end: -20px;
}
.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
    min-height: 50px;
}
.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none;
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer;
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled);
}
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button:not(.elementor-button-state)
    .elementor-state-icon,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button:not(.elementor-button-state)
    .elementor-state-icon {
    display: none;
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: 0 0;
    color: var(--e-a-color-txt);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover);
}
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: 0 0;
    color: var(--e-a-color-txt-disabled);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-success:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-success:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-take_over:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-take_over:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color);
}
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-primary.e-btn-txt {
    background: 0 0;
    color: var(--e-a-color-primary-bold);
}
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-info {
    background-color: var(--e-a-btn-bg-info);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-info:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-info:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-warning:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-warning:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-danger:focus,
.dialog-type-alert
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-danger:focus,
.dialog-type-confirm
    .dialog-buttons-wrapper
    .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover);
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end: 5px;
}
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial;
}
.flatpickr-calendar {
    width: 280px;
}
.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300;
}
.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
}
.flatpickr-calendar .flatpickr-days {
    width: 280px;
}
.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px;
}
.elementor-hidden {
    display: none;
}
.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0;
}
.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: 0.75em;
    border-radius: 50%;
    line-height: 1;
}
.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em;
}
.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box;
}
.elementor a {
    box-shadow: none;
    text-decoration: none;
}
.elementor hr {
    margin: 0;
    background-color: transparent;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
.elementor
    .elementor-widget:not(.elementor-widget-text-editor):not(
        .elementor-widget-theme-post-content
    )
    figure {
    margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}
.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
}
.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0;
}
.elementor .elementor-background-video-embed {
    max-width: none;
}
.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
    max-width: none;
}
.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover;
}
.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor .elementor-background-slideshow {
    z-index: 0;
}
.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
}
.e-con-inner > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
}
.e-con-inner > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.elementor-widget-wrap > .elementor-element.elementor-fixed {
    position: fixed;
}
.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%;
}
@media (max-width: 1024px) {
    .elementor-widget-wrap
        .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap
        .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-widget-wrap
        .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap
        .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%;
    }
}
.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}
.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
}
.elementor-invisible {
    visibility: hidden;
}
.elementor-align-center {
    text-align: center;
}
.elementor-align-center .elementor-button {
    width: auto;
}
.elementor-align-right {
    text-align: right;
}
.elementor-align-right .elementor-button {
    width: auto;
}
.elementor-align-left {
    text-align: left;
}
.elementor-align-left .elementor-button {
    width: auto;
}
.elementor-align-justify .elementor-button {
    width: 100%;
}
.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: 0.8;
    transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite;
}
.elementor-tag {
    display: inline-flex;
}
.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear;
}
.elementor-ken-burns--out {
    transform: scale(1.3);
}
.elementor-ken-burns--active {
    transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3);
}
@media (min-width: -1) {
    .elementor-widescreen-align-center {
        text-align: center;
    }
    .elementor-widescreen-align-center .elementor-button {
        width: auto;
    }
    .elementor-widescreen-align-right {
        text-align: right;
    }
    .elementor-widescreen-align-right .elementor-button {
        width: auto;
    }
    .elementor-widescreen-align-left {
        text-align: left;
    }
    .elementor-widescreen-align-left .elementor-button {
        width: auto;
    }
    .elementor-widescreen-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .elementor-laptop-align-center {
        text-align: center;
    }
    .elementor-laptop-align-center .elementor-button {
        width: auto;
    }
    .elementor-laptop-align-right {
        text-align: right;
    }
    .elementor-laptop-align-right .elementor-button {
        width: auto;
    }
    .elementor-laptop-align-left {
        text-align: left;
    }
    .elementor-laptop-align-left .elementor-button {
        width: auto;
    }
    .elementor-laptop-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .elementor-tablet_extra-align-center {
        text-align: center;
    }
    .elementor-tablet_extra-align-center .elementor-button {
        width: auto;
    }
    .elementor-tablet_extra-align-right {
        text-align: right;
    }
    .elementor-tablet_extra-align-right .elementor-button {
        width: auto;
    }
    .elementor-tablet_extra-align-left {
        text-align: left;
    }
    .elementor-tablet_extra-align-left .elementor-button {
        width: auto;
    }
    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .elementor-tablet-align-center {
        text-align: center;
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto;
    }
    .elementor-tablet-align-right {
        text-align: right;
    }
    .elementor-tablet-align-right .elementor-button {
        width: auto;
    }
    .elementor-tablet-align-left {
        text-align: left;
    }
    .elementor-tablet-align-left .elementor-button {
        width: auto;
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 880px) {
    .elementor-mobile_extra-align-center {
        text-align: center;
    }
    .elementor-mobile_extra-align-center .elementor-button {
        width: auto;
    }
    .elementor-mobile_extra-align-right {
        text-align: right;
    }
    .elementor-mobile_extra-align-right .elementor-button {
        width: auto;
    }
    .elementor-mobile_extra-align-left {
        text-align: left;
    }
    .elementor-mobile_extra-align-left .elementor-button {
        width: auto;
    }
    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-mobile-align-center {
        text-align: center;
    }
    .elementor-mobile-align-center .elementor-button {
        width: auto;
    }
    .elementor-mobile-align-right {
        text-align: right;
    }
    .elementor-mobile-align-right .elementor-button {
        width: auto;
    }
    .elementor-mobile-align-left {
        text-align: left;
    }
    .elementor-mobile-align-left .elementor-button {
        width: auto;
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%;
    }
}
:root {
    --page-title-display: block;
}
.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display);
}
@keyframes eicon-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite;
}
.elementor-section {
    position: relative;
}
.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (max-width: 1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap;
    }
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
    align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
    align-items: flex-end;
}
@media (min-width: 768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh;
    }
    .elementor-section.elementor-section-height-full > .elementor-container {
        height: 100%;
    }
}
.elementor-bc-flex-widget
    .elementor-section-content-top
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-items: flex-start;
}
.elementor-bc-flex-widget
    .elementor-section-content-middle
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-items: center;
}
.elementor-bc-flex-widget
    .elementor-section-content-bottom
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-items: flex-end;
}
.elementor-row {
    width: 100%;
    display: flex;
}
@media (max-width: 1024px) {
    .elementor-row {
        flex-wrap: wrap;
    }
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}
.elementor-widget-wrap > .elementor-element {
    width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
    width: calc(
        100% -
            (
                var(--e-column-margin-left, 0px) +
                    var(--e-column-margin-right, 0px)
            )
    );
}
.elementor-widget {
    position: relative;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0;
}
.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}
.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex;
}
.elementor-column-gap-narrow
    > .elementor-column
    > .elementor-element-populated {
    padding: 5px;
}
.elementor-column-gap-default
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px;
}
.elementor-column-gap-extended
    > .elementor-column
    > .elementor-element-populated {
    padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px;
}
.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0;
}
@media (min-width: 768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%;
    }
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%;
    }
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%;
    }
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%;
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%;
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%;
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%;
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%;
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%;
    }
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%;
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%;
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%;
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%;
    }
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%;
    }
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%;
    }
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%;
    }
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%;
    }
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%;
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%;
    }
}
@media (max-width: 479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%;
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%;
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%;
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%;
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%;
    }
    .elementor-column.elementor-xs-20 {
        width: 20%;
    }
    .elementor-column.elementor-xs-25 {
        width: 25%;
    }
    .elementor-column.elementor-xs-30 {
        width: 30%;
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%;
    }
    .elementor-column.elementor-xs-40 {
        width: 40%;
    }
    .elementor-column.elementor-xs-50 {
        width: 50%;
    }
    .elementor-column.elementor-xs-60 {
        width: 60%;
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%;
    }
    .elementor-column.elementor-xs-70 {
        width: 70%;
    }
    .elementor-column.elementor-xs-75 {
        width: 75%;
    }
    .elementor-column.elementor-xs-80 {
        width: 80%;
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%;
    }
    .elementor-column.elementor-xs-90 {
        width: 90%;
    }
    .elementor-column.elementor-xs-100 {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%;
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%;
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%;
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%;
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%;
    }
    .elementor-column.elementor-sm-20 {
        width: 20%;
    }
    .elementor-column.elementor-sm-25 {
        width: 25%;
    }
    .elementor-column.elementor-sm-30 {
        width: 30%;
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%;
    }
    .elementor-column.elementor-sm-40 {
        width: 40%;
    }
    .elementor-column.elementor-sm-50 {
        width: 50%;
    }
    .elementor-column.elementor-sm-60 {
        width: 60%;
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%;
    }
    .elementor-column.elementor-sm-70 {
        width: 70%;
    }
    .elementor-column.elementor-sm-75 {
        width: 75%;
    }
    .elementor-column.elementor-sm-80 {
        width: 80%;
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%;
    }
    .elementor-column.elementor-sm-90 {
        width: 90%;
    }
    .elementor-column.elementor-sm-100 {
        width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%;
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%;
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%;
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%;
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%;
    }
    .elementor-column.elementor-md-20 {
        width: 20%;
    }
    .elementor-column.elementor-md-25 {
        width: 25%;
    }
    .elementor-column.elementor-md-30 {
        width: 30%;
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%;
    }
    .elementor-column.elementor-md-40 {
        width: 40%;
    }
    .elementor-column.elementor-md-50 {
        width: 50%;
    }
    .elementor-column.elementor-md-60 {
        width: 60%;
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%;
    }
    .elementor-column.elementor-md-70 {
        width: 70%;
    }
    .elementor-column.elementor-md-75 {
        width: 75%;
    }
    .elementor-column.elementor-md-80 {
        width: 80%;
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%;
    }
    .elementor-column.elementor-md-90 {
        width: 90%;
    }
    .elementor-column.elementor-md-100 {
        width: 100%;
    }
}
@media (min-width: -1) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (min-width: 1201px) and (max-width: 1366px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .elementor-reverse-laptop > .elementor-container > :first-child,
    .elementor-reverse-laptop > .elementor-container > :nth-child(2),
    .elementor-reverse-laptop > .elementor-container > :nth-child(3),
    .elementor-reverse-laptop > .elementor-container > :nth-child(4),
    .elementor-reverse-laptop > .elementor-container > :nth-child(5),
    .elementor-reverse-laptop > .elementor-container > :nth-child(6),
    .elementor-reverse-laptop > .elementor-container > :nth-child(7),
    .elementor-reverse-laptop > .elementor-container > :nth-child(8),
    .elementor-reverse-laptop > .elementor-container > :nth-child(9),
    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 0;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (min-width: 881px) and (max-width: 1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (min-width: 768px) and (max-width: 880px) {
    .elementor-reverse-tablet > .elementor-container > :first-child,
    .elementor-reverse-tablet > .elementor-container > :nth-child(2),
    .elementor-reverse-tablet > .elementor-container > :nth-child(3),
    .elementor-reverse-tablet > .elementor-container > :nth-child(4),
    .elementor-reverse-tablet > .elementor-container > :nth-child(5),
    .elementor-reverse-tablet > .elementor-container > :nth-child(6),
    .elementor-reverse-tablet > .elementor-container > :nth-child(7),
    .elementor-reverse-tablet > .elementor-container > :nth-child(8),
    .elementor-reverse-tablet > .elementor-container > :nth-child(9),
    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 0;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        order: 1;
    }
}
@media (max-width: 767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        order: 10;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        order: 9;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        order: 8;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        order: 7;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        order: 6;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        order: 5;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        order: 4;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        order: 3;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        order: 2;
    }
    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        order: 1;
    }
    .elementor-column {
        width: 100%;
    }
}
ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word;
}
.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
    min-width: 0;
}
.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 1366px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 1200px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 880px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (max-width: 767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
    }
}
@media (min-width: 1367px) {
    #elementor-device-mode:after {
        content: "desktop";
    }
}
@media (min-width: -1) {
    #elementor-device-mode:after {
        content: "widescreen";
    }
}
@media (max-width: 1366px) {
    #elementor-device-mode:after {
        content: "laptop";
    }
}
@media (max-width: 1200px) {
    #elementor-device-mode:after {
        content: "tablet_extra";
    }
}
@media (max-width: 1024px) {
    #elementor-device-mode:after {
        content: "tablet";
    }
}
@media (max-width: 880px) {
    #elementor-device-mode:after {
        content: "mobile_extra";
    }
}
@media (max-width: 767px) {
    #elementor-device-mode:after {
        content: "mobile";
    }
}
.e-con {
    --border-radius: 0;
    --border-block-start-width: 0px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 0px;
    --border-inline-start-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-block-start: 0px;
    --margin-inline-end: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --padding-block-start: var(--container-default-padding-block-start, 10px);
    --padding-inline-end: var(--container-default-padding-inline-end, 10px);
    --padding-block-end: var(--container-default-padding-block-end, 10px);
    --padding-inline-start: var(--container-default-padding-inline-start, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin-block-start: var(--bc-margin-block-start, var(--margin-block-start));
    margin-inline-end: var(--bc-margin-inline-end, var(--margin-inline-end));
    margin-block-end: var(--bc-margin-block-end, var(--margin-block-end));
    margin-inline-start: var(
        --bc-margin-inline-start,
        var(--margin-inline-start)
    );
    padding-inline-start: var(
        --bc-padding-inline-start,
        var(--padding-inline-start)
    );
    padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, 0.3s),
        border var(--border-transition, 0.3s),
        box-shadow var(--border-transition, 0.3s),
        transform var(--e-con-transform-transition-duration, 0.4s);
}
.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full,
.e-con > .e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(
        --bc-padding-block-start,
        var(--padding-block-start)
    );
    padding-block-end: var(--bc-padding-block-end, var(--padding-block-end));
}
.e-con-full.e-flex,
.e-con.e-flex > .e-con-inner {
    flex-direction: var(--flex-direction);
}
.e-con,
.e-con > .e-con-inner {
    display: var(--display);
}
.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row;
}
.e-con.e-grid,
.e-con.e-grid > .e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items);
}
.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}
.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}
.e-con-boxed {
    text-align: initial;
    gap: initial;
}
.e-con.e-flex > .e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}
.e-con.e-grid > .e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items);
}
.e-con > .e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
    --margin-inline-end: auto;
    --margin-inline-start: auto;
    max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0;
}
.e-con:before,
.e-con > .elementor-background-slideshow:before,
.e-con
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer:before,
:is(.e-con, .e-con > .e-con-inner)
    > .elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, 0.3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(
        100% + var(--border-inline-end-width) + var(--border-inline-start-width),
        100%
    );
    height: max(
        100% + var(--border-block-start-width) + var(--border-block-end-width),
        100%
    );
}
.e-con:before {
    transition: background var(--overlay-transition, 0.3s),
        border-radius var(--border-transition, 0.3s),
        opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow,
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(
        100% + var(--border-inline-end-width) + var(--border-inline-start-width),
        100%
    );
    height: max(
        100% + var(--border-block-start-width) + var(--border-block-end-width),
        100%
    );
}
@media (max-width: 767px) {
    :is(.e-con, .e-con > .e-con-inner)
        > .elementor-background-video-container.elementor-hidden-phone {
        display: none;
    }
}
:is(.e-con, .e-con > .e-con-inner)
    > .elementor-background-video-container:before {
    z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow:before {
    z-index: 2;
}
.e-con .elementor-widget {
    min-width: 0;
}
.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%;
}
.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container {
    height: 100%;
}
.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
    max-width: 100%;
}
@media (max-width: 767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap;
    }
}
.e-con {
    --bc-margin-block-start: var(--margin-top);
    --bc-margin-block-end: var(--margin-bottom);
    --bc-margin-inline-start: var(--margin-left);
    --bc-margin-inline-end: var(--margin-right);
    --bc-padding-block-start: var(--padding-top);
    --bc-padding-block-end: var(--padding-bottom);
    --bc-padding-inline-start: var(--padding-left);
    --bc-padding-inline-end: var(--padding-right);
}
[dir="rtl"] .e-con {
    --bc-margin-inline-start: var(--margin-right);
    --bc-margin-inline-end: var(--margin-left);
    --bc-padding-inline-start: var(--padding-right);
    --bc-padding-inline-end: var(--padding-left);
}
.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above
    .elementor-field-group
    .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above
    .elementor-field-group
    > .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above
    .elementor-field-group
    > input,
.elementor-form-fields-wrapper.elementor-labels-above
    .elementor-field-group
    > textarea {
    flex-basis: 100%;
    max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline
    > .elementor-field-group
    .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline
    > .elementor-field-group
    > input {
    flex-grow: 1;
}
.elementor-field-group {
    flex-wrap: wrap;
    align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple
    .elementor-select-wrapper:before {
    content: "";
}
.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
    display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline)
    .elementor-field-option {
    flex-basis: 100%;
}
.elementor-field-type-acceptance
    .elementor-field-subgroup
    .elementor-field-option
    input,
.elementor-field-type-acceptance
    .elementor-field-subgroup
    .elementor-field-option
    label,
.elementor-field-type-checkbox
    .elementor-field-subgroup
    .elementor-field-option
    input,
.elementor-field-type-checkbox
    .elementor-field-subgroup
    .elementor-field-option
    label,
.elementor-field-type-radio
    .elementor-field-subgroup
    .elementor-field-option
    input,
.elementor-field-type-radio
    .elementor-field-subgroup
    .elementor-field-option
    label {
    display: inline;
}
.elementor-field-label {
    cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: 0.2em;
}
.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px;
}
.elementor-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
}
.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center;
}
.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
}
.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
}
.elementor-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
.elementor-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
.elementor-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
}
.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
}
@media screen and (max-width: 1024px) {
    .elementor-tablet-button-align-stretch
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button {
        flex-basis: 100%;
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1;
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%;
    }
    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center;
    }
    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start;
    }
    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end;
    }
    .elementor-tablet-button-align-center
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button,
    .elementor-tablet-button-align-end
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button,
    .elementor-tablet-button-align-start
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button {
        flex-basis: auto;
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0;
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto;
    }
}
@media screen and (max-width: 767px) {
    .elementor-mobile-button-align-stretch
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button {
        flex-basis: 100%;
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1;
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%;
    }
    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center;
    }
    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start;
    }
    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end;
    }
    .elementor-mobile-button-align-center
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button,
    .elementor-mobile-button-align-end
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button,
    .elementor-mobile-button-align-start
        .elementor-field-type-submit:not(.e-form__buttons__wrapper)
        .elementor-button {
        flex-basis: auto;
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0;
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto;
    }
}
.elementor-error .elementor-field {
    border-color: #d9534f;
}
.elementor-error .help-inline {
    color: #d9534f;
    font-size: 0.9em;
}
.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1;
}
.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px;
}
.elementor-message.elementor-message-danger {
    color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
    content: "\e87f";
}
.elementor-message.form-message-success {
    color: #5cb85c;
}
.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}
.elementor-form .elementor-button > span {
    display: flex;
    justify-content: center;
}
.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px;
}
.elementor-element .elementor-widget-container {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s, transform var(--e-transform-transition-duration, 0.4s);
}
.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all 0.3s;
}
.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff;
}
.elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
}
.elementor-button-icon {
    flex-grow: 0;
    order: 5;
}
.elementor-button-icon svg {
    width: 1em;
    height: auto;
}
.elementor-button-icon .e-font-icon-svg {
    height: 1em;
}
.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
}
.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
}
.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
}
.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px;
}
.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15;
}
.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5;
}
.elementor-button span {
    text-decoration: inherit;
}
.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f;
}
.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f;
}
.elementor-tab-title a {
    color: inherit;
}
.elementor-view-stacked .elementor-icon {
    padding: 0.5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff;
}
.elementor-view-framed .elementor-icon {
    padding: 0.5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all 0.3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}
.elementor-icon:hover {
    color: #69727d;
}
.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-icon i.fad {
    width: auto;
}
.elementor-shape-circle .elementor-icon {
    border-radius: 50%;
}
.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0))
        rotate(var(--e-transform-rotateZ, 0))
        rotateX(var(--e-transform-rotateX, 0))
        rotateY(var(--e-transform-rotateY, 0))
        translate(var(--e-transform-translate, 0))
        translateX(var(--e-transform-translateX, 0))
        translateY(var(--e-transform-translateY, 0))
        scaleX(
            calc(
                var(--e-transform-flipX, 1) *
                    var(--e-transform-scaleX, var(--e-transform-scale, 1))
            )
        )
        scaleY(
            calc(
                var(--e-transform-flipY, 1) *
                    var(--e-transform-scaleY, var(--e-transform-scale, 1))
            )
        )
        skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0))
        rotate(var(--e-con-transform-rotateZ, 0))
        rotateX(var(--e-con-transform-rotateX, 0))
        rotateY(var(--e-con-transform-rotateY, 0))
        translate(var(--e-con-transform-translate, 0))
        translateX(var(--e-con-transform-translateX, 0))
        translateY(var(--e-con-transform-translateY, 0))
        scaleX(
            calc(
                var(--e-con-transform-flipX, 1) *
                    var(
                        --e-con-transform-scaleX,
                        var(--e-con-transform-scale, 1)
                    )
            )
        )
        scaleY(
            calc(
                var(--e-con-transform-flipY, 1) *
                    var(
                        --e-con-transform-scaleY,
                        var(--e-con-transform-scale, 1)
                    )
            )
        )
        skewX(var(--e-con-transform-skewX, 0))
        skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y)
        var(--e-con-transform-origin-x);
}
.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0;
}
.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none;
}
.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container ~ .elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, 0.9);
    top: 50%;
    transform: translateY(-50%);
}
.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container ~ .elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, 0.9);
    height: 1em;
    width: 1em;
}
.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container ~ .elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper ~ .elementor-swiper-button-prev {
    left: 10px;
}
.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container ~ .elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next {
    right: 10px;
}
.elementor-element
    .swiper-container
    .elementor-swiper-button.swiper-button-disabled,
.elementor-element
    .swiper-container
    ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox
    .swiper-container
    .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox
    .swiper-container
    ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
    opacity: 0.3;
}
.elementor-element
    .swiper-container
    .swiper-image-stretch
    .swiper-slide
    .swiper-slide-image,
.elementor-element
    .swiper
    .swiper-image-stretch
    .swiper-slide
    .swiper-slide-image,
.elementor-lightbox
    .swiper-container
    .swiper-image-stretch
    .swiper-slide
    .swiper-slide-image,
.elementor-lightbox
    .swiper
    .swiper-image-stretch
    .swiper-slide
    .swiper-slide-image {
    width: 100%;
}
.elementor-element
    .swiper-container
    .swiper-horizontal
    > .swiper-pagination-bullets,
.elementor-element
    .swiper-container
    .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element
    .swiper-container
    ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container ~ .swiper-pagination-custom,
.elementor-element .swiper-container ~ .swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element
    .swiper
    .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element
    .swiper
    ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper ~ .swiper-pagination-custom,
.elementor-element .swiper ~ .swiper-pagination-fraction,
.elementor-lightbox
    .swiper-container
    .swiper-horizontal
    > .swiper-pagination-bullets,
.elementor-lightbox
    .swiper-container
    .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox
    .swiper-container
    ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container ~ .swiper-pagination-custom,
.elementor-lightbox .swiper-container ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox
    .swiper
    .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox
    .swiper
    ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper ~ .swiper-pagination-custom,
.elementor-lightbox .swiper ~ .swiper-pagination-fraction {
    bottom: 5px;
}
.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube ~ .elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube ~ .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button {
    transform: translate3d(0, -50%, 1px);
}
.elementor-element
    :where(.swiper-container-horizontal)
    ~ .swiper-pagination-bullets,
.elementor-lightbox
    :where(.swiper-container-horizontal)
    ~ .swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.elementor-element
    :where(.swiper-container-horizontal)
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet,
.elementor-lightbox
    :where(.swiper-container-horizontal)
    ~ .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.elementor-element
    :where(.swiper-container-horizontal)
    ~ .swiper-pagination-progressbar,
.elementor-lightbox
    :where(.swiper-container-horizontal)
    ~ .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px;
}
.elementor-element.elementor-pagination-position-outside
    .swiper-container
    .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside
    .swiper-container
    ~ .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside
    .swiper
    .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside
    .swiper
    ~ .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside
    .swiper-container
    .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside
    .swiper-container
    ~ .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside
    .swiper
    .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside
    .swiper
    ~ .elementor-swiper-button {
    top: calc(50% - 30px / 2);
}
.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative;
}
.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static;
}
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px);
}
.elementor-element.elementor-arrows-position-outside
    .swiper-container
    .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside
    .swiper-container
    ~ .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside
    .swiper
    .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside
    .swiper
    ~ .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper-container
    .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper-container
    ~ .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper
    .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper
    ~ .elementor-swiper-button-prev {
    left: 0;
}
.elementor-element.elementor-arrows-position-outside
    .swiper-container
    .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside
    .swiper-container
    ~ .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside
    .swiper
    .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside
    .swiper
    ~ .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper-container
    .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper-container
    ~ .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper
    .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside
    .swiper
    ~ .elementor-swiper-button-next {
    right: 0;
}
.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px;
}
.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center;
}
.elementor-lightbox .dialog-header {
    display: none;
}
.elementor-lightbox .dialog-widget-content {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
}
.elementor-lightbox .dialog-message {
    animation-duration: 0.3s;
    height: 100%;
}
.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: 0.75em;
    margin-top: 13px;
    padding: 0.25em;
    z-index: 2;
    line-height: 1;
    display: flex;
}
.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em;
}
.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all 0.3s;
    opacity: 1;
}
.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color);
}
.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover);
}
.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
    height: 100%;
}
.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto;
}
@media (max-width: 767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0;
    }
}
.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none;
}
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3), 0 0 8px -5px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait,
.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto;
}
.elementor-lightbox
    .elementor-video-container
    .elementor-video-landscape
    iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000;
}
.elementor-lightbox
    .elementor-video-container
    .elementor-video-landscape
    iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio, 1.77777);
}
@supports not (aspect-ratio: 1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait,
    .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777));
    }
    .elementor-lightbox
        .elementor-video-container
        .elementor-video-landscape
        iframe,
    .elementor-lightbox
        .elementor-video-container
        .elementor-video-landscape
        video,
    .elementor-lightbox
        .elementor-video-container
        .elementor-video-portrait
        iframe,
    .elementor-lightbox
        .elementor-video-container
        .elementor-video-portrait
        video,
    .elementor-lightbox
        .elementor-video-container
        .elementor-video-square
        iframe,
    .elementor-lightbox
        .elementor-video-container
        .elementor-video-square
        video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh, 90vw);
    height: min(90vh, 90vw);
}
.elementor-lightbox
    .elementor-video-container
    .elementor-video-landscape
    iframe,
.elementor-lightbox
    .elementor-video-container
    .elementor-video-landscape
    video {
    width: 100%;
    max-height: 90vh;
}
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw;
}
@media (min-width: 1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh;
    }
    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw;
    }
}
@media (max-width: 1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh;
    }
    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw;
    }
}
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0;
}
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0;
}
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff;
}
.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px;
}
.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size);
}
@media (max-width: 767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none;
    }
    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%;
    }
    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start;
    }
    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end;
    }
}
.elementor-slideshow__counter {
    color: currentColor;
    font-size: 0.75em;
    width: -moz-max-content;
    width: max-content;
}
.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}
.elementor-slideshow__footer {
    color: var(--lightbox-text-color);
}
.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10;
}
.elementor-slideshow__header > i,
.elementor-slideshow__header > svg {
    cursor: pointer;
    padding: 0.25em;
    margin: 0 0.35em;
}
.elementor-slideshow__header > i {
    font-size: inherit;
}
.elementor-slideshow__header > i:hover {
    color: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header > svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em;
}
.elementor-slideshow__header > svg:hover {
    fill: var(--lightbox-ui-color-hover);
}
.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto;
}
.elementor-slideshow__header .elementor-icon-share {
    z-index: 5;
}
.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color 0.4s;
}
.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e;
}
.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all 0.25s 0.1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.elementor-slideshow__share-links a {
    text-align: left;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity 0.5s 0.1s;
}
.elementor-slideshow__share-links a:hover {
    color: #000;
}
.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: 0.75em;
}
.elementor-slideshow__share-links a i {
    font-size: 1.25em;
}
.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em;
}
.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: 0.5em;
    border: 0.45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(0.7);
}
.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed;
}
.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0;
}
.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700;
}
.elementor-slideshow__description {
    font-size: 14px;
}
.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none;
}
.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0;
}
.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%;
}
.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none;
}
.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.5);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1);
}
.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .eicon-twitter {
    color: #1da1f2;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .eicon-facebook {
    color: #3b5998;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .eicon-pinterest {
    color: #bd081c;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .eicon-download-bold {
    color: #9da5ae;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .e-eicon-twitter {
    fill: #1da1f2;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .e-eicon-facebook {
    fill: #3b5998;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .e-eicon-pinterest {
    fill: #bd081c;
}
.elementor-slideshow--share-mode
    .elementor-slideshow__share-links
    .e-eicon-download-bold {
    fill: #9da5ae;
}
.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2;
}
.animated {
    animation-duration: 1.25s;
}
.animated.animated-slow {
    animation-duration: 2s;
}
.animated.animated-fast {
    animation-duration: 0.75s;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards;
}
@media (prefers-reduced-motion: reduce) {
    .animated {
        animation: none;
    }
}
.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}
.elementor-shape-top {
    top: -1px;
}
.elementor-shape-top:not([data-negative="false"]) svg {
    z-index: -1;
}
.elementor-shape-bottom {
    bottom: -1px;
}
.elementor-shape-bottom:not([data-negative="true"]) svg {
    z-index: -1;
}
.elementor-shape[data-negative="false"].elementor-shape-bottom,
.elementor-shape[data-negative="true"].elementor-shape-top {
    transform: rotate(180deg);
}
.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}
#wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px;
}
#wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px;
}
#wpadminbar * {
    font-style: normal;
}
.page-template-elementor_canvas.elementor-page:before {
    display: none;
}
.elementor-post__thumbnail__link {
    transition: none;
}
#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0;
}
.e--ua-appleWebkit.rtl {
    --flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center;
}
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-center
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-justify
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-right
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right
    .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-center
    .elementor-grid-item,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-justify
    .elementor-grid-item,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-right
    .elementor-grid-item,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center
    .elementor-grid-item,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right
    .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-left
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
    .elementor-grid {
    display: inline-block;
}
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-left
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-share-buttons--align-left
    .elementor-grid-item,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
    .elementor-grid,
.e--ua-appleWebkit
    .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left
    .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit
        .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end);
    }
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit
        .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center;
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-tablet-center
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-tablet-justify
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-tablet-right
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right
        .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-0.5 * var(--grid-column-gap));
        margin-right: calc(-0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-tablet-center
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-tablet-justify
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-tablet-right
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right
        .elementor-grid-item {
        margin-left: calc(0.5 * var(--grid-column-gap));
        margin-right: calc(0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons-tablet--align-left
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
        .elementor-grid {
        display: inline-block;
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons-tablet--align-left
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons-tablet--align-left
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left
        .elementor-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit
        .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end);
    }
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit
        .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center;
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-mobile-center
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-mobile-justify
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-mobile-right
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right
        .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-0.5 * var(--grid-column-gap));
        margin-right: calc(-0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-mobile-center
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-mobile-justify
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons--align-mobile-right
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right
        .elementor-grid-item {
        margin-left: calc(0.5 * var(--grid-column-gap));
        margin-right: calc(0.5 * var(--grid-column-gap));
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons-mobile--align-left
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
        .elementor-grid {
        display: inline-block;
    }
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons-mobile--align-left
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-share-buttons-mobile--align-left
        .elementor-grid-item,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
        .elementor-grid,
    .e--ua-appleWebkit
        .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left
        .elementor-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 880px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none;
    }
}
@media (min-width: 881px) and (max-width: 1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1200px) {
    .elementor .elementor-hidden-tablet_extra {
        display: none;
    }
}
@media (min-width: 1201px) and (max-width: 1366px) {
    .elementor .elementor-hidden-laptop {
        display: none;
    }
}
@media (min-width: 1367px) and (max-width: 99999px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}
@media (min-width: -1) {
    .elementor .elementor-hidden-widescreen {
        display: none;
    }
}
.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left);
}
.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1))
        scaleY(var(--scale-y, 1));
}
.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill;
}
.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover);
}
.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width,
        var(--transition) fill;
}
.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color);
}
.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(
        --e-global-color-secondary,
        var(--n-tabs-color-secondary-fallback)
    );
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(
        --e-global-color-accent,
        var(--n-tabs-color-accent-fallback)
    );
    --n-tabs-title-background-color-active: var(
        --e-global-color-accent,
        var(--n-tabs-color-accent-fallback)
    );
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-block-start: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-end: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-block-end: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-start: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(
        --e-global-color-secondary,
        var(--n-tabs-color-secondary-fallback)
    );
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%;
}
.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0;
}
.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative;
}
.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2;
}
.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0;
}
.elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) {
    display: none;
}
.elementor-widget-n-tabs
    .e-n-tabs:not(.e-activated)
    > .e-n-tabs-content
    > .e-con:first-child {
    display: flex;
}
.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(
        --n-tabs-title-align-items-toggle,
        var(--n-tabs-title-align-items)
    );
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(
        --n-tabs-title-justify-content-toggle,
        var(--n-tabs-title-justify-content)
    );
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition),
        color var(--n-tabs-title-transition),
        border var(--n-tabs-title-transition),
        box-shadow var(--n-tabs-title-transition),
        text-shadow var(--n-tabs-title-transition),
        stroke var(--n-tabs-title-transition),
        stroke-width var(--n-tabs-title-transition),
        -webkit-text-stroke-width var(--n-tabs-title-transition),
        -webkit-text-stroke-color var(--n-tabs-title-transition),
        transform var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
}
.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition),
        fill var(--n-tabs-title-transition);
}
.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align);
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden;
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
}
.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] {
    background-color: var(--n-tabs-title-background-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] a {
    color: var(--n-tabs-title-color);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="false"] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="false"]
    .e-n-tab-icon
    svg {
    fill: var(--n-tabs-icon-color);
}
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="false"]
    .e-n-tab-icon
    i:last-child,
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="false"]
    .e-n-tab-icon
    svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] a {
    color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected="true"] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"]
    .e-n-tab-icon
    svg {
    fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"]
    .e-n-tab-icon
    i:first-child,
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"]
    .e-n-tab-icon
    svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0;
}
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"][class*="elementor-animation-"]:active,
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"][class*="elementor-animation-"]:focus,
.elementor-widget-n-tabs
    .e-n-tab-title[aria-selected="true"][class*="elementor-animation-"]:hover {
    transform: none;
    animation: initial;
}
.elementor-widget-n-tabs
    [data-touch-mode="false"]
    .e-n-tab-title[aria-selected="false"]:hover,
.elementor-widget-n-tabs
    [data-touch-mode="false"]
    .e-n-tab-title[aria-selected="false"]:hover
    a {
    color: var(--n-tabs-title-color-hover);
}
.elementor-widget-n-tabs
    [data-touch-mode="false"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    i {
    color: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs
    [data-touch-mode="false"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    svg {
    fill: var(--n-tabs-icon-color-hover);
}
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover,
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    a {
    color: var(--n-tabs-title-color-active);
}
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    i {
    color: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    svg {
    fill: var(--n-tabs-icon-color-active);
}
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    i:first-child,
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0;
}
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover[class*="elementor-animation-"]:active,
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover[class*="elementor-animation-"]:focus,
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover[class*="elementor-animation-"]:hover {
    transform: none;
    animation: initial;
}
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    i:last-child,
.elementor-widget-n-tabs
    [data-touch-mode="true"]
    .e-n-tab-title[aria-selected="false"]:hover
    .e-n-tab-icon
    svg:last-child {
    transform: none;
    height: auto;
    opacity: 1;
}
.elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs[data-touch-mode="false"]
    > .e-n-tabs-heading
    .e-n-tab-title[aria-selected="false"]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none;
}
.elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs
    > .e-n-tabs-heading
    .e-n-tab-title[aria-selected="true"],
.elementor
    .elementor-element.elementor-widget-n-tabs
    > .elementor-widget-container
    > .e-n-tabs[data-touch-mode="true"]
    > .e-n-tabs-heading
    .e-n-tab-title[aria-selected="false"]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none;
}
@media (max-width: 767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile
        .e-n-tabs-content
        > .e-con {
        order: var(--n-tabs-title-order);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile
        .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile
        .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile
        .e-n-tab-title[aria-selected="true"] {
        margin-block-end: var(--n-tabs-gap);
    }
}
@media (max-width: 880px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile_extra
        .e-n-tabs {
        gap: 0;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile_extra
        .e-n-tabs-content
        > .e-con {
        order: var(--n-tabs-title-order);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile_extra
        .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile_extra
        .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-mobile_extra
        .e-n-tab-title[aria-selected="true"] {
        margin-block-end: var(--n-tabs-gap);
    }
}
@media (max-width: 1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet
        .e-n-tabs-content
        > .e-con {
        order: var(--n-tabs-title-order);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet
        .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet
        .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet
        .e-n-tab-title[aria-selected="true"] {
        margin-block-end: var(--n-tabs-gap);
    }
}
@media (max-width: 1200px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet_extra
        .e-n-tabs {
        gap: 0;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet_extra
        .e-n-tabs-content
        > .e-con {
        order: var(--n-tabs-title-order);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet_extra
        .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet_extra
        .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-tablet_extra
        .e-n-tab-title[aria-selected="true"] {
        margin-block-end: var(--n-tabs-gap);
    }
}
@media (max-width: 1366px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents;
    }
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-laptop
        .e-n-tabs-content
        > .e-con {
        order: var(--n-tabs-title-order);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-laptop
        .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto;
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-laptop
        .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap);
    }
    .elementor.elementor
        .elementor-widget-n-tabs.e-n-tabs-laptop
        .e-n-tab-title[aria-selected="true"] {
        margin-block-end: var(--n-tabs-gap);
    }
}
.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%;
}
.elementor-widget-n-accordion
    .e-n-accordion
    details
    > summary::-webkit-details-marker {
    display: none;
}
.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative;
}
.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between);
}
.elementor-widget-n-accordion .e-n-accordion-item-title,
:where(.elementor-widget-n-accordion .e-n-accordion-item > .e-con) {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style)
        var(--n-accordion-border-color);
}
.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start: 0;
    margin-block-end: 0;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: -moz-fit-content;
    width: fit-content;
    font-size: var(--n-accordion-icon-size);
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
    color: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
    fill: var(--n-accordion-icon-normal-color);
    height: auto;
    width: inherit;
}
.elementor-widget-n-accordion .e-n-accordion-item-title > span {
    cursor: pointer;
}
.elementor-widget-n-accordion
    .e-n-accordion-item[open]
    .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item[open]
    .e-n-accordion-item-title-icon
    .e-opened {
    display: flex;
}
.elementor-widget-n-accordion
    .e-n-accordion-item[open]
    .e-n-accordion-item-title-icon
    .e-closed {
    display: none;
}
.elementor-widget-n-accordion
    .e-n-accordion-item[open]
    .e-n-accordion-item-title-icon
    span
    > i {
    color: var(--n-accordion-icon-active-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item[open]
    .e-n-accordion-item-title-icon
    span
    > svg {
    fill: var(--n-accordion-icon-active-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item:not([open]):hover
    .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item:not([open]):hover
    .e-n-accordion-item-title-icon
    span
    > i {
    color: var(--n-accordion-icon-hover-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item:not([open]):hover
    .e-n-accordion-item-title-icon
    span
    > svg {
    fill: var(--n-accordion-icon-hover-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon
    .e-opened {
    display: none;
}
.elementor-widget-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon
    .e-closed {
    display: flex;
}
.elementor-widget-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon
    span
    > svg {
    fill: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion
    .e-n-accordion-item
    .e-n-accordion-item-title-icon
    span
    > i {
    color: var(--n-accordion-icon-normal-color);
}
.elementor-widget-n-accordion .e-n-accordion-item > span {
    cursor: pointer;
}
.elementor-kit-7 {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1230px;
}
.e-con {
    --container-max-width: 1230px;
}
.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}
.elementor-element {
    --widgets-spacing: 20px 20px;
}
 {
}
h1.entry-title {
    display: var(--page-title-display);
}
.elementor-kit-7 e-page-transition {
    background-color: #ffbc7d;
}
@media (max-width: 1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }
    .e-con {
        --container-max-width: 1024px;
    }
}
@media (max-width: 767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }
    .e-con {
        --container-max-width: 767px;
    }
}
.elementor-11707 .elementor-element.elementor-element-804cd24 {
    padding: 105px 0 100px;
}
.elementor-11707 .elementor-element.elementor-element-adf71bb {
    margin-top: 0;
    margin-bottom: 20px;
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    ul {
    text-align: left;
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li
    .tm-nav-arrow-icon {
    color: var(--theme-color1);
    background-color: #fff;
    top: 50%;
    right: 20px;
    width: 45px;
    height: 32px;
    border-radius: 15px;
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li:hover
    .tm-nav-arrow-icon {
    color: #fff;
    background-color: var(--theme-color1);
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li.current-menu-item
    .tm-nav-arrow-icon {
    color: #fff;
    background-color: var(--theme-color1);
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li,
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li
    a {
    font-size: 1.1rem;
    font-weight: 600;
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li {
    color: #191825;
    margin: 0 0 10px;
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li
    a {
    color: #191825;
    background-color: #f5faff;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    border-radius: 9px;
    padding: 19px 40px;
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li
    a:hover {
    color: var(--theme-color1);
}
.elementor-11707
    .elementor-element.elementor-element-4034fe9
    .tm-sc-simple-nav-menu
    li.current-menu-item
    a {
    color: var(--theme-color1);
}
.elementor-11707
    .elementor-element.elementor-element-6efe778:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-11707
    .elementor-element.elementor-element-6efe778
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-image: url("/images/bg12.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-11707
    .elementor-element.elementor-element-6efe778
    > .elementor-background-overlay {
    background-color: #000;
    opacity: 0.79;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-11707 .elementor-element.elementor-element-6efe778,
.elementor-11707
    .elementor-element.elementor-element-6efe778
    > .elementor-background-overlay {
    border-radius: 10px;
}
.elementor-11707 .elementor-element.elementor-element-6efe778 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 35px 30px 40px 40px;
}
.elementor-11707
    .elementor-element.elementor-element-89795e0
    .elementor-heading-title {
    color: #fff;
}
.elementor-11707 .elementor-element.elementor-element-43a5d32 {
    color: #8f8f8f;
    font-size: 18px;
    line-height: 30px;
}
.elementor-11707 .elementor-element.elementor-element-2d71d99 .tm-sc-icon-box {
    text-align: left;
}
.elementor-11707 .elementor-element.elementor-element-2d71d99 .icon {
    margin: 0;
    padding: 0;
    background-color: var(--theme-color1);
}
.elementor-11707 .elementor-element.elementor-element-2d71d99 .icon i {
    color: #fff;
}
.elementor-11707 .elementor-element.elementor-element-2d71d99 .icon svg {
    fill: #fff;
}
.elementor-11707
    .elementor-element.elementor-element-2d71d99
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-11707
    .elementor-element.elementor-element-2d71d99:hover
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-11707 .elementor-element.elementor-element-2d71d99 .icon-box-title {
    margin: 0 0 0 15px;
    color: #fff;
}
.elementor-11707
    .elementor-element.elementor-element-2d71d99
    .icon-box-title
    a {
    color: #fff;
}
.elementor-11707 .elementor-element.elementor-element-99f05c3 {
    text-align: left;
}
.elementor-11707 .elementor-element.elementor-element-99f05c3 img {
    width: 100%;
}
.elementor-11707
    .elementor-element.elementor-element-99f05c3
    > .elementor-widget-container {
    margin: 0;
}
.elementor-11707 .elementor-element.elementor-element-f66aaad .tm-text-editor {
    margin: 0 0 25px;
}
.elementor-11707
    .elementor-element.elementor-element-f66aaad
    .tm-text-editor
    * {
    margin: 0 0 25px;
}
.elementor-11707
    .elementor-element.elementor-element-dc93da5
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-11707
    .elementor-element.elementor-element-dc93da5:hover
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-11707 .elementor-element.elementor-element-dc93da5 .icon-box-title,
.elementor-11707
    .elementor-element.elementor-element-dc93da5
    .icon-box-title
    a {
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
.elementor-11707 .elementor-element.elementor-element-dc93da5 .icon-box-title {
    color: #222429;
}
.elementor-11707
    .elementor-element.elementor-element-dc93da5
    .icon-box-title
    a {
    color: #222429;
}
.elementor-11707 .elementor-element.elementor-element-dc93da5 .tm-sc-icon-box {
    padding: 25px 15px 25px 30px;
    margin: 0 0 25px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    border-style: solid;
    border-width: 0 0 0 5px;
    border-color: var(--theme-color1);
}
.elementor-11707
    .elementor-element.elementor-element-8d13df4
    > .elementor-widget-container {
    margin: 0 0 10px;
}
.elementor-11707 .elementor-element.elementor-element-25e281d {
    margin-top: 0;
    margin-bottom: 40px;
}
.elementor-11707 .elementor-element.elementor-element-0a02280 img {
    height: 320px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
}
.elementor-11707 .elementor-element.elementor-element-a26d9b0 .tm-text-editor {
    margin: 0;
}
.elementor-11707
    .elementor-element.elementor-element-a26d9b0
    .tm-text-editor
    * {
    margin: 0;
}
.elementor-11707 .elementor-element.elementor-element-c100d7e {
    color: #ff3838;
    font-size: 1.2rem;
}
.elementor-11707 .elementor-element.elementor-element-b9ddc26 .tm-sc-list li i {
    color: var(--theme-color1);
}
.elementor-11707
    .elementor-element.elementor-element-b9ddc26
    .tm-sc-list
    li
    svg {
    fill: var(--theme-color1);
}
.elementor-11707 .elementor-element.elementor-element-b9ddc26 .tm-sc-list i {
    margin: 0 5px 0 0;
}
.elementor-11707 .elementor-element.elementor-element-b9ddc26 .tm-sc-list li {
    color: #808287;
    font-size: 18px;
}
.elementor-11707
    .elementor-element.elementor-element-76bcb6d
    .tm-accordion
    .card-header
    .title:not(.collapsed) {
    color: var(--theme-color1) !important;
}
.elementor-11707
    .elementor-element.elementor-element-76bcb6d
    .tm-accordion
    .card {
    border-radius: 10px;
}
@media (min-width: 768px) {
    .elementor-11707 .elementor-element.elementor-element-505679b {
        width: 33%;
    }
    .elementor-11707 .elementor-element.elementor-element-381a1b5 {
        width: 66.307%;
    }
    .elementor-11707 .elementor-element.elementor-element-2b28395 {
        width: 52.419%;
    }
    .elementor-11707 .elementor-element.elementor-element-2a0f8e1 {
        width: 47.581%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-11707 .elementor-element.elementor-element-505679b {
        width: 100%;
    }
    .elementor-11707 .elementor-element.elementor-element-381a1b5 {
        width: 100%;
    }
    .elementor-11707 .elementor-element.elementor-element-2b28395 {
        width: 50%;
    }
    .elementor-11707 .elementor-element.elementor-element-2a0f8e1 {
        width: 50%;
    }
}
@media (max-width: 1024px) {
    .elementor-11707
        .elementor-element.elementor-element-99f05c3
        > .elementor-widget-container {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .elementor-11707 .elementor-element.elementor-element-25e281d {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .elementor-11707
        .elementor-element.elementor-element-0a02280
        > .elementor-widget-container {
        margin: 0 0 15px;
    }
}
@font-face {
    font-display: swap;
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(
        --swiper-pagination-bullet-width,
        var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
        --swiper-pagination-bullet-height,
        var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.elementor-bg-transform .elementor-bg {
    will-change: transform;
}
.elementor-bg-transform-zoom-in:hover .elementor-bg,
.elementor-bg-transform-zoom-out .elementor-bg {
    transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
    transform: scale(1);
}
.elementor-bg-transform-move-left .elementor-bg {
    transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-left:hover .elementor-bg,
.elementor-bg-transform-move-right .elementor-bg {
    transform: scale(1.2) translateX(-8%);
}
.elementor-bg-transform-move-right:hover .elementor-bg {
    transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-up .elementor-bg {
    transform: scale(1.2) translateY(8%);
}
.elementor-bg-transform-move-down .elementor-bg,
.elementor-bg-transform-move-up:hover .elementor-bg {
    transform: scale(1.2) translateY(-8%);
}
.elementor-bg-transform-move-down:hover .elementor-bg {
    transform: scale(1.2) translateY(8%);
}
.elementor-animated-content {
    --translate: 0, 0;
}
.elementor-animated-content:focus .elementor-animated-item--grow,
.elementor-animated-content:hover .elementor-animated-item--grow {
    transform: scale(1.1);
}
.elementor-animated-content:focus .elementor-animated-item--shrink,
.elementor-animated-content:hover .elementor-animated-item--shrink {
    transform: scale(0.85);
}
.elementor-animated-content:focus .elementor-animated-item--shrink-contained,
.elementor-animated-content:hover .elementor-animated-item--shrink-contained {
    transform: scale(1);
}
.elementor-animated-content:focus .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-in {
    transform: scale(1);
    opacity: 1;
}
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:focus .elementor-animated-item--fade-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--fade-out {
    opacity: 0;
}
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-out,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out {
    transform: scale(0.2);
}
.elementor-animated-content:focus .elementor-animated-item--exit-zoom-in,
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in {
    transform: scale(2);
}
.elementor-animated-content:focus .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:focus .elementor-animated-item--enter-from-left,
.elementor-animated-content:focus .elementor-animated-item--enter-from-right,
.elementor-animated-content:focus .elementor-animated-item--enter-from-top,
.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,
.elementor-animated-content:hover .elementor-animated-item--enter-from-left,
.elementor-animated-content:hover .elementor-animated-item--enter-from-right,
.elementor-animated-content:hover .elementor-animated-item--enter-from-top {
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right {
    transform: translateX(1000px);
}
.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left {
    transform: translateX(-1000px);
}
.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    transform: translateY(-600px);
}
.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom {
    transform: translateY(600px);
}
.elementor-animated-content:focus .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:focus .elementor-animated-item--exit-to-left,
.elementor-animated-content:focus .elementor-animated-item--exit-to-right,
.elementor-animated-content:focus .elementor-animated-item--exit-to-top,
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,
.elementor-animated-content:hover .elementor-animated-item--exit-to-left,
.elementor-animated-content:hover .elementor-animated-item--exit-to-right,
.elementor-animated-content:hover .elementor-animated-item--exit-to-top {
    opacity: 0;
}
.elementor-animated-content:focus .elementor-animated-item--move-right,
.elementor-animated-content:hover .elementor-animated-item--move-right {
    transform: translateX(30px);
}
.elementor-animated-content:focus .elementor-animated-item--move-left,
.elementor-animated-content:hover .elementor-animated-item--move-left {
    transform: translateX(-30px);
}
.elementor-animated-content:focus .elementor-animated-item--move-up,
.elementor-animated-content:hover .elementor-animated-item--move-up {
    transform: translateY(-30px);
}
.elementor-animated-content:focus .elementor-animated-item--move-down,
.elementor-animated-content:hover .elementor-animated-item--move-down {
    transform: translateY(30px);
}
.elementor-animated-content:focus
    .elementor-animated-item--move-contained-right,
.elementor-animated-content:hover
    .elementor-animated-item--move-contained-right {
    --translate: 8%, 0;
}
.elementor-animated-content:focus .elementor-animated-item--move-contained-left,
.elementor-animated-content:hover
    .elementor-animated-item--move-contained-left {
    --translate: -8%, 0;
}
.elementor-animated-content:focus .elementor-animated-item--move-contained-top,
.elementor-animated-content:hover .elementor-animated-item--move-contained-top {
    --translate: 0, -8%;
}
.elementor-animated-content:focus
    .elementor-animated-item--move-contained-bottom,
.elementor-animated-content:hover
    .elementor-animated-item--move-contained-bottom {
    --translate: 0, 8%;
}
.elementor-animated-content [class^="elementor-animated-item"] {
    will-change: transform, opacity;
}
.elementor-animated-content .elementor-animated-item--shrink-contained {
    transform: scale(1.17);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in {
    transform: scale(0.2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-out {
    transform: scale(2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in,
.elementor-animated-content .elementor-animated-item--enter-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-in {
    opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-zoom-in,
.elementor-animated-content .elementor-animated-item--exit-zoom-out,
.elementor-animated-content .elementor-animated-item--fade-out {
    opacity: 1;
    transform: scale(1);
}
.elementor-animated-content .elementor-animated-item--enter-from-right {
    transform: translateX(1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-left {
    transform: translateX(-1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-top {
    transform: translateY(-600px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom {
    transform: translateY(500px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom,
.elementor-animated-content .elementor-animated-item--enter-from-left,
.elementor-animated-content .elementor-animated-item--enter-from-right,
.elementor-animated-content .elementor-animated-item--enter-from-top {
    opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-to-bottom,
.elementor-animated-content .elementor-animated-item--exit-to-left,
.elementor-animated-content .elementor-animated-item--exit-to-right,
.elementor-animated-content .elementor-animated-item--exit-to-top {
    opacity: 1;
    transform: translateY(0) translateX(0);
}
.elementor-animated-content .elementor-animated-item--move-contained-bottom,
.elementor-animated-content .elementor-animated-item--move-contained-left,
.elementor-animated-content .elementor-animated-item--move-contained-right,
.elementor-animated-content .elementor-animated-item--move-contained-top {
    transform: scale(1.2) translate(var(--translate));
}
.elementor-editor-active
    .elementor.elementor-edit-mode
    .elementor-widget.elementor-global-widget:hover {
    outline: 1px solid var(--e-p-border-global);
}
.elementor-editor-active
    .elementor.elementor-edit-mode
    .elementor-global-widget
    .elementor-editor-widget-settings {
    background-color: var(--e-p-border-global);
}
.elementor-editor-active
    .elementor.elementor-edit-mode
    .elementor-global-widget
    .elementor-editor-widget-settings
    .elementor-editor-element-setting {
    background-color: var(--e-p-border-global);
    color: var(--e-p-border-global-invert);
}
.elementor-editor-active
    .elementor.elementor-edit-mode
    .elementor-global-widget
    .elementor-editor-widget-settings
    .elementor-editor-element-setting:hover {
    background-color: var(--e-p-border-global-hover);
}
.elementor-editor-active
    .elementor.elementor-edit-mode
    .elementor-global-widget
    .elementor-editor-widget-settings
    .elementor-editor-element-setting.elementor-editor-element-save {
    display: none;
}
.elementor-theme-builder-content-area {
    height: 400px;
}
.elementor-location-footer:before,
.elementor-location-header:before {
    content: "";
    display: table;
    clear: both;
}
.elementor-posts.elementor-posts--skin-archive_full_content
    article.elementor-post {
    display: block;
}
.elementor-sticky--active {
    z-index: 99;
}
.e-con.elementor-sticky--active {
    z-index: var(--z-index, 99);
}
[data-elementor-type="popup"]
    .elementor-section-wrap:not(:empty)
    + #elementor-add-new-section,
[data-elementor-type="popup"]:not(.elementor-edit-area) {
    display: none;
}
.elementor-popup-modal {
    display: flex;
    pointer-events: none;
    background-color: transparent;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
}
.elementor-popup-modal .dialog-buttons-wrapper,
.elementor-popup-modal .dialog-header {
    display: none;
}
.elementor-popup-modal .dialog-close-button {
    display: none;
    top: 20px;
    margin-top: 0;
    right: 20px;
    opacity: 1;
    z-index: 9999;
    pointer-events: all;
}
.elementor-popup-modal .dialog-close-button svg {
    fill: #1f2124;
    height: 1em;
    width: 1em;
}
.elementor-popup-modal .dialog-widget-content {
    background-color: #fff;
    width: auto;
    overflow: visible;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
    box-shadow: none;
    pointer-events: all;
}
.elementor-popup-modal .dialog-message {
    width: 640px;
    max-width: 100vw;
    max-height: 100vh;
    padding: 0;
    overflow: auto;
    display: flex;
}
.elementor-popup-modal .elementor {
    width: 100%;
}
.elementor-motion-effects-element,
.elementor-motion-effects-layer {
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
    transition-duration: 1s;
}
.elementor-motion-effects-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.elementor-motion-effects-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-motion-effects-perspective {
    perspective: 1200px;
}
.elementor-motion-effects-element {
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
#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 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.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, 0.4));
    filter: drop-shadow(0px 0px 2px rgba(0, 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 1s infinite ease-in-out;
    animation: sbi-sk-scaleout 1s 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);
        opacity: 0;
    }
}
@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        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: 0.9;
    -webkit-transition: background 0.6s linear, color 0.6s linear;
    -moz-transition: background 0.6s linear, color 0.6s linear;
    -o-transition: background 0.6s linear, color 0.6s linear;
    transition: background 0.6s linear, color 0.6s linear;
}
.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background 0.2s linear, color 0.2s linear;
    -moz-transition: background 0.2s linear, color 0.2s linear;
    -o-transition: background 0.2s linear, color 0.2s linear;
    transition: background 0.2s linear, color 0.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: -0.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, 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, 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, 0.85);
    color: rgba(255, 255, 255, 0.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, 0.75);
}
.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, 0.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, 0.85);
    background-color: rgba(255, 255, 255, 0.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, 0.85);
}
.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 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: #000;
    filter: 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: 400;
}
.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: 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: 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: 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: 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;
    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;
    -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: 400;
    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: 700;
    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;
}
.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: 700;
    font-size: 13px;
}
.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px;
    font-size: 12px;
    color: #999;
}
.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: 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: 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: 0 !important;
    margin: 0 !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 !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");
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-acquisitions-incorporated:before {
    content: "\f6af";
}
.fa-ad:before {
    content: "\f641";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-air-freshener:before {
    content: "\f5d0";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-allergies:before {
    content: "\f461";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angry:before {
    content: "\f556";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-ankh:before {
    content: "\f644";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-alt:before {
    content: "\f5d1";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-archive:before {
    content: "\f187";
}
.fa-archway:before {
    content: "\f557";
}
.fa-arrow-alt-circle-down:before {
    content: "\f358";
}
.fa-arrow-alt-circle-left:before {
    content: "\f359";
}
.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-arrows-alt-h:before {
    content: "\f337";
}
.fa-arrows-alt-v:before {
    content: "\f338";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-atlas:before {
    content: "\f558";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-atom:before {
    content: "\f5d2";
}
.fa-audible:before {
    content: "\f373";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-award:before {
    content: "\f559";
}
.fa-aws:before {
    content: "\f375";
}
.fa-baby:before {
    content: "\f77c";
}
.fa-baby-carriage:before {
    content: "\f77d";
}
.fa-backspace:before {
    content: "\f55a";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-bacon:before {
    content: "\f7e5";
}
.fa-bacteria:before {
    content: "\e059";
}
.fa-bacterium:before {
    content: "\e05a";
}
.fa-bahai:before {
    content: "\f666";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-balance-scale-left:before {
    content: "\f515";
}
.fa-balance-scale-right:before {
    content: "\f516";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-band-aid:before {
    content: "\f462";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-baseball-ball:before {
    content: "\f433";
}
.fa-basketball-ball:before {
    content: "\f434";
}
.fa-bath:before {
    content: "\f2cd";
}
.fa-battery-empty:before {
    content: "\f244";
}
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-bed:before {
    content: "\f236";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bezier-curve:before {
    content: "\f55b";
}
.fa-bible:before {
    content: "\f647";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-biking:before {
    content: "\f84a";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-biohazard:before {
    content: "\f780";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blender:before {
    content: "\f517";
}
.fa-blender-phone:before {
    content: "\f6b6";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-blog:before {
    content: "\f781";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bold:before {
    content: "\f032";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-bone:before {
    content: "\f5d7";
}
.fa-bong:before {
    content: "\f55c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-book-dead:before {
    content: "\f6b7";
}
.fa-book-medical:before {
    content: "\f7e6";
}
.fa-book-open:before {
    content: "\f518";
}
.fa-book-reader:before {
    content: "\f5da";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-bowling-ball:before {
    content: "\f436";
}
.fa-box:before {
    content: "\f466";
}
.fa-box-open:before {
    content: "\f49e";
}
.fa-box-tissue:before {
    content: "\e05b";
}
.fa-boxes:before {
    content: "\f468";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-brain:before {
    content: "\f5dc";
}
.fa-bread-slice:before {
    content: "\f7ec";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-briefcase-medical:before {
    content: "\f469";
}
.fa-broadcast-tower:before {
    content: "\f519";
}
.fa-broom:before {
    content: "\f51a";
}
.fa-brush:before {
    content: "\f55d";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-bug:before {
    content: "\f188";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-burn:before {
    content: "\f46a";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-bus:before {
    content: "\f207";
}
.fa-bus-alt:before {
    content: "\f55e";
}
.fa-business-time:before {
    content: "\f64a";
}
.fa-buy-n-large:before {
    content: "\f8a6";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-calendar-check:before {
    content: "\f274";
}
.fa-calendar-day:before {
    content: "\f783";
}
.fa-calendar-minus:before {
    content: "\f272";
}
.fa-calendar-plus:before {
    content: "\f271";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-calendar-week:before {
    content: "\f784";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-campground:before {
    content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-candy-cane:before {
    content: "\f786";
}
.fa-cannabis:before {
    content: "\f55f";
}
.fa-capsules:before {
    content: "\f46b";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-car-alt:before {
    content: "\f5de";
}
.fa-car-battery:before {
    content: "\f5df";
}
.fa-car-crash:before {
    content: "\f5e1";
}
.fa-car-side:before {
    content: "\f5e4";
}
.fa-caravan:before {
    content: "\f8ff";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-square-down:before {
    content: "\f150";
}
.fa-caret-square-left:before {
    content: "\f191";
}
.fa-caret-square-right:before {
    content: "\f152";
}
.fa-caret-square-up:before {
    content: "\f151";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-carrot:before {
    content: "\f787";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cash-register:before {
    content: "\f788";
}
.fa-cat:before {
    content: "\f6be";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-chair:before {
    content: "\f6c0";
}
.fa-chalkboard:before {
    content: "\f51b";
}
.fa-chalkboard-teacher:before {
    content: "\f51c";
}
.fa-charging-station:before {
    content: "\f5e7";
}
.fa-chart-area:before {
    content: "\f1fe";
}
.fa-chart-bar:before {
    content: "\f080";
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-chart-pie:before {
    content: "\f200";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check-double:before {
    content: "\f560";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-cheese:before {
    content: "\f7ef";
}
.fa-chess:before {
    content: "\f439";
}
.fa-chess-bishop:before {
    content: "\f43a";
}
.fa-chess-board:before {
    content: "\f43c";
}
.fa-chess-king:before {
    content: "\f43f";
}
.fa-chess-knight:before {
    content: "\f441";
}
.fa-chess-pawn:before {
    content: "\f443";
}
.fa-chess-queen:before {
    content: "\f445";
}
.fa-chess-rook:before {
    content: "\f447";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-church:before {
    content: "\f51d";
}
.fa-circle:before {
    content: "\f111";
}
.fa-circle-notch:before {
    content: "\f1ce";
}
.fa-city:before {
    content: "\f64f";
}
.fa-clinic-medical:before {
    content: "\f7f2";
}
.fa-clipboard:before {
    content: "\f328";
}
.fa-clipboard-check:before {
    content: "\f46c";
}
.fa-clipboard-list:before {
    content: "\f46d";
}
.fa-clock:before {
    content: "\f017";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-closed-captioning:before {
    content: "\f20a";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-download-alt:before {
    content: "\f381";
}
.fa-cloud-meatball:before {
    content: "\f73b";
}
.fa-cloud-moon:before {
    content: "\f6c3";
}
.fa-cloud-moon-rain:before {
    content: "\f73c";
}
.fa-cloud-rain:before {
    content: "\f73d";
}
.fa-cloud-showers-heavy:before {
    content: "\f740";
}
.fa-cloud-sun:before {
    content: "\f6c4";
}
.fa-cloud-sun-rain:before {
    content: "\f743";
}
.fa-cloud-upload-alt:before {
    content: "\f382";
}
.fa-cloudflare:before {
    content: "\e07d";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-cocktail:before {
    content: "\f561";
}
.fa-code:before {
    content: "\f121";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cog:before {
    content: "\f013";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-coins:before {
    content: "\f51e";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comment-dollar:before {
    content: "\f651";
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.fa-comment-medical:before {
    content: "\f7f5";
}
.fa-comment-slash:before {
    content: "\f4b3";
}
.fa-comments:before {
    content: "\f086";
}
.fa-comments-dollar:before {
    content: "\f653";
}
.fa-compact-disc:before {
    content: "\f51f";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-compress:before {
    content: "\f066";
}
.fa-compress-alt:before {
    content: "\f422";
}
.fa-compress-arrows-alt:before {
    content: "\f78c";
}
.fa-concierge-bell:before {
    content: "\f562";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-cookie-bite:before {
    content: "\f564";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-couch:before {
    content: "\f4b8";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crop-alt:before {
    content: "\f565";
}
.fa-cross:before {
    content: "\f654";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-crow:before {
    content: "\f520";
}
.fa-crown:before {
    content: "\f521";
}
.fa-crutch:before {
    content: "\f7f7";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dailymotion:before {
    content: "\e052";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-deezer:before {
    content: "\e077";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-democrat:before {
    content: "\f747";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dharmachakra:before {
    content: "\f655";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diagnoses:before {
    content: "\f470";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-dice:before {
    content: "\f522";
}
.fa-dice-d20:before {
    content: "\f6cf";
}
.fa-dice-d6:before {
    content: "\f6d1";
}
.fa-dice-five:before {
    content: "\f523";
}
.fa-dice-four:before {
    content: "\f524";
}
.fa-dice-one:before {
    content: "\f525";
}
.fa-dice-six:before {
    content: "\f526";
}
.fa-dice-three:before {
    content: "\f527";
}
.fa-dice-two:before {
    content: "\f528";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-digital-tachograph:before {
    content: "\f566";
}
.fa-directions:before {
    content: "\f5eb";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-disease:before {
    content: "\f7fa";
}
.fa-divide:before {
    content: "\f529";
}
.fa-dizzy:before {
    content: "\f567";
}
.fa-dna:before {
    content: "\f471";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-dog:before {
    content: "\f6d3";
}
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-dolly:before {
    content: "\f472";
}
.fa-dolly-flatbed:before {
    content: "\f474";
}
.fa-donate:before {
    content: "\f4b9";
}
.fa-door-closed:before {
    content: "\f52a";
}
.fa-door-open:before {
    content: "\f52b";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-dove:before {
    content: "\f4ba";
}
.fa-download:before {
    content: "\f019";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-drafting-compass:before {
    content: "\f568";
}
.fa-dragon:before {
    content: "\f6d5";
}
.fa-draw-polygon:before {
    content: "\f5ee";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drum:before {
    content: "\f569";
}
.fa-drum-steelpan:before {
    content: "\f56a";
}
.fa-drumstick-bite:before {
    content: "\f6d7";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dumbbell:before {
    content: "\f44b";
}
.fa-dumpster:before {
    content: "\f793";
}
.fa-dumpster-fire:before {
    content: "\f794";
}
.fa-dungeon:before {
    content: "\f6d9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edge-legacy:before {
    content: "\e078";
}
.fa-edit:before {
    content: "\f044";
}
.fa-egg:before {
    content: "\f7fb";
}
.fa-eject:before {
    content: "\f052";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-text:before {
    content: "\f658";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-envira:before {
    content: "\f299";
}
.fa-equals:before {
    content: "\f52c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-ethernet:before {
    content: "\f796";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-euro-sign:before {
    content: "\f153";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-exchange-alt:before {
    content: "\f362";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-expand:before {
    content: "\f065";
}
.fa-expand-alt:before {
    content: "\f424";
}
.fa-expand-arrows-alt:before {
    content: "\f31e";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-external-link-alt:before {
    content: "\f35d";
}
.fa-external-link-square-alt:before {
    content: "\f360";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-dropper:before {
    content: "\f1fb";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fan:before {
    content: "\f863";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-faucet:before {
    content: "\e005";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-feather:before {
    content: "\f52d";
}
.fa-feather-alt:before {
    content: "\f56b";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-female:before {
    content: "\f182";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-figma:before {
    content: "\f799";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-file-audio:before {
    content: "\f1c7";
}
.fa-file-code:before {
    content: "\f1c9";
}
.fa-file-contract:before {
    content: "\f56c";
}
.fa-file-csv:before {
    content: "\f6dd";
}
.fa-file-download:before {
    content: "\f56d";
}
.fa-file-excel:before {
    content: "\f1c3";
}
.fa-file-export:before {
    content: "\f56e";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-import:before {
    content: "\f56f";
}
.fa-file-invoice:before {
    content: "\f570";
}
.fa-file-invoice-dollar:before {
    content: "\f571";
}
.fa-file-medical:before {
    content: "\f477";
}
.fa-file-medical-alt:before {
    content: "\f478";
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-powerpoint:before {
    content: "\f1c4";
}
.fa-file-prescription:before {
    content: "\f572";
}
.fa-file-signature:before {
    content: "\f573";
}
.fa-file-upload:before {
    content: "\f574";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-file-word:before {
    content: "\f1c2";
}
.fa-fill:before {
    content: "\f575";
}
.fa-fill-drip:before {
    content: "\f576";
}
.fa-film:before {
    content: "\f008";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fingerprint:before {
    content: "\f577";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-alt:before {
    content: "\f7e4";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-firefox-browser:before {
    content: "\e007";
}
.fa-first-aid:before {
    content: "\f479";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-fish:before {
    content: "\f578";
}
.fa-fist-raised:before {
    content: "\f6de";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flag-usa:before {
    content: "\f74d";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-flushed:before {
    content: "\f579";
}
.fa-fly:before {
    content: "\f417";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-minus:before {
    content: "\f65d";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-folder-plus:before {
    content: "\f65e";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-flag:before {
    content: "\f425";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-football-ball:before {
    content: "\f44e";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-frog:before {
    content: "\f52e";
}
.fa-frown:before {
    content: "\f119";
}
.fa-frown-open:before {
    content: "\f57a";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-funnel-dollar:before {
    content: "\f662";
}
.fa-futbol:before {
    content: "\f1e3";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-gas-pump:before {
    content: "\f52f";
}
.fa-gavel:before {
    content: "\f0e3";
}
.fa-gem:before {
    content: "\f3a5";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-ghost:before {
    content: "\f6e2";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-gifts:before {
    content: "\f79c";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glass-cheers:before {
    content: "\f79f";
}
.fa-glass-martini:before {
    content: "\f000";
}
.fa-glass-martini-alt:before {
    content: "\f57b";
}
.fa-glass-whiskey:before {
    content: "\f7a0";
}
.fa-glasses:before {
    content: "\f530";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-globe-africa:before {
    content: "\f57c";
}
.fa-globe-americas:before {
    content: "\f57d";
}
.fa-globe-asia:before {
    content: "\f57e";
}
.fa-globe-europe:before {
    content: "\f7a2";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golf-ball:before {
    content: "\f450";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-pay:before {
    content: "\e079";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gopuram:before {
    content: "\f664";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-greater-than:before {
    content: "\f531";
}
.fa-greater-than-equal:before {
    content: "\f532";
}
.fa-grimace:before {
    content: "\f57f";
}
.fa-grin:before {
    content: "\f580";
}
.fa-grin-alt:before {
    content: "\f581";
}
.fa-grin-beam:before {
    content: "\f582";
}
.fa-grin-beam-sweat:before {
    content: "\f583";
}
.fa-grin-hearts:before {
    content: "\f584";
}
.fa-grin-squint:before {
    content: "\f585";
}
.fa-grin-squint-tears:before {
    content: "\f586";
}
.fa-grin-stars:before {
    content: "\f587";
}
.fa-grin-tears:before {
    content: "\f588";
}
.fa-grin-tongue:before {
    content: "\f589";
}
.fa-grin-tongue-squint:before {
    content: "\f58a";
}
.fa-grin-tongue-wink:before {
    content: "\f58b";
}
.fa-grin-wink:before {
    content: "\f58c";
}
.fa-grip-horizontal:before {
    content: "\f58d";
}
.fa-grip-lines:before {
    content: "\f7a4";
}
.fa-grip-lines-vertical:before {
    content: "\f7a5";
}
.fa-grip-vertical:before {
    content: "\f58e";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guilded:before {
    content: "\e07e";
}
.fa-guitar:before {
    content: "\f7a6";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hamburger:before {
    content: "\f805";
}
.fa-hammer:before {
    content: "\f6e3";
}
.fa-hamsa:before {
    content: "\f665";
}
.fa-hand-holding:before {
    content: "\f4bd";
}
.fa-hand-holding-heart:before {
    content: "\f4be";
}
.fa-hand-holding-medical:before {
    content: "\e05c";
}
.fa-hand-holding-usd:before {
    content: "\f4c0";
}
.fa-hand-holding-water:before {
    content: "\f4c1";
}
.fa-hand-lizard:before {
    content: "\f258";
}
.fa-hand-middle-finger:before {
    content: "\f806";
}
.fa-hand-paper:before {
    content: "\f256";
}
.fa-hand-peace:before {
    content: "\f25b";
}
.fa-hand-point-down:before {
    content: "\f0a7";
}
.fa-hand-point-left:before {
    content: "\f0a5";
}
.fa-hand-point-right:before {
    content: "\f0a4";
}
.fa-hand-point-up:before {
    content: "\f0a6";
}
.fa-hand-pointer:before {
    content: "\f25a";
}
.fa-hand-rock:before {
    content: "\f255";
}
.fa-hand-scissors:before {
    content: "\f257";
}
.fa-hand-sparkles:before {
    content: "\e05d";
}
.fa-hand-spock:before {
    content: "\f259";
}
.fa-hands:before {
    content: "\f4c2";
}
.fa-hands-helping:before {
    content: "\f4c4";
}
.fa-hands-wash:before {
    content: "\e05e";
}
.fa-handshake:before {
    content: "\f2b5";
}
.fa-handshake-alt-slash:before {
    content: "\e05f";
}
.fa-handshake-slash:before {
    content: "\e060";
}
.fa-hanukiah:before {
    content: "\f6e6";
}
.fa-hard-hat:before {
    content: "\f807";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hat-cowboy:before {
    content: "\f8c0";
}
.fa-hat-cowboy-side:before {
    content: "\f8c1";
}
.fa-hat-wizard:before {
    content: "\f6e8";
}
.fa-hdd:before {
    content: "\f0a0";
}
.fa-head-side-cough:before {
    content: "\e061";
}
.fa-head-side-cough-slash:before {
    content: "\e062";
}
.fa-head-side-mask:before {
    content: "\e063";
}
.fa-head-side-virus:before {
    content: "\e064";
}
.fa-heading:before {
    content: "\f1dc";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-headphones-alt:before {
    content: "\f58f";
}
.fa-headset:before {
    content: "\f590";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heart-broken:before {
    content: "\f7a9";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-helicopter:before {
    content: "\f533";
}
.fa-highlighter:before {
    content: "\f591";
}
.fa-hiking:before {
    content: "\f6ec";
}
.fa-hippo:before {
    content: "\f6ed";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-history:before {
    content: "\f1da";
}
.fa-hive:before {
    content: "\e07f";
}
.fa-hockey-puck:before {
    content: "\f453";
}
.fa-holly-berry:before {
    content: "\f7aa";
}
.fa-home:before {
    content: "\f015";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-horse:before {
    content: "\f6f0";
}
.fa-horse-head:before {
    content: "\f7ab";
}
.fa-hospital:before {
    content: "\f0f8";
}
.fa-hospital-alt:before {
    content: "\f47d";
}
.fa-hospital-symbol:before {
    content: "\f47e";
}
.fa-hospital-user:before {
    content: "\f80d";
}
.fa-hot-tub:before {
    content: "\f593";
}
.fa-hotdog:before {
    content: "\f80f";
}
.fa-hotel:before {
    content: "\f594";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-house-damage:before {
    content: "\f6f1";
}
.fa-house-user:before {
    content: "\e065";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-hryvnia:before {
    content: "\f6f2";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-ice-cream:before {
    content: "\f810";
}
.fa-icicles:before {
    content: "\f7ad";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-ideal:before {
    content: "\e013";
}
.fa-igloo:before {
    content: "\f7ae";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-industry:before {
    content: "\f275";
}
.fa-infinity:before {
    content: "\f534";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-innosoft:before {
    content: "\e080";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-instalod:before {
    content: "\e081";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-italic:before {
    content: "\f033";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi:before {
    content: "\f669";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joint:before {
    content: "\f595";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-journal-whills:before {
    content: "\f66a";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaaba:before {
    content: "\f66b";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-key:before {
    content: "\f084";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keyboard:before {
    content: "\f11c";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-khanda:before {
    content: "\f66d";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-kiss:before {
    content: "\f596";
}
.fa-kiss-beam:before {
    content: "\f597";
}
.fa-kiss-wink-heart:before {
    content: "\f598";
}
.fa-kiwi-bird:before {
    content: "\f535";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-landmark:before {
    content: "\f66f";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-laptop-code:before {
    content: "\f5fc";
}
.fa-laptop-house:before {
    content: "\e066";
}
.fa-laptop-medical:before {
    content: "\f812";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-laugh:before {
    content: "\f599";
}
.fa-laugh-beam:before {
    content: "\f59a";
}
.fa-laugh-squint:before {
    content: "\f59b";
}
.fa-laugh-wink:before {
    content: "\f59c";
}
.fa-layer-group:before {
    content: "\f5fd";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-lemon:before {
    content: "\f094";
}
.fa-less:before {
    content: "\f41d";
}
.fa-less-than:before {
    content: "\f536";
}
.fa-less-than-equal:before {
    content: "\f537";
}
.fa-level-down-alt:before {
    content: "\f3be";
}
.fa-level-up-alt:before {
    content: "\f3bf";
}
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lira-sign:before {
    content: "\f195";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-lock:before {
    content: "\f023";
}
.fa-lock-open:before {
    content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
    content: "\f309";
}
.fa-long-arrow-alt-left:before {
    content: "\f30a";
}
.fa-long-arrow-alt-right:before {
    content: "\f30b";
}
.fa-long-arrow-alt-up:before {
    content: "\f30c";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-luggage-cart:before {
    content: "\f59d";
}
.fa-lungs:before {
    content: "\f604";
}
.fa-lungs-virus:before {
    content: "\e067";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-mail-bulk:before {
    content: "\f674";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-male:before {
    content: "\f183";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-marked:before {
    content: "\f59f";
}
.fa-map-marked-alt:before {
    content: "\f5a0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-marker:before {
    content: "\f5a1";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mask:before {
    content: "\f6fa";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-mdb:before {
    content: "\f8ca";
}
.fa-medal:before {
    content: "\f5a2";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-medium-m:before {
    content: "\f3c7";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-meh:before {
    content: "\f11a";
}
.fa-meh-blank:before {
    content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}
.fa-memory:before {
    content: "\f538";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-menorah:before {
    content: "\f676";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-meteor:before {
    content: "\f753";
}
.fa-microblog:before {
    content: "\e01a";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-alt:before {
    content: "\f3c9";
}
.fa-microphone-alt-slash:before {
    content: "\f539";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-microscope:before {
    content: "\f610";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-mitten:before {
    content: "\f7b5";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mixer:before {
    content: "\e056";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-money-bill:before {
    content: "\f0d6";
}
.fa-money-bill-alt:before {
    content: "\f3d1";
}
.fa-money-bill-wave:before {
    content: "\f53a";
}
.fa-money-bill-wave-alt:before {
    content: "\f53b";
}
.fa-money-check:before {
    content: "\f53c";
}
.fa-money-check-alt:before {
    content: "\f53d";
}
.fa-monument:before {
    content: "\f5a6";
}
.fa-moon:before {
    content: "\f186";
}
.fa-mortar-pestle:before {
    content: "\f5a7";
}
.fa-mosque:before {
    content: "\f678";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mountain:before {
    content: "\f6fc";
}
.fa-mouse:before {
    content: "\f8cc";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-mug-hot:before {
    content: "\f7b6";
}
.fa-music:before {
    content: "\f001";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neos:before {
    content: "\f612";
}
.fa-network-wired:before {
    content: "\f6ff";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-not-equal:before {
    content: "\f53e";
}
.fa-notes-medical:before {
    content: "\f481";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-octopus-deploy:before {
    content: "\e082";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-oil-can:before {
    content: "\f613";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-om:before {
    content: "\f679";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-orcid:before {
    content: "\f8d2";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-otter:before {
    content: "\f700";
}
.fa-outdent:before {
    content: "\f03b";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-pager:before {
    content: "\f815";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-paint-roller:before {
    content: "\f5aa";
}
.fa-palette:before {
    content: "\f53f";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-pallet:before {
    content: "\f482";
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-parachute-box:before {
    content: "\f4cd";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-parking:before {
    content: "\f540";
}
.fa-passport:before {
    content: "\f5ab";
}
.fa-pastafarianism:before {
    content: "\f67b";
}
.fa-paste:before {
    content: "\f0ea";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-peace:before {
    content: "\f67c";
}
.fa-pen:before {
    content: "\f304";
}
.fa-pen-alt:before {
    content: "\f305";
}
.fa-pen-fancy:before {
    content: "\f5ac";
}
.fa-pen-nib:before {
    content: "\f5ad";
}
.fa-pen-square:before {
    content: "\f14b";
}
.fa-pencil-alt:before {
    content: "\f303";
}
.fa-pencil-ruler:before {
    content: "\f5ae";
}
.fa-penny-arcade:before {
    content: "\f704";
}
.fa-people-arrows:before {
    content: "\e068";
}
.fa-people-carry:before {
    content: "\f4ce";
}
.fa-pepper-hot:before {
    content: "\f816";
}
.fa-perbyte:before {
    content: "\e083";
}
.fa-percent:before {
    content: "\f295";
}
.fa-percentage:before {
    content: "\f541";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-person-booth:before {
    content: "\f756";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-alt:before {
    content: "\f879";
}
.fa-phone-slash:before {
    content: "\f3dd";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-phone-square-alt:before {
    content: "\f87b";
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.fa-photo-video:before {
    content: "\f87c";
}
.fa-php:before {
    content: "\f457";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-square:before {
    content: "\e01e";
}
.fa-piggy-bank:before {
    content: "\f4d3";
}
.fa-pills:before {
    content: "\f484";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pizza-slice:before {
    content: "\f818";
}
.fa-place-of-worship:before {
    content: "\f67f";
}
.fa-plane:before {
    content: "\f072";
}
.fa-plane-arrival:before {
    content: "\f5af";
}
.fa-plane-departure:before {
    content: "\f5b0";
}
.fa-plane-slash:before {
    content: "\e069";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-poll:before {
    content: "\f681";
}
.fa-poll-h:before {
    content: "\f682";
}
.fa-poo:before {
    content: "\f2fe";
}
.fa-poo-storm:before {
    content: "\f75a";
}
.fa-poop:before {
    content: "\f619";
}
.fa-portrait:before {
    content: "\f3e0";
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-pray:before {
    content: "\f683";
}
.fa-praying-hands:before {
    content: "\f684";
}
.fa-prescription:before {
    content: "\f5b1";
}
.fa-prescription-bottle:before {
    content: "\f485";
}
.fa-prescription-bottle-alt:before {
    content: "\f486";
}
.fa-print:before {
    content: "\f02f";
}
.fa-procedures:before {
    content: "\f487";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-project-diagram:before {
    content: "\f542";
}
.fa-pump-medical:before {
    content: "\e06a";
}
.fa-pump-soap:before {
    content: "\e06b";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-question:before {
    content: "\f128";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-quidditch:before {
    content: "\f458";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-quran:before {
    content: "\f687";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-radiation:before {
    content: "\f7b9";
}
.fa-radiation-alt:before {
    content: "\f7ba";
}
.fa-rainbow:before {
    content: "\f75b";
}
.fa-random:before {
    content: "\f074";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-receipt:before {
    content: "\f543";
}
.fa-record-vinyl:before {
    content: "\f8d9";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-redo:before {
    content: "\f01e";
}
.fa-redo-alt:before {
    content: "\f2f9";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-remove-format:before {
    content: "\f87d";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-republican:before {
    content: "\f75e";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-restroom:before {
    content: "\f7bd";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-ribbon:before {
    content: "\f4d6";
}
.fa-ring:before {
    content: "\f70b";
}
.fa-road:before {
    content: "\f018";
}
.fa-robot:before {
    content: "\f544";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-route:before {
    content: "\f4d7";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-ruble-sign:before {
    content: "\f158";
}
.fa-ruler:before {
    content: "\f545";
}
.fa-ruler-combined:before {
    content: "\f546";
}
.fa-ruler-horizontal:before {
    content: "\f547";
}
.fa-ruler-vertical:before {
    content: "\f548";
}
.fa-running:before {
    content: "\f70c";
}
.fa-rupee-sign:before {
    content: "\f156";
}
.fa-rust:before {
    content: "\e07a";
}
.fa-sad-cry:before {
    content: "\f5b3";
}
.fa-sad-tear:before {
    content: "\f5b4";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-satellite:before {
    content: "\f7bf";
}
.fa-satellite-dish:before {
    content: "\f7c0";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-school:before {
    content: "\f549";
}
.fa-screwdriver:before {
    content: "\f54a";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-scroll:before {
    content: "\f70e";
}
.fa-sd-card:before {
    content: "\f7c2";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-dollar:before {
    content: "\f688";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-seedling:before {
    content: "\f4d8";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-server:before {
    content: "\f233";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shapes:before {
    content: "\f61f";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-shekel-sign:before {
    content: "\f20b";
}
.fa-shield-alt:before {
    content: "\f3ed";
}
.fa-shield-virus:before {
    content: "\e06c";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-shipping-fast:before {
    content: "\f48b";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shoe-prints:before {
    content: "\f54b";
}
.fa-shopify:before {
    content: "\e057";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-shuttle-van:before {
    content: "\f5b6";
}
.fa-sign:before {
    content: "\f4d9";
}
.fa-sign-in-alt:before {
    content: "\f2f6";
}
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
}
.fa-signal:before {
    content: "\f012";
}
.fa-signature:before {
    content: "\f5b7";
}
.fa-sim-card:before {
    content: "\f7c4";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sink:before {
    content: "\e06d";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-sith:before {
    content: "\f512";
}
.fa-skating:before {
    content: "\f7c5";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-skiing:before {
    content: "\f7c9";
}
.fa-skiing-nordic:before {
    content: "\f7ca";
}
.fa-skull:before {
    content: "\f54c";
}
.fa-skull-crossbones:before {
    content: "\f714";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f3ef";
}
.fa-slash:before {
    content: "\f715";
}
.fa-sleigh:before {
    content: "\f7cc";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-smile:before {
    content: "\f118";
}
.fa-smile-beam:before {
    content: "\f5b8";
}
.fa-smile-wink:before {
    content: "\f4da";
}
.fa-smog:before {
    content: "\f75f";
}
.fa-smoking:before {
    content: "\f48d";
}
.fa-smoking-ban:before {
    content: "\f54d";
}
.fa-sms:before {
    content: "\f7cd";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-snowboarding:before {
    content: "\f7ce";
}
.fa-snowflake:before {
    content: "\f2dc";
}
.fa-snowman:before {
    content: "\f7d0";
}
.fa-snowplow:before {
    content: "\f7d2";
}
.fa-soap:before {
    content: "\e06e";
}
.fa-socks:before {
    content: "\f696";
}
.fa-solar-panel:before {
    content: "\f5ba";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-alpha-down:before {
    content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
    content: "\f881";
}
.fa-sort-alpha-up:before {
    content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
    content: "\f882";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-sort-amount-down-alt:before {
    content: "\f884";
}
.fa-sort-amount-up:before {
    content: "\f161";
}
.fa-sort-amount-up-alt:before {
    content: "\f885";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-numeric-down:before {
    content: "\f162";
}
.fa-sort-numeric-down-alt:before {
    content: "\f886";
}
.fa-sort-numeric-up:before {
    content: "\f163";
}
.fa-sort-numeric-up-alt:before {
    content: "\f887";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-spa:before {
    content: "\f5bb";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spell-check:before {
    content: "\f891";
}
.fa-spider:before {
    content: "\f717";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-splotch:before {
    content: "\f5bc";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-spray-can:before {
    content: "\f5bd";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-full:before {
    content: "\f45c";
}
.fa-square-root-alt:before {
    content: "\f698";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-stamp:before {
    content: "\f5bf";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-and-crescent:before {
    content: "\f699";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-star-half-alt:before {
    content: "\f5c0";
}
.fa-star-of-david:before {
    content: "\f69a";
}
.fa-star-of-life:before {
    content: "\f621";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stopwatch:before {
    content: "\f2f2";
}
.fa-stopwatch-20:before {
    content: "\e06f";
}
.fa-store:before {
    content: "\f54e";
}
.fa-store-alt:before {
    content: "\f54f";
}
.fa-store-alt-slash:before {
    content: "\e070";
}
.fa-store-slash:before {
    content: "\e071";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stream:before {
    content: "\f550";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-stroopwafel:before {
    content: "\f551";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-subway:before {
    content: "\f239";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-suitcase-rolling:before {
    content: "\f5c1";
}
.fa-sun:before {
    content: "\f185";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-surprise:before {
    content: "\f5c2";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swatchbook:before {
    content: "\f5c3";
}
.fa-swift:before {
    content: "\f8e1";
}
.fa-swimmer:before {
    content: "\f5c4";
}
.fa-swimming-pool:before {
    content: "\f5c5";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-synagogue:before {
    content: "\f69b";
}
.fa-sync:before {
    content: "\f021";
}
.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-syringe:before {
    content: "\f48e";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-table-tennis:before {
    content: "\f45d";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tablets:before {
    content: "\f490";
}
.fa-tachometer-alt:before {
    content: "\f3fd";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-tape:before {
    content: "\f4db";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-teeth:before {
    content: "\f62e";
}
.fa-teeth-open:before {
    content: "\f62f";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-temperature-high:before {
    content: "\f769";
}
.fa-temperature-low:before {
    content: "\f76b";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-tenge:before {
    content: "\f7d7";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-theater-masks:before {
    content: "\f630";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-thermometer:before {
    content: "\f491";
}
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbtack:before {
    content: "\f08d";
}
.fa-ticket-alt:before {
    content: "\f3ff";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-tint:before {
    content: "\f043";
}
.fa-tint-slash:before {
    content: "\f5c7";
}
.fa-tired:before {
    content: "\f5c8";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-toilet:before {
    content: "\f7d8";
}
.fa-toilet-paper:before {
    content: "\f71e";
}
.fa-toilet-paper-slash:before {
    content: "\e072";
}
.fa-toolbox:before {
    content: "\f552";
}
.fa-tools:before {
    content: "\f7d9";
}
.fa-tooth:before {
    content: "\f5c9";
}
.fa-torah:before {
    content: "\f6a0";
}
.fa-torii-gate:before {
    content: "\f6a1";
}
.fa-tractor:before {
    content: "\f722";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-traffic-light:before {
    content: "\f637";
}
.fa-trailer:before {
    content: "\e041";
}
.fa-train:before {
    content: "\f238";
}
.fa-tram:before {
    content: "\f7da";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-alt:before {
    content: "\f2ed";
}
.fa-trash-restore:before {
    content: "\f829";
}
.fa-trash-restore-alt:before {
    content: "\f82a";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-truck-loading:before {
    content: "\f4de";
}
.fa-truck-monster:before {
    content: "\f63b";
}
.fa-truck-moving:before {
    content: "\f4df";
}
.fa-truck-pickup:before {
    content: "\f63c";
}
.fa-tshirt:before {
    content: "\f553";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbraco:before {
    content: "\f8e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-umbrella-beach:before {
    content: "\f5ca";
}
.fa-uncharted:before {
    content: "\e084";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-undo:before {
    content: "\f0e2";
}
.fa-undo-alt:before {
    content: "\f2ea";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-unity:before {
    content: "\e049";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-university:before {
    content: "\f19c";
}
.fa-unlink:before {
    content: "\f127";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-unsplash:before {
    content: "\e07c";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-upload:before {
    content: "\f093";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-alt-slash:before {
    content: "\f4fa";
}
.fa-user-astronaut:before {
    content: "\f4fb";
}
.fa-user-check:before {
    content: "\f4fc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-clock:before {
    content: "\f4fd";
}
.fa-user-cog:before {
    content: "\f4fe";
}
.fa-user-edit:before {
    content: "\f4ff";
}
.fa-user-friends:before {
    content: "\f500";
}
.fa-user-graduate:before {
    content: "\f501";
}
.fa-user-injured:before {
    content: "\f728";
}
.fa-user-lock:before {
    content: "\f502";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-minus:before {
    content: "\f503";
}
.fa-user-ninja:before {
    content: "\f504";
}
.fa-user-nurse:before {
    content: "\f82f";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-shield:before {
    content: "\f505";
}
.fa-user-slash:before {
    content: "\f506";
}
.fa-user-tag:before {
    content: "\f507";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-users-cog:before {
    content: "\f509";
}
.fa-users-slash:before {
    content: "\e073";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-utensil-spoon:before {
    content: "\f2e5";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-vector-square:before {
    content: "\f5cb";
}
.fa-venus:before {
    content: "\f221";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-vest:before {
    content: "\e085";
}
.fa-vest-patches:before {
    content: "\e086";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-vial:before {
    content: "\f492";
}
.fa-vials:before {
    content: "\f493";
}
.fa-viber:before {
    content: "\f409";
}
.fa-video:before {
    content: "\f03d";
}
.fa-video-slash:before {
    content: "\f4e2";
}
.fa-vihara:before {
    content: "\f6a7";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-virus:before {
    content: "\e074";
}
.fa-virus-slash:before {
    content: "\e075";
}
.fa-viruses:before {
    content: "\e076";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-voicemail:before {
    content: "\f897";
}
.fa-volleyball-ball:before {
    content: "\f45f";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-mute:before {
    content: "\f6a9";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-vote-yea:before {
    content: "\f772";
}
.fa-vr-cardboard:before {
    content: "\f729";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-walking:before {
    content: "\f554";
}
.fa-wallet:before {
    content: "\f555";
}
.fa-warehouse:before {
    content: "\f494";
}
.fa-watchman-monitoring:before {
    content: "\e087";
}
.fa-water:before {
    content: "\f773";
}
.fa-wave-square:before {
    content: "\f83e";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weight:before {
    content: "\f496";
}
.fa-weight-hanging:before {
    content: "\f5cd";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-wind:before {
    content: "\f72e";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wine-bottle:before {
    content: "\f72f";
}
.fa-wine-glass:before {
    content: "\f4e3";
}
.fa-wine-glass-alt:before {
    content: "\f5ce";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wodu:before {
    content: "\e088";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-won-sign:before {
    content: "\f159";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-x-ray:before {
    content: "\f497";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yen-sign:before {
    content: "\f157";
}
.fa-yin-yang:before {
    content: "\f6ad";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix)
            format("embedded-opentype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2)
            format("woff2"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff)
            format("woff"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf)
            format("truetype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome)
            format("svg");
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix)
            format("embedded-opentype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2)
            format("woff2"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff)
            format("woff"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf)
            format("truetype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome)
            format("svg");
}
.fab,
.far {
    font-weight: 400;
}
@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix)
            format("embedded-opentype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2)
            format("woff2"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff)
            format("woff"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf)
            format("truetype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome)
            format("svg");
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
    font-weight: 900;
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
    content: "\f000";
}
.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-star-o:before {
    content: "\f005";
}
.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d";
}
.fa.fa-gear:before {
    content: "\f013";
}
.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-trash-o:before {
    content: "\f2ed";
}
.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-o:before {
    content: "\f15b";
}
.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-clock-o:before {
    content: "\f017";
}
.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-arrow-circle-o-down:before {
    content: "\f358";
}
.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-arrow-circle-o-up:before {
    content: "\f35b";
}
.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-play-circle-o:before {
    content: "\f144";
}
.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e";
}
.fa.fa-refresh:before {
    content: "\f021";
}
.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-dedent:before {
    content: "\f03b";
}
.fa.fa-video-camera:before {
    content: "\f03d";
}
.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-picture-o:before {
    content: "\f03e";
}
.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-photo:before {
    content: "\f03e";
}
.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-image:before {
    content: "\f03e";
}
.fa.fa-pencil:before {
    content: "\f303";
}
.fa.fa-map-marker:before {
    content: "\f3c5";
}
.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-pencil-square-o:before {
    content: "\f044";
}
.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-share-square-o:before {
    content: "\f14d";
}
.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-check-square-o:before {
    content: "\f14a";
}
.fa.fa-arrows:before {
    content: "\f0b2";
}
.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-times-circle-o:before {
    content: "\f057";
}
.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-check-circle-o:before {
    content: "\f058";
}
.fa.fa-mail-forward:before {
    content: "\f064";
}
.fa.fa-expand:before {
    content: "\f424";
}
.fa.fa-compress:before {
    content: "\f422";
}
.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-warning:before {
    content: "\f071";
}
.fa.fa-calendar:before {
    content: "\f073";
}
.fa.fa-arrows-v:before {
    content: "\f338";
}
.fa.fa-arrows-h:before {
    content: "\f337";
}
.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-bar-chart:before {
    content: "\f080";
}
.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-bar-chart-o:before {
    content: "\f080";
}
.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-gears:before {
    content: "\f085";
}
.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-thumbs-o-up:before {
    content: "\f164";
}
.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-thumbs-o-down:before {
    content: "\f165";
}
.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-heart-o:before {
    content: "\f004";
}
.fa.fa-sign-out:before {
    content: "\f2f5";
}
.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-linkedin-square:before {
    content: "\f08c";
}
.fa.fa-thumb-tack:before {
    content: "\f08d";
}
.fa.fa-external-link:before {
    content: "\f35d";
}
.fa.fa-sign-in:before {
    content: "\f2f6";
}
.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-lemon-o:before {
    content: "\f094";
}
.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-square-o:before {
    content: "\f0c8";
}
.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-bookmark-o:before {
    content: "\f02e";
}
.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-facebook:before {
    content: "\f39e";
}
.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-facebook-f:before {
    content: "\f39e";
}
.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-feed:before {
    content: "\f09e";
}
.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hdd-o:before {
    content: "\f0a0";
}
.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa.fa-arrows-alt:before {
    content: "\f31e";
}
.fa.fa-group:before {
    content: "\f0c0";
}
.fa.fa-chain:before {
    content: "\f0c1";
}
.fa.fa-scissors:before {
    content: "\f0c4";
}
.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-files-o:before {
    content: "\f0c5";
}
.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-floppy-o:before {
    content: "\f0c7";
}
.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9";
}
.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-google-plus:before {
    content: "\f0d5";
}
.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-money:before {
    content: "\f3d1";
}
.fa.fa-unsorted:before {
    content: "\f0dc";
}
.fa.fa-sort-desc:before {
    content: "\f0dd";
}
.fa.fa-sort-asc:before {
    content: "\f0de";
}
.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-linkedin:before {
    content: "\f0e1";
}
.fa.fa-rotate-left:before {
    content: "\f0e2";
}
.fa.fa-legal:before {
    content: "\f0e3";
}
.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd";
}
.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-comment-o:before {
    content: "\f075";
}
.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-comments-o:before {
    content: "\f086";
}
.fa.fa-flash:before {
    content: "\f0e7";
}
.fa.fa-clipboard,
.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-paste:before {
    content: "\f328";
}
.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa.fa-exchange:before {
    content: "\f362";
}
.fa.fa-cloud-download:before {
    content: "\f381";
}
.fa.fa-cloud-upload:before {
    content: "\f382";
}
.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-bell-o:before {
    content: "\f0f3";
}
.fa.fa-cutlery:before {
    content: "\f2e7";
}
.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-text-o:before {
    content: "\f15c";
}
.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-building-o:before {
    content: "\f1ad";
}
.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hospital-o:before {
    content: "\f0f8";
}
.fa.fa-tablet:before {
    content: "\f3fa";
}
.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd";
}
.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-circle-o:before {
    content: "\f111";
}
.fa.fa-mail-reply:before {
    content: "\f3e5";
}
.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-folder-o:before {
    content: "\f07b";
}
.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-folder-open-o:before {
    content: "\f07c";
}
.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-smile-o:before {
    content: "\f118";
}
.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-frown-o:before {
    content: "\f119";
}
.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-meh-o:before {
    content: "\f11a";
}
.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-keyboard-o:before {
    content: "\f11c";
}
.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-flag-o:before {
    content: "\f024";
}
.fa.fa-mail-reply-all:before {
    content: "\f122";
}
.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-star-half-o:before {
    content: "\f089";
}
.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-star-half-empty:before {
    content: "\f089";
}
.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-star-half-full:before {
    content: "\f089";
}
.fa.fa-code-fork:before {
    content: "\f126";
}
.fa.fa-chain-broken:before {
    content: "\f127";
}
.fa.fa-shield:before {
    content: "\f3ed";
}
.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-calendar-o:before {
    content: "\f133";
}
.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-ticket:before {
    content: "\f3ff";
}
.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-minus-square-o:before {
    content: "\f146";
}
.fa.fa-level-up:before {
    content: "\f3bf";
}
.fa.fa-level-down:before {
    content: "\f3be";
}
.fa.fa-pencil-square:before {
    content: "\f14b";
}
.fa.fa-external-link-square:before {
    content: "\f360";
}
.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-toggle-down:before {
    content: "\f150";
}
.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-toggle-up:before {
    content: "\f151";
}
.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-toggle-right:before {
    content: "\f152";
}
.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153";
}
.fa.fa-gbp:before {
    content: "\f154";
}
.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155";
}
.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\f156";
}
.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157";
}
.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158";
}
.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159";
}
.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-bitcoin:before {
    content: "\f15a";
}
.fa.fa-file-text:before {
    content: "\f15c";
}
.fa.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa.fa-sort-alpha-desc:before {
    content: "\f881";
}
.fa.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa.fa-sort-amount-desc:before {
    content: "\f884";
}
.fa.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa.fa-sort-numeric-desc:before {
    content: "\f886";
}
.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-youtube-play:before {
    content: "\f167";
}
.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-bitbucket-square:before {
    content: "\f171";
}
.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-long-arrow-down:before {
    content: "\f309";
}
.fa.fa-long-arrow-up:before {
    content: "\f30c";
}
.fa.fa-long-arrow-left:before {
    content: "\f30a";
}
.fa.fa-long-arrow-right:before {
    content: "\f30b";
}
.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-gittip:before {
    content: "\f184";
}
.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-sun-o:before {
    content: "\f185";
}
.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-moon-o:before {
    content: "\f186";
}
.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-arrow-circle-o-right:before {
    content: "\f35a";
}
.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-arrow-circle-o-left:before {
    content: "\f359";
}
.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-toggle-left:before {
    content: "\f191";
}
.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-dot-circle-o:before {
    content: "\f192";
}
.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\f195";
}
.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-plus-square-o:before {
    content: "\f0fe";
}
.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c";
}
.fa.fa-mortar-board:before {
    content: "\f19d";
}
.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-spoon:before {
    content: "\f2e5";
}
.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-automobile:before {
    content: "\f1b9";
}
.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-envelope-o:before {
    content: "\f0e0";
}
.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-word-o:before {
    content: "\f1c2";
}
.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-image-o:before {
    content: "\f1c5";
}
.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-photo-o:before {
    content: "\f1c5";
}
.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-picture-o:before {
    content: "\f1c5";
}
.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-zip-o:before {
    content: "\f1c6";
}
.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-sound-o:before {
    content: "\f1c7";
}
.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-video-o:before {
    content: "\f1c8";
}
.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-movie-o:before {
    content: "\f1c8";
}
.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-file-code-o:before {
    content: "\f1c9";
}
.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-life-bouy:before {
    content: "\f1cd";
}
.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-life-buoy:before {
    content: "\f1cd";
}
.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-life-saver:before {
    content: "\f1cd";
}
.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-support:before {
    content: "\f1cd";
}
.fa.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa.fa-ra,
.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-ra:before {
    content: "\f1d0";
}
.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-resistance:before {
    content: "\f1d0";
}
.fa.fa-empire,
.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-ge:before {
    content: "\f1d1";
}
.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-y-combinator-square:before {
    content: "\f1d4";
}
.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-yc-square:before {
    content: "\f1d4";
}
.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-wechat:before {
    content: "\f1d7";
}
.fa.fa-send:before {
    content: "\f1d8";
}
.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-paper-plane-o:before {
    content: "\f1d8";
}
.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-send-o:before {
    content: "\f1d8";
}
.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-circle-thin:before {
    content: "\f111";
}
.fa.fa-header:before {
    content: "\f1dc";
}
.fa.fa-sliders:before {
    content: "\f1de";
}
.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-futbol-o:before {
    content: "\f1e3";
}
.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-soccer-ball-o:before {
    content: "\f1e3";
}
.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-bell-slash-o:before {
    content: "\f1f6";
}
.fa.fa-trash:before {
    content: "\f2ed";
}
.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-eyedropper:before {
    content: "\f1fb";
}
.fa.fa-area-chart:before {
    content: "\f1fe";
}
.fa.fa-pie-chart:before {
    content: "\f200";
}
.fa.fa-line-chart:before {
    content: "\f201";
}
.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-cc:before {
    content: "\f20a";
}
.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b";
}
.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-meanpath:before {
    content: "\f2b4";
}
.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-diamond:before {
    content: "\f3a5";
}
.fa.fa-intersex:before {
    content: "\f224";
}
.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-facebook-official:before {
    content: "\f09a";
}
.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-hotel:before {
    content: "\f236";
}
.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-yc:before {
    content: "\f23b";
}
.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240";
}
.fa.fa-battery-3:before {
    content: "\f241";
}
.fa.fa-battery-2:before {
    content: "\f242";
}
.fa.fa-battery-1:before {
    content: "\f243";
}
.fa.fa-battery-0:before {
    content: "\f244";
}
.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-sticky-note-o:before {
    content: "\f249";
}
.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hourglass-o:before {
    content: "\f254";
}
.fa.fa-hourglass-1:before {
    content: "\f251";
}
.fa.fa-hourglass-2:before {
    content: "\f252";
}
.fa.fa-hourglass-3:before {
    content: "\f253";
}
.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-rock-o:before {
    content: "\f255";
}
.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-grab-o:before {
    content: "\f255";
}
.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-paper-o:before {
    content: "\f256";
}
.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-stop-o:before {
    content: "\f256";
}
.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-spock-o:before {
    content: "\f259";
}
.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-television:before {
    content: "\f26c";
}
.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-calendar-times-o:before {
    content: "\f273";
}
.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-calendar-check-o:before {
    content: "\f274";
}
.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-map-o:before {
    content: "\f279";
}
.fa.fa-commenting:before {
    content: "\f4ad";
}
.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-commenting-o:before {
    content: "\f4ad";
}
.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-vimeo:before {
    content: "\f27d";
}
.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-credit-card-alt:before {
    content: "\f09d";
}
.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-pause-circle-o:before {
    content: "\f28b";
}
.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-stop-circle-o:before {
    content: "\f28d";
}
.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-wheelchair-alt:before {
    content: "\f368";
}
.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-question-circle-o:before {
    content: "\f059";
}
.fa.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa.fa-asl-interpreting:before {
    content: "\f2a3";
}
.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4";
}
.fa.fa-glide,
.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-signing:before {
    content: "\f2a7";
}
.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-google-plus-circle:before {
    content: "\f2b3";
}
.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-fa:before {
    content: "\f2b4";
}
.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-handshake-o:before {
    content: "\f2b5";
}
.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-envelope-open-o:before {
    content: "\f2b6";
}
.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-address-book-o:before {
    content: "\f2b9";
}
.fa.fa-vcard:before {
    content: "\f2bb";
}
.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-address-card-o:before {
    content: "\f2bb";
}
.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-vcard-o:before {
    content: "\f2bb";
}
.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-user-circle-o:before {
    content: "\f2bd";
}
.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-user-o:before {
    content: "\f007";
}
.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-drivers-license:before {
    content: "\f2c2";
}
.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-id-card-o:before {
    content: "\f2c2";
}
.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-drivers-license-o:before {
    content: "\f2c2";
}
.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7";
}
.fa.fa-thermometer-3:before {
    content: "\f2c8";
}
.fa.fa-thermometer-2:before {
    content: "\f2c9";
}
.fa.fa-thermometer-1:before {
    content: "\f2ca";
}
.fa.fa-thermometer-0:before {
    content: "\f2cb";
}
.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd";
}
.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-times-rectangle:before {
    content: "\f410";
}
.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-window-close-o:before {
    content: "\f410";
}
.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-times-rectangle-o:before {
    content: "\f410";
}
.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-eercast:before {
    content: "\f2da";
}
.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.fa.fa-snowflake-o:before {
    content: "\f2dc";
}
.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa.fa-cab:before {
    content: "\f1ba";
}
.tm_cursor_mouse_helper {
    --mouse-helper-width: 15px;
    --mouse-helper-height: 15px;
    --mouse-helper-left: 5px;
    --mouse-helper-top: 25px;
    position: fixed;
    z-index: 999999;
    top: var(--mouse-helper-top);
    left: var(--mouse-helper-left);
    width: var(--mouse-helper-width);
    height: var(--mouse-helper-height);
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: left 0.3s ease, top 0.3s ease, width 0.3s ease,
        height 0.3s ease, opacity 0.3s ease, color 0.3s ease,
        background-color 0.3s ease;
    -ms-transition: left 0.3s ease, top 0.3s ease, width 0.3s ease,
        height 0.3s ease, opacity 0.3s ease, color 0.3s ease,
        background-color 0.3s ease;
    transition: left 0.3s ease, top 0.3s ease, width 0.3s ease, height 0.3s ease,
        opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 0.75em;
    text-indent: 200px;
    line-height: 1.25em;
    text-align: center;
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    opacity: 0;
    pointer-events: none;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_permanent {
    opacity: 0.5;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_centered {
    left: calc(var(--mouse-helper-width) / -2);
    top: calc(var(--mouse-helper-height) / -2);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_left:not(
        .tm_cursor_mouse_helper_centered
    ) {
    left: calc(var(--mouse-helper-width) * -1 - 15px);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_top:not(
        .tm_cursor_mouse_helper_centered
    ) {
    top: calc(var(--mouse-helper-height) * -1 - 15px);
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_icon {
    font-size: 3em;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_text
    .tm_cursor_mouse_helper_icon {
    margin-bottom: 0.25em;
    font-size: 1.5em;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_text_round
    .tm_cursor_mouse_helper_icon {
    margin-bottom: 0;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_text_round {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
body:not(.rtl) .tm_cursor_mouse_helper .tm_cursor_mouse_helper_text_round {
    -webkit-animation: spin-ccw 8s infinite linear;
    -ms-animation: spin-ccw 8s infinite linear;
    animation: spin-ccw 8s infinite linear;
}
body.rtl .tm_cursor_mouse_helper .tm_cursor_mouse_helper_text_round {
    -webkit-animation: spin 8s infinite linear;
    -ms-animation: spin 8s infinite linear;
    animation: spin 8s infinite linear;
}
.tm_cursor_mouse_helper
    .tm_cursor_mouse_helper_text_round
    .tm_cursor_mouse_helper_text_round_item {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    line-height: 1.25em;
}
body.rtl
    .tm_cursor_mouse_helper
    .tm_cursor_mouse_helper_text_round
    .tm_cursor_mouse_helper_text_round_item {
    left: auto;
    right: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active {
    --mouse-helper-width: 25px;
    --mouse-helper-height: 25px;
    color: #fff;
    opacity: 1;
    text-indent: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_action_highlight {
    display: none;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_icon {
    --mouse-helper-width: 50px;
    --mouse-helper-height: 50px;
    padding: 5px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_text {
    --mouse-helper-width: 75px;
    --mouse-helper-height: 75px;
    padding: 5px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image {
    --mouse-helper-width: 128px;
    --mouse-helper-height: 128px;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
    --mouse-helper-width: 160px;
    --mouse-helper-height: 160px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text
    .tm_cursor_mouse_helper_image:before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
[data-mouse-helper="highlight"] {
    color: rgba(255, 255, 255, 0.25);
    -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-background-clip: text;
    background-image: radial-gradient(closest-side, #fff 78%, transparent 0);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0 0;
}
[data-mouse-helper="highlight"].tm_cursor_mouse_helper_over {
    background-size: 5em 5em;
}
[data-mouse-helper="highlight"].sc_item_title_style_shadow {
    position: relative;
    z-index: 1;
}
[data-mouse-helper="highlight"].sc_item_title_style_gradient
    .sc_item_title_text {
    opacity: 0.75;
}
body.elementor-editor-active .tm_cursor_mouse_helper {
    display: none !important;
}
[data-mouse-helper-hide-cursor="1"],
[data-mouse-helper-hide-cursor="1"] * {
    cursor: none !important;
} /*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
address,
dl,
ol,
p,
ul {
    margin-bottom: 1rem;
}
.alert-heading,
a > code,
hr,
pre code {
    color: inherit;
}
dd,
legend {
    margin-bottom: 0.5rem;
}
address,
legend {
    line-height: inherit;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.g-0,
.gy-0,
.row {
    --bs-gutter-y: 0;
}
.collapsing,
.form-control[type="file"] {
    overflow: hidden;
}
.navbar,
sub,
sup {
    position: relative;
}
.btn,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link {
    text-decoration: none;
}
.badge,
.navbar-brand,
.progress-bar {
    white-space: nowrap;
}
:root {
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
}
*,
:after,
:before {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    margin: 1rem 0;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}
dl,
ol,
p,
ul {
    margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.btn,
.form-control[type="file"]:not(:disabled):not([readonly]),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
    cursor: pointer;
}
address {
    font-style: normal;
}
ol,
ul {
    padding-left: 2rem;
}
.accordion-header,
.blockquote > :last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
.alert-link,
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
blockquote,
figure {
    margin: 0 0 1rem;
}
.blockquote,
.blockquote-footer,
pre {
    margin-bottom: 1rem;
}
b,
strong {
    font-weight: bolder;
}
.small,
small {
    font-size: 0.875em;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.form-control,
.form-control:focus,
.form-select,
.input-text,
.input-text:focus {
    background-color: #fff;
    color: #212529;
}
sub,
sup {
    font-size: 0.75em;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override;
}
code,
pre {
    font-size: 0.875em;
}
pre {
    display: block;
    margin-top: 0;
    overflow: auto;
}
pre code {
    font-size: inherit;
    word-break: normal;
}
code {
    color: #d63384;
    word-wrap: break-word;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
.figure,
.list-inline-item,
label,
output {
    display: inline-block;
}
button {
    border-radius: 0;
}
fieldset,
iframe {
    border: 0;
}
button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
textarea {
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
}
legend {
    float: left;
    width: 100%;
    padding: 0;
    font-size: calc(1.275rem+0.3vw);
}
legend + * {
    clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0;
}
::-webkit-inner-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.blockquote,
.lead {
    font-size: 1.25rem;
}
summary {
    display: list-item;
}
.d-none,
[hidden] {
    display: none !important;
}
.lead {
    font-weight: 300;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.blockquote-footer,
.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer {
    margin-top: -1rem;
}
.blockquote-footer:before {
    content: "— ";
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}
.col-2,
.col-3 {
    flex: 0 0 auto;
}
.col-2 {
    width: 16.6666666667%;
}
.col-3 {
    width: 25%;
}
.col-4,
.col-5 {
    flex: 0 0 auto;
}
.col-4 {
    width: 33.3333333333%;
}
.col-5 {
    width: 41.6666666667%;
}
.col-6,
.col-7 {
    flex: 0 0 auto;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333333333%;
}
.col-8,
.col-9 {
    flex: 0 0 auto;
}
.col-8 {
    width: 66.6666666667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.3333333333%;
}
.offset-2 {
    margin-left: 16.6666666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.3333333333%;
}
.offset-5 {
    margin-left: 41.6666666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.3333333333%;
}
.offset-8 {
    margin-left: 66.6666666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.3333333333%;
}
.offset-11 {
    margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
    .col-sm {
        flex: 1 0 0;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
    .col-md {
        flex: 1 0 0;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
    .col-lg {
        flex: 1 0 0;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
    .col-xl {
        flex: 1 0 0;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
    .col-xxl {
        flex: 1 0 0;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.btn,
.form-select {
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    font-size: 1rem;
}
.table > :not(caption) > * > * {
    padding: 0.5rem;
    background-color: var(--bs-table-bg);
    background-image: linear-gradient(
        var(--bs-table-accent-bg),
        var(--bs-table-accent-bg)
    );
    border-bottom-width: 1px;
}
.table > tbody {
    vertical-align: inherit;
}
.table > thead {
    vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}
.form-control:focus,
.form-select:focus,
.input-text:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    outline: 0;
}
.table-sm > :not(caption) > * > * {
    padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
}
.accordion-button.collapsed,
.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}
.table-primary {
    --bs-table-bg: #cfe2ff;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bacbe6;
}
.form-label {
    margin-bottom: 0.5rem;
}
.nav,
.navbar-nav {
    margin-bottom: 0;
    list-style: none;
}
.form-control,
.input-text {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
textarea.form-control {
    min-height: calc(1.5em+0.75rem+2px);
}
textarea.form-control-sm {
    min-height: calc(1.5em+0.5rem+2px);
}
textarea.form-control-lg {
    min-height: calc(1.5em+1rem+2px);
}
.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'%3e%3cpathfill='none'stroke='%23343a40'stroke-linecap='round'stroke-linejoin='round'stroke-width='2'd='M25l666-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}
.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}
.btn,
.btn:hover {
    color: #212529;
}
.btn {
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus + .btn-primary,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
    color: #fff;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: #fff;
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-check:focus + .btn-success,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
    background-color: #157347;
    border-color: #146c43;
    color: #fff;
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-check:focus + .btn-info,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-check:focus + .btn-danger,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #bb2d3b;
    border-color: #b02a37;
    color: #fff;
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-check:focus + .btn-light,
.btn-light.active:focus,
.btn-light:active:focus,
.btn-light:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-check:focus + .btn-light,
.btn-light.active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-check:focus + .btn-dark,
.btn-dark.active:focus,
.btn-dark:active:focus,
.btn-dark:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #1c1f23;
    border-color: #1a1e21;
    color: #fff;
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f;
}
.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent;
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-success {
    color: #198754;
    border-color: #198754;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-check:focus + .btn-outline-success,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #198754;
    background-color: transparent;
}
.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-check:focus + .btn-outline-info,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent;
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-check:focus + .btn-outline-light,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-dark {
    color: #212529;
    border-color: #212529;
}
.badge:empty,
.collapse:not(.show),
.tab-content > .tab-pane {
    display: none;
}
.collapsing {
    height: 0;
    transition: height 0.35s;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.nav-link,
.tab-content > .active {
    display: block;
}
.nav-link {
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0d6efd;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.alert,
.breadcrumb {
    margin-bottom: 1rem;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
}
.accordion-button,
.alert,
.btn .badge,
.page-link {
    position: relative;
}
.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    align-items: center;
    width: 100%;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.accordion-body,
.accordion-button {
    padding: 1rem 1.25rem;
}
.navbar-toggler:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem;
}
.accordion-button:focus,
.page-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        border-radius 0.15s;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
}
.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%230c63e4'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg);
}
.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvgxmlns='http://www.w3.org/2000/svg'viewBox='001616'fill='%23212529'%3e%3cpathfill-rule='evenodd'd='M1.6464.646a.5.5001.7080L810.293l5.646-5.647a.5.5001.708.708l-66a.5.5001-.7080l-6-6a.5.50010-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}
.accordion-button:hover {
    z-index: 2;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.accordion-collapse {
    border: solid rgba(0, 0, 0, 0.125);
    border-width: 0 1px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: #6c757d;
}
.page-link:focus,
.page-link:hover {
    color: #0a58ca;
    background-color: #e9ecef;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-link {
    display: block;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
}
.page-link:hover {
    z-index: 2;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 3;
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.progress,
.progress-bar {
    display: flex;
    overflow: hidden;
}
.btn .badge {
    top: -1px;
}
.alert {
    padding: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-dismissible {
    padding-right: 3rem;
}
.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.alert-primary .alert-link {
    color: #06357a;
}
.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}
.alert-secondary .alert-link {
    color: #34383c;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert-success .alert-link {
    color: #0c4128;
}
.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}
.alert-info .alert-link {
    color: #04414d;
}
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.alert-warning .alert-link {
    color: #523e02;
}
.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert-danger .alert-link {
    color: #6a1a21;
}
.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light .alert-link {
    color: #4f5050;
}
.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}
.alert-dark .alert-link {
    color: #101214;
}
.progress {
    height: 1rem;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #0d6efd;
    transition: width 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .accordion-button,
    .accordion-button:after,
    .btn,
    .collapsing,
    .form-control,
    .input-text,
    .nav-link,
    .navbar-toggler,
    .page-link,
    .progress-bar {
        transition: none;
    }
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
} /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: flash;
}
@keyframes pulse {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}
.pulse {
    animation-name: pulse;
}
@keyframes rubberBand {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scaleX(1);
    }
}
.rubberBand {
    animation-name: rubberBand;
}
@keyframes shake {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: shake;
}
@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}
@keyframes swing {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: swing;
}
@keyframes tada {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}
.tada {
    animation-name: tada;
}
@keyframes wobble {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        transform: none;
    }
}
.wobble {
    animation-name: wobble;
}
@keyframes jello {
    0%,
    11.1%,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}
.jello {
    animation-name: jello;
    transform-origin: center;
}
@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
.bounceIn {
    animation-name: bounceIn;
}
@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.bounceInDown {
    animation-name: bounceInDown;
}
@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: bounceInLeft;
}
@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInRight {
    animation-name: bounceInRight;
}
@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
.bounceInUp {
    animation-name: bounceInUp;
}
@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-name: bounceOut;
}
@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: bounceOutUp;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: fadeInUpBig;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}
@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}
@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}
@keyframes flipInY {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@keyframes flipOutX {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes flipOutY {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}
@keyframes lightSpeedIn {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}
@keyframes rotateIn {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: rotateInUpRight;
}
@keyframes rotateOut {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}
@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: hinge;
}
@keyframes jackInTheBox {
    0% {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.jackInTheBox {
    animation-name: jackInTheBox;
}
@keyframes rollIn {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: rollIn;
}
@keyframes rollOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.rollOut {
    animation-name: rollOut;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: zoomIn;
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    animation-name: zoomInDown;
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    animation-name: zoomInLeft;
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    animation-name: zoomInRight;
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    animation-name: zoomInUp;
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: zoomOut;
}
@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    animation-name: zoomOutUp;
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInDown {
    animation-name: slideInDown;
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInLeft {
    animation-name: slideInLeft;
}
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInRight {
    animation-name: slideInRight;
}
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInUp {
    animation-name: slideInUp;
}
@keyframes slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: slideOutDown;
}
@keyframes slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: slideOutLeft;
}
@keyframes slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: slideOutRight;
}
@keyframes slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: slideOutUp;
}
@font-face {
    font-display: swap;
    font-family: "linearicons-free";
    src: url("/fonts/linear-icons/fonts/linearicons-free.eot?273577");
    src: url("/fonts/linear-icons/fonts/linearicons-free.eot?273577#iefix")
            format("embedded-opentype"),
        url("/fonts/linear-icons/fonts/linearicons-free.ttf?273577")
            format("truetype"),
        url("/fonts/linear-icons/fonts/linearicons-free.woff?273577")
            format("woff"),
        url("/fonts/linear-icons/fonts/linearicons-free.svg?273577#linearicons-free")
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class^="lnr-icon-"],
[class*=" lnr-icon-"] {
    font-family: "linearicons-free" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lnr-icon-cart:before {
    content: "\e003";
}
.lnr-icon-close:before {
    content: "\e005";
}
.lnr-icon-copy:before {
    content: "\e007";
}
.lnr-icon-dropdown:before {
    content: "\e00a";
}
.lnr-icon-favourite:before {
    content: "\e00c";
}
.lnr-icon-search:before {
    content: "\e01d";
}
.lnr-icon-user:before {
    content: "\e023";
}
.lnr-icon-arrow-left:before {
    content: "\e029";
}
.lnr-icon-arrow-right:before {
    content: "\e02a";
}
.lnr-icon-bars:before {
    content: "\e02b";
}
.lnr-icon-envelope:before {
    content: "\e037";
}
.lnr-icon-external-link-alt:before {
    content: "\e039";
}
.lnr-icon-file-alt:before {
    content: "\e03b";
}
.lnr-icon-gift:before {
    content: "\e040";
}
.lnr-icon-heart-fill:before {
    content: "\e042";
}
.lnr-icon-heart:before {
    content: "\e043";
}
.lnr-icon-home:before {
    content: "\e044";
}
.lnr-icon-map-marker-check:before {
    content: "\e04c";
}
.lnr-icon-minus:before {
    content: "\e04e";
}
.lnr-icon-plus:before {
    content: "\e051";
}
.lnr-icon-shopping-cart:before {
    content: "\e057";
}
.lnr-icon-times:before {
    content: "\e064";
}
.lnr-icon-cog:before {
    content: "\e810";
}
.lnr-icon-star:before {
    content: "\e814";
}
.lnr-icon-star-half:before {
    content: "\e815";
}
.lnr-icon-star-empty:before {
    content: "\e816";
}
.lnr-icon-cart1:before {
    content: "\e82e";
}
.lnr-icon-phone-handset:before {
    content: "\e830";
}
.lnr-icon-phone:before {
    content: "\e831";
}
.lnr-icon-map-marker:before {
    content: "\e833";
}
.lnr-icon-map:before {
    content: "\e834";
}
.lnr-icon-rocket:before {
    content: "\e84b";
}
.lnr-icon-magnifier:before {
    content: "\e86f";
}
.lnr-icon-cross:before {
    content: "\e870";
}
.lnr-icon-chevron-up:before {
    content: "\e873";
}
.lnr-icon-chevron-down:before {
    content: "\e874";
}
.lnr-icon-chevron-left:before {
    content: "\e875";
}
.lnr-icon-chevron-right:before {
    content: "\e876";
}
.lnr-icon-arrow-up:before {
    content: "\e877";
}
.lnr-icon-arrow-down:before {
    content: "\e878";
}
.lnr-icon-arrow-left1:before {
    content: "\e879";
}
.lnr-icon-arrow-right1:before {
    content: "\e87a";
}
.lnr-icon-arrow-up-circle:before {
    content: "\e883";
}
.lnr-icon-arrow-down-circle:before {
    content: "\e884";
}
.lnr-icon-chevron-up-circle:before {
    content: "\e887";
}
.lnr-icon-chevron-down-circle:before {
    content: "\e888";
}
.lnr-icon-text-align-justify:before {
    content: "\e89b";
}
.lnr-icon-sort-amount-asc:before {
    content: "\e8a4";
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf)
        format("truetype");
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: flex;
    align-items: center;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 20px;
    padding-right: 38px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    padding-left: 0 !important;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #ccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    color: #222 !important;
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 700;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.nice-select span.current {
    color: #222 !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nice-select .list li:before {
    display: none;
}
.nice-select .list > li {
    padding-left: 14px !important;
}
:root {
    --tm-container-pt: 120px;
    --tm-container-pb: 120px;
    --font-current-theme1: "DM Sans", sans-serif;
    --font-current-theme2: "Manrope", sans-serif;
    --body-font-family: var(--font-current-theme1);
    --heading-font-family: var(--font-current-theme2);
    --body-font-size: 1rem;
    --body-font-weight: 400;
    --body-font-bold: 500;
    --text-color: #6a6a6a;
    --link-color: #352f27;
    --link-hover-color: #5b8c51;
    --entry-meta-color: #819291;
    --headings-color: #0f0f0f;
    --h1-font-size: 3.8rem;
    --h1-font-size-mob: 3.2rem;
    --h2-font-size: 2.75rem;
    --h2-font-size-mob: 2.5rem;
    --h3-font-size: 1.8rem;
    --h4-font-size: 1.4rem;
    --h5-font-size: 1.1rem;
    --h6-font-size: 0.875rem;
    --headings-font-weight-h1: 800;
    --headings-font-weight-h2: 800;
    --headings-font-weight-h3: 800;
    --headings-font-weight-h4: 800;
    --headings-font-weight-h5: 800;
    --headings-font-weight-h6: 800;
    --section-title-color: var(--headings-color);
    --section-title-line-height: 1.3;
    --section-title-font-size: var(--h2-font-size);
    --section-title-font-family: var(--heading-font-family);
    --section-title-font-weight: var(--headings-font-weight-h2);
    --section-title-subtitle-color: #6a6a6a;
    --section-title-subtitle-font-size: 18px;
    --section-title-subtitle-font-family: var(--font-current-theme1);
    --section-title-subtitle-font-weight: 700;
    --line-height-widget-li: 2.5rem;
    --btn-font-size: 16px;
    --theme-light-background: #f4f5f8;
    --theme-light-background-text-color: var(--headings-color);
    --news-widget-archive-icon-color: var(--theme-color1);
    --mobile-menu-item-link-text-color: #111;
    --mobile-menu-item-link-bg-color: #fff;
    --mobile-menu-item-link-bg-border-color: #f1f1f1;
    --mobile-menu-item-link-text-color-hover: #111;
    --mobile-menu-item-indicator-bg-color: var(--theme-color2);
    --mobile-menu-item-indicator-text-color: var(--text-color-bg-theme-color2);
}
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 150%;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
::-webkit-selection {
    background: #333;
    color: #fff;
    text-shadow: none;
}
:active,
:focus {
    outline: none !important;
}
body {
    line-height: 1.9;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--body-font-family);
    font-weight: var(--body-font-weight);
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
}
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    transition: all 0.3s ease;
}
a:hover,
a:focus {
    color: var(--hover-theme-color);
    text-decoration: none;
}
a b,
a strong {
    transition: all 0.3s ease;
}
a img {
    border: none;
}
b,
strong {
    color: #333;
    font-weight: var(--body-font-bold);
}
img {
    max-width: 100%;
}
iframe {
    border: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--headings-color);
    margin-bottom: 1rem;
    margin-top: 0.75rem;
    letter-spacing: -0.64px;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: var(--headings-color);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
    font-weight: inherit;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.3;
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
    line-height: 1.4;
    margin-bottom: 1rem;
    margin-top: 0.75rem;
}
h1,
.h1 {
    font-size: var(--h1-font-size);
}
h2,
.h2 {
    font-size: var(--h2-font-size);
}
@media (max-width: 767.98px) {
    h2,
    .h2 {
        font-size: var(--h2-font-size-mob);
    }
}
h3,
.h3 {
    font-size: var(--h3-font-size);
}
h4,
.h4 {
    font-size: var(--h4-font-size);
}
h5,
.h5 {
    font-size: var(--h5-font-size);
}
h6,
.h6 {
    font-size: var(--h6-font-size);
}
h1,
.h1 {
    font-weight: var(--headings-font-weight-h1);
}
h2,
.h2 {
    font-weight: var(--headings-font-weight-h2);
}
h3,
.h3 {
    font-weight: var(--headings-font-weight-h3);
}
h4,
.h4 {
    font-weight: var(--headings-font-weight-h4);
}
h5,
.h5 {
    font-weight: var(--headings-font-weight-h5);
}
h6,
.h6 {
    font-weight: var(--headings-font-weight-h6);
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}
table p {
    margin-bottom: 0;
}
p {
    margin-bottom: 20px;
}
p a:not(.button):not(.btn):not(.added_to_cart):hover,
p a:not(.button):not(.btn):not(.added_to_cart):focus {
    text-decoration: underline;
}
.wp-block-quote {
    margin: 20px 0;
}
caption {
    caption-side: top;
}
.main-content-area ul > li,
.main-content-area ol > li,
.page-content ul > li,
.page-content ol > li,
.post-content ul > li,
.post-content ol > li,
.post-excerpt ul > li,
.post-excerpt ol > li,
.wpb_text_column ul > li,
.wpb_text_column ol > li,
.comment-list ul > li,
.comment-list ol > li {
    margin-bottom: 10px;
}
.main-content-area ul > li > ul,
.main-content-area ul > li > ol,
.main-content-area ol > li > ul,
.main-content-area ol > li > ol,
.page-content ul > li > ul,
.page-content ul > li > ol,
.page-content ol > li > ul,
.page-content ol > li > ol,
.post-content ul > li > ul,
.post-content ul > li > ol,
.post-content ol > li > ul,
.post-content ol > li > ol,
.post-excerpt ul > li > ul,
.post-excerpt ul > li > ol,
.post-excerpt ol > li > ul,
.post-excerpt ol > li > ol,
.wpb_text_column ul > li > ul,
.wpb_text_column ul > li > ol,
.wpb_text_column ol > li > ul,
.wpb_text_column ol > li > ol,
.comment-list ul > li > ul,
.comment-list ul > li > ol,
.comment-list ol > li > ul,
.comment-list ol > li > ol {
    margin-top: 10px;
}
.drop-caps > p {
    text-align: justify;
}
.drop-caps > p:first-child:first-letter {
    color: #333;
    display: block;
    float: left;
    font-size: 48px;
    line-height: 48px;
    margin: 6px 3px;
    padding: 10px 18px;
}
address {
    color: #777;
    font-style: italic;
}
ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
ol ol li,
ol ul li,
ul ol li,
ul ul li {
    padding-left: 20px;
}
html {
    font-size: 100%;
    max-width: 100%;
}
@media (max-width: 991.98px) {
    html {
        font-size: 98%;
    }
}
@media (max-width: 767.98px) {
    html {
        font-size: 96%;
    }
}
@media (max-width: 575.98px) {
    html {
        font-size: 94%;
    }
}
html,
html a {
    -webkit-font-smoothing: antialiased;
}
body {
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}
img {
    height: auto;
    max-width: 100%;
}
iframe,
embed,
object {
    margin-bottom: 1.5em;
    max-width: 100%;
}
iframe {
    display: block;
    margin: 0;
    max-width: 100%;
}
ul,
ol {
    margin: 0 0 1.5em;
}
ul {
    list-style-type: disc;
}
.media-object {
    max-width: none;
}
.line-bottom-footer-widget {
    position: relative;
    padding-bottom: 10px;
}
.line-bottom-footer-widget:after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 54px;
    background: #555;
}
.line-bottom-centered {
    position: relative;
    margin: 10px 0 20px;
}
.line-bottom-centered:after {
    background: #2b96cc none repeat scroll 0 0;
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 30px;
}
.scroll-to-top {
    display: none;
}
.scroll-to-top a {
    background-size: 200% auto;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
    bottom: 15px;
    border-radius: 50%;
    height: 50px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
    opacity: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-to-top a i {
    color: var(--text-color-bg-theme-color1);
    font-size: 28px;
}
.scroll-to-top a:hover {
    text-decoration: none;
    opacity: 1;
}
.main-content-area table,
.comment-body .comment-text table {
    width: 100%;
    margin: 0 0 40px;
}
.main-content-area table td,
.main-content-area table th,
.comment-body .comment-text table td,
.comment-body .comment-text table th {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
    text-transform: capitalize;
}
.main-content-area table th,
.comment-body .comment-text table th {
    color: #333;
    font-weight: var(--body-font-bold);
}
@media (max-width: 1199.98px) {
    .hidden-mobile-mode {
        display: none !important;
    }
}
.alert {
    padding: 1.25rem;
}
.alert-dismissible .close {
    padding: 1.5rem;
}
.alert-dismissible .btn-close {
    top: 50%;
    transform: translateY(-50%);
    filter: invert(1);
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    color: #000;
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}
.nice-select {
    font-size: 0.95rem;
    padding-left: 20px;
    padding-right: 38px;
    color: #222;
    box-shadow: 0px 10px 20px rgba(5, 5, 5, 0.05);
}
.nice-select:after,
.nice-select:before {
    height: 8px;
    width: 8px;
}
.nice-select:after {
    right: 18px;
}
.nice-select .option.selected {
    font-weight: var(--body-font-bold);
}
.nice-select .list {
    overflow-y: scroll;
    max-height: 300px;
}
.description-list dt {
    color: var(--headings-color);
}
.tm-one-vertical-line:before {
    content: "";
    background-color: var(--theme-color1);
    height: 100px;
    width: 2px;
    position: absolute;
    top: -50px;
    left: 50%;
}
.tm-enable-four-vertical-line {
    z-index: 0;
}
.tm-enable-four-vertical-line .tm-four-vertical-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    right: 25px;
    z-index: -1;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(204, 204, 204, 0.25);
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-1 {
    left: 0;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-2 {
    left: 33.33333%;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-3 {
    left: 66.66666%;
}
.tm-enable-four-vertical-line .tm-four-vertical-line .line-4 {
    right: 0;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--theme-color1);
    border-radius: 10px;
}
.container .container {
    width: 100%;
}
.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media (min-width: 992px) {
    body.container-970px .container {
        width: 970px;
    }
    body.container-100pr .container {
        width: 100%;
    }
    body.container-100pr .container,
    body.container-100pr .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    body.container-100pr .container .container,
    body.container-100pr .container .container-fluid,
    body.container-100pr .container-fluid .container,
    body.container-100pr .container-fluid .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
section {
    position: relative;
}
section > .container,
section > .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
body .main-content-area,
body .sidebar-area {
    padding-top: var(--tm-container-pt);
    padding-bottom: var(--tm-container-pb);
}
body .main-content-area,
body .sidebar-area {
    padding-top: var(--tm-container-pt);
    padding-bottom: var(--tm-container-pb);
}
@media (max-width: 991.98px) {
    body .sidebar-area {
        padding-top: 0;
    }
}
body.elementor-page:not(.single-post):not(.single-give_forms)
    .main-content-area,
body.elementor-page:not(.single-post):not(.single-give_forms) .sidebar-area {
    padding-top: 0;
    padding-bottom: 0;
}
body.elementor-page:not(.single-post) .main-content-section-wrapper .container {
    max-width: 100% !important;
    width: 100% !important;
}
.elementor-element.elementor-top-section {
    padding-top: var(--tm-container-pt);
    padding-bottom: var(--tm-container-pb);
}
body.elementor-page:not(.single-post)
    .main-content
    > .main-content-section-wrapper
    > .container
    > .row
    > div {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 1000px) {
    body.elementor-default.container-970px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 970px;
    }
}
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 970px;
}
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 970px;
}
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 960px;
}
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 970px;
}
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 970px;
}
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-970px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 960px;
}
@media (min-width: 1300px) {
    body.elementor-default.container-1230px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1230px;
    }
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1230px;
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 1230px;
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 1220px;
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .menuzord-menu
    > li
    > .megamenu {
    width: 1220px;
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1230px;
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 1230px;
}
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-1230px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 1220px;
}
@media (min-width: 1400px) {
    body.elementor-default.container-1300px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1300px;
    }
}
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1300px;
}
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 1300px;
}
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 1290px;
}
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1300px;
}
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 1300px;
}
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-1300px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 1290px;
}
@media (min-width: 1400px) {
    body.elementor-default.container-1340px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1340px;
    }
}
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1340px;
}
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 1340px;
}
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 1330px;
}
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1340px;
}
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 1340px;
}
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-1340px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 1330px;
}
@media (min-width: 1500px) {
    body.elementor-default.container-1440px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1440px;
    }
}
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1440px;
}
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 1440px;
}
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 1430px;
}
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1440px;
}
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 1440px;
}
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-1440px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 1430px;
}
@media (min-width: 1560px) {
    body.elementor-default.container-1500px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1500px;
    }
}
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1500px;
}
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 1500px;
}
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 1490px;
}
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1500px;
}
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 1500px;
}
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-1500px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 1490px;
}
@media (min-width: 1660px) {
    body.elementor-default.container-1600px
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1600px;
    }
}
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1600px;
}
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 1600px;
}
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 1590px;
}
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 1600px;
}
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 1600px;
}
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-1600px
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 1590px;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-boxed
    > .elementor-container {
    max-width: 100%;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-extended {
    max-width: 100%;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 100%;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-default,
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-boxed
    > .elementor-container
    .elementor-column-gap-no {
    max-width: 100%;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container {
    max-width: 100%;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-extended {
    max-width: 100%;
}
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-default,
body.elementor-default.container-100pr
    .elementor-top-section.elementor-section-full_width
    > .elementor-container
    .elementor-section.elementor-section-boxed
    > .elementor-container.elementor-column-gap-no {
    max-width: 100%;
}
.elementor * :last-child,
.elementor * p:last-child {
    margin-bottom: 0;
}
.main-content
    .elementor-section-stretched
    .elementor-container.elementor-column-gap-extended {
    margin: 0 -15px;
}
.main-content
    .elementor-section-stretched.elementor-section-boxed
    .elementor-container.elementor-column-gap-default {
    margin: 0 auto;
}
.main-content
    .elementor-section-stretched.elementor-section-boxed
    .elementor-container.elementor-column-gap-default
    .elementor-column
    .elementor-column-gap-extended {
    margin: 0 -10px;
}
.main-content
    .elementor-section-stretched.elementor-section-boxed
    .elementor-container.elementor-column-gap-extended {
    margin: 0 auto;
}
.main-content
    .elementor-section-stretched.elementor-section-boxed
    .elementor-container.elementor-column-gap-extended
    .elementor-column
    .elementor-column-gap-extended {
    margin: 0 -15px;
}
.post-single .entry-content .elementor-widget-container p:last-of-type {
    margin-bottom: 0;
}
.elementor-widget-image a img[src$=".svg"] {
    max-width: 92% !important;
}
.elementor-editor-active #header .elementor:not(.elementor-edit-area-active),
.elementor-editor-active
    .main-content
    .elementor:not(.elementor-edit-area-active) {
    display: none;
}
.elementor-editor-active
    #header
    .elementor:has(.elementor.elementor-edit-area-active),
.elementor-editor-active
    .main-content
    .elementor:has(.elementor.elementor-edit-area-active) {
    display: block;
}
.elementor-editor-active #header .elementor-edit-area,
.elementor-editor-active .main-content .elementor-edit-area {
    display: block;
}
.elementor-editor-active #header .tab-content-inner .elementor,
.elementor-editor-active .main-content .tab-content-inner .elementor {
    display: block;
}
.elementor-editor-active
    #header
    #elementor-header-top-mobile
    .tm-header-branding,
.elementor-editor-active #header #elementor-header-top-mobile .tm-menu-close,
.elementor-editor-active
    .main-content
    #elementor-header-top-mobile
    .tm-header-branding,
.elementor-editor-active
    .main-content
    #elementor-header-top-mobile
    .tm-menu-close {
    display: none;
}
.elementor-editor-active .main-content .container {
    max-width: 100%;
    width: 100%;
}
.elementor-editor-active .main-content .container > .row > div {
    padding-left: 0;
    padding-right: 0;
}
.menuzord-menu > li > .megamenu .elementor {
    width: 100%;
}
.elementor-editor-active .elementor-widget-tm-ele-floating-objects {
    min-height: 30px;
    background-color: #cb9494;
}
.tm-ele-floating-objects > .each-object {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
}
.layer-overlay {
    position: relative;
}
.layer-overlay:before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.layer-overlay {
    z-index: 0;
}
.layer-overlay:before {
    z-index: -1;
}
@media (min-width: 1025px) {
    body:not(.elementor-editor-active)
        header
        .elementor-header-top-transparent {
        z-index: 11;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}
@media (min-width: 1025px) {
    body:not(.elementor-editor-active) header #elementor-header-top-mobile {
        display: none;
    }
}
body:not(.elementor-editor-active) header #elementor-header-top-sticky {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    -webkit-transform: translate(0px, -140px);
    -moz-transform: translate(0px, -140px);
    transform: translate(0px, -140px);
    transition: all 0.4s ease-out;
}
body:not(.elementor-editor-active) header #elementor-header-top-sticky.visible {
    opacity: 1;
    z-index: 11;
    visibility: visible;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.menuzord,
.menuzord * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menuzord {
    padding: 0 30px;
    position: relative;
}
.menuzord a {
    -o-transition: color 0.3s linear, background 0.3s linear;
    -moz-transition: color 0.3s linear, background 0.3s linear;
    -webkit-transition: color 0.3s linear, background 0.3s linear;
    transition: color 0.3s linear, background 0.3s linear;
}
.menuzord-menu.scrollable > .scrollable-fix {
    display: none;
}
.menuzord-brand {
    display: inline-block;
    color: var(--headings-color);
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    font-family: var(--heading-font-family);
}
.menuzord-brand img {
    width: 155px;
}
.menuzord-menu {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}
.menuzord-menu > li {
    display: inline-block;
    float: left;
}
@media (min-width: 1025px) {
    .menuzord-menu > li {
        padding: 20px 0;
    }
}
.menuzord-menu > li > a {
    padding: 7px 16px;
    display: inline-block;
    text-decoration: none;
    color: #222;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.menuzord-menu > li > .megamenu {
    top: 100%;
}
.menuzord-menu ul.dropdown {
    top: 100%;
}
.menuzord-menu ul.dropdown li ul.dropdown {
    top: 0;
}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a {
    color: #333;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 230px;
    background: #fff;
}
.menuzord-menu ul.dropdown li {
    clear: both;
    width: 100%;
    border: 0 none;
    position: relative;
    display: block;
}
.menuzord-menu ul.dropdown li ul.dropdown {
    left: 100%;
}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left {
    left: -100%;
}
.menuzord-menu ul.dropdown li a {
    width: 100%;
    background: 0 0;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
}
.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 28px;
    padding-right: 19px;
    color: #333;
}
.menuzord-menu ul.dropdown.dropdown-left {
    left: none;
}
.menuzord-menu li .indicator {
    margin-left: 0;
    margin-right: 0;
}
.menuzord-menu > li > a .indicator {
    display: none;
}
@media (min-width: 1025px) {
    .menuzord-menu li ul.dropdown li .indicator {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 15px;
        line-height: 1;
    }
}
.menuzord-menu > li > .megamenu {
    position: absolute;
    display: none;
    z-index: 99;
}
.menuzord-menu > li > .megamenu.megamenu-half-width {
    width: 50%;
    left: auto;
}
.menuzord-menu > li > .megamenu.megamenu-quarter-width {
    width: 25%;
    left: auto;
}
.menuzord-menu > li > .megamenu .megamenu-row {
    width: 100%;
    margin: 0 auto;
}
.menuzord-menu > li > .megamenu .megamenu-row:after {
    clear: both;
}
.menuzord-menu > li > .megamenu .megamenu-row [class*="col"]:first-child {
    margin-left: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row:before,
.menuzord-menu > li > .megamenu .megamenu-row:after {
    display: table;
    content: "";
    line-height: 0;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1,
.menuzord-menu > li > .megamenu .megamenu-row .col2,
.menuzord-menu > li > .megamenu .megamenu-row .col3,
.menuzord-menu > li > .megamenu .megamenu-row .col4,
.menuzord-menu > li > .megamenu .megamenu-row .col5,
.menuzord-menu > li > .megamenu .megamenu-row .col6,
.menuzord-menu > li > .megamenu .megamenu-row .col7,
.menuzord-menu > li > .megamenu .megamenu-row .col8,
.menuzord-menu > li > .megamenu .megamenu-row .col9,
.menuzord-menu > li > .megamenu .megamenu-row .col10,
.menuzord-menu > li > .megamenu .megamenu-row .col11,
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
    display: block;
    min-height: 20px;
}
.menuzord-menu > li > a > i {
    margin: 0 5px 0 0;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
}
@media (min-width: 1025px) {
    header#header.header .top-primary-nav-clone-parent {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .menuzord-responsive.menuzord {
        padding: 0;
    }
    header#header.header .nav-side-icon-parent {
        display: none;
    }
    .menuzord-responsive .menuzord-brand {
        margin: 8px 30px 10px 20px;
        font-size: 20px;
        line-height: 1.55;
    }
    .elementor-element .menuzord-responsive .showhide {
        margin-right: 5px;
    }
    .menuzord-responsive .menuzord-menu {
        width: 100%;
        float: left !important;
        margin-top: 5px;
        padding: 0;
        display: block;
    }
    .elementor-element .menuzord-responsive .menuzord-menu {
        padding: 0 5px 5px;
    }
    .menuzord-responsive .menuzord-menu.scrollable {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix {
        display: block;
    }
    .menuzord-responsive .menuzord-menu > li {
        width: 100%;
        display: block;
        position: relative;
    }
    .menuzord-responsive .menuzord-menu > li > a {
        width: 100%;
        padding: 12px 20px;
        display: block;
        border-bottom: solid 1px #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu > li:first-child > a {
        border-top: solid 1px #f0f0f0;
    }
    .menuzord-responsive .menuzord-menu ul.dropdown,
    .menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown {
        width: 100%;
        left: 0;
        position: static;
        border: none;
        background: #fff;
        float: left;
    }
    .menuzord-responsive .menuzord-menu ul.dropdown li {
        position: relative;
    }
    .menuzord-responsive .menuzord-menu ul.dropdown li a {
        border-bottom: solid 1px #f0f0f0;
    }
    .menuzord-responsive
        .menuzord-menu.menuzord-indented
        > li
        > ul.dropdown
        > li
        > a {
        padding-left: 30px !important;
    }
    .menuzord-responsive
        .menuzord-menu.menuzord-indented
        > li
        > ul.dropdown
        > li
        > ul.dropdown
        > li
        > a {
        padding-left: 50px !important;
    }
    .menuzord-responsive
        .menuzord-menu.menuzord-indented
        > li
        > ul.dropdown
        > li
        > ul.dropdown
        > li
        > ul.dropdown
        > li
        > a {
        padding-left: 70px !important;
    }
    .menuzord-responsive .menuzord-menu li .indicator {
        width: 27px;
        height: 27px;
        position: absolute;
        right: 15px;
        top: 13.5px;
        left: auto;
        font-size: 12px;
        text-align: center;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--mobile-menu-item-indicator-bg-color);
        color: var(--mobile-menu-item-indicator-text-color);
        border-radius: 5px;
        transform: rotate(-90deg);
        transition: all 0.3s ease;
    }
    .menuzord-responsive .menuzord-menu li .indicator.active {
        background: var(--theme-color1);
        color: var(--text-color-bg-theme-color1);
        transform: rotate(0deg);
    }
    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator {
        transform: rotate(0);
    }
    .menuzord-responsive .menuzord-menu li ul.dropdown li .indicator.active {
        transform: rotate(90deg);
    }
    .menuzord-responsive .menuzord-menu .megamenu .megamenu-row {
        display: block;
    }
    .menuzord-responsive .menuzord-menu > li > .megamenu {
        width: 100% !important;
        left: 0 !important;
        position: static;
        border-top: none;
        border-bottom: solid 1px #f0f0f0;
    }
    .menuzord-responsive
        .menuzord-menu
        > li
        > .megamenu
        .megamenu-row
        [class*="col"] {
        float: none;
        display: block;
        width: 100% !important;
        margin-left: 0;
        margin-top: 15px;
    }
    .menuzord-responsive .menuzord-menu > li.search form {
        width: 100%;
        margin: 4px 0;
        padding: 10px 16px !important;
    }
    .menuzord-responsive .menuzord-menu > li.search form input[type="text"] {
        width: 100%;
    }
    .menuzord-responsive .menuzord-tabs-nav {
        width: 100%;
    }
    .menuzord-responsive .menuzord-tabs-content {
        width: 100%;
    }
}
@media (max-width: 767.98px) {
    header#header
        .header-nav
        .header-nav-container
        .top-primary-nav-clone-parent
        .menuzord-menu {
        padding-bottom: 10px;
    }
}
header#header .header-nav .header-nav-container {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.header-nav .header-nav-wrapper .menuzord-container {
    transition: all 0.3s ease;
}
.header-nav .header-nav-wrapper.navbar-scrolltofixed {
    min-width: 100%;
    transition: all 0.3s ease;
}
.header-nav .header-nav-col-row > .menuzord-primary-nav .showhide {
    display: none !important;
}
.header-nav .header-nav-col-row > .menuzord-side-icon-list {
    display: none;
}
@media (max-width: 1024px) {
    .header-nav .header-nav-col-row > .menuzord-brand-parent {
        flex: 0 0 auto;
        width: auto;
    }
    .header-nav .header-nav-col-row > .menuzord-mobile-showhide {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .header-nav .header-nav-col-row > .menuzord-primary-nav {
        flex-basis: 100%;
    }
}
.menuzord-primary-nav {
    min-height: 1px;
}
.menuzord-primary-nav.menuzord {
    padding: 0;
}
.menuzord-primary-nav .menuzord-menu li a {
    transition: all 0.3s ease;
}
.menuzord-primary-nav .menuzord-menu > li {
    position: relative;
}
.menuzord-primary-nav .menuzord-menu > li > a {
    font-size: 1rem;
    padding-left: 16px;
    padding-right: 16px;
}
@media (max-width: 1199.98px) {
    .menuzord-primary-nav .menuzord-menu > li > a {
        padding-left: 0;
        padding-right: 16px;
    }
}
.menuzord-primary-nav .menuzord-menu > li > a .indicator {
    right: 0;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li {
    margin: 0;
    padding-left: 0;
}
@media (min-width: 1025px) {
    .menuzord-primary-nav .menuzord-menu ul.dropdown li {
        border-bottom: 1px solid #eee;
    }
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a {
    color: #555;
    font-size: 1rem;
    padding: 12px 25px 12px 22px;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a:hover {
    background-color: #f5f5f5;
    padding-left: 25px;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a:after {
    content: "";
    display: inline-block;
    height: 0;
    width: 4px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    background: var(--theme-color1);
    -webkit-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    -o-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    -moz-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover > a {
    background: #eee none repeat scroll 0 0;
    color: #333;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li:hover > a:after {
    top: 0;
    left: -1px;
    height: -webkit-calc(100% + 1px);
    height: -moz-calc(100% + 1px);
    height: calc(100% + 1px);
    opacity: 1;
    visibility: visible;
}
.menuzord-primary-nav .menuzord-menu ul.dropdown li a.tm-submenu-title {
    font-size: 1rem;
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h5);
    color: #222;
}
.menuzord-primary-nav .menuzord-menu > li > ul.dropdown {
    border-top: 0;
    background: #fcfcfc;
}
.menuzord-primary-nav .menuzord-menu .tm-menu-badge {
    display: inline;
    font-size: 65%;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 4px;
    margin: 0 0 0 5px;
    background-color: #f44336;
    color: #fff;
}
@media (max-width: 1024px) {
    .menuzord-primary-nav.menuzord-responsive .menuzord-menu > li > a {
        color: var(--mobile-menu-item-link-text-color);
        background-color: var(--mobile-menu-item-link-bg-color);
        border-bottom-color: var(--mobile-menu-item-link-bg-border-color);
    }
    .menuzord-primary-nav.menuzord-responsive .menuzord-menu li .indicator {
        border-left-color: var(--mobile-menu-item-indicator-color);
    }
    .menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown {
        border-top: 0;
        border-bottom: 0;
        border-color: var(--mobile-menu-item-link-bg-border-color);
    }
    .menuzord-primary-nav.menuzord-responsive .menuzord-menu ul.dropdown li a {
        color: var(--mobile-menu-item-link-text-color);
        background-color: var(--mobile-menu-item-link-bg-color);
        border-bottom-color: var(--mobile-menu-item-link-bg-border-color);
    }
    .menuzord-primary-nav.menuzord-responsive .menuzord-menu .widget {
        margin-bottom: 15px;
    }
    .menuzord-primary-nav.menuzord-responsive
        .menuzord-menu
        .megamenu
        .megamenu-row
        [class*="col"] {
        margin-top: 0;
    }
}
#top-primary-nav-clone .showhide,
#top-primary-nav-sticky-clone .showhide {
    display: none !important;
}
#top-primary-nav-clone .menuzord-menu,
#top-primary-nav-sticky-clone .menuzord-menu {
    display: none;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    #top-primary-nav-clone .menuzord-menu,
    #top-primary-nav-sticky-clone .menuzord-menu {
        margin-bottom: 20px;
    }
}
@media (max-width: 575.98px) {
    #top-primary-nav-clone .menuzord-menu,
    #top-primary-nav-sticky-clone .menuzord-menu {
        margin-bottom: 0;
    }
}
header#header .menuzord-brand {
    transition: all 0.3s ease;
}
@media (max-width: 1024px) {
    header#header .menuzord-brand {
        margin-right: 20px;
        padding: 10px 0;
    }
}
@media (max-width: 767.98px) {
    header#header .menuzord-brand {
        margin-right: 0;
    }
}
header#header .menuzord-brand img {
    width: auto;
    transition: all 0.3s ease;
}
.menuzord-menu > li > .megamenu {
    background: 0 0;
    padding: 0;
    box-shadow: 1px 1px 35px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1200px) {
    .menuzord-menu > li > .megamenu {
        min-width: 400px;
    }
}
.menuzord-menu > li > .megamenu.megamenu-three-quarter-width {
    left: auto;
    width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row {
    border-top: 3px solid var(--theme-color1);
    background: #fcfcfc;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    display: flex;
}
.menuzord-menu > li > .megamenu .megamenu-row .col1 {
    width: 8.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col2 {
    width: 16.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col3 {
    width: 25%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col4 {
    width: 33.333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col5 {
    width: 41.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col6 {
    width: 50%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col7 {
    width: 58.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col8 {
    width: 66.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col9 {
    width: 75%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col10 {
    width: 83.33333333%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col11 {
    width: 91.66666667%;
}
.menuzord-menu > li > .megamenu .megamenu-row .col12 {
    width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^="col"] {
    float: none;
    margin-left: 0;
    border-right: 1px solid #eee;
    background-repeat: no-repeat;
    background-position: bottom right;
}
@media (min-width: 1200px) {
    .menuzord-menu > li > .megamenu .megamenu-row > [class^="col"] {
        padding: 15px 10px;
        border-right: 1px solid #eee;
    }
}
@media (max-width: 1199.98px) {
    .menuzord-menu > li > .megamenu .megamenu-row > [class^="col"] {
        padding: 10px;
        border-bottom: 1px solid #eee;
    }
}
.menuzord-menu > li > .megamenu .megamenu-row > [class^="col"]:last-child {
    border-right: none;
}
.menuzord-menu > li > .megamenu .megamenu-row li {
    border: 0 none;
    clear: both;
    margin: 0;
    padding: 2px;
    position: relative;
    width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
    color: #777;
    display: block;
    font-size: 1rem;
    line-height: 1.65;
    padding: 5px 12px 5px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
    color: #777;
    padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a.tm-submenu-title {
    font-size: 1rem;
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h5);
    color: #222;
}
.menuzord-menu
    > li
    > .megamenu
    .megamenu-row
    li.active
    > a:not(.tm-submenu-title),
.menuzord-menu
    > li
    > .megamenu
    .megamenu-row
    li:hover
    > a:not(.tm-submenu-title) {
    color: #111;
    padding-left: 15px;
    background-color: #f5f5f5;
}
.menuzord-menu
    > li
    > .megamenu
    .megamenu-row
    li.active
    > a:not(.tm-submenu-title)
    i,
.menuzord-menu
    > li
    > .megamenu
    .megamenu-row
    li:hover
    > a:not(.tm-submenu-title)
    i {
    color: #555;
    padding-right: 6px;
}
.menuzord-menu > li > .megamenu .megamenu-row .widget {
    margin-bottom: 0;
}
.admin-bar .tm-header-menu {
    top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .tm-header-menu {
        top: 46px;
    }
}
.tm-close {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.7);
    border: 9px solid transparent;
    color: #777;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.tm-close:before,
.tm-close:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b;
}
.tm-close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tm-close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tm-close:hover:before,
.tm-close:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
@media (max-width: 1024px) {
    #tm-header-default,
    #elementor-header-top-mobile {
        position: relative;
        box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }
    #tm-header-default .tm-header-main,
    #elementor-header-top-mobile .tm-header-main {
        position: relative;
    }
    #tm-header-default .tm-header-branding,
    #elementor-header-top-mobile .tm-header-branding {
        min-height: 50px;
        align-items: center;
        display: flex;
    }
    #tm-header-default .tm-header-branding img,
    #elementor-header-top-mobile .tm-header-branding img {
        height: 65px;
    }
    #tm-header-default #tm-nav-mobile,
    #elementor-header-top-mobile #tm-nav-mobile {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    #tm-header-default #tm-nav-mobile .tm-mobile-meta-item,
    #elementor-header-top-mobile #tm-nav-mobile .tm-mobile-meta-item {
        margin-left: 10px;
    }
    .tm-nav-mobile-button {
        width: 34px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .tm-nav-mobile-button:before,
    .tm-nav-mobile-button:after,
    .tm-nav-mobile-button span {
        content: "";
        background-color: #1b1b1b;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    .tm-nav-mobile-button:before {
        top: 0;
        width: 24px;
    }
    .tm-nav-mobile-button:after {
        bottom: 0;
        width: 24px;
    }
    .tm-nav-mobile-button span {
        top: 9px;
        width: 100%;
    }
    .tm-nav-mobile-button:hover:before,
    .tm-nav-mobile-button:hover:after {
        width: 100%;
    }
    .tm-header-menu-backdrop {
        z-index: 998;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        opacity: 0;
        visibility: hidden;
    }
    .tm-header-menu {
        position: fixed;
        height: 100vh;
        width: 350px;
        top: 0;
        left: 0;
        bottom: 0;
        margin: 0;
        overflow: hidden;
        z-index: 999;
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: hidden;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        overflow-y: scroll;
    }
    .tm-header-menu.active {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    .tm-header-menu.active + .tm-header-menu-backdrop {
        opacity: 1;
        visibility: visible;
    }
    .tm-header-menu-scroll {
        padding: 55px 0 40px;
    }
    .tm-menu-close {
        background-color: rgba(0, 0, 0, 0.03);
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0;
    }
    #elementor-header-top-mobile .tm-header-elementor-main,
    #elementor-header-top-mobile .tm-header-elementor-sticky {
        display: none;
    }
    #elementor-header-top-mobile #tm-header-mobile {
        display: block;
        box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
        position: relative;
        z-index: 999;
    }
}
@media (max-width: 1024px) {
    header#header.header-nav-left .header-nav-col-row {
        padding: 10px 0;
    }
    header#header.header-nav-left .header-nav-col-row :first-child {
        order: 1;
    }
}
header#header.header-layout-type-header-default .menuzord-brand,
header#header.header-layout-type-header-side-panel-nav .menuzord-brand {
    margin-bottom: 15px;
    margin-top: 15px;
}
header#header.header-layout-type-header-default .menuzord-brand img,
header#header.header-layout-type-header-side-panel-nav .menuzord-brand img {
    width: 155px;
    height: auto;
}
@media (max-width: 767.98px) {
    header#header.header-layout-type-header-side-panel-nav
        .header-nav-container {
        padding: 0 20px;
    }
}
body.tm-dark-layout header#header .header-nav {
    border-top-color: #151515;
}
body.tm-dark-layout header#header .header-nav {
    border-top-color: #151515;
}
.menuzord-menu .tm-elementor-megamenu > ul.dropdown,
.menuzord-menu
    .tm-elementor-megamenu
    > .megamenu:not(.elementor-megamenu-wrapper) {
    display: none !important;
}
.side-push-panel {
    overflow-x: hidden;
}
.side-push-panel.has-side-panel .menuzord .showhide {
    float: left;
}
.has-side-panel .side-panel-body-overlay {
    background-color: rgba(17, 17, 17, 0.8);
    height: 100vh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
    transition: all 0.5s ease;
}
.has-side-panel.side-panel-open .side-panel-body-overlay {
    opacity: 1;
    pointer-events: auto;
}
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm)
    .side-panel-body-overlay:hover {
    cursor: url("/images/close.png") 15 15,
        default;
}
.side-panel-container {
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    right: -480px;
    top: 0;
    text-align: left;
    width: 480px;
    z-index: 1112;
    transition: all 0.4s ease;
}
@media (max-width: 991.98px) {
    .side-panel-container {
        width: 300px;
    }
}
.side-panel-container ul {
    padding-left: 0;
}
.side-panel-container .side-panel-wrap {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.side-panel-container .widget.widget-side-push-panel {
    width: 100%;
}
.side-panel-container .widget.widget-side-push-panel .textwidget {
    color: #333;
}
.side-panel-container .widget.widget-side-push-panel.widget-horizontal-row {
    margin-top: 0;
    margin-bottom: 0;
}
.side-panel-container
    .widget.widget-side-push-panel.widget-image-widget
    .thumb {
    margin-bottom: 20px;
}
body.rtl .side-panel-container {
    left: auto !important;
}
.side-panel-open .side-panel-container {
    right: 0;
}
.side-panel-left .side-panel-container {
    left: -480px;
    right: auto;
}
.side-panel-left.side-panel-open .side-panel-container {
    left: 0;
    right: auto;
}
.device-touch .side-panel-container .side-panel-wrap {
    overflow-y: scroll;
}
.side-panel-trigger {
    cursor: pointer;
    display: block;
    z-index: 11;
}
.side-panel-trigger-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.side-panel-trigger-close .side-panel-trigger-icon {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    margin-right: 15px;
    background: #eee;
    padding: 13px 16px 14px;
    border-radius: 30px;
    transition: all 0.4s ease;
}
.side-panel-trigger-close .side-panel-trigger-icon:hover {
    color: var(--text-color-bg-theme-color1);
    background: var(--theme-color1);
}
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page
    header
    .header-nav-wrapper.tm-sticky-menu
    .container {
    transition: all 0.4s ease;
}
.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 40px;
    padding: 12px 15px;
}
.hamburger-box .hamburger-inner {
    margin-left: 3px;
    top: 16px;
}
.hamburger-box .hamburger-inner,
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
    background-color: #444;
    border-radius: 4px;
    height: 2px;
    position: absolute;
    width: 24px;
    transition: all 0.15s ease;
}
.hamburger-box .hamburger-inner:after,
.hamburger-box .hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-box .hamburger-inner:before {
    top: -9px;
}
.hamburger-box .hamburger-inner:after {
    bottom: -9px;
}
.hamburger-box .hamburger-inner {
    width: 16px;
}
.hamburger-box .hamburger-inner:after {
    width: 24px;
}
.hamburger-box .hamburger-inner:before {
    width: 24px;
}
.hamburger-box:hover .hamburger-inner,
.hamburger-box:hover .hamburger-inner:after,
.hamburger-box:hover .hamburger-inner:before {
    height: 2px;
    background-color: #333;
}
.hamburger-box:hover .hamburger-inner {
    width: 24px;
}
.hamburger-box:hover .hamburger-inner:after {
    width: 16px;
}
.hamburger-box:hover .hamburger-inner:before {
    width: 16px;
}
body.elementor-editor-active .side-panel-container {
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    text-align: left;
    width: 480px;
    overflow: visible;
}
body.elementor-editor-active .side-panel-container .side-panel-wrap {
    position: relative;
    overflow: inherit;
}
.top-nav-search-btn .search-icon {
    color: var(--theme-color2);
    font-size: 18px;
    line-height: 1;
    padding: 3px;
    transition: all 0.3s ease;
}
.top-nav-search-btn .search-icon:hover {
    color: var(--hover-theme-color);
}
@media (max-width: 1024px) {
    .top-nav-search-btn {
        margin-top: 12px;
    }
}
.top-nav-search-form {
    background: rgba(15, 15, 15, 0.993);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: scale(0.9);
    z-index: -1;
    transition: all 0.3s ease;
}
.top-nav-search-form.active {
    transform: scale(1);
    z-index: 111;
    opacity: 1;
    visibility: visible;
}
.top-nav-search-form .nav-search-inner {
    text-align: center;
}
.top-nav-search-form form {
    margin-bottom: 0;
}
.top-nav-search-form .input-group {
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
}
.top-nav-search-form input[type="text"] {
    -webkit-appearance: none;
    display: inline-block;
    padding: 15px 20px 15px 0;
    box-shadow: none;
    outline: none;
    border: 0;
    background: 0 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    top: 1px;
    color: #fff;
    font-size: 36px;
    width: 450px;
}
@media (max-width: 767.98px) {
    .top-nav-search-form input[type="text"] {
        font-size: 26px;
        width: 250px;
    }
}
.top-nav-search-form input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.top-nav-search-form input[type="text"]::placeholder {
    color: #fff;
}
.top-nav-search-form button {
    position: relative;
    white-space: nowrap;
    margin-left: -1px;
    z-index: 2;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-appearance: button;
    border: 0;
    background: 0 0;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    padding: 0 0 0 20px;
}
.top-nav-search-form button i {
    color: #fff;
    font-size: 28px;
    line-height: 0;
    transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
    .top-nav-search-form button i {
        font-size: 20px;
    }
}
.top-nav-search-form button i:hover {
    color: var(--hover-theme-color);
}
.top-nav-search-form .close-search-btn {
    color: #eee;
    font-size: 28px;
    line-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: fixed;
    right: 30px;
    top: 30px;
}
.top-nav-search-form .close-search-btn:hover {
    color: var(--hover-theme-color);
}
html.html-search-block-active {
    overflow: hidden;
}
.tm-page-title {
    background-color: #000202;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tm-page-title:before {
    background-color: transparent;
    background-image: linear-gradient(
        310deg,
        rgba(30, 30, 30, 0) 0%,
        rgba(0, 0, 0, 0.9098039216) 100%
    );
    opacity: 0.9;
}
.tm-page-title .container,
.tm-page-title .container-fluid {
    padding-top: 50px;
    padding-bottom: 50px;
}
.tm-page-title .padding-medium {
    padding-top: 100px;
    padding-bottom: 120px;
}
.tm-page-title .title {
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: var(--h1-font-size);
    text-transform: capitalize;
}
@media (max-width: 767.98px) {
    .tm-page-title .title {
        font-size: var(--h1-font-size-mob);
        line-height: 1.3;
    }
}
.tm-page-title .title b,
.tm-page-title .title strong {
    color: #f5f5f5;
}
.tm-page-title .subtitle {
    color: #aaa;
    font-weight: 600;
    margin: 0;
    margin-top: 10px;
}
.tm-page-title.page-title-standard .breadcrumbs {
    margin-top: 10px;
}
.tm-page-title.page-title-standard .subtitle + .breadcrumbs {
    margin-top: 15px;
}
.tm-page-title-elementor .breadcrumbs,
.tm-page-title .breadcrumbs {
    display: inline-block;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-size: 18px;
}
.tm-page-title-elementor .breadcrumbs > li,
.tm-page-title .breadcrumbs > li {
    display: inline-block;
    padding: 0;
    float: none;
}
.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn),
.tm-page-title .breadcrumbs .trail-item a:not(.btn) {
    color: var(--theme-color2);
}
.tm-page-title-elementor .breadcrumbs .trail-item a:not(.btn):hover,
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
    color: #fff;
}
.tm-page-title-elementor .breadcrumbs .trail-item:not(:last-child),
.tm-page-title .breadcrumbs .trail-item:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}
.tm-page-title-elementor
    .breadcrumbs
    .trail-item:not(:last-child)
    .tm-breadcrumb-arrow-icon,
.tm-page-title
    .breadcrumbs
    .trail-item:not(:last-child)
    .tm-breadcrumb-arrow-icon {
    color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end,
.tm-page-title .breadcrumbs .trail-item.trail-end {
    color: #ddd;
}
.tm-page-title-elementor .breadcrumbs .trail-item.trail-end a,
.tm-page-title .breadcrumbs .trail-item.trail-end a {
    color: #ddd;
}
.tm-page-title-elementor
    .breadcrumbs
    .trail-item.trail-end
    .tm-breadcrumb-arrow-icon,
.tm-page-title .breadcrumbs .trail-item.trail-end .tm-breadcrumb-arrow-icon {
    display: none;
}
.tm-page-title .breadcrumbs {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1294117647);
    padding: 10px 30px;
}
.tm-page-title .breadcrumbs > li {
    font-family: var(--heading-font-family);
}
.tm-page-title .breadcrumbs .trail-item a:not(.btn) {
    color: #fff;
}
.tm-page-title .breadcrumbs .trail-item a:not(.btn):hover {
    color: var(--theme-color1);
}
.tm-page-title
    .breadcrumbs
    .trail-item:not(:last-child)
    .tm-breadcrumb-arrow-icon {
    color: #0f054c;
    font-size: 15px;
    font-weight: bolder;
}
.tm-page-title .breadcrumbs .trail-item.trail-end {
    color: #0f054c;
}
@media (min-width: 1000px) {
    body.container-970px .container,
    body.container-970px .megamenu-fullwidth .megamenu-row {
        max-width: 970px;
        width: 970px;
    }
}
@media (min-width: 1300px) {
    body.container-1230px .container,
    body.container-1230px .megamenu-fullwidth .megamenu-row {
        max-width: 1230px;
        width: 1230px;
    }
}
@media (min-width: 1400px) {
    body.container-1300px .container,
    body.container-1300px .megamenu-fullwidth .megamenu-row {
        max-width: 1300px;
        width: 1300px;
    }
}
@media (min-width: 1400px) {
    body.container-1340px .container,
    body.container-1340px .megamenu-fullwidth .megamenu-row {
        max-width: 1340px;
        width: 1340px;
    }
}
@media (min-width: 1500px) {
    body.container-1440px .container,
    body.container-1440px .megamenu-fullwidth .megamenu-row {
        max-width: 1440px;
        width: 1440px;
    }
}
@media (min-width: 1560px) {
    body.container-1500px .container,
    body.container-1500px .megamenu-fullwidth .megamenu-row {
        max-width: 1500px;
        width: 1500px;
    }
}
@media (min-width: 1660px) {
    body.container-1600px .container,
    body.container-1600px .megamenu-fullwidth .megamenu-row {
        max-width: 1600px;
        width: 1600px;
    }
}
body.container-100pr .container,
body.container-100pr .container-fluid,
body.container-100pr .megamenu-fullwidth .megamenu-row {
    max-width: 100%;
    width: 100%;
}
body.tm-dark-layout {
    color: #aaa;
    background-color: #2a2a2a;
}
body.tm-dark-layout h1,
body.tm-dark-layout h2,
body.tm-dark-layout h3,
body.tm-dark-layout h4,
body.tm-dark-layout h5,
body.tm-dark-layout h6 {
    color: #777;
}
body.tm-dark-layout p {
    color: #aaa;
}
body.tm-dark-layout [class^="bg-theme-"],
body.tm-dark-layout [class*=" bg-theme-"] {
    color: #fff;
}
body.tm-dark-layout [class^="bg-theme-"] h1,
body.tm-dark-layout [class^="bg-theme-"] h2,
body.tm-dark-layout [class^="bg-theme-"] h3,
body.tm-dark-layout [class^="bg-theme-"] h4,
body.tm-dark-layout [class^="bg-theme-"] h5,
body.tm-dark-layout [class^="bg-theme-"] h6,
body.tm-dark-layout [class*=" bg-theme-"] h1,
body.tm-dark-layout [class*=" bg-theme-"] h2,
body.tm-dark-layout [class*=" bg-theme-"] h3,
body.tm-dark-layout [class*=" bg-theme-"] h4,
body.tm-dark-layout [class*=" bg-theme-"] h5,
body.tm-dark-layout [class*=" bg-theme-"] h6 {
    color: #fff;
}
body.tm-dark-layout [class^="bg-theme-"] p,
body.tm-dark-layout [class*=" bg-theme-"] p {
    color: #fff;
}
body.tm-dark-layout .bg-silver-light {
    background-color: #222 !important;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    margin-left: -10px;
}
.select2 .selection .select2-selection {
    background-color: rgba(241, 238, 246, 0.5);
    border: 1px solid rgba(241, 238, 246, 0.5);
    height: calc(1.8rem + 32px);
    padding: 14px 20px;
}
.select2 .selection .select2-selection .select2-selection__rendered {
    color: #686a6f;
    line-height: 30px;
    padding-left: 0;
    font-weight: 400;
    font-size: 1rem;
}
.select2 .selection .select2-selection .select2-selection__arrow {
    height: 100%;
    position: absolute;
    right: 6px;
    top: 0;
    width: 20px;
}
.form-control,
.input-text,
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond input[type="text"] {
    height: calc(1.8rem + 32px);
    padding: 14px 20px;
    outline: 0;
    background-color: rgba(241, 238, 246, 0.5);
    border: 1px solid rgba(241, 238, 246, 0.5);
    color: #686a6f;
    font-size: 1rem;
    width: 100%;
}
.form-control::placeholder,
.input-text::placeholder,
.comment-respond textarea::placeholder,
.comment-respond input[type="email"]::placeholder,
.comment-respond input[type="url"]::placeholder,
.comment-respond input[type="text"]::placeholder {
    color: #686a6f;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder,
.comment-respond textarea:-ms-input-placeholder,
.comment-respond input[type="email"]:-ms-input-placeholder,
.comment-respond input[type="url"]:-ms-input-placeholder,
.comment-respond input[type="text"]:-ms-input-placeholder {
    color: #686a6f;
}
.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder,
.comment-respond textarea::-ms-input-placeholder,
.comment-respond input[type="email"]::-ms-input-placeholder,
.comment-respond input[type="url"]::-ms-input-placeholder,
.comment-respond input[type="text"]::-ms-input-placeholder {
    color: #686a6f;
}
.form-control:active,
.form-control:focus,
.input-text:active,
.input-text:focus {
    box-shadow: 0 0 0 1px var(--theme-color1);
    border-color: var(--theme-color1);
}
textarea.form-control,
.comment-respond textarea {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.isotope-layout-filter,
.carousel-layout-filter {
    margin-bottom: 30px;
}
.isotope-layout-filter a,
.carousel-layout-filter a {
    transition: all 0.3s ease-in-out 0s;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 8px 20px 6px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border: 2px solid;
    border-color: transparent;
}
.isotope-layout-filter a.active,
.isotope-layout-filter a:focus,
.isotope-layout-filter a:hover,
.carousel-layout-filter a.active,
.carousel-layout-filter a:focus,
.carousel-layout-filter a:hover {
    color: #fff;
    background: #343434;
}
.isotope-layout-filter.filter-style-2 a,
.carousel-layout-filter.filter-style-2 a {
    border-color: #343434;
}
.isotope-layout-filter.filter-style-3 a,
.carousel-layout-filter.filter-style-3 a {
    border-color: #eee;
}
.isotope-layout-filter.filter-style-4 a,
.carousel-layout-filter.filter-style-4 a {
    background-color: #f7f7f7;
}
.isotope-layout-filter.filter-style-4 a.active,
.isotope-layout-filter.filter-style-4 a:focus,
.isotope-layout-filter.filter-style-4 a:hover,
.carousel-layout-filter.filter-style-4 a.active,
.carousel-layout-filter.filter-style-4 a:focus,
.carousel-layout-filter.filter-style-4 a:hover {
    background: #343434;
}
.isotope-layout-filter.filter-style-5 a,
.carousel-layout-filter.filter-style-5 a {
    border-radius: 7px;
}
.isotope-layout-filter.filter-style-6 a,
.carousel-layout-filter.filter-style-6 a {
    border-radius: 7px;
    border-color: #343434;
}
.isotope-layout .isotope-layout-inner {
    position: relative;
}
.isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
    float: left;
    width: 24.98%;
}
.isotope-layout .isotope-item .isotope-item-inner {
    position: relative;
    height: 100%;
}
.isotope-layout .isotope-item.tm-masonry-large-wide,
.isotope-layout .isotope-item.tm-masonry-large-width-height {
    width: 49.98%;
}
.isotope-layout .isotope-item.isotope-item-sizer {
    padding: 0 !important;
    margin-bottom: 0 !important;
    width: 24.98%;
}
.isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-wide,
.isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-width-height {
    width: 49.98%;
}
.isotope-layout .isotope-item .thumb img {
    width: 100%;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(
        .blog-archive
    ) {
    margin-left: 0;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive)
    .isotope-layout-inner {
    margin-left: 0;
    margin-right: 0;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive)
    .isotope-item {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: 100% !important;
    position: relative !important;
}
.isotope-layout.isotope-layout-single-item:not(.shop-archive):not(.blog-archive)
    .isotope-item
    .hentry {
    margin-bottom: 0;
    padding-bottom: 0;
}
.isotope-layout.grid-1 .isotope-item {
    width: 100% !important;
}
.isotope-layout.grid-1 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-1 .isotope-item.tm-masonry-large-width-height {
    width: 100% !important;
}
.isotope-layout.grid-2 .isotope-item {
    width: 49.98%;
}
.isotope-layout.grid-2 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-2 .isotope-item.tm-masonry-large-width-height {
    width: 100%;
}
.isotope-layout.grid-3 .isotope-item {
    width: 33.2%;
}
.isotope-layout.grid-3 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-3 .isotope-item.tm-masonry-large-width-height {
    width: 66.4%;
}
.isotope-layout.grid-4 {
    width: 100.1%;
    width: calc(100% + 1px);
}
.isotope-layout.grid-4 .isotope-item {
    width: 24.98%;
}
.isotope-layout.grid-4 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-4 .isotope-item.tm-masonry-large-width-height {
    width: 49.98%;
}
.isotope-layout.grid-5 .isotope-item {
    width: 20%;
}
.isotope-layout.grid-5 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-5 .isotope-item.tm-masonry-large-width-height {
    width: 40%;
}
.isotope-layout.grid-6 .isotope-item {
    width: 16.5%;
}
.isotope-layout.grid-6 .isotope-item.tm-masonry-large-wide,
.isotope-layout.grid-6 .isotope-item.tm-masonry-large-width-height {
    width: 33%;
}
.isotope-layout .isotope-layout-inner {
    margin: 0 -15px;
}
.isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
}
.isotope-layout.gutter .isotope-layout-inner {
    margin: 0 -15px;
}
.isotope-layout.gutter .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
}
.isotope-layout.gutter-0 .isotope-layout-inner {
    margin: 0;
}
.isotope-layout.gutter-0 .isotope-item {
    padding: 0;
    margin: 0;
}
.isotope-layout.gutter-5 .isotope-layout-inner {
    margin: 0 -5px;
}
.isotope-layout.gutter-5 .isotope-item {
    padding: 0 5px;
    margin: 0 0 10px;
}
.isotope-layout.gutter-10 .isotope-layout-inner {
    margin: 0 -10px;
}
.isotope-layout.gutter-10 .isotope-item {
    padding: 0 10px;
    margin: 0 0 20px;
}
.isotope-layout.gutter-15 .isotope-layout-inner {
    margin: 0 -15px;
}
.isotope-layout.gutter-15 .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
}
.isotope-layout.gutter-20 .isotope-layout-inner {
    margin: 0 -20px;
}
.isotope-layout.gutter-20 .isotope-item {
    padding: 0 20px;
    margin: 0 0 40px;
}
.isotope-layout.gutter-30 .isotope-layout-inner {
    margin: 0 -30px;
}
.isotope-layout.gutter-30 .isotope-item {
    padding: 0 30px;
    margin: 0 0 60px;
}
@media (max-width: 767px) {
    .isotope-layout .isotope-item {
        width: 33.2% !important;
    }
    .isotope-layout .isotope-item.tm-masonry-large-wide,
    .isotope-layout .isotope-item.tm-masonry-large-width-height {
        width: 100% !important;
    }
}
@media (max-width: 1024px) {
    .isotope-layout .isotope-item {
        width: 49.98% !important;
    }
    .isotope-layout .isotope-item.tm-masonry-large-wide,
    .isotope-layout .isotope-item.tm-masonry-large-width-height {
        width: 100% !important;
    }
}
@media (max-width: 991.98px) {
    .isotope-layout .isotope-item {
        width: 49.98% !important;
    }
    .isotope-layout .isotope-item.tm-masonry-large-wide,
    .isotope-layout .isotope-item.tm-masonry-large-width-height {
        width: 100% !important;
    }
}
@media (max-width: 767.98px) {
    .isotope-layout .isotope-item {
        width: 100% !important;
    }
    .isotope-layout .isotope-item.tm-masonry-large-wide,
    .isotope-layout .isotope-item.tm-masonry-large-width-height {
        width: 100% !important;
    }
}
@media (max-width: 575.98px) {
    .isotope-layout .isotope-item {
        width: 100% !important;
    }
    .isotope-layout .isotope-item.tm-masonry-large-wide,
    .isotope-layout .isotope-item.tm-masonry-large-width-height {
        width: 100% !important;
    }
}
.isotope-layout:not(.isotope-rendered) .isotope-item {
    float: left;
}
.isotope-layout:not(.isotope-rendered).grid-2 > .isotope-item {
    width: 50%;
}
.isotope-layout:not(.isotope-rendered).grid-3 > .isotope-item {
    width: 33%;
}
.isotope-layout:not(.isotope-rendered).grid-4 > .isotope-item {
    width: 25%;
}
.isotope-layout:not(.isotope-rendered).grid-5 > .isotope-item {
    width: 19%;
}
.isotope-layout:not(.isotope-rendered).grid-6 > .isotope-item {
    width: 16%;
}
.owl-carousel .tm-carousel-item {
    transition: 0.8s;
    -webkit-transition: 0.8s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.owl-carousel .tm-carousel-item.__loading {
    opacity: 0;
    transform: translateX(40px);
    -webkit-transform: translateX(40px);
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}
.owl-carousel .owl-dots {
    position: absolute;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-dots .owl-dot span {
    background: #d6d6d6;
    display: block;
    height: 10px;
    margin: 5px 3px;
    opacity: 0.8;
    width: 10px;
    border-radius: 3px;
    transition: all 0.4s ease 0s;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .owl-nav {
    position: absolute;
}
.owl-carousel .owl-nav button {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    opacity: 0.3;
    z-index: 6;
    transition: all 0.4s ease 0s;
}
.owl-carousel .owl-nav button i {
    vertical-align: middle;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #fff;
    border-radius: 50%;
    color: var(--theme-color1);
    padding: 10px;
    width: 50px;
    height: 50px;
    opacity: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.owl-carousel .owl-nav button.owl-prev {
    margin-right: 15px;
}
.owl-carousel .owl-nav button.owl-next {
    left: 80px;
}
.owl-carousel[data-focused-center-image="true"] .owl-item {
    opacity: 0.3;
    transition: all 0.4s ease;
}
.owl-carousel[data-focused-center-image="true"] .owl-item.active {
    opacity: 0.6;
}
.owl-carousel[data-focused-center-image="true"] .owl-item.active.center {
    opacity: 1;
}
.owl-carousel[data-zoomin-center-image="true"] .owl-item {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    transition: all 0.4s ease;
}
.owl-carousel[data-zoomin-center-image="true"] .owl-item.active.center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.owl-nav-outer .owl-nav button.owl-prev,
.owl-nav-outer .owl-nav button.owl-next {
    background: rgba(240, 240, 240, 0.8);
    padding: 10px 15px;
}
.owl-nav-outer .owl-nav button.owl-prev {
    left: -70px;
}
.owl-nav-outer .owl-nav button.owl-next {
    right: -70px;
}
@media (max-width: 1199.98px) {
    .owl-nav-outer .owl-nav button.owl-prev {
        left: -25px;
    }
    .owl-nav-outer .owl-nav button.owl-next {
        right: -25px;
    }
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}
.owl-carousel {
    display: block;
}
.owl-carousel img {
    width: 100%;
}
.owl-carousel > .slide-owl-wrap {
    float: left;
    padding-right: 25px;
}
.owl-carousel.tm-owl-carousel-1col .slide-owl-wrap:not(:first-child) {
    display: none;
}
.owl-carousel.tm-owl-carousel-2col .slide-owl-wrap:nth-child(n + 3) {
    display: none;
}
.owl-carousel.tm-owl-carousel-2col > .slide-owl-wrap {
    width: 50%;
}
.owl-carousel.tm-owl-carousel-3col .slide-owl-wrap:nth-child(n + 4) {
    display: none;
}
.owl-carousel.tm-owl-carousel-3col > .slide-owl-wrap {
    width: 33%;
}
.owl-carousel.tm-owl-carousel-4col .slide-owl-wrap:nth-child(n + 5) {
    display: none;
}
.owl-carousel.tm-owl-carousel-4col > .slide-owl-wrap {
    width: 25%;
}
.owl-carousel.tm-owl-carousel-5col .slide-owl-wrap:nth-child(n + 6) {
    display: none;
}
.owl-carousel.tm-owl-carousel-5col > .slide-owl-wrap {
    width: 19%;
}
.owl-carousel.tm-owl-carousel-6col .slide-owl-wrap:nth-child(n + 7) {
    display: none;
}
.owl-carousel.tm-owl-carousel-6col > .slide-owl-wrap {
    width: 16%;
}
.owl-carousel,
.owl-stage-outer {
    transition: height 0.5s ease-in-out 0s;
}
.page-404-wrapper {
    text-align: center;
}
.page-404-wrapper.page-404-wrapper-padding {
    padding-top: 100px;
    padding-bottom: 50px;
}
.page-404-wrapper .page-404-main-content {
    margin-bottom: 25px;
}
.page-404-wrapper .page-404-main-content .title {
    font-size: 11rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
    .page-404-wrapper .page-404-main-content .title {
        font-size: 8rem;
    }
}
.page-404-wrapper .page-404-main-content .sub-title {
    font-size: 2rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.7rem;
}
.page-404-wrapper .page-404-main-content .content,
.page-404-wrapper .page-404-main-content .content p {
    margin-bottom: 1.7rem;
}
.page-404-wrapper .search-box {
    margin-bottom: 2rem;
}
.page-404-wrapper .search-box .paragraph {
    margin-bottom: 1rem;
}
.page-404-wrapper .helpful-links {
    margin-bottom: 25px;
}
.page-404-wrapper .helpful-links ul {
    list-style: none;
}
.page-404-wrapper .helpful-links ul li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.page-404-wrapper .helpful-links ul li:before {
    content: "\f0da";
    left: 0;
    top: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ccc;
}
.page-404-wrapper .helpful-links ul li a {
    color: var(--text-color);
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .title {
    font-size: 8rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1rem;
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .sub-title {
    font-size: 1.7rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 1.2rem;
}
.page-404-wrapper.page-404-layout-split .page-404-main-content .content,
.page-404-wrapper.page-404-layout-split .page-404-main-content .content p {
    margin-bottom: 1rem;
}
.page-404-wrapper .page-404-main-content {
    text-align: center;
}
.page-404-wrapper .page-404-main-content .title {
    color: var(--theme-color1);
}
.page-404-wrapper .helpful-links ul li:before {
    color: var(--theme-color1);
}
.page-404-wrapper .helpful-links ul li a:hover {
    color: var(--hover-theme-color);
}
body.archive .main-content-area article:not(.type-post) {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(240, 240, 240, 0.5);
}
article
    .entry-content
    .post-content
    ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid):not(
        .wp-block-post-template
    ):not(.wp-block-page-list),
article .entry-content .post-content ol,
article
    .entry-content
    .post-excerpt
    ul:not(.tm-sc-list):not(.list):not(.blocks-gallery-grid):not(
        .wp-block-post-template
    ):not(.wp-block-page-list),
article .entry-content .post-excerpt ol {
    padding-left: 10px;
}
article .box-hover-effect .thumb {
    text-align: center;
}
.blog-posts .main-content-area .post .post-sticky-icon {
    display: none;
}
body.archive .blog-posts .main-content-area article,
body.blog .blog-posts .main-content-area article {
    margin-bottom: 3rem;
}
body.archive .blog-posts .main-content-area .row > div:last-child article,
body.blog .blog-posts .main-content-area .row > div:last-child article {
    margin-bottom: 0;
}
body.archive .blog-posts .main-content-area .post.sticky,
body.blog .blog-posts .main-content-area .post.sticky {
    box-shadow: none;
    position: relative;
    background: #fff;
    border-radius: 10px;
    border: 2px solid var(--theme-color1);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
body.archive .blog-posts .main-content-area .post.sticky .entry-content,
body.blog .blog-posts .main-content-area .post.sticky .entry-content {
    background: #fff;
}
body.archive .blog-posts .main-content-area .post.sticky .bottom-box .comments,
body.blog .blog-posts .main-content-area .post.sticky .bottom-box .comments {
    display: none;
}
body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon {
    display: block;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 1;
}
body.archive .blog-posts .main-content-area .post.sticky .post-sticky-icon i,
body.blog .blog-posts .main-content-area .post.sticky .post-sticky-icon i {
    font-size: 30px;
    color: #ccc;
    transform: rotate(45deg);
}
.main-content-area article .entry-meta {
    font-size: 14px;
    margin-bottom: 1rem;
    color: var(--entry-meta-color-light);
    text-transform: uppercase;
}
.main-content-area article .entry-meta li:first-child {
    padding-left: 0;
}
.main-content-area article .entry-meta li {
    padding-right: 5px;
    margin-bottom: 0;
}
.main-content-area article .entry-meta li:last-child {
    padding-right: 0;
}
.main-content-area article .entry-meta i {
    margin-right: 5px;
}
.main-content-area article .entry-meta .categories-links,
.main-content-area article .entry-meta a,
.main-content-area article .entry-meta span,
.main-content-area article .entry-meta .sl-wrapper span {
    color: var(--entry-meta-color-light);
    font-weight: 400;
}
.main-content-area article .entry-meta .categories-links a:hover,
.main-content-area article .entry-meta a:hover,
.main-content-area article .entry-meta .sl-wrapper span:hover {
    color: var(--hover-theme-color);
}
.main-content-area article .post-excerpt {
    margin-bottom: 20px;
}
.main-content-area article .post-excerpt p {
    margin-bottom: 28px;
}
.main-content-area .pagination {
    margin-top: 40px;
}
pre {
    font-family: "Courier 10 Pitch", courier, monospace;
    max-width: 100%;
    margin: 1.6em 0;
    padding: 1.6em;
    background-color: #f5f5f5;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: monospace;
    font-size: 1em;
    color: #000;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    border-radius: 4px;
}
dt {
    font-weight: var(--body-font-bold);
    color: #222429;
}
dd {
    margin: 0 1.5em 1.5em;
}
@media (min-width: 768px) {
    .post-standard-1col-classic .entry-header {
        border-radius: 2px;
        float: left;
        margin-right: 25px;
        width: 45%;
    }
}
article .entry-content h1 a:hover,
article .entry-content h2 a:hover,
article .entry-content h3 a:hover,
article .entry-content h4 a:hover,
article .entry-content h5 a:hover,
article .entry-content h6 a:hover,
article .entry-content .h1 a:hover,
article .entry-content .h2 a:hover,
article .entry-content .h3 a:hover,
article .entry-content .h4 a:hover,
article .entry-content .h5 a:hover,
article .entry-content .h6 a:hover {
    color: var(--hover-theme-color);
}
article .entry-content h1 a:hover b,
article .entry-content h1 a:hover strong,
article .entry-content h2 a:hover b,
article .entry-content h2 a:hover strong,
article .entry-content h3 a:hover b,
article .entry-content h3 a:hover strong,
article .entry-content h4 a:hover b,
article .entry-content h4 a:hover strong,
article .entry-content h5 a:hover b,
article .entry-content h5 a:hover strong,
article .entry-content h6 a:hover b,
article .entry-content h6 a:hover strong,
article .entry-content .h1 a:hover b,
article .entry-content .h1 a:hover strong,
article .entry-content .h2 a:hover b,
article .entry-content .h2 a:hover strong,
article .entry-content .h3 a:hover b,
article .entry-content .h3 a:hover strong,
article .entry-content .h4 a:hover b,
article .entry-content .h4 a:hover strong,
article .entry-content .h5 a:hover b,
article .entry-content .h5 a:hover strong,
article .entry-content .h6 a:hover b,
article .entry-content .h6 a:hover strong {
    color: var(--hover-theme-color);
}
article .entry-meta a:hover {
    color: var(--hover-theme-color);
}
.blog-posts .main-content-area article {
    position: relative;
    margin-bottom: 30px;
}
.blog-posts .main-content-area article .entry-header {
    position: relative;
}
.blog-posts .main-content-area article .entry-header .post-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.blog-posts .main-content-area article .entry-header .post-thumb .thumb {
    border-radius: 10px;
}
.blog-posts .main-content-area article .entry-header .post-thumb .thumb img {
    display: block;
    width: 100%;
    transition: all 0.4s ease;
}
.blog-posts .main-content-area article .entry-header .post-thumb .thumb:after {
    display: none;
}
.blog-posts .main-content-area article .entry-header .post-thumb .thumb:before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
    transition: all 0.4s linear;
}
.blog-posts .main-content-area article .entry-header .link {
    background: #333;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.blog-posts .main-content-area article .entry-header .post-single-meta {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--theme-color1);
    color: var(--theme-color2);
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 52px;
    width: 52px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
}
.blog-posts .main-content-area article .entry-header .post-single-meta span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: var(--theme-color2);
}
.blog-posts
    .main-content-area
    article
    .entry-header
    .post-single-meta
    span.day {
    font-weight: 600;
}
.blog-posts
    .main-content-area
    article
    .entry-header
    .post-single-meta
    span.month {
    font-size: 12px;
}
.blog-posts
    .main-content-area
    article
    .entry-header
    .post-single-meta
    span.year {
    display: none;
}
.blog-posts .main-content-area article .entry-header .post-single-meta:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    top: 6px;
    background-color: var(--theme-color1);
    content: "";
    opacity: 0.3;
    z-index: -1;
}
.blog-posts .main-content-area article .entry-content {
    position: relative;
    padding: 30px 40px 35px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}
.blog-posts .main-content-area article .entry-content .entry-title {
    margin-bottom: 15px;
}
.blog-posts .main-content-area article .entry-content .entry-title:hover {
    color: var(--theme-color1);
}
.blog-posts .main-content-area article .entry-content .entry-meta li i {
    color: var(--theme-color1);
}
.blog-posts
    .main-content-area
    article
    .entry-content
    .entry-meta
    li.posted-date {
    background: var(--theme-color1);
    padding: 5px 20px;
    border-radius: 10px;
    margin-right: 10px;
    z-index: 1;
}
.blog-posts
    .main-content-area
    article
    .entry-content
    .entry-meta
    li.posted-date
    a {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}
.blog-posts
    .main-content-area
    article
    .entry-content
    .entry-meta
    li.posted-date
    i {
    display: none;
}
.blog-posts .main-content-area article .entry-content .post-excerpt {
    margin-bottom: 15px;
}
.blog-posts .main-content-area article .entry-content .read-more {
    position: relative;
    font-size: 12px;
    line-height: 25px;
    color: #0f0f0f;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: all 0.1s linear;
}
.blog-posts .main-content-area article .entry-content .read-more i {
    margin-right: 10px;
    font-size: 16px;
    transition: all 0.1s linear;
}
.blog-posts .main-content-area article .entry-content .read-more:hover {
    color: var(--theme-color1);
    -webkit-transform: translateX(-25px);
    -moz-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}
.blog-posts .main-content-area article .entry-content .read-more:hover i {
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    opacity: 0;
}
.blog-posts
    .main-content-area
    article:hover
    .entry-header
    .post-thumb
    .thumb
    img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.blog-posts
    .main-content-area
    article:hover
    .entry-header
    .post-thumb
    .thumb:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s linear;
}
.blog-posts .main-content-area article:hover .content-box {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.blog-posts .main-content-area .isotope-layout .isotope-item article {
    margin-bottom: 0;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
.blog-posts .main-content-area article.has-post-thumbnail .entry-content {
    margin-top: -65px;
    margin-left: 30px;
    border-radius: 10px 0 10px 10px;
}
body.single-post .main-content-area article {
    margin-bottom: 0;
    border-bottom: none;
}
body.single-post .main-content-area article .entry-meta {
    padding: 0;
    margin-top: 60px;
    margin-bottom: 0;
}
body.single-post .main-content-area article .entry-meta li {
    position: relative;
    padding-right: 8px;
}
body.single-post .main-content-area article .entry-meta li a {
    font-weight: 400;
}
body.single-post .main-content-area article .entry-meta li i {
    margin: 0 5px 0 0;
    vertical-align: baseline;
}
body.single-post .main-content-area article .entry-meta li i,
body.single-post
    .main-content-area
    article
    .entry-meta
    li
    .sl-wrapper
    .sl-icon
    svg {
    color: var(--theme-color1);
}
body.single-post
    .main-content-area
    article
    .entry-meta
    li
    .sl-wrapper
    .sl-icon
    svg:hover {
    color: var(--hover-theme-color);
}
body.single-post .main-content-area article .entry-meta li:first-child:after {
    display: none;
}
body.single-post .main-content-area article .entry-meta li:last-child {
    padding-right: 0;
}
body.single-post .main-content-area article .entry-header .post-thumb {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.18);
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
body.single-post .main-content-area article .entry-title {
    margin-top: 0;
}
body.single-post .main-content-area article .entry-content h1,
body.single-post .main-content-area article .entry-content h2,
body.single-post .main-content-area article .entry-content h3,
body.single-post .main-content-area article .entry-content h4,
body.single-post .main-content-area article .entry-content h5,
body.single-post .main-content-area article .entry-content h6,
body.single-post .main-content-area article .entry-content .h1,
body.single-post .main-content-area article .entry-content .h2,
body.single-post .main-content-area article .entry-content .h3,
body.single-post .main-content-area article .entry-content .h4,
body.single-post .main-content-area article .entry-content .h5,
body.single-post .main-content-area article .entry-content .h6 {
    margin-top: 30px;
}
body.single-post .main-content-area article .entry-content h1:first-child,
body.single-post .main-content-area article .entry-content h2:first-child,
body.single-post .main-content-area article .entry-content h3:first-child,
body.single-post .main-content-area article .entry-content h4:first-child,
body.single-post .main-content-area article .entry-content h5:first-child,
body.single-post .main-content-area article .entry-content h6:first-child,
body.single-post .main-content-area article .entry-content .h1:first-child,
body.single-post .main-content-area article .entry-content .h2:first-child,
body.single-post .main-content-area article .entry-content .h3:first-child,
body.single-post .main-content-area article .entry-content .h4:first-child,
body.single-post .main-content-area article .entry-content .h5:first-child,
body.single-post .main-content-area article .entry-content .h6:first-child {
    margin-top: 0;
}
body.single-post .single-post-tags-share {
    border-top: 1px solid #ececec;
    padding: 20px 0 0;
    margin-top: 55px;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 1200px) {
    body.single-post .single-post-tags-share > div {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    body.single-post .single-post-tags-share > div.max-width-half {
        max-width: 50%;
    }
}
body.single-post .single-post-tags-share > div:first-child {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1199.98px) {
    body.single-post .single-post-tags-share > div:first-child {
        margin-bottom: 20px;
    }
}
body.single-post .single-post-tags-share > div:last-child {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1199.98px) {
    body.single-post .single-post-tags-share > div:last-child {
        margin-bottom: 0;
    }
}
body.single-post .single-post-tags {
    margin: 0;
}
body.single-post .single-post-tags span {
    color: var(--headings-color);
    font-size: 1rem;
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h4);
    line-height: 1.4;
}
body.single-post .single-post-tags li:not(:first-child) {
    margin: 5px 7px 11px 0;
}
body.single-post .single-post-tags a {
    border-radius: 10px;
    font-size: 0.8rem;
    padding: 8px 25px;
    text-transform: capitalize;
    background-color: #f8f6f0;
}
body.single-post .single-post-tags a:hover {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color1);
}
body.single-post .pre-next-post-link {
    margin-top: 60px;
    vertical-align: middle;
}
body.single-post .pre-next-post-link .pre-post-link,
body.single-post .pre-next-post-link .next-post-link {
    cursor: pointer;
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
body.single-post .pre-next-post-link .pre-post-link > *,
body.single-post .pre-next-post-link .next-post-link > * {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: middle;
}
body.single-post .pre-next-post-link .pre-post-link .title,
body.single-post .pre-next-post-link .next-post-link .title {
    margin-top: 0;
    margin-bottom: 0;
    font-style: italic;
    color: #9a9a9a;
    font-size: 0.875rem;
}
body.single-post .pre-next-post-link .pre-post-link .content,
body.single-post .pre-next-post-link .next-post-link .content {
    font-size: 1.25rem;
    word-break: break-all;
}
body.single-post .pre-next-post-link .pre-post-link .content a,
body.single-post .pre-next-post-link .next-post-link .content a {
    font-size: 1rem;
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h4);
    line-height: 1.4;
}
body.single-post .pre-next-post-link .pre-post-link span,
body.single-post .pre-next-post-link .next-post-link span {
    color: #f5f5f5;
    font-size: 130px;
    line-height: 0;
    padding-top: 15px;
    transition: all 0.4s ease 0s;
}
body.single-post .pre-next-post-link .pre-post-link:hover a,
body.single-post .pre-next-post-link .next-post-link:hover a {
    color: var(--hover-theme-color);
}
body.single-post .pre-next-post-link .pre-post-link:hover span,
body.single-post .pre-next-post-link .next-post-link:hover span {
    color: #ddd;
}
body.single-post .pre-next-post-link .pre-post-link .link,
body.single-post .pre-next-post-link .next-post-link .link {
    margin-bottom: 0;
    margin-top: 0;
}
body.single-post .pre-next-post-link .next-post-link {
    text-align: right;
}
body.single-post .author-info {
    background: #f8f8f8;
    border: 1px solid #f5f5f5;
    margin-top: 60px;
    padding: 40px;
}
body.single-post .author-info .author-thumb {
    float: left;
    margin-right: 30px;
}
body.single-post .author-info .author-thumb img {
    border-radius: 50%;
}
body.single-post .author-info .author-description {
    margin-left: 110px;
}
body.single-post .author-info .author-description .author-title {
    margin-bottom: 0;
    margin-top: 0;
}
body.single-post
    .author-info
    .author-description
    .author-title
    .author-title-label {
    display: none;
    font-weight: var(--body-font-bold);
}
body.single-post .author-info .author-description .author-email {
    font-size: 14px;
}
body.single-post .author-info .author-description .author-email a {
    color: #a1a1a1;
    font-weight: 400;
}
body.single-post .author-info .author-description .author-text p {
    margin-top: 10px;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    body.single-post .author-info .author-thumb {
        float: none;
    }
    body.single-post .author-info .author-description {
        margin-left: 0;
    }
    body.single-post .author-info .author-description .author-title {
        margin-top: 15px;
        margin-bottom: 7px;
    }
}
body.single-post .related-posts {
    margin-top: 60px;
}
body.single-post .related-posts .title {
    margin-bottom: 20px;
    font-weight: var(--body-font-bold);
    text-transform: uppercase;
}
body.single-post .related-posts article {
    background-color: #fefefe;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
body.single-post .related-posts article .entry-header .post-thumb {
    margin-bottom: 0;
}
body.single-post .related-posts article .entry-content {
    padding: 20px;
}
body.single-post .related-posts article .entry-date {
    color: #999;
    font-size: 0.875rem;
}
body.single-post .related-posts article .post-excerpt {
    font-size: 0.875rem;
    margin-bottom: 10px;
}
body.single-post .related-posts article .entry-meta {
    padding: 5px 0;
    margin-bottom: 0;
    margin-top: 0;
}
body.single-post .related-posts article .post-btn-readmore {
    font-size: 11px;
    font-weight: var(--body-font-bold);
    text-transform: uppercase;
}
body.single-post.single-post .related-posts article .entry-title {
    margin-bottom: 0;
    margin-top: 10px;
}
body.single-post
    .post-single.drop-caps
    .entry-content
    .post-content
    > p:first-child:first-letter,
body.single-post
    .post-single.drop-caps
    .entry-content
    .post-excerpt
    > p:first-child:first-letter {
    color: #222;
    float: left;
    font-size: 75px;
    line-height: 0.85;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 0;
}
body.single-post .comments-no-password {
    margin-top: 1rem;
}
body.single-post .no-comments,
body.single-post .comments-no-password {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
body.single-post .no-comments .close,
body.single-post .comments-no-password .close {
    color: var(--text-color-bg-theme-color1);
}
.comments-area {
    margin-top: 60px;
}
.comments-area .comments-title .title {
    margin-bottom: 0;
    margin-top: 0;
}
.comments-area .comments-title p {
    display: none;
}
.comments-area .comment-list {
    margin: 0 0 60px;
    border-bottom: 1px solid #eee;
}
.comments-area .comment-list .comment,
.comments-area .comment-list .pingback,
.comments-area .comment-list .trackback {
    border-top: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 0;
    list-style: none;
}
.comments-area .comment-list .comment .comment,
.comments-area .comment-list .comment .pingback,
.comments-area .comment-list .comment .trackback,
.comments-area .comment-list .pingback .comment,
.comments-area .comment-list .pingback .pingback,
.comments-area .comment-list .pingback .trackback,
.comments-area .comment-list .trackback .comment,
.comments-area .comment-list .trackback .pingback,
.comments-area .comment-list .trackback .trackback {
    padding-left: 20px;
    padding-right: 0;
    box-shadow: none;
}
.comments-area .comment-list .comment .children,
.comments-area .comment-list .pingback .children,
.comments-area .comment-list .trackback .children {
    margin: 20px 0 0 20px;
}
.comments-area .comment-list .comment .children > li,
.comments-area .comment-list .pingback .children > li,
.comments-area .comment-list .trackback .children > li {
    padding-bottom: 0;
    margin-bottom: 0;
}
.comments-area .comment-list .comment .comment-item-wrapper,
.comments-area .comment-list .pingback .comment-item-wrapper,
.comments-area .comment-list .trackback .comment-item-wrapper {
    position: relative;
}
@media (min-width: 768px) {
    .comments-area .comment-list .comment .comment-item-wrapper,
    .comments-area .comment-list .pingback .comment-item-wrapper,
    .comments-area .comment-list .trackback .comment-item-wrapper {
        padding-left: 110px;
    }
}
@media (max-width: 767.98px) {
    .comments-area .comment-list .comment .comment-item-wrapper .comment-thumb,
    .comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb,
    .comments-area
        .comment-list
        .trackback
        .comment-item-wrapper
        .comment-thumb {
        margin-bottom: 20px;
    }
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-thumb img,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-thumb img,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-thumb
    img {
    border-radius: 50%;
}
@media (min-width: 768px) {
    .comments-area
        .comment-list
        .comment
        .comment-item-wrapper
        .comment-thumb
        img,
    .comments-area
        .comment-list
        .pingback
        .comment-item-wrapper
        .comment-thumb
        img,
    .comments-area
        .comment-list
        .trackback
        .comment-item-wrapper
        .comment-thumb
        img {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.comments-area .comment-list .comment .comment-item-wrapper .comment-body,
.comments-area .comment-list .pingback .comment-item-wrapper .comment-body,
.comments-area .comment-list .trackback .comment-item-wrapper .comment-body {
    display: block;
    padding: 0;
    width: auto;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link-wrapper,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link-wrapper,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link {
    text-align: right;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .list-inline-item,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .list-inline-item,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .list-inline-item {
    display: inline-block;
    margin-right: 0;
}
@media (min-width: 576px) {
    .comments-area
        .comment-list
        .comment
        .comment-item-wrapper
        .comment-body
        .comment-reply-link
        .list-inline-item,
    .comments-area
        .comment-list
        .pingback
        .comment-item-wrapper
        .comment-body
        .comment-reply-link
        .list-inline-item,
    .comments-area
        .comment-list
        .trackback
        .comment-item-wrapper
        .comment-body
        .comment-reply-link
        .list-inline-item {
        padding-left: 6px;
    }
}
@media (max-width: 575.98px) {
    .comments-area
        .comment-list
        .comment
        .comment-item-wrapper
        .comment-body
        .comment-reply-link
        .list-inline-item,
    .comments-area
        .comment-list
        .pingback
        .comment-item-wrapper
        .comment-body
        .comment-reply-link
        .list-inline-item,
    .comments-area
        .comment-list
        .trackback
        .comment-item-wrapper
        .comment-body
        .comment-reply-link
        .list-inline-item {
        padding-left: 0;
        padding-right: 6px;
    }
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link,
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 12px 16px;
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link:hover,
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link:focus,
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link:hover,
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link:focus,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link:hover,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link:focus,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link:hover,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link:focus,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link:hover,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-edit-link:focus,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link:hover,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-reply-link
    .comment-reply-link:focus {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-author-name,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-author-name,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-author-name {
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-author-name
    a,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-author-name
    a,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-author-name
    a {
    transition: all 0.2s ease-in-out;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-author-name
    a:hover,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-author-name
    a:hover,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-author-name
    a:hover {
    text-decoration: underline;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-metadata,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-metadata,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-metadata {
    margin-bottom: 25px;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-metadata
    a,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-metadata
    a,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-metadata
    a {
    font-size: 0.95rem;
    color: #a1a1a1;
    font-weight: 400;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-metadata
    a:hover,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-metadata
    a:hover,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-metadata
    a:hover {
    color: var(--hover-theme-color);
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-content
    p,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-content
    p,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-content
    p {
    margin-bottom: 30px;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-content
    p:last-of-type,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-content
    p:last-of-type,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-content
    p:last-of-type {
    margin-bottom: 0;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-content
    ul,
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-content
    ol,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-content
    ul,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-content
    ol,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-content
    ul,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-content
    ol {
    padding-left: 10px;
}
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-content
    > ul
    > li,
.comments-area
    .comment-list
    .comment
    .comment-item-wrapper
    .comment-body
    .comment-content
    > ol
    > li,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-content
    > ul
    > li,
.comments-area
    .comment-list
    .pingback
    .comment-item-wrapper
    .comment-body
    .comment-content
    > ol
    > li,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-content
    > ul
    > li,
.comments-area
    .comment-list
    .trackback
    .comment-item-wrapper
    .comment-body
    .comment-content
    > ol
    > li {
    padding-left: 0;
}
.comments-area .comment-list .pingback .comment-body a,
.comments-area .comment-list .trackback .comment-body a {
    color: var(--headings-color);
}
.comments-area .comment-list .pingback .comment-body a:hover,
.comments-area .comment-list .trackback .comment-body a:hover {
    color: var(--hover-theme-color);
}
.comments-area .comment-list .pingback .comment-body .edit-link a,
.comments-area .comment-list .trackback .comment-body .edit-link a {
    font-size: 1rem;
}
@media (max-width: 991.98px) {
    .comments-area .comment-list .comment .children,
    .comments-area .comment-list .pingback .children,
    .comments-area .comment-list .trackback .children {
        margin: 5px 0 0 5px;
    }
}
@media (max-width: 767.98px) {
    .comments-area .comment-list .comment .children,
    .comments-area .comment-list .pingback .children,
    .comments-area .comment-list .trackback .children {
        margin: 0;
    }
    .comments-area .comment-list .comment .children .comment,
    .comments-area .comment-list .comment .children .pingback,
    .comments-area .comment-list .comment .children .trackback,
    .comments-area .comment-list .pingback .children .comment,
    .comments-area .comment-list .pingback .children .pingback,
    .comments-area .comment-list .pingback .children .trackback,
    .comments-area .comment-list .trackback .children .comment,
    .comments-area .comment-list .trackback .children .pingback,
    .comments-area .comment-list .trackback .children .trackback {
        padding-left: 5px;
    }
}
.comments-area > .comment-respond {
    padding-left: 0;
    padding-right: 0;
}
.comment-respond {
    margin: 30px 0 0;
    width: 100%;
    padding-right: 15px;
}
.comment-respond .comment-reply-title {
    margin-bottom: 20px;
    text-transform: capitalize;
}
.comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 0.85rem;
    text-transform: capitalize;
    margin-left: 10px;
    color: var(--theme-color2);
}
.comment-respond .comment-reply-title #cancel-comment-reply-link:hover {
    color: var(--hover-theme-color);
}
.comment-respond .comment-form {
    margin-bottom: 0;
}
.comment-respond .comment-form .logged-in-as,
.comment-respond .comment-form .comment-notes {
    color: #888;
}
.comment-respond .comment-form .logged-in-as a,
.comment-respond .comment-form .comment-notes a {
    color: #888;
    font-weight: 400;
}
.comment-respond .comment-form .logged-in-as a:hover,
.comment-respond .comment-form .comment-notes a:hover {
    color: var(--hover-theme-color);
}
.comment-respond .comment-form .form-submit {
    margin-bottom: 0;
}
.comment-respond .comment-form .form-submit input[type="submit"] {
    margin-top: 0;
    border-radius: 10px;
}
.comment-respond .comment-form .form-control {
    height: calc(1.8rem + 32px);
    background-color: var(--theme-light-background);
}
.comment-respond .comment-form .form-control:focus {
    background-color: #fff;
}
.comment-respond .comment-form textarea.form-control {
    height: auto;
}
.comment-respond .form-group label {
    display: none;
    font-size: 14px;
}
.comment-respond .form-group .required {
    display: none;
}
.comment-respond input[type="submit"] {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.comment-respond input[type="submit"]:hover,
.comment-respond input[type="submit"]:focus {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}
.comment-form-cookies-consent label {
    color: #aaa;
    display: inline;
    font-weight: 400;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-right: 0.6rem;
}
.post-password-form {
    margin-bottom: 20px;
}
.post-password-form label {
    display: block;
    margin-bottom: 0;
}
.post-password-form input[type="password"] {
    margin-bottom: 7px !important;
}
.post-password-form > :last-child {
    margin-bottom: 0;
}
body.single-post .post-password-form label {
    display: inline-block;
}
body.single-post .post-password-form input[type="password"] {
    margin-bottom: 0 !important;
}
body.single-post .post-password-form input[type="submit"] {
    margin-top: -3px;
    border-radius: 5px;
}
.page-links {
    clear: both;
    padding: 20px 0 20px;
    display: flex;
    align-items: center;
}
.page-links a,
.page-links > span {
    border: 0;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1.9;
    width: 40px;
    height: 40px;
    padding: 3px 10px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-links > span {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
.page-links a {
    background-color: #f4f5f8;
    border-color: #ddd;
    color: #222;
}
.page-links a:hover,
.page-links a:focus {
    border-color: transparent;
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    text-decoration: none;
}
.page-links > .page-links-title {
    border: 0;
    background: 0 0;
    color: #1a1a1a;
    height: auto;
    margin: 0 7px 0 0;
    padding: 0;
    width: auto;
}
.gallery {
    margin-bottom: 30px;
}
.gallery .isotope-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}
.gallery.gallery-columns-2 .isotope-item {
    max-width: 50%;
}
.gallery.gallery-columns-3 .isotope-item {
    max-width: 33.33%;
}
.gallery.gallery-columns-4 .isotope-item {
    max-width: 25%;
}
.gallery.gallery-columns-5 .isotope-item {
    max-width: 20%;
}
.gallery.gallery-columns-6 .isotope-item {
    max-width: 16.66%;
}
.gallery.gallery-columns-7 .isotope-item {
    max-width: 14.28%;
}
.gallery.gallery-columns-8 .isotope-item {
    max-width: 12.5%;
}
.gallery.gallery-columns-9 .isotope-item {
    max-width: 11.11%;
}
.gallery .gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.gallery .gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.video-player-wrapper video {
    width: 100% !important;
}
@media (min-width: 1200px) {
    .tm-social-share-icons {
        text-align: right;
    }
}
.tm-social-share-icons .title {
    display: inline-block;
    margin-right: 10px;
    font-size: 1rem;
    font-family: var(--heading-font-family);
    color: var(--headings-color);
    font-weight: var(--headings-font-weight-h4);
    line-height: 1.4;
}
.tm-social-share-icons .title i {
    color: var(--theme-color1);
}
.tm-social-share-icons .styled-icons {
    display: inline-block;
    margin-bottom: 0;
}
.tm-social-share-icons .styled-icons a {
    float: none;
}
.tm-social-share-icons .social-share-icons-text {
    display: inline-block;
}
.news-details-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 56px;
    border-top: 1px solid #e0e4e8;
    gap: 10px;
}
.news-details-bottom p {
    margin: 0;
}
.news-details__categories span,
.news-details__tags span {
    color: var(--headings-color);
    font-size: var(--h5-font-size);
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h5);
    margin-right: 15px;
}
.news-details__categories a,
.news-details__tags a {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.news-details__categories a:hover,
.news-details__categories a:focus,
.news-details__tags a:hover,
.news-details__tags a:focus {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.news-details__categories a + a,
.news-details__tags a + a {
    margin-left: 6px;
}
.news-details__tags a {
    background: 0 0;
    border: 1px solid var(--theme-color1);
    color: var(--theme-color1);
}
.news-details__tags a:hover,
.news-details__tags a:focus {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.nav-links {
    margin: 0;
    display: flex;
    justify-content: space-between !important;
    background: var(--theme-light-background);
    position: relative;
}
@media (max-width: 767.98px) {
    .nav-links {
        display: inline-block;
    }
}
.nav-links:after {
    content: "";
    position: absolute;
    background: #e7e3e3;
    height: 46%;
    width: 3px;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: translateX(-10px);
}
@media (max-width: 767.98px) {
    .nav-links:after {
        content: none;
    }
}
.nav-links .prev {
    flex: 1;
}
.nav-links .prev a {
    padding: 30px 30px 30px 90px;
}
@media (max-width: 575.98px) {
    .nav-links .prev a {
        padding: 30px 30px 30px 90px;
    }
}
.nav-links .prev a:after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 30px;
    top: 50%;
    bottom: 0;
    transform: translateY(-20px);
    background: var(--theme-color1);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.nav-links .prev a:hover:after {
    background: var(--theme-color3);
    transition: all 0.3s ease;
}
.nav-links .prev .thumb {
    margin-right: 20px;
}
.nav-links .next {
    flex: 1;
    text-align: right;
}
@media (max-width: 767.98px) {
    .nav-links .next {
        border-top: 1px solid rgba(222, 222, 222, 0.6);
    }
}
.nav-links .next a {
    padding: 30px 90px 30px 30px;
}
@media (max-width: 575.98px) {
    .nav-links .next a {
        padding: 30px 90px 30px 30px;
    }
}
.nav-links .next a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 30px;
    top: 50%;
    bottom: 0;
    transform: translateY(-20px);
    background: var(--theme-color1);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.nav-links .next a:hover:after {
    background: var(--theme-color3);
    transition: all 0.3s ease;
}
.nav-links .next .thumb {
    margin-left: 20px;
}
.nav-links > div .thumb {
    display: inline-block;
    min-width: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
}
.nav-links > div .thumb a {
    display: inline-block;
}
.nav-links > div > a {
    display: inline-block;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 1.637;
    font-weight: 600;
    background-color: var(--theme-light-background);
    padding: 30px;
    width: 100%;
    position: relative;
}
.nav-links > div > a:hover {
    color: var(--link-color);
}
.sidebar-area .widget_search .widget-inner {
    padding: 0;
    background: 0 0;
}
@media (min-width: 992px) {
    .has-sidebar-left {
        flex-direction: row-reverse;
    }
}
.sl-wrapper a {
    border-bottom: 0 !important;
    text-decoration: none !important;
}
.sl-wrapper .sl-button {
    font-size: 1em;
    line-height: 1;
    font-weight: 400;
}
.sl-wrapper a.liked {
    color: #da1b1b;
}
.sl-wrapper a.liked:hover,
.sl-wrapper a.liked:active,
.sl-wrapper a.liked:focus {
    color: #666;
}
.sl-wrapper .sl-icon {
    margin-right: 0.3125em;
    vertical-align: initial;
}
.sl-wrapper .sl-icon svg {
    fill: currentColor;
    width: 1em;
    height: 1em;
}
.sl-wrapper .sl-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.sl-wrapper .loader,
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
    background: rgba(0, 0, 0, 0.2);
    -webkit-animation: slloader 1s infinite ease-in-out;
    animation: slloader 1s infinite ease-in-out;
    width: 0.2em;
    height: 0.6em;
}
.sl-wrapper .loader:before,
.sl-wrapper .loader:after {
    position: absolute;
    top: 0;
    content: "";
}
.sl-wrapper .loader:before {
    left: -0.375em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.sl-wrapper .loader {
    text-indent: -9999em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    font-size: 1em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.sl-wrapper .loader:after {
    left: 0.375em;
}
@-webkit-keyframes slloader {
    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: 0.6em;
    }
    40% {
        box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}
@keyframes slloader {
    0%,
    80%,
    100% {
        box-shadow: 0 0 rgba(0, 0, 0, 0.2);
        height: 0.6em;
    }
    40% {
        box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
        height: 1em;
    }
}
body:not(.single) article.format-link {
    padding: 50px 30px;
    background-color: #fdfdfd;
    text-align: center;
    border: 1px solid rgba(222, 222, 222, 0.3);
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}
body:not(.single) article.format-link .link-content {
    height: 100%;
    display: table;
}
body:not(.single) article.format-link .link-content .link-content-wrapper {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
body:not(.single)
    article.format-link
    .link-content
    .link-content-wrapper
    .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 1.5;
}
body:not(.single)
    article.format-link
    .link-content
    .link-content-wrapper
    .post-excerpt {
    margin-bottom: 0;
}
body:not(.single)
    article.format-link
    .link-content
    .link-content-wrapper
    .link {
    color: #999;
}
body:not(.single)
    article.format-link
    .link-content
    .link-content-wrapper
    .link-url {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
body:not(.single) article.format-link:after {
    content: "";
    background: url("/images/blog/link.png")
        no-repeat;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0 auto;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
body:not(.single) article.format-quote {
    background-color: #fdfdfd;
    padding: 50px 30px;
    text-align: center;
    border: 1px solid rgba(222, 222, 222, 0.3);
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
}
body:not(.single) article.format-quote .quote-content {
    height: 100%;
    display: table;
}
body:not(.single) article.format-quote .quote-content .quote-content-wrapper {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
body:not(.single)
    article.format-quote
    .quote-content
    .quote-content-wrapper
    blockquote {
    border: none;
}
body:not(.single)
    article.format-quote
    .quote-content
    .quote-content-wrapper
    blockquote
    .title {
    font-size: 1.6rem;
}
body:not(.single)
    article.format-quote
    .quote-content
    .quote-content-wrapper
    blockquote
    .post-excerpt {
    margin-bottom: 0;
}
body:not(.single)
    article.format-quote
    .quote-content
    .quote-content-wrapper
    blockquote
    .quote {
    margin-bottom: 20px;
    line-height: 1.5;
}
body:not(.single)
    article.format-quote
    .quote-content
    .quote-content-wrapper
    blockquote
    footer {
    font-size: 0.9rem;
    color: #999;
}
body:not(.single)
    article.format-quote
    .quote-content
    .quote-content-wrapper
    blockquote:before {
    color: rgba(250, 250, 250, 0.7);
    content: "\f067";
    display: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 7rem;
    line-height: 1;
    opacity: 0.2;
    position: absolute;
    bottom: 0;
    right: 7px;
    transform: rotate(180deg);
}
body:not(.single) article.format-quote:after {
    content: "";
    background: url("/images/blog/quote.png")
        no-repeat;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: 30px;
    margin: 0 auto;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
body:not(.single) article.format-gallery .owl-nav {
    position: unset;
}
body:not(.single) article.format-gallery .owl-nav button {
    border-radius: 0;
    position: absolute;
    margin: 0;
    opacity: 0.3;
}
body:not(.single) article.format-gallery .owl-nav button.owl-prev,
body:not(.single) article.format-gallery .owl-nav button.owl-next {
    background: #fff;
    border-radius: 0;
    color: var(--theme-color1);
    padding: 10px;
    width: 30px;
    height: 65px;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
body:not(.single) article.format-gallery .owl-nav button.owl-prev:hover,
body:not(.single) article.format-gallery .owl-nav button.owl-next:hover {
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
body:not(.single) article.format-gallery .owl-nav button.owl-prev {
    left: 0;
}
body:not(.single) article.format-gallery .owl-nav button.owl-next {
    right: 0;
    left: auto;
}
body.search-results .main-content-area article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f5f5f5;
}
table {
    margin: 0 0 40px;
    width: 100%;
}
table td,
table th {
    padding: 5px;
}
.main-content-area {
    min-height: 0;
}
.tm-item-appear-clip-path-right {
    clip-path: inset(0 0 0 100%);
    -webkit-clip-path: inset(0 0 0 100%);
    -webkit-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
    -moz-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
    transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
}
.tm-item-appear-clip-path-right.tm-item-appeared {
    clip-path: inset(-20% -20% -20% -20%);
    -webkit-clip-path: inset(-20% -20% -20% -20%);
}
.tm-item-appear-clip-path {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
    -moz-transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
    transition: 1s cubic-bezier(0.85, 0.15, 0.25, 1) !important;
}
.tm-item-appear-clip-path.tm-item-appeared {
    clip-path: inset(-20% -20% -20% -20%);
    -webkit-clip-path: inset(-20% -20% -20% -20%);
}
.tm-appear-block-holder {
    position: relative;
    overflow: hidden;
}
.tm-appear-block-holder:after,
.tm-appear-block-holder:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tm-appear-block-holder:after {
    background-color: var(--theme-color2);
    z-index: 2;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.tm-appear-block-holder:before {
    background-color: var(--theme-color1);
    z-index: 1;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}
.tm-appear-block-holder.tm-item-appeared:after {
    -webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s
        cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: tm-appear-block-holder-animation 1.2s 0.2s
        cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.tm-appear-block-holder.tm-item-appeared:before {
    -webkit-animation: tm-appear-block-holder-animation 1.5s
        cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: tm-appear-block-holder-animation 1.5s
        cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
@-webkit-keyframes tm-appear-block-holder-animation {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
}
@keyframes tm-appear-block-holder-animation {
    0% {
        -webkit-transform: translateX(-101%);
        transform: translateX(-101%);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(101%);
        transform: translateX(101%);
    }
}
.elementor-editor-active .elementor-column.tm-appear-block-holder:after,
.elementor-editor-active
    .elementor-widget-mkdf_single_image.tm-appear-block-holder:after {
    -webkit-animation: tm-appear-block-holder-animation 1.2s 0.2s
        cubic-bezier(1, 0, 0.54, 0.99) forwards;
    animation: tm-appear-block-holder-animation 1.2s 0.2s
        cubic-bezier(1, 0, 0.54, 0.99) forwards;
}
.elementor-editor-active .elementor-column.tm-appear-block-holder:before,
.elementor-editor-active
    .elementor-widget-mkdf_single_image.tm-appear-block-holder:before {
    -webkit-animation: tm-appear-block-holder-animation 1.5s
        cubic-bezier(0.86, 0, 0.07, 1) forwards;
    animation: tm-appear-block-holder-animation 1.5s
        cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1.3s;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 25%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: fadeInLeft;
    animation-duration: 1s;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-15%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: fadeInRight;
    animation-duration: 1s;
}
@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(15%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.tm-animation-floating {
    -webkit-animation-name: tm-animation-floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes tm-animation-floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}
@-moz-keyframes tm-animation-floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}
.tm-animation-slide-horizontal {
    -webkit-animation: tm-animation-slide-horizontal 3s linear infinite
        alternate-reverse both;
    animation: tm-animation-slide-horizontal 3s linear infinite
        alternate-reverse both;
}
@-webkit-keyframes tm-animation-slide-horizontal {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
@keyframes tm-animation-slide-horizontal {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }
}
.tm-animation-flicker {
    -webkit-animation: tm-animation-flicker 3s infinite;
    -moz-animation: tm-animation-flicker 3s infinite;
    -o-animation: tm-animation-flicker 3s infinite;
    animation: tm-animation-flicker 3s infinite;
}
@keyframes tm-animation-flicker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes tm-animation-flicker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes tm-animation-flicker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes tm-animation-flicker {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}
.tm-animation-spin {
    -webkit-animation: tm-animation-spin 10s linear infinite;
    -moz-animation: tm-animation-spin 10s linear infinite;
    animation: tm-animation-spin 10s linear infinite;
}
@-moz-keyframes tm-animation-spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes tm-animation-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes tm-animation-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.tm-animation-random-animation1 {
    -webkit-animation: random-animation1 20s linear infinite alternate;
    -moz-animation: random-animation1 20s linear infinite alternate;
    animation: random-animation1 20s linear infinite alternate;
}
@keyframes random-animation1 {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes random-animation1 {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
.tm-animation-random-animation2 {
    -webkit-animation: random-animation2 20s linear infinite alternate;
    -moz-animation: random-animation2 20s linear infinite alternate;
    animation: random-animation2 20s linear infinite alternate;
}
@keyframes random-animation2 {
    0% {
        transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg);
    }
}
@-webkit-keyframes random-animation2 {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg);
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg);
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg);
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg);
    }
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.pagination-wrapper {
    text-align: center;
}
.pagination {
    margin-top: 40px;
    display: inline-flex;
}
.pagination > .page-item {
    padding-left: 0 !important;
    margin-right: 10px;
}
.pagination > .page-item .page-link {
    color: var(--headings-color);
    border-color: #ddd;
    background-color: #f4f5f8;
    border: 0;
    border-radius: 50%;
    text-align: center;
    height: 50px;
    width: 50px;
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 991.98px) {
    .pagination > .page-item .page-link {
        height: 45px;
        width: 45px;
    }
}
.pagination > .page-item .page-link:hover:not(.dots) {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.pagination > .page-item .page-link.dots {
    background-color: transparent;
}
.pagination > .page-item.active .page-link {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.box-hover-effect {
    display: block;
    vertical-align: middle;
}
.box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.box-hover-effect .effect-wrapper .thumb {
    position: relative;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease;
}
.box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #181818;
    background: -moz-linear-gradient(
        top,
        #000,
        rgba(0, 0, 0, 0.55),
        transparent
    );
    background: -webkit-linear-gradient(
        top,
        #000,
        rgba(0, 0, 0, 0.55),
        transparent
    );
    background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.55), transparent);
    content: "";
    z-index: 1;
}
.box-hover-effect .effect-wrapper .hover-link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0 !important;
    color: transparent !important;
    z-index: 9;
}
.box-hover-effect .effect-wrapper .text-holder {
    display: inline-block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: 13;
}
.box-hover-effect .effect-wrapper .text-holder .title {
    color: #fff;
}
.box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.box-hover-effect:hover .effect-wrapper .overlay-shade {
    opacity: 0.7;
    filter: alpha(opacity=90);
}
.post-excerpt blockquote:not([class*="has-"]),
.comment-content blockquote,
.page-content blockquote,
.post-excerpt .wp-block-quote,
.widget_block .wp-block-quote,
.main-content-area article .post-excerpt .wp-block-quote,
.tm-sc-blockquote {
    color: #333;
    background-color: #f4f5f8;
    border-left: 2px solid var(--theme-color2);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 7px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    transition: all 0.3s ease;
}
.post-excerpt blockquote:not([class*="has-"]):before,
.comment-content blockquote:before,
.page-content blockquote:before,
.post-excerpt .wp-block-quote:before,
.widget_block .wp-block-quote:before,
.main-content-area article .post-excerpt .wp-block-quote:before,
.tm-sc-blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 0;
    font-size: 4rem;
    line-height: 1;
    color: var(--theme-color2);
    opacity: 0.07;
    right: 30px;
    transition: all 0.3s ease;
}
.post-excerpt blockquote:not([class*="has-"]):after,
.comment-content blockquote:after,
.page-content blockquote:after,
.post-excerpt .wp-block-quote:after,
.widget_block .wp-block-quote:after,
.main-content-area article .post-excerpt .wp-block-quote:after,
.tm-sc-blockquote:after {
    content: "";
    position: absolute;
    transition: all 0.3s ease;
}
.post-excerpt blockquote:not([class*="has-"]) p,
.comment-content blockquote p,
.page-content blockquote p,
.post-excerpt .wp-block-quote p,
.widget_block .wp-block-quote p,
.main-content-area article .post-excerpt .wp-block-quote p,
.tm-sc-blockquote p {
    margin-bottom: 15px;
}
.post-excerpt blockquote:not([class*="has-"]) cite,
.comment-content blockquote cite,
.page-content blockquote cite,
.post-excerpt .wp-block-quote cite,
.widget_block .wp-block-quote cite,
.main-content-area article .post-excerpt .wp-block-quote cite,
.tm-sc-blockquote cite {
    transition: all 0.3s ease;
    color: var(--theme-color2);
    display: block;
}
.post-excerpt blockquote:not([class*="has-"]) cite a,
.comment-content blockquote cite a,
.page-content blockquote cite a,
.post-excerpt .wp-block-quote cite a,
.widget_block .wp-block-quote cite a,
.main-content-area article .post-excerpt .wp-block-quote cite a,
.tm-sc-blockquote cite a {
    color: var(--theme-color2);
}
.post-excerpt blockquote:not([class*="has-"]) > :last-child,
.comment-content blockquote > :last-child,
.page-content blockquote > :last-child,
.post-excerpt .wp-block-quote > :last-child,
.widget_block .wp-block-quote > :last-child,
.main-content-area article .post-excerpt .wp-block-quote > :last-child,
.tm-sc-blockquote > :last-child {
    margin-bottom: 0;
}
.post-excerpt blockquote:not([class*="has-"]).has-text-align-right,
.comment-content blockquote.has-text-align-right,
.page-content blockquote.has-text-align-right,
.post-excerpt .wp-block-quote.has-text-align-right,
.widget_block .wp-block-quote.has-text-align-right,
.main-content-area article .post-excerpt .wp-block-quote.has-text-align-right,
.tm-sc-blockquote.has-text-align-right {
    border-right: 2px solid var(--theme-color2);
    border-left: 0;
}
.post-excerpt blockquote:not([class*="has-"]).has-text-align-right:before,
.comment-content blockquote.has-text-align-right:before,
.page-content blockquote.has-text-align-right:before,
.post-excerpt .wp-block-quote.has-text-align-right:before,
.widget_block .wp-block-quote.has-text-align-right:before,
.main-content-area
    article
    .post-excerpt
    .wp-block-quote.has-text-align-right:before,
.tm-sc-blockquote.has-text-align-right:before {
    right: auto;
    left: 30px;
    transform: rotateX(-180deg);
}
.post-excerpt .elementor-element blockquote {
    margin-bottom: 0;
}
.wp-block-group
    .wp-block-group__inner-container
    .wp-block-quote
    p:last-of-type {
    margin-bottom: 15px;
}
.btn-gray {
    color: #fff;
    background-color: #666;
    border-color: #666;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-gray:hover {
    color: #fff;
    background-color: #575757;
    border-color: #525252;
}
.btn-light-gray {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light-gray:hover {
    color: #000;
    background-color: #ececec;
    border-color: #ebebeb;
}
.btn-outline-gray {
    color: #666;
    border-color: #666;
}
.btn-outline-gray:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-outline-light-gray {
    color: #e9e9e9;
    border-color: #e9e9e9;
}
.btn-outline-light-gray:hover {
    color: #000;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}
.btn-xs {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    border-radius: 0.2rem;
}
.btn,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ),
.wc-forward,
.woosw-item .button,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart,
.comment-respond .comment-form .form-submit input[type="submit"] {
    font-size: var(--btn-font-size);
    line-height: 1.4;
    padding: 1.2rem 3.2rem;
    font-family: var(--font-current-theme1);
    font-weight: 600;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    border-width: 0;
    overflow: hidden;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.btn.focus,
.btn:focus,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ).focus,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ):focus,
.wc-forward.focus,
.wc-forward:focus,
.woosw-item .button.focus,
.woosw-item .button:focus,
.woosw-item .added_to_cart.focus,
.woosw-item .added_to_cart:focus,
.woosc_table .button.focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart.focus,
.woosc_table .added_to_cart:focus,
.comment-respond .comment-form .form-submit input[type="submit"].focus,
.comment-respond .comment-form .form-submit input[type="submit"]:focus {
    box-shadow: none !important;
}
.btn i,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    )
    i,
.wc-forward i,
.woosw-item .button i,
.woosw-item .added_to_cart i,
.woosc_table .button i,
.woosc_table .added_to_cart i,
.comment-respond .comment-form .form-submit input[type="submit"] i {
    margin-right: 5px;
}
.btn-theme-colored1,
.btn-theme-colored2,
.btn-theme-colored3,
.btn-theme-colored4,
.btn-outline-theme-colored1,
.btn-outline-theme-colored2,
.btn-outline-theme-colored3,
.btn-outline-theme-colored3,
.btn-light,
.btn-outline-light,
.btn-dark,
.btn-outline-dark,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ),
.woosw-item .button,
.wc-forward,
.woosw-item .added_to_cart,
.woosc_table .button,
.woosc_table .added_to_cart {
    position: relative;
    z-index: 0;
    border-radius: 10px;
}
.btn-theme-colored1:before,
.btn-theme-colored2:before,
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored1:before,
.btn-outline-theme-colored2:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before,
.btn-light:before,
.btn-outline-light:before,
.btn-dark:before,
.btn-outline-dark:before,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ):before,
.woosw-item .button:before,
.wc-forward:before,
.woosw-item .added_to_cart:before,
.woosc_table .button:before,
.woosc_table .added_to_cart:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 24px;
    background-color: rgba(var(--theme-color2-rgb), 0.2);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}
.btn-theme-colored1:hover:before,
.btn-theme-colored1:focus:before,
.btn-theme-colored2:hover:before,
.btn-theme-colored2:focus:before,
.btn-theme-colored3:hover:before,
.btn-theme-colored3:focus:before,
.btn-theme-colored4:hover:before,
.btn-theme-colored4:focus:before,
.btn-outline-theme-colored1:hover:before,
.btn-outline-theme-colored1:focus:before,
.btn-outline-theme-colored2:hover:before,
.btn-outline-theme-colored2:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-outline-theme-colored3:hover:before,
.btn-outline-theme-colored3:focus:before,
.btn-light:hover:before,
.btn-light:focus:before,
.btn-outline-light:hover:before,
.btn-outline-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ):hover:before,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(.tm-btn-add-to-cart):not(
        [name="apply_coupon"]
    ):focus:before,
.woosw-item .button:hover:before,
.woosw-item .button:focus:before,
.wc-forward:hover:before,
.wc-forward:focus:before,
.woosw-item .added_to_cart:hover:before,
.woosw-item .added_to_cart:focus:before,
.woosc_table .button:hover:before,
.woosc_table .button:focus:before,
.woosc_table .added_to_cart:hover:before,
.woosc_table .added_to_cart:focus:before {
    width: 100%;
}
.btn-xs {
    padding: 0.5rem 1.2rem;
    font-size: 0.75rem;
}
.btn-sm {
    padding: 1rem 2.4rem;
    font-size: 0.75rem;
}
.btn-lg {
    padding: 1.3rem 3rem;
}
[class*=" btn-outline-"] {
    border-width: 1px;
    padding: 1rem 2.5rem;
}
[class*=" btn-outline-"].btn-xs {
    padding: 0.55rem 1.2rem;
}
[class*=" btn-outline-"].btn-sm {
    padding: 0.8rem 1.7rem;
}
[class*=" btn-outline-"].btn-lg {
    padding: 1.1rem 3rem;
}
.btn-light,
.btn-outline-light {
    background-color: #f7f4ed;
    border-color: #f7f4ed;
    box-shadow: none;
    font-family: var(--font-current-theme1);
    font-weight: 600;
    font-size: var(--btn-font-size);
    color: var(--theme-color2);
}
.btn-light:hover,
.btn-outline-light:hover {
    background-color: #f7f4ed;
    border-color: #f7f4ed;
    box-shadow: none;
}
.btn-outline-light {
    background-color: transparent;
}
.btn-outline-light:hover {
    background-color: transparent;
}
.btn-dark,
.btn-outline-dark {
    box-shadow: 0 7px 20px rgba(33, 37, 41, 0.2);
}
.btn-dark:hover,
.btn-outline-dark:hover {
    box-shadow: 0 1px 20px rgba(33, 37, 41, 0.5);
}
.btn-outline-light {
    background-color: transparent;
}
.btn-gray:hover {
    color: #666;
    border-color: #666;
    background-color: transparent;
}
.btn-3d {
    box-shadow: 0 4px 1px #999;
    margin-bottom: 4px;
}
.btn-round {
    border-radius: 3rem;
}
.btn-flat {
    border-radius: 0;
}
.btn-plain-text {
    color: #aaa;
    font-size: 1rem;
    padding: 0;
    border: 0;
    padding-bottom: 3px;
}
.btn-plain-text.focus,
.btn-plain-text:focus {
    box-shadow: none;
}
.btn-plain-text-with-arrow {
    color: #31333e;
    font-size: 1rem;
    padding: 0;
    border: 0;
    text-transform: capitalize;
}
.btn-plain-text-with-arrow:before {
    color: var(--theme-color2);
    display: inline-block;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    margin-right: 8px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    transition: all 0.3s ease 0s;
}
.btn-plain-text-with-arrow:focus,
.btn-plain-text-with-arrow:hover {
    color: var(--theme-color2);
}
.btn-plain-text-with-arrow:focus:before,
.btn-plain-text-with-arrow:hover:before {
    color: var(--theme-color2);
    transform: rotateX(180deg);
    -webkit-animation: moveArrow 1s;
    -moz-animation: moveArrow 1s;
    animation: moveArrow 1s;
}
.btn-plain-text-with-arrow.focus,
.btn-plain-text-with-arrow:focus {
    box-shadow: none;
}
.btn-plain-text-with-arrow.text-white:after {
    color: #fff !important;
}
.btn-plain-text-with-arrow-right {
    color: #31333e;
    font-size: 1rem;
    padding: 0;
    border: 0;
    text-transform: capitalize;
}
.btn-plain-text-with-arrow-right:after {
    color: var(--theme-color1);
    display: inline-block;
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    margin-left: 10px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    transition: all 0.3s ease 0s;
}
.btn-plain-text-with-arrow-right:focus,
.btn-plain-text-with-arrow-right:hover {
    color: var(--theme-color3);
}
.btn-plain-text-with-arrow-right:focus:after,
.btn-plain-text-with-arrow-right:hover:after {
    color: var(--theme-color3);
    -webkit-animation: moveArrow 1s;
    -moz-animation: moveArrow 1s;
    animation: moveArrow 1s;
}
.btn-plain-text-with-arrow-right.focus,
.btn-plain-text-with-arrow-right:focus {
    box-shadow: none;
}
.btn-plain-text-with-arrow-right.text-white:after {
    color: #fff !important;
}
@keyframes moveArrow {
    0%,
    55% {
        opacity: 1;
        -webkit-transform: translateX(0) scale(1);
        -moz-transform: translateX(0) scale(1);
        transform: translateX(0) scale(1);
    }
    25% {
        opacity: 0;
        -webkit-transform: translateX(13px) scale(0.9);
        -moz-transform: translateX(13px) scale(0.9);
        transform: translateX(13px) scale(0.9);
    }
    26% {
        opacity: 0;
        -webkit-transform: translateX(-13px) scale(0.9);
        -moz-transform: translateX(-13px) scale(0.9);
        transform: translateX(-13px) scale(0.9);
    }
}
.btn-hover-bg-white:hover,
.btn-hover-bg-white:focus {
    color: #333 !important;
}
.btn-hover-bg-white:hover:before,
.btn-hover-bg-white:focus:before {
    background-color: #fff;
}
.btn-circle-arrow {
    border: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 1.2rem;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #f1f1f1;
    position: relative;
    transition: all 0.3s ease;
}
.btn-circle-arrow:after {
    position: absolute;
    content: "\f30b";
    left: 50%;
    font-size: 25px;
    top: 50%;
    font-weight: 700;
    color: #111;
    font-family: "Font Awesome 5 Free";
    transform: translate(-50%, -50%);
    border-radius: 50%;
    text-align: center;
    z-index: 9;
    color: var(--theme-color2);
}
.btn .btn-icon,
.btn .btn-icon svg {
    transition: all 0.3s ease;
}
.theme-btn-style-one {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: var(--gradient-1);
}
.theme-btn-style-one span {
    position: relative;
    display: flex;
    align-items: center;
}
.theme-btn-style-one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: var(--gradient-2);
}
.theme-btn-style-one:hover {
    color: #fff;
}
.theme-btn-style-one:hover:before {
    width: 0;
    left: 100%;
}
.theme-btn-style-two {
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    transition: all 0.5s ease 0s;
    background: var(--theme-color3);
}
.theme-btn-style-two span {
    position: relative;
    display: flex;
    align-items: center;
}
.theme-btn-style-two:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: var(--gradient-1);
}
.theme-btn-style-two:hover {
    color: #fff;
}
.theme-btn-style-two:hover:before {
    width: 0;
    right: 100%;
}
.tm-sc .excerpt {
    margin-bottom: 20px;
}
.tm-loadmore-container {
    text-align: center;
    margin-top: 50px;
}
.tm-sc-section-title {
    margin-bottom: 60px;
}
.tm-sc-section-title .title-wrapper {
    margin-bottom: 0;
    position: relative;
}
.tm-sc-section-title .title-wrapper .title {
    margin-top: -6px;
    margin-bottom: 10px;
    line-height: var(--section-title-line-height);
    position: relative;
    z-index: 0;
    font-family: var(--section-title-font-family);
    font-weight: var(--headings-font-weight-h2);
    transition: all 0.3s ease;
}
.tm-sc-section-title .title-wrapper .title .title-shadow-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    color: #ddd;
    font-size: 6rem;
    opacity: 0.4;
    top: -40px;
}
@media (max-width: 767.98px) {
    .tm-sc-section-title .title-wrapper .title .title-shadow-text {
        font-size: 4rem;
        top: -20px;
    }
}
.tm-sc-section-title .title-wrapper .title span {
    line-height: 1;
    display: inline;
}
.tm-sc-section-title .title-wrapper h2.title {
    font-size: var(--section-title-font-size);
}
@media (max-width: 767.98px) {
    .tm-sc-section-title .title-wrapper h2.title {
        font-size: var(--h2-font-size-mob);
    }
}
.tm-sc-section-title .title-wrapper .subtitle {
    position: relative;
    z-index: 1;
    letter-spacing: 0.1em;
    color: var(--section-title-subtitle-color);
    font-size: var(--section-title-subtitle-font-size);
    font-family: var(--section-title-subtitle-font-family);
    font-weight: var(--section-title-subtitle-font-weight);
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.tm-sc-section-title .title-wrapper :first-child {
    margin-top: 0;
}
.tm-sc-section-title .title-wrapper .paragraph {
    position: relative;
    transition: all 0.3s ease;
}
.tm-sc-section-title .title-wrapper .paragraph > * {
    transition: all 0.3s ease;
}
.tm-sc-section-title.title-icon-pos-icon-top .title-wrapper .subtitle {
    display: block;
}
.elementor-widget-tm-ele-section-title.horizontal-line-align-center
    .tm-sc-section-title
    .title-wrapper:before,
.elementor-widget-tm-ele-section-title.horizontal-line-align-center
    .tm-sc-section-title
    .title-wrapper:after {
    left: 50%;
    transform: translate(-50%, 0);
}
.elementor-widget-tm-ele-section-title.horizontal-line-align-right
    .tm-sc-section-title
    .title-wrapper:before,
.elementor-widget-tm-ele-section-title.horizontal-line-align-right
    .tm-sc-section-title
    .title-wrapper:after {
    left: auto;
    right: 0;
}
.elementor-widget-tm-ele-section-title.vertical-line-align-top
    .tm-sc-section-title
    .title-wrapper:before,
.elementor-widget-tm-ele-section-title.vertical-line-align-top
    .tm-sc-section-title
    .title-wrapper:after {
    bottom: auto;
    top: -20px;
}
.tm-sc-section-title .subtitle {
    padding-left: 20px;
}
.tm-sc-section-title .subtitle:before,
.tm-sc-section-title.center .subtitle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "//";
    color: var(--theme-color1);
}
.tm-sc-section-title.center .subtitle:before {
    left: auto;
    margin-left: -20px;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 0;
    padding-left: 0 !important;
}
.styled-icons a {
    border: 2px solid transparent;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 2;
    margin-right: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 36px;
    transition: all 0.2s ease;
}
.styled-icons a i {
    height: 100%;
    line-height: 2;
    position: relative;
    top: 0;
    width: 100%;
}
.styled-icons a:hover {
    background-color: #333;
    color: #fff;
}
.styled-icons.styled-icons-effect-rollover a {
    overflow: hidden;
    vertical-align: middle;
}
.styled-icons.styled-icons-effect-rollover a:hover i {
    top: -100%;
}
.styled-icons.styled-icons-effect-rotate a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.styled-icons.icon-bordered a {
    border-color: #555;
}
.styled-icons.icon-bordered a:hover {
    background-color: #555;
    color: #fff;
}
.styled-icons.icon-gray a {
    background-color: #eee;
    color: #8a7c7c;
}
.styled-icons.icon-gray a:hover {
    background-color: #d5d5d5;
    color: #000;
}
.styled-icons.icon-gray.icon-bordered a {
    background-color: transparent;
    border-color: #eee;
    color: #eee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #111;
}
.styled-icons.icon-white a {
    background-color: #fff;
    color: #222;
}
.styled-icons.icon-white a:hover {
    background-color: #e6e6e6;
    color: #000;
}
.styled-icons.icon-white.icon-bordered a {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.styled-icons.icon-white.icon-bordered a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222;
}
.styled-icons.icon-dark a {
    background-color: #333;
    color: #fff;
}
.styled-icons.icon-dark a:hover {
    background-color: #000;
    color: #f2f2f2;
}
.styled-icons.icon-dark.icon-bordered a {
    background-color: transparent;
    border-color: #333;
    color: #333;
}
.styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #333;
    color: #fff;
}
.styled-icons.icon-default a {
    height: 32px;
    margin-right: 0;
    width: 32px;
}
.styled-icons.icon-rounded a {
    border-radius: 3px;
}
.styled-icons.icon-circled a {
    border-radius: 50%;
}
.styled-icons.icon-xs a {
    font-size: 12px;
    height: 25px;
    width: 25px;
}
.styled-icons.icon-sm a {
    font-size: 14px;
    height: 30px;
    width: 30px;
}
.styled-icons.icon-md a {
    font-size: 20px;
    height: 45px;
    width: 45px;
}
.styled-icons.icon-lg a {
    font-size: 23px;
    height: 50px;
    width: 50px;
}
.styled-icons.icon-xl a {
    font-size: 28px;
    height: 60px;
    width: 60px;
}
.styled-icons.styled-icons-brand a {
    color: #fff;
}
#sb_instagram {
    padding-bottom: 0 !important;
    position: relative;
}
#sb_instagram .sbi_follow_btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#sb_instagram .sbi_follow_btn a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 15px 25px;
    margin: 5px auto 0;
    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;
    transition: all 0.1s ease-in;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    box-shadow: none;
}
#sb_instagram #sbi_load {
    padding: 0 !important;
}
#sb_instagram .sbi_photo_wrap .sbi_photo {
    position: relative;
    transition: all 0.5s ease;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:before {
    color: var(--text-color-bg-theme-color1);
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transform: scale(1.2) translateY(30%);
    transform: scale(1.2) translateY(30%);
    transition: all 0.3s ease-out;
    z-index: 3;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(var(--theme-color1-rgb), 0.8);
    transition: all 0.3s ease-out;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover:before {
    -webkit-transform: scale(1) translateY(50%);
    transform: scale(1) translateY(50%);
    opacity: 1;
    visibility: visible;
}
#sb_instagram .sbi_photo_wrap .sbi_photo:hover:after {
    opacity: 1;
    visibility: visible;
}
#sb_instagram .sbi_follow_btn a {
    color: var(--text-color-bg-theme-color2);
    background: rgba(var(--theme-color2-rgb), 0.99) !important;
    box-shadow: none !important;
}
#sb_instagram .sbi_follow_btn a:hover {
    color: var(--text-color-bg-theme-color1);
    background: rgba(var(--theme-color1-rgb), 0.99) !important;
}
.wp-block-calendar table,
.wp-block-calendar th,
.wp-block-calendar td,
.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
    border: 1px solid rgba(51, 51, 51, 0.1);
}
.wp-block-calendar .wp-calendar-table,
.widget_calendar .wp-calendar-table {
    margin-bottom: 10px;
}
.wp-block-calendar .wp-calendar-table thead,
.widget_calendar .wp-calendar-table thead {
    background-color: var(--theme-color1);
}
.wp-block-calendar .wp-calendar-table thead th,
.widget_calendar .wp-calendar-table thead th {
    background-color: transparent;
    color: var(--text-color-bg-theme-color1);
    text-align: center;
    padding-top: 15px;
    padding-bottom: 10px;
}
.wp-block-calendar .wp-calendar-table tbody,
.widget_calendar .wp-calendar-table tbody {
    background-color: #fff;
}
.wp-block-calendar .wp-calendar-table tbody td,
.widget_calendar .wp-calendar-table tbody td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}
.wp-block-calendar .wp-calendar-table caption,
.widget_calendar .wp-calendar-table caption {
    text-align: center;
    color: var(--theme-color1);
    padding-bottom: 0;
    padding-top: 20px;
    caption-side: bottom;
}
.wp-block-calendar a,
.widget_calendar a {
    text-decoration: none;
}
.wp-block-calendar .calendar_wrap nav,
.widget_calendar .calendar_wrap nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp-block-calendar .calendar_wrap nav a,
.widget_calendar .calendar_wrap nav a {
    color: var(--theme-color2);
    transition: all 0.5s ease;
}
.wp-block-calendar .calendar_wrap nav a:hover,
.widget_calendar .calendar_wrap nav a:hover {
    color: var(--hover-theme-color);
}
.wp-block-calendar {
    margin-bottom: 28px;
}
.widget .wp-block-calendar {
    margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container > .wp-block-calendar {
    margin-bottom: 35px;
}
.widget-gallery-images .isotope-layout .isotope-item {
    margin-bottom: 0;
}
.widget-gallery-images .isotope-layout.grid-3 .isotope-item {
    width: 33.2% !important;
}
body.error404 .search-box .search-form,
.sidebar-area .widget_search .search-form,
.footer-widget-area .widget_search .search-form,
body.search .new-search-form .search-form {
    position: relative;
    margin: 0;
}
body.error404 .search-box .search-form input[type="text"],
.sidebar-area .widget_search .search-form input[type="text"],
.footer-widget-area .widget_search .search-form input[type="text"],
body.search .new-search-form .search-form input[type="text"] {
    position: relative;
    line-height: 40px;
    padding: 19px 80px 19px 35px;
    background: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 7px;
    color: #333;
    display: block;
    letter-spacing: 0px;
    width: 100%;
    height: 80px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body.error404 .search-box .search-form input[type="search"],
.sidebar-area .widget_search .search-form input[type="search"],
.footer-widget-area .widget_search .search-form input[type="search"],
body.search .new-search-form .search-form input[type="search"] {
    position: relative;
    line-height: 40px;
    padding: 15px 80px 15px 25px;
    background: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 7px;
    color: #333;
    display: block;
    font-weight: 300;
    letter-spacing: 0px;
    width: 100%;
    height: 67px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
body.error404 .search-box .search-form input:focus,
.sidebar-area .widget_search .search-form input:focus,
.footer-widget-area .widget_search .search-form input:focus,
body.search .new-search-form .search-form input:focus {
    border-color: transparent;
    box-shadow: 0 0 0 2px var(--theme-color1);
}
body.error404 .search-box .search-form button,
.sidebar-area .widget_search .search-form button,
.footer-widget-area .widget_search .search-form button,
body.search .new-search-form .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0 7px 7px 0;
    outline: none;
    padding: 0;
    height: 67px;
    width: 60px;
    line-height: 67px;
    display: block;
    font-size: 1.1rem;
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    font-weight: 400;
    transition: all 0.3s ease;
}
body.error404 .search-box .search-form button:hover,
.sidebar-area .widget_search .search-form button:hover,
.footer-widget-area .widget_search .search-form button:hover,
body.search .new-search-form .search-form button:hover {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
body.search .new-search-form {
    margin-bottom: 60px;
}
body.search .new-search-form .search-title {
    margin-top: 0;
}
body.search .new-search-form .search-form input[type="search"] {
    margin-top: 20px;
    border-radius: 0;
    border: 1px solid #e5e1e1;
    border-radius: 10px;
}
body.search .new-search-form .search-form button {
    border-radius: 0 10px 10px 0;
}
body.search-results .main-content-area .entry-title {
    margin-top: 0;
}
.wp-block-search {
    position: relative;
    margin: 0;
    margin-bottom: 20px;
}
.wp-block-search .wp-block-search__label {
    display: none;
}
.wp-block-search .wp-block-search__input {
    position: relative;
    line-height: 40px;
    padding: 15px 80px 15px 25px;
    background: var(--theme-light-background);
    border: 1px solid #e5e1e1;
    border-radius: 10px;
    color: #333;
    display: block;
    letter-spacing: 0px;
    width: 100%;
    height: 67px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.wp-block-search input:focus {
    border-color: transparent;
    box-shadow: 0 0 0 2px var(--theme-color1);
}
.wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 0 10px 10px 0;
    outline: none;
    padding: 0;
    height: 67px;
    width: 60px;
    line-height: 67px;
    display: block;
    font-size: 0;
    color: transparent;
    background-color: var(--theme-color1);
    font-weight: 400;
    transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:before {
    content: "\f002";
    left: 50%;
    top: 50%;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--text-color-bg-theme-color1);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}
.wp-block-search .wp-block-search__button:hover {
    background-color: var(--theme-color2);
}
.wp-block-search .wp-block-search__button:hover:before {
    color: var(--text-color-bg-theme-color2);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
    top: 5px;
    right: 5px;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li {
    margin: 0;
    padding: 0;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li:before {
    content: "";
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
    color: #012446;
    background: #f5f5f5;
    font-weight: 700;
    text-decoration: none !important;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 16px;
    transition: all 0.3s ease;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a:hover {
    border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style1
    .widget.widget_nav_menu
    ul
    > li.current-menu-item
    a {
    border-left-color: #b798e0;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
    padding: 0;
    transition: all 0.1s ease-in-out 0s;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li:before {
    left: auto;
    right: 18px;
    top: 15px;
    font-size: 18px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a {
    background: #eef0f3;
    border-left: 1px solid #eef0f3;
    border-bottom: 1px solid #fff;
    color: #333;
    font-weight: 700;
    display: block;
    padding: 16px;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
    background: #fff;
    border-left: 5px solid #eee;
}
.tm-sidebar-nav-menu-style2
    .widget.widget_nav_menu
    ul
    > li.current-menu-item
    a {
    background: #fff;
    border-left: 5px solid #eee;
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li:first-child a {
    border-top: 1px solid #f5f5f5;
}
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li a:hover {
    border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style1
    .widget.widget_nav_menu
    ul
    > li.current-menu-item
    > a {
    border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
    border-left-color: var(--theme-color1);
}
.tm-sidebar-nav-menu-style2
    .widget.widget_nav_menu
    ul
    > li.current-menu-item
    > a {
    border-left-color: var(--theme-color1);
}
body:not(.elementor-editor-active)
    .main-content
    .widget:not(.widget_search)
    .widget-inner {
    position: relative;
    display: block;
    padding: 35px;
    background-color: var(--theme-light-background);
    border: 1px solid var(--theme-light-background);
    border-radius: 7px;
}
@media (max-width: 767.98px) {
    body:not(.elementor-editor-active)
        .main-content
        .widget:not(.widget_search)
        .widget-inner {
        padding: 30px;
    }
}
.widget {
    margin-bottom: 35px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget ul,
.widget ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li {
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    line-height: var(--line-height-widget-li);
}
.widget > ul li:last-child,
.widget ul.menu li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.widget .widget-title,
.widget.widget_block h2 {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 1.3rem;
    font-weight: var(--headings-font-weight-h5);
    line-height: 1.4;
    letter-spacing: inherit;
}
.widget .widget-title.widget-title-line-bottom,
.widget.widget_block h2.widget-title-line-bottom {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.widget .widget-title.widget-title-line-bottom:after,
.widget .widget-title.widget-title-line-bottom:before,
.widget.widget_block h2.widget-title-line-bottom:after,
.widget.widget_block h2.widget-title-line-bottom:before {
    background: #bbb;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget .widget-title.widget-title-line-bottom:before,
.widget.widget_block h2.widget-title-line-bottom:before {
    background: #eee;
    width: 100%;
}
.widget .widget-title.line-bottom-theme-colored1:after,
.widget.widget_block h2.line-bottom-theme-colored1:after {
    background: var(--theme-color1);
}
.widget.widget_block .wp-block-group__inner-container h2 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.widget.widget_block .wp-block-group__inner-container h2:after,
.widget.widget_block .wp-block-group__inner-container h2:before {
    background: var(--sidebar-default-theme-color);
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget.widget_block .wp-block-group__inner-container h2:before {
    background: #eee;
    width: 100%;
}
.widget.tm-widget-sticky-sidebar-in-parent {
    display: none;
}
.widget.widget_recent_entries ul > li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(150, 150, 150, 0.3);
    line-height: 1.9;
}
.widget.widget_recent_entries ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.widget.widget_recent_entries ul > li a {
    color: #404040;
}
.widget.widget_recent_entries ul > li a:hover {
    color: var(--hover-theme-color);
}
.widget.widget_recent_entries ul > li > span {
    display: block;
    color: #404040;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    padding: 4px 0;
}
.widget.widget_archive ul > li,
.widget.widget_categories ul > li,
.widget.widget_pages ul > li,
.widget.widget_meta ul > li,
.widget.widget_recent_comments ul > li,
.widget.widget_rss ul > li,
.widget.widget_nav_menu ul > li {
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}
.widget.widget_archive ul > li:before,
.widget.widget_categories ul > li:before,
.widget.widget_pages ul > li:before,
.widget.widget_meta ul > li:before,
.widget.widget_recent_comments ul > li:before,
.widget.widget_rss ul > li:before,
.widget.widget_nav_menu ul > li:before {
    content: "\f0da";
    left: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ccc;
    transition: all 0.3s ease;
}
.widget.widget_archive ul > li:before,
.widget.widget_categories ul > li:before,
.widget.widget_pages ul > li:before,
.widget.widget_meta ul > li:before,
.widget.widget_recent_comments ul > li:before,
.widget.widget_rss ul > li:before,
.widget.widget_nav_menu ul > li:before {
    color: var(--theme-color1);
}
.widget.widget_archive ul > li a,
.widget.widget_categories ul > li a,
.widget.widget_pages ul > li a,
.widget.widget_meta ul > li a,
.widget.widget_recent_comments ul > li a,
.widget.widget_rss ul > li a,
.widget.widget_nav_menu ul > li a {
    color: #404040;
    font-weight: 400;
    font-size: var(--body-font-size);
}
.widget.widget_archive ul > li > a:hover,
.widget.widget_categories ul > li > a:hover,
.widget.widget_pages ul > li > a:hover,
.widget.widget_meta ul > li > a:hover,
.widget.widget_recent_comments ul > li > a:hover,
.widget.widget_rss ul > li > a:hover,
.widget.widget_nav_menu ul > li > a:hover {
    color: var(--hover-theme-color);
}
.widget.widget_categories ul > li,
.widget.widget_archive ul > li {
    padding-left: 24px;
    color: #999;
}
.widget.widget_categories ul > li:before,
.widget.widget_archive ul > li:before {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}
.widget.widget_categories ul > li a,
.widget.widget_archive ul > li a {
    margin-left: 5px;
}
.widget.widget_recent_comments ul > li {
    line-height: 1.9;
    margin-bottom: 7px;
    padding-bottom: 7px;
}
.widget.widget_recent_comments ul > li .comment-author-link,
.widget.widget_recent_comments ul > li .comment-author-link a {
    color: #404040;
    font-size: var(--h6-font-size);
    font-weight: var(--headings-font-weight-h6);
    font-family: var(--heading-font-family);
    transition: all 0.3s ease;
}
.widget.widget_recent_comments ul > li .comment-author-link a:hover {
    color: var(--hover-theme-color);
}
.widget.widget_recent_comments ul > li a {
    font-style: italic;
}
.widget.widget_recent_comments ul > li .comment-author-link a {
    font-style: normal;
}
.widget.widget_nav_menu ul > li:before {
    content: "\f0da";
    font-size: 14px;
    font-weight: 600;
}
.widget.widget_nav_menu ul > li.current-menu-item:before {
    color: var(--theme-color2);
}
.widget.widget_tag_cloud .tagcloud > a {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #404040;
    display: inline-block;
    font-size: 13px !important;
    margin: 8px 5px 0 0 !important;
    padding: 8px 25px !important;
    border-radius: 10px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
}
.widget.widget_tag_cloud .tagcloud > a:hover {
    background: #333;
    color: #fff;
}
.widget .wp-block-tag-cloud > a {
    background: #fff;
    border: 1px solid #eee;
    color: #404040;
    display: inline-block;
    font-size: 13px !important;
    margin: 8px 5px 0 0 !important;
    padding: 8px 25px !important;
    border-radius: 10px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease;
}
.widget .wp-block-tag-cloud > a:hover {
    text-decoration: none !important;
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.widget select {
    border: 1px solid rgba(51, 51, 51, 0.1);
    max-width: 100%;
    padding: 7px 10px;
    width: 100%;
}
.widget.widget_rss ul li {
    margin-bottom: 25px;
}
.widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}
.widget.widget_rss ul li .rsswidget {
    display: block;
    color: var(--headings-color);
    font-size: var(--h5-font-size);
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h5);
    line-height: 1.4;
}
.widget.widget_rss ul li .rss-date {
    color: var(--theme-color1);
    font-size: 0.9rem;
}
.widget.widget_rss ul li .rssSummary {
    color: #777;
    line-height: 1.9;
}
.widget.widget_rss ul li cite {
    color: #333;
    font-size: 0.9rem;
}
.widget.widget_rss ul li:before,
.widget.widget_rss ul li:after,
.widget.widget_rss ul li a {
    line-height: 1.5;
}
.widget.widget_text img {
    display: block;
}
.widget.widget_tag_cloud .tagcloud > a:hover,
.widget.widget_product_tag_cloud .tagcloud > a:hover {
    background: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.widget .name {
    margin-top: 0;
}
.widget .nice-select {
    float: none;
}
.widget.widget_archive .nice-select ul > li:before {
    content: "";
}
.post-single .entry-content .nice-select {
    float: none;
}
.text-center .widget .widget-title.widget-title-line-bottom:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.wp-block-categories > li {
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}
.wp-block-categories > li:before {
    content: "\f0da";
    left: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ccc;
    transition: all 0.3s ease;
}
.wp-block-categories > li {
    padding-left: 24px;
    color: #bbb;
}
.wp-block-categories > li:before {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: var(--theme-color1);
}
.wp-block-categories > li a {
    margin-left: 5px;
    color: #404040;
    font-weight: 400;
    font-size: var(--body-font-size);
}
.wp-block-categories > li > a:hover {
    color: var(--hover-theme-color);
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
    position: relative;
    padding-left: 60px;
    min-height: 44px;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color1, #fff);
    width: 44px;
    height: 44px;
    color: var(--text-color-bg-theme-color1, #04000b);
    margin-right: 20px;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
}
.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li:hover:before {
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.tm-widget-blog-list .post {
    border-bottom: none;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .tm-widget-blog-list .post {
        align-items: start;
    }
}
.tm-widget-blog-list .post:not(:last-child) {
    margin-bottom: 13px;
    padding-bottom: 13px;
}
.tm-widget-blog-list .post .post-thumb {
    float: left;
    margin-right: 15px;
    margin-top: 1px;
    width: 75px;
    flex-shrink: 0;
}
.tm-widget-blog-list .post .post-thumb img {
    border-radius: 50%;
}
.tm-widget-blog-list .post .post-right {
    overflow: hidden;
}
.tm-widget-blog-list .post .post-right .post-title {
    margin-top: 0;
    margin-bottom: 7px;
}
.tm-widget-blog-list .post .post-right .post-title a {
    text-transform: capitalize;
}
.tm-widget-blog-list .post .post-right .entry-date {
    display: block;
    color: var(--entry-meta-color-light);
    font-size: 14px;
    line-height: 12px;
    padding: 4px 0;
}
.tm-onappear-slide-animation {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.tm-onappear-slide-animation:nth-of-type(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.tm-onappear-slide-animation:nth-of-type(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.tm-onappear-slide-animation:nth-of-type(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.tm-onappear-slide-animation:nth-of-type(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.tm-onappear-slide-animation:nth-of-type(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.tm-onappear-slide-animation:nth-of-type(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.tm-onappear-slide-animation:nth-of-type(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.tm-onappear-slide-animation.tm-item-appeared {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.tm_cursor_mouse_helper {
    font-size: 16px;
    text-indent: 0;
    --mouse-helper-width: 11px;
    --mouse-helper-height: 11px;
    --mouse-helper-left: 15px;
    --mouse-helper-top: 15px;
    border: none;
    mix-blend-mode: exclusion;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease,
        color 0.3s ease, background-color 0.3s ease, left 0.3s ease,
        top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
    -ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease,
        color 0.3s ease, background-color 0.3s ease, left 0.3s ease,
        top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease,
        color 0.3s ease, background-color 0.3s ease, left 0.3s ease,
        top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image {
    background-size: cover;
    background-position: center center;
}
.tm_cursor_mouse_helper .tm_cursor_mouse_helper_image:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_top:not(
        .tm_cursor_mouse_helper_centered
    ) {
    top: var(--mouse-helper-top) !important;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_left:not(
        .tm_cursor_mouse_helper_centered
    ) {
    left: var(--mouse-helper-left) !important;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_permanent {
    opacity: 1;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
    -webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_image {
    -webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image.tm_cursor_mouse_helper_with_text {
    --mouse-helper-width: 288px;
    --mouse-helper-height: 288px;
    padding: 0;
    -webkit-box-sizing: "border-box";
    -ms-box-sizing: "border-box";
    box-sizing: "border-box";
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_active.tm_cursor_mouse_helper_with_image {
    --mouse-helper-width: 288px;
    --mouse-helper-height: 288px;
    padding: 0;
    -webkit-box-sizing: "border-box";
    -ms-box-sizing: "border-box";
    box-sizing: "border-box";
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout {
    --mouse-helper-width: 66px;
    --mouse-helper-height: 66px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click {
    --mouse-helper-width: 56px;
    --mouse-helper-height: 56px;
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click
    .custom-helper
    span:after {
    transform: translateX(5px);
}
.tm_cursor_mouse_helper.tm_cursor_mouse_helper_with_layout.tm_cursor_mouse_helper_click
    .custom-helper
    span:before {
    transform: translateX(-5px);
}
.tm-mouse-follow-floating-info-holder {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    pointer-events: none;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.4s ease;
    transition: clip-path 0.4s ease;
    transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-info-holder .mouse-follow-floating-info-inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #000;
    padding: 16px 24px 18px;
}
.tm-mouse-follow-floating-info-holder .floating-title {
    display: block;
    position: relative;
    color: #fff;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 8;
    opacity: 0;
    transform: translateX(20px);
    will-change: transform;
}
.tm-mouse-follow-floating-info-holder .floating-subtitle {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    z-index: 9;
    opacity: 0;
    transform: translateX(20px);
    will-change: transform;
}
.tm-mouse-follow-floating-info-holder .floating-subtitle ul {
    list-style: none;
    margin: 0;
}
.tm-mouse-follow-floating-info-holder a {
    color: #fff;
}
.tm-mouse-follow-floating-info-holder.floating-info-right {
    text-align: right;
    transform: translateX(-100%);
}
.tm-mouse-follow-floating-info-holder.floating-info-active {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transition: -webkit-clip-path 0.4s ease;
    transition: clip-path 0.4s ease;
    transition: clip-path 0.4s ease, -webkit-clip-path 0.4s ease;
}
.tm-mouse-follow-floating-info-holder.floating-info-active .floating-title {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
}
.tm-mouse-follow-floating-info-holder.floating-info-active .floating-subtitle {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.4s ease 0.2s, opacity 0.2s ease-out 0.2s;
    transition: transform 0.4s ease 0.15s, opacity 0.2s ease-out 0.15s;
}
@media only screen and (max-width: 1024px) {
    .tm-mouse-follow-floating-info-holder {
        display: none;
    }
}
.alignnone {
    clear: both;
    margin: 5px 1.5em 1.5em 0;
}
p .alignnone:last-child {
    margin-bottom: 0;
}
.aligncenter,
div.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.alignright {
    float: right;
    margin: 5px 0 1.5em 1.5em;
    clear: right;
}
.alignleft {
    float: left;
    margin: 5px 1.5em 1.5em 0;
    clear: left;
}
a img.alignright {
    float: right;
    margin: 5px 0 1.5em 1.5em;
}
a img.alignnone {
    margin: 5px 1.5em 1.5em 0;
}
a img.alignleft {
    float: left;
    margin: 5px 1.5em 1.5em 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 1.5em 1.5em 0;
}
.wp-caption.alignleft {
    margin: 5px 1.5em 1.5em 0;
}
.wp-caption.alignright {
    margin: 5px 0 1.5em 1.5em;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p,
.wp-caption .wp-caption-text {
    margin: 10px;
    padding: 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: var(--body-font-bold);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}
.bypostauthor {
    opacity: 1;
}
.alignfull,
.alignwide {
    width: 100%;
    position: relative;
    background-color: #fff;
}
figcaption,
.wp-caption-text {
    color: var(--text-color);
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 0 5px;
}
.wp-block-latest-comments__comment-date {
    font-weight: 400;
    color: #999;
}
.wp-block-media-text {
    margin-top: 1.5em;
}
.wp-block-group,
.wp-block-media-text {
    margin-bottom: 1.5em;
}
.main-content-area .entry-content .post-excerpt > *.alignwide,
.main-content-area .entry-summary .post-excerpt > *.alignwide {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
@media only screen and (min-width: 768px) {
    .main-content-area .entry-content .post-excerpt > *.alignwide,
    .main-content-area .entry-summary .post-excerpt > *.alignwide {
        width: 100%;
        max-width: 100%;
    }
}
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
    border-left: none;
    border-right: 2px solid var(--theme-color2);
    padding-left: 0;
    padding-right: 1em;
}
.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 {
    text-align: left;
}
:root .has-very-dark-gray-color {
    color: #222;
}
.main-content-area .entry-content .wp-block-separator {
    background-color: #767676;
    border: 0;
    height: 2px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 2.25em;
    text-align: left;
}
.main-content-area .entry-content .wp-block-separator.is-style-wide {
    max-width: 100%;
}
.main-content-area .entry-content .wp-block-separator.is-style-dots {
    max-width: 100%;
    background-color: inherit;
    border: inherit;
    height: inherit;
    text-align: center;
}
.tm-responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
.tm-responsive-video iframe,
.tm-responsive-video object,
.tm-responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper
    .tm-responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.25%;
}
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper
    .tm-responsive-video
    > iframe,
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper
    .tm-responsive-video
    > object,
.wp-block-embed-wordpress-tv.wp-block-embed.wp-embed-aspect-16-9
    .wp-block-embed__wrapper
    .tm-responsive-video
    > embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wp-block-embed-wordpress-tv {
    border: 0;
    padding: 0;
}
.wp-block-embed-wordpress-tv .tm-responsive-video {
    margin-bottom: 20px;
}
.wp-block-embed-wordpress-tv figcaption {
    margin-bottom: 0;
}
.wp-block-embed-twitter {
    border: 0;
    padding: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-text,
section.wp-block-cover-image h2 {
    color: #fff !important;
}
.wp-block-cover :not(.has-text-color):not(.has-inline-color):not(a) {
    color: #fff !important;
}
.wp-caption {
    padding-bottom: 0;
}
.wp-block-button {
    float: none;
    margin: 1.5em 0;
}
.wp-block-button .wp-block-button__link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-size: var(--btn-font-size);
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    outline: 0;
    -webkit-transition: all, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    -o-transition: all, background-color 0.2s ease-out,
        border-color 0.2s ease-out;
    transition: all, background-color 0.2s ease-out, border-color 0.2s ease-out;
    padding: 15px 36px;
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    border: 1px solid transparent;
    border-radius: 28px;
    cursor: pointer;
}
.wp-block-button.is-style-outline .wp-block-button__link {
    color: #000;
    border: 2px solid var(--theme-color1);
    border-width: 2px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.wp-block-button.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.wp-block-button.alignright {
    text-align: right;
    margin-top: 0;
    margin-left: 2rem;
}
.wp-block-button.alignleft {
    text-align: left;
    margin-top: 0;
    margin-right: 2rem;
}
.wp-block-button a:hover {
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}
.main-content-area article p,
.main-content-area article p.wp-block-cover-text {
    margin-bottom: 0;
}
.wp-block-columns.alignfull,
.wp-block-columns.alignwide {
    padding: 30px;
}
.wp-block-gallery {
    margin-bottom: 30px;
}
.wp-block-gallery figcaption,
.wp-block-gallery .wp-caption-text {
    margin-top: 0;
    margin-bottom: 20px;
}
.widget .wp-block-gallery {
    margin-bottom: 0;
}
.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
    margin-bottom: 30px;
}
.wp-block-archives-list {
    margin-bottom: 30px;
    padding-left: 0 !important;
}
.wp-block-group.has-background {
    padding: 20px 30px;
}
.wp-block-media-text.alignfull,
.wp-block-media-text.alignwide {
    padding: 0;
}
figure {
    margin: 1em 0;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border: 1px solid #e6e6e6;
}
.wp-block-columns .wp-block-column p:last-of-type,
.wp-block-group .wp-block-group__inner-container p:last-of-type {
    margin-bottom: 0;
}
.wp-block-image {
    margin: 0.5em 0 1em;
}
.wp-block-file__button:hover {
    color: #777;
}
.post-excerpt .wp-block-archives {
    margin-bottom: 30px;
}
.post-excerpt .wp-block-archives li {
    margin-bottom: 10px;
}
.wp-block-categories-list,
.wp-block-page-list,
.wp-block-page-list li {
    list-style: none;
}
.wp-block-group .wp-block-group__inner-container > * {
    margin-bottom: 35px;
}
.wp-block-group .wp-block-group__inner-container > :last-child {
    margin-bottom: 0;
}
.wp-block-group .wp-block-group__inner-container p.wp-block-tag-cloud {
    margin-bottom: 0;
}
.widget_block > ul:not([class]) {
    margin-left: 15px;
    list-style: circle;
}
.widget_block > ul:not([class]) li {
    list-style: circle;
}
.widget_block .wp-block-group,
.widget_block .wp-block-media-text {
    margin-bottom: 0;
}
.widget_block .wp-block-group .wp-block-group__inner-container > *:first-child {
    margin-top: 0;
}
.widget_block .widget-inner > ul:not([class]) {
    margin-left: 15px;
    list-style: circle;
}
.widget_block .widget-inner > ul:not([class]) li {
    list-style: circle;
}
.widget_block.widget_text .widget-inner p:last-of-type {
    margin-bottom: 0;
}
.widget_block .wp-block-pullquote {
    margin: 0;
    padding: 3em 0 2rem;
}
.widget_block .wp-block-pullquote blockquote {
    padding: 0;
    position: relative;
}
.widget_block .wp-block-pullquote blockquote:before,
.widget_block .wp-block-pullquote blockquote:after {
    content: "";
    background: url("/images/blog/quote.png")
        no-repeat;
    opacity: 0.1;
    position: absolute;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease-in-out;
}
.widget_block .wp-block-pullquote blockquote:before {
    top: -80px;
    left: 0;
    transform: rotate(180deg);
}
.widget_block .wp-block-pullquote blockquote:after {
    bottom: -40px;
    right: 0;
}
.widget_block .wp-block-pullquote blockquote p {
    font-size: var(--h4-font-size);
    font-family: var(--heading-font-family);
    font-weight: var(--headings-font-weight-h4);
    line-height: 1.4;
}
.widget_block .wp-block-pullquote blockquote cite {
    font-size: 1rem;
    font-family: var(--body-font-family);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) p {
    color: #ccc;
    color: var(--headings-color);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite {
    color: var(--theme-color1);
}
.widget_block .wp-block-pullquote blockquote:not(.has-text-color) cite a {
    color: var(--news-widget-archive-icon-color);
}
.wp-block-rss {
    padding-left: 0 !important;
}
.wp-block-rss .wp-block-rss__item .wp-block-rss__item-title {
    display: inline-block;
    font-size: var(--body-font-size);
}
.wp-block-latest-posts.wp-block-latest-posts__list {
    padding-left: 0 !important;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(150, 150, 150, 0.2);
    line-height: 1.9;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:after {
    display: block;
    clear: both;
    content: "";
}
.wp-block-latest-posts.wp-block-latest-posts__list
    .wp-block-latest-posts__post-author,
.wp-block-latest-posts.wp-block-latest-posts__list
    .wp-block-latest-posts__post-date {
    line-height: 1.9;
    color: #999;
    font-size: 14px;
    font-weight: var(--body-font-weight);
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li {
    position: relative;
    padding-left: 60px;
    color: #717178;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:before {
    content: "\f302";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1e1e22;
    width: 40px;
    height: 40px;
    color: #fff;
    transition: all 0.5s ease;
    position: absolute;
    top: 3px;
    left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list.has-dates li:hover:before {
    background-color: var(--news-widget-archive-icon-color);
    color: var(--text-color-bg-theme-color2);
}
.wp-block-latest-posts__list.is-grid li:before {
    top: auto;
    font-size: 13px;
    width: 35px;
    height: 35px;
}
.wp-block-latest-posts__list.is-grid.has-dates li {
    padding-left: 0;
}
.wp-block-latest-posts__list.is-grid.has-dates li:before {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: 10px;
}
.wp-block-latest-posts {
    margin-bottom: 10px;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    width: 70px;
    margin-bottom: 0;
}
.wp-block-latest-posts a {
    color: #404040;
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    font-family: var(--body-font-family);
}
.wp-block-latest-posts a:hover {
    color: var(--hover-theme-color);
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
    font-size: 1rem;
}
.wp-block-tag-cloud .tag-cloud-link {
    color: #404040;
    font-weight: 400;
    font-size: 1rem;
    transition: all 0.3s ease;
}
.wp-block-tag-cloud .tag-cloud-link:hover {
    color: var(--hover-theme-color);
}
.widget_rss ul li {
    margin-bottom: 25px;
}
.wp-block-page-list li {
    padding-left: 15px;
    position: relative;
    transition: all 0.3s ease;
}
.wp-block-page-list li:before {
    content: "\f0da";
    left: 0;
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #ccc;
    transition: all 0.3s ease;
}
.wp-block-page-list li:before {
    color: var(--news-widget-archive-icon-color);
}
.wp-block-page-list li a {
    color: #404040;
    font-weight: 400;
    font-size: var(--body-font-size);
}
.wp-block-page-list li > a:hover {
    color: var(--hover-theme-color);
    text-shadow: 0 0 1px var(--theme-color1);
}
.wp-block-navigation .wp-block-page-list li {
    margin-bottom: 0;
}
.wp-block-navigation .wp-block-page-list li:before {
    display: none;
}
.wp-block-navigation .wp-block-page-list li ul {
    margin-top: 0;
}
.wp-block-latest-comments {
    padding-left: 0 !important;
    margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
    margin-bottom: 20px;
    line-height: 1.9;
    display: flex;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a {
    color: #404040;
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    font-family: var(--body-font-family);
}
.wp-block-latest-comments .wp-block-latest-comments__comment-meta a:hover {
    color: var(--hover-theme-color);
}
.wp-block-latest-comments
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date {
    font-size: 0.9rem;
}
.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: 1em;
}
.wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
    color: var(--news-widget-archive-icon-color);
    text-decoration: none;
    transition: all 0.5s ease;
}
.wp-calendar-nav .wp-calendar-nav-prev a:hover {
    color: var(--hover-theme-color);
}
.wp-block-verse {
    background: 0 0;
    padding: 0;
}
.wp-block-table {
    margin-bottom: 0;
}
.wp-block-table table {
    width: 100%;
    margin: 0;
}
.wp-block-table table td,
.wp-block-table table th {
    padding: 10px 20px;
    border: 1px solid #e6e6e6;
}
.wp-block-archives {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wp-block-archives > li {
    color: #bbb;
    font-weight: 400;
    font-size: var(--body-font-size);
}
.wp-block-archives > li:before {
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    color: var(--news-widget-archive-icon-color);
    margin-right: 5px;
}
.wp-block-archives > li a {
    margin-left: 5px;
    color: #404040;
    font-weight: 400;
    font-size: var(--body-font-size);
}
.wp-block-archives > li > a:hover {
    color: var(--hover-theme-color);
    text-shadow: 0 0 1px var(--theme-color1);
}
.wp-block-preformatted,
.wp-block-code {
    padding: 0;
}
.wp-block-preformatted:not(.has-background),
.wp-block-code:not(.has-background) {
    background-color: transparent;
}
footer#footer .widget_block h2 {
    color: #fff;
}
footer#footer .widget_block .wp-block-preformatted:not(.has-text-color),
footer#footer .widget_block .wp-block-code:not(.has-text-color) {
    color: #ccc;
}
footer#footer
    .widget_block
    .wp-block-latest-comments:not(.has-avatar):not(.has-dates)
    li:hover:before {
    background-color: var(--theme-color3, #6222cc);
    color: var(--text-color-bg-theme-color3, #fff);
}
footer#footer
    .widget_block
    .wp-block-latest-comments
    .wp-block-latest-comments__comment-meta
    a {
    color: #ccc;
}
footer#footer
    .widget_block
    .wp-block-latest-comments
    .wp-block-latest-comments__comment-meta
    a:hover {
    color: var(--footer-default-theme-color);
}
footer#footer
    .widget_block
    .wp-block-latest-comments
    .wp-block-latest-comments__comment-meta
    .wp-block-latest-comments__comment-date {
    color: var(--footer-default-theme-color);
}
footer#footer
    .widget_block
    .wp-block-pullquote
    blockquote:not(.has-text-color)
    p {
    color: #ccc;
}
footer#footer .widget_block .wp-block-page-list li:before {
    color: var(--footer-default-theme-color);
}
footer#footer .widget_block .wp-block-page-list li a {
    color: #ccc;
}
footer#footer .widget_block .wp-block-page-list li a:hover {
    color: #fff;
}
footer#footer
    .widget_block
    .wp-block-latest-posts.wp-block-latest-posts__list
    .wp-block-latest-posts__post-author,
footer#footer
    .widget_block
    .wp-block-latest-posts.wp-block-latest-posts__list
    .wp-block-latest-posts__post-date {
    color: var(--footer-default-theme-color);
}
footer#footer
    .widget_block
    .wp-block-latest-posts.wp-block-latest-posts__list
    .wp-block-latest-posts__post-excerpt {
    color: #ccc;
}
footer#footer
    .widget_block
    .wp-block-latest-posts.wp-block-latest-posts__list.has-dates
    li {
    color: #717178;
}
footer#footer
    .widget_block
    .wp-block-latest-posts.wp-block-latest-posts__list.has-dates
    li:before {
    background-color: var(--footer-default-theme-color);
    color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget_block .wp-block-latest-posts a {
    color: #ccc;
}
footer#footer .widget_block .wp-block-latest-posts a:hover {
    color: #fff;
}
footer#footer .widget_block .wp-block-table table td,
footer#footer .widget_block .wp-block-table table th {
    border-color: rgba(204, 204, 204, 0.4);
}
footer#footer .widget_block .wp-block-verse {
    color: #ccc;
}
footer#footer .wp-block-calendar .wp-calendar-table caption,
footer#footer .widget_calendar .wp-calendar-table caption {
    color: var(--footer-default-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table thead,
footer#footer .widget_calendar .wp-calendar-table thead {
    background-color: var(--footer-default-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table thead th,
footer#footer .widget_calendar .wp-calendar-table thead th {
    color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .wp-block-calendar .wp-calendar-table tbody,
footer#footer .widget_calendar .wp-calendar-table tbody {
    background-color: #fff;
}
footer#footer .wp-block-calendar .wp-calendar-table tbody td,
footer#footer .widget_calendar .wp-calendar-table tbody td {
    color: #555;
}
footer#footer .wp-block-calendar .wp-calendar-nav a,
footer#footer .widget_calendar .wp-calendar-nav a {
    color: #ccc;
}
footer#footer .wp-block-calendar .wp-calendar-nav a:hover,
footer#footer .widget_calendar .wp-calendar-nav a:hover {
    color: var(--footer-default-hover-theme-color);
}
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    display: inline-block;
    max-width: 100%;
}
.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter 0.2s ease-in;
    transition: -webkit-filter 0.2s ease-in;
    transition: filter 0.2s ease-in;
    transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
}
.gallery-caption {
    display: block;
    text-align: center;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
footer#footer {
    background-color: #181818;
    color: #ccc;
}
footer#footer b,
footer#footer strong {
    color: #ccc;
}
footer#footer .footer-widget-area .default-footer-padding {
    padding-bottom: 50px;
    padding-top: 100px;
}
footer#footer .footer-widget-area .widget {
    margin-bottom: 45px;
}
footer#footer .footer-widget-area .widget .widget-title {
    color: #fff;
    margin-bottom: 35px;
}
footer#footer
    .footer-widget-area
    .widget
    .widget-title.widget-title-line-bottom:after,
footer#footer
    .footer-widget-area
    .widget
    .widget-title.widget-title-line-bottom:before {
    background: #666;
}
footer#footer
    .footer-widget-area
    .widget
    .widget-title.widget-title-line-bottom:before {
    background: rgba(240, 240, 240, 0.1);
}
footer#footer
    .footer-widget-area
    .widget
    .widget-title.line-bottom-theme-colored1:after {
    background: var(--theme-color1);
}
footer#footer
    .footer-widget-area
    .elementor-element
    .elementor-widget-container
    .widget:last-child {
    margin-bottom: 0;
}
.widget_nav_menu.split-nav-menu ul li {
    margin-bottom: 4px !important;
    width: 50%;
    float: left;
    padding-right: 3px;
}
footer#footer .footer-widget-area .widget .widget-title {
    margin-bottom: 20px;
}
footer#footer
    .footer-widget-area
    .widget
    .widget-title.widget-title-line-bottom {
    padding-bottom: 20px;
}
footer#footer .widget.widget_archive ul li:before,
footer#footer .widget.widget_categories ul li:before,
footer#footer .widget.widget_pages ul li:before,
footer#footer .widget.widget_meta ul li:before,
footer#footer .widget.widget_recent_comments ul li:before,
footer#footer .widget.widget_rss ul li:before,
footer#footer .widget.widget_links ul li:before,
footer#footer .widget.widget_recent_entries ul li:before,
footer#footer .widget.widget_nav_menu ul li:before {
    color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_archive ul li a,
footer#footer .widget.widget_categories ul li a,
footer#footer .widget.widget_pages ul li a,
footer#footer .widget.widget_meta ul li a,
footer#footer .widget.widget_recent_comments ul li a,
footer#footer .widget.widget_rss ul li a,
footer#footer .widget.widget_links ul li a,
footer#footer .widget.widget_recent_entries ul li a,
footer#footer .widget.widget_nav_menu ul li a {
    color: #ccc;
}
footer#footer .widget.widget_archive ul li a:focus,
footer#footer .widget.widget_archive ul li a:hover,
footer#footer .widget.widget_archive ul li a:active,
footer#footer .widget.widget_categories ul li a:focus,
footer#footer .widget.widget_categories ul li a:hover,
footer#footer .widget.widget_categories ul li a:active,
footer#footer .widget.widget_pages ul li a:focus,
footer#footer .widget.widget_pages ul li a:hover,
footer#footer .widget.widget_pages ul li a:active,
footer#footer .widget.widget_meta ul li a:focus,
footer#footer .widget.widget_meta ul li a:hover,
footer#footer .widget.widget_meta ul li a:active,
footer#footer .widget.widget_recent_comments ul li a:focus,
footer#footer .widget.widget_recent_comments ul li a:hover,
footer#footer .widget.widget_recent_comments ul li a:active,
footer#footer .widget.widget_rss ul li a:focus,
footer#footer .widget.widget_rss ul li a:hover,
footer#footer .widget.widget_rss ul li a:active,
footer#footer .widget.widget_links ul li a:focus,
footer#footer .widget.widget_links ul li a:hover,
footer#footer .widget.widget_links ul li a:active,
footer#footer .widget.widget_recent_entries ul li a:focus,
footer#footer .widget.widget_recent_entries ul li a:hover,
footer#footer .widget.widget_recent_entries ul li a:active,
footer#footer .widget.widget_nav_menu ul li a:focus,
footer#footer .widget.widget_nav_menu ul li a:hover,
footer#footer .widget.widget_nav_menu ul li a:active {
    color: #fff;
}
footer#footer .widget.widget_rss ul li .rsswidget {
    color: #fff;
}
footer#footer .widget.widget_rss ul li .rss-date {
    color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_rss ul li .rssSummary {
    color: #ccc;
}
footer#footer .widget.widget_rss ul li cite {
    color: #aaa;
}
footer#footer .widget.widget_recent_comments ul > li {
    color: #aaa;
}
footer#footer .widget.widget_recent_comments ul > li a {
    color: #ccc;
    font-style: italic;
}
footer#footer .widget.widget_recent_comments ul > li a:hover {
    color: var(--footer-default-theme-color);
}
footer#footer .widget.widget_recent_comments ul > li .comment-author-link,
footer#footer .widget.widget_recent_comments ul > li .comment-author-link a {
    color: var(--theme-color1);
    font-style: normal;
}
footer#footer .widget.widget_recent_comments ul > li .comment-author-link:hover,
footer#footer
    .widget.widget_recent_comments
    ul
    > li
    .comment-author-link
    a:hover {
    color: var(--footer-default-hover-theme-color);
}
footer#footer .widget.widget_tag_cloud .tagcloud > a:hover {
    background: var(--footer-default-theme-color);
    color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer .widget .wp-block-tag-cloud > a:hover {
    background: var(--footer-default-theme-color);
    color: var(--footer-default-text-color-on-bg-theme-color);
}
footer#footer
    .widget.widget-blog-list
    .tm-widget-blog-list
    .post
    .post-right
    .post-title
    a {
    color: #ddd;
}
footer#footer
    .widget.widget-blog-list
    .tm-widget-blog-list
    .post
    .post-right
    .post-title
    a:hover {
    color: var(--footer-default-hover-theme-color);
}
footer#footer
    .widget.widget-blog-list
    .tm-widget-blog-list
    .post
    .post-right
    .entry-date {
    color: #aaa;
}
footer#footer .wp-block-archives li:before,
footer#footer .wp-block-categories li:before {
    color: var(--footer-default-theme-color);
}
footer#footer .wp-block-archives li a,
footer#footer .wp-block-categories li a {
    color: #ccc;
}
footer#footer .wp-block-archives li a:focus,
footer#footer .wp-block-archives li a:hover,
footer#footer .wp-block-archives li a:active,
footer#footer .wp-block-categories li a:focus,
footer#footer .wp-block-categories li a:hover,
footer#footer .wp-block-categories li a:active {
    color: #fff;
}
footer#footer
    .footer-widget-area
    .widget.widget_block
    .wp-block-group__inner-container
    h2:after,
footer#footer
    .footer-widget-area
    .widget.widget_block
    .wp-block-group__inner-container
    h2:before {
    background: var(--footer-default-theme-color);
}
footer#footer
    .footer-widget-area
    .widget.widget_block
    .wp-block-group__inner-container
    h2:before {
    background: rgba(240, 240, 240, 0.1);
}
.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle {
    position: relative;
    display: inline-block;
}
.tm-sc-section-title.line-left-current-theme .title-wrapper .subtitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    background: var(--gradient-1);
    content: "";
}
.tm-sc-section-title.line-left-current-theme-white .title-wrapper .subtitle {
    position: relative;
    display: inline-block;
}
.tm-sc-section-title.line-left-current-theme-white
    .title-wrapper
    .subtitle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    content: "";
    background-color: #fff;
}
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle {
    position: relative;
    display: inline-block;
}
.tm-sc-section-title.line-right-current-theme .title-wrapper .subtitle:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    background: var(--gradient-1);
    content: "";
}
.tm-sc-section-title.line-right-current-theme-white .title-wrapper .subtitle {
    position: relative;
    display: inline-block;
}
.tm-sc-section-title.line-right-current-theme-white
    .title-wrapper
    .subtitle:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    content: "";
    background-color: #fff;
}
.tm-sc-section-title.line-center-current-theme .title-wrapper .subtitle {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    display: inline-block;
}
.tm-sc-section-title.line-center-current-theme .title-wrapper .subtitle:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    background: var(--gradient-1);
    content: "";
}
.tm-sc-section-title.line-center-current-theme-white .title-wrapper .subtitle {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
    display: inline-block;
}
.tm-sc-section-title.line-center-current-theme-white
    .title-wrapper
    .subtitle:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 43px;
    height: 5px;
    border-radius: 5px;
    margin: 0 auto;
    background: #fff;
    content: "";
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 3.3rem;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 3.1rem;
    }
}
@media (max-width: 575.98px) {
    h1 {
        font-size: 3rem;
    }
}
:root {
    --theme-color1: #ff3838;
    --theme-color1-rgb: 255, 56, 56;
    --theme-color1-lighter: #ff7070;
    --theme-color1-darker: red;
    --theme-color2: #181818;
    --theme-color2-rgb: 24, 24, 24;
    --theme-color2-lighter: #343434;
    --theme-color2-darker: #000;
    --theme-color3: #ff6e2f;
    --theme-color3-rgb: 255, 110, 47;
    --theme-color3-lighter: #ff9567;
    --theme-color3-darker: #f64a00;
    --theme-color4: #87c03d;
    --theme-color4-rgb: 135, 192, 61;
    --theme-color4-lighter: #a1cf67;
    --theme-color4-darker: #69952f;
    --gradient-1: linear-gradient(
        to right,
        rgba(var(--theme-color1-rgb), 1) 0%,
        rgba(var(--theme-color4-rgb), 1) 100%
    );
    --gradient-2: linear-gradient(
        to left,
        rgba(var(--theme-color1-rgb), 1) 0%,
        rgba(var(--theme-color4-rgb), 1) 100%
    );
    --gradient-3: linear-gradient(
        -135deg,
        rgba(23, 23, 23, 0) 50%,
        var(--theme-color1) 100%
    );
    --text-color-bg-theme-color1: #fff;
    --text-color-bg-theme-color2: #fff;
    --text-color-bg-theme-color3: #fff;
    --text-color-bg-theme-color4: #fff;
    --hover-theme-color: #ff3838;
    --sidebar-default-theme-color: var(--theme-color1);
    --footer-default-theme-color: var(--theme-color1);
    --footer-default-hover-theme-color: var(--theme-color1);
    --footer-default-text-color-on-bg-theme-color: var(
        --text-color-bg-theme-color1
    );
}
.widget .line-bottom:after,
.widget .line-bottom:after,
.pager.theme-colored a {
    border: 1px solid var(--theme-color1);
}
.hr-divider {
    border-top-color: rgba(255, 56, 56, 0.2) !important;
}
.tm-sc-blog.blog-classic article .entry-header .post-single-meta {
    background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-header .post-single-meta {
    background: var(--theme-color1);
}
.tm-sc-blog.blog-modern article .entry-content .post-btn-readmore {
    border-color: var(--theme-color1);
    background-color: #fff;
}
.tm-sc-blog.blog-modern article:hover .entry-content .post-btn-readmore {
    background-color: var(--theme-color1);
}
.tm-sc-blog.blog-modern
    article:hover
    .entry-content
    .post-btn-readmore
    .btn-plain-text-with-arrow:after {
    color: #fff;
}
.tm-sc-blog.blog-alternative-design
    .isotope-layout-inner
    .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1)
    article
    .post-thumb
    .post-thumb-inner
    .thumb:after,
.tm-sc-blog.blog-alternative-design
    .isotope-layout-inner
    .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3)
    article
    .post-thumb
    .post-thumb-inner
    .thumb:after,
.tm-sc-blog.blog-alternative-design
    .isotope-layout-inner
    .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6)
    article
    .post-thumb
    .post-thumb-inner
    .thumb:after,
.tm-sc-blog.blog-alternative-design
    .isotope-layout-inner
    .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8)
    article
    .post-thumb
    .post-thumb-inner
    .thumb:after {
    background-color: rgba(255, 56, 56, 0.94);
}
.btn-theme-colored1 {
    color: #000;
    background-color: #ff3838;
    border-color: #ff3838;
}
.btn-theme-colored1:hover {
    color: #000;
    background-color: #ff5656;
    border-color: #ff4c4c;
}
.btn-theme-colored2 {
    color: #fff;
    background-color: #181818;
    border-color: #181818;
}
.btn-theme-colored2:hover {
    color: #fff;
    background-color: #141414;
    border-color: #131313;
}
.btn-theme-colored3 {
    color: #000;
    background-color: #ff6e2f;
    border-color: #ff6e2f;
}
.btn-theme-colored3:hover {
    color: #000;
    background-color: #ff844e;
    border-color: #ff7d44;
}
.btn-theme-colored4 {
    color: #000;
    background-color: #87c03d;
    border-color: #87c03d;
}
.btn-theme-colored4:hover {
    color: #000;
    background-color: #99c95a;
    border-color: #93c650;
}
.btn-outline-theme-colored1 {
    color: #ff3838;
    border-color: #ff3838;
}
.btn-outline-theme-colored1:hover {
    color: #000;
    background-color: #ff3838;
    border-color: #ff3838;
}
.btn-outline-theme-colored2 {
    color: #181818;
    border-color: #181818;
}
.btn-outline-theme-colored2:hover {
    color: #fff;
    background-color: #181818;
    border-color: #181818;
}
.btn-outline-theme-colored3 {
    color: #ff6e2f;
    border-color: #ff6e2f;
}
.btn-outline-theme-colored3:hover {
    color: #000;
    background-color: #ff6e2f;
    border-color: #ff6e2f;
}
.btn-outline-theme-colored4 {
    color: #87c03d;
    border-color: #87c03d;
}
.btn-outline-theme-colored4:hover {
    color: #000;
    background-color: #87c03d;
    border-color: #87c03d;
}
.btn-theme-colored1 {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.btn-theme-colored1:hover,
.btn-theme-colored1:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
    border-color: var(--theme-color1);
}
.btn-theme-colored2 {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.btn-theme-colored2:hover,
.btn-theme-colored2:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color2);
    border-color: var(--theme-color2);
}
.btn-theme-colored2:before {
    background-color: var(--theme-color1);
}
.btn-theme-colored3 {
    color: var(--text-color-bg-theme-color3);
    background-color: var(--theme-color3);
    border-color: var(--theme-color3);
}
.btn-theme-colored3:hover,
.btn-theme-colored3:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color3);
    border-color: var(--theme-color3);
}
.btn-theme-colored4 {
    color: var(--text-color-bg-theme-color4);
    background-color: var(--theme-color4);
    border-color: var(--theme-color4);
}
.btn-theme-colored4:hover,
.btn-theme-colored4:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color4);
    border-color: var(--theme-color4);
}
.btn-outline-theme-colored1:hover,
.btn-outline-theme-colored2:hover {
    border-color: var(--theme-color3) !important;
    color: #fff !important;
}
.btn-light:before,
.btn-dark:before {
    background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-light:hover,
.btn-light:focus,
.btn-dark:hover,
.btn-dark:focus {
    color: var(--text-color-bg-theme-color2);
}
.btn-light:hover:before,
.btn-light:focus:before,
.btn-dark:hover:before,
.btn-dark:focus:before {
    background-color: var(--theme-color2);
}
.btn-outline-light {
    color: #fff;
}
.btn-outline-light:hover,
.btn-outline-dark:hover {
    background-color: transparent;
}
.btn-outline-light:before,
.btn-outline-dark:before {
    background-color: rgba(var(--theme-color2-rgb), 0.2);
}
.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-dark:hover,
.btn-outline-dark:focus {
    color: var(--text-color-bg-theme-color2);
}
.btn-outline-light:hover:before,
.btn-outline-light:focus:before,
.btn-outline-dark:hover:before,
.btn-outline-dark:focus:before {
    background-color: var(--theme-color2);
}
.btn-theme-colored3:before,
.btn-theme-colored4:before,
.btn-outline-theme-colored3:before,
.btn-outline-theme-colored3:before {
    background: var(--theme-color1);
}
input[type="submit"].btn-theme-colored1:hover,
input[type="submit"].btn-theme-colored1:focus {
    color: var(--text-color-bg-theme-color2);
    background-color: var(--theme-color2);
}
input[type="submit"].btn-theme-colored2:hover,
input[type="submit"].btn-theme-colored2:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
input[type="submit"].btn-theme-colored3:hover,
input[type="submit"].btn-theme-colored3:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
input[type="submit"].btn-theme-colored4:hover,
input[type="submit"].btn-theme-colored4:focus {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not([name="apply_coupon"]),
.woosc_table .button,
.woosc_table .added_to_cart,
.woosw-item .added_to_cart {
    color: #000;
    background-color: #ff3838;
    border-color: #ff3838;
    color: var(--text-color-bg-theme-color1) !important;
}
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ):hover,
.woosc_table .button:hover,
.woosc_table .added_to_cart:hover,
.woosw-item .added_to_cart:hover {
    color: #000;
    background-color: #ff5656;
    border-color: #ff4c4c;
}
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ):hover,
.woosc_table .button:hover,
.woosc_table .added_to_cart:hover,
.woosw-item .added_to_cart:hover {
    color: var(--text-color-bg-theme-color3) !important;
}
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ):focus,
.woosc_table .button:focus,
.woosc_table .added_to_cart:focus,
.woosw-item .added_to_cart:focus {
    color: var(--text-color-bg-theme-color3) !important;
    box-shadow: none;
}
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ):disabled,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ).disabled,
.woosc_table .button:disabled,
.woosc_table .button.disabled,
.woosc_table .added_to_cart:disabled,
.woosc_table .added_to_cart.disabled,
.woosw-item .added_to_cart:disabled,
.woosw-item .added_to_cart.disabled {
    color: var(--text-color-bg-theme-color1) !important;
    opacity: 0.5;
}
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ):disabled:hover,
.woocommerce
    .button:not(.compare):not(.yith-wcqv-button):not(
        [name="apply_coupon"]
    ).disabled:hover,
.woosc_table .button:disabled:hover,
.woosc_table .button.disabled:hover,
.woosc_table .added_to_cart:disabled:hover,
.woosc_table .added_to_cart.disabled:hover,
.woosw-item .added_to_cart:disabled:hover,
.woosw-item .added_to_cart.disabled:hover {
    color: var(--text-color-bg-theme-color3) !important;
}
.scroll-to-top a {
    background-image: linear-gradient(
        to right,
        #ff3838 0%,
        #ff7d7d 51%,
        #ff3838 100%
    );
}
.scroll-to-top a:hover {
    box-shadow: 0 10px 20px rgba(255, 56, 56, 0.5);
    background-position: right center;
}
.isotope-layout.shop-archive .isotope-item {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.isotope-layout.shop-archive .isotope-layout-inner {
    margin-left: -20px;
    margin-right: -20px;
}
header#header .menuzord-brand img {
    max-width: 200px;
}
header#header .menuzord-brand img {
    max-height: 55px;
}
header#header .header-nav-wrapper.tm-sticky-menu .menuzord-brand img {
    max-height: 40px;
}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown {
    min-width: 260px;
}
@media (min-width: 1650px) {
    body.tm-vertical-nav header#header {
        width: 300px;
    }
    body.tm-vertical-nav .main-content,
    body.tm-vertical-nav footer.footer {
        margin-left: 300px;
    }
    body.tm-vertical-nav
        .elementor-top-section.elementor-section-boxed
        > .elementor-container {
        max-width: 1300px !important;
        width: 1300px !important;
    }
}
body.tm-vertical-nav header#header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-image: url(images/bg1.png);
}
@media (min-width: 1200px) {
    .side-panel-container {
        width: 380px;
    }
    .side-panel-container {
        right: -380px;
    }
}
.side-panel-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
}
body.tm-boxed-layout {
    background-color: #444;
}
.maintenance-mode .logo img {
    max-width: 200px;
}
.tm-page-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 1279px) {
    .tm_cursor_mouse_helper {
        display: none;
    }
    .tm_addons_hide_cursor,
    .tm_addons_hide_cursor *,
    [data-mouse-helper-hide-cursor="1"],
    [data-mouse-helper-hide-cursor="1"] * {
        cursor: unset !important;
    }
    [data-mouse-helper="highlight"] {
        background-size: 130vw 130vh !important;
        background-position: center !important;
        -webkit-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDF30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JDV30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat_XDV30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-JDV30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat-7DV30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9XCl30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat9uCl30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8JCl30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2rp2ywxg089UriCZaSExd86J3t9jz86Mvy4qCRAL19DksVat8gCl30TGI.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAop1RSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIpxRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwA_JxRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJtRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZtRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAIptRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAC5tRSW3z.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOiCnqEu92Fr1Mu51QrEzAdKg.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzc.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TLBCc6CsE.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgVxIIzc.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc9.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojIWmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDISmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjo0oSmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjojISmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjovoSmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoUoOmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoa4Omb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoDIOmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 900;
    src: url(https://fonts.gstatic.com/s/robotoslab/v34/BngbUXZYTXPIvIBgJJSb6s3BzlRRfKOFbvjoJYOmb2Rm.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "FlaticonCommon";
    src: url("/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.eot?aetdej");
    src: url("/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.eot?aetdej#iefix")
            format("embedded-opentype"),
        url("/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.ttf?aetdej")
            format("truetype"),
        url("/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.woff?aetdej")
            format("woff"),
        url("/plugins/mascot-core/assets/flaticon-set-common/fonts/Flaticon.svg?aetdej#FlaticonCommon")
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class^="flaticon-common-"],
[class*=" flaticon-common-"] {
    font-family: "FlaticonCommon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.flaticon-common-research:before {
    content: "\e91b";
}
.flaticon-common-satisfaction:before {
    content: "\e900";
}
.flaticon-common-idea:before {
    content: "\e901";
}
.flaticon-common-development:before {
    content: "\e902";
}
.flaticon-common-briefcase:before {
    content: "\e903";
}
.flaticon-common-planning:before {
    content: "\e904";
}
.flaticon-common-buildings:before {
    content: "\e905";
}
.flaticon-common-phone:before {
    content: "\e906";
}
.flaticon-common-headhunting:before {
    content: "\e907";
}
.flaticon-common-analysis:before {
    content: "\e908";
}
.flaticon-common-global:before {
    content: "\e909";
}
.flaticon-common-business:before {
    content: "\e90a";
}
.flaticon-common-background-check:before {
    content: "\e90b";
}
.flaticon-common-laptop:before {
    content: "\e90c";
}
.flaticon-common-visualization:before {
    content: "\e90d";
}
.flaticon-common-target:before {
    content: "\e90e";
}
.flaticon-common-presentation:before {
    content: "\e90f";
}
.flaticon-common-architect:before {
    content: "\e910";
}
.flaticon-common-data:before {
    content: "\e911";
}
.flaticon-common-creative:before {
    content: "\e912";
}
.flaticon-common-mobile-analytics:before {
    content: "\e913";
}
.flaticon-common-architect-1:before {
    content: "\e914";
}
.flaticon-common-mouse:before {
    content: "\e915";
}
.flaticon-common-moon:before {
    content: "\e916";
}
.flaticon-common-diamond:before {
    content: "\e917";
}
.flaticon-common-star:before {
    content: "\e918";
}
.flaticon-common-monitoring:before {
    content: "\e919";
}
.flaticon-common-development1:before {
    content: "\e91a";
}
.flaticon-common-business1:before {
    content: "\f100";
}
.flaticon-common-smartphone-call:before {
    content: "\f101";
}
.flaticon-common-three:before {
    content: "\f102";
}
.flaticon-common-symbol:before {
    content: "\f103";
}
.flaticon-common-line:before {
    content: "\f104";
}
.flaticon-common-sign:before {
    content: "\f105";
}
.flaticon-common-delete:before {
    content: "\f106";
}
.flaticon-common-check-symbol:before {
    content: "\f107";
}
.flaticon-common-round:before {
    content: "\f108";
}
.flaticon-common-delete-cross:before {
    content: "\f109";
}
.flaticon-common-location:before {
    content: "\f10a";
}
.flaticon-common-clipboard-with-a-list:before {
    content: "\f10b";
}
.flaticon-common-shelter:before {
    content: "\f10c";
}
.flaticon-common-technology:before {
    content: "\f10d";
}
.flaticon-common-fax-with-phone:before {
    content: "\f10e";
}
.flaticon-common-photo:before {
    content: "\f10f";
}
.flaticon-common-people:before {
    content: "\f110";
}
.flaticon-common-support:before {
    content: "\f111";
}
.flaticon-common-shape:before {
    content: "\f112";
}
.flaticon-common-cogwheel:before {
    content: "\f113";
}
.flaticon-common-arrows:before {
    content: "\f114";
}
.flaticon-common-home:before {
    content: "\f115";
}
.flaticon-common-cross:before {
    content: "\f116";
}
.flaticon-common-line-1:before {
    content: "\f117";
}
.flaticon-common-right-arrow:before {
    content: "\f118";
}
.flaticon-common-arrows-1:before {
    content: "\f119";
}
.flaticon-common-time:before {
    content: "\f11a";
}
.flaticon-common-letter:before {
    content: "\f11b";
}
.flaticon-common-search:before {
    content: "\f11c";
}
.flaticon-common-correct:before {
    content: "\f11d";
}
.flaticon-common-stats:before {
    content: "\f11e";
}
.flaticon-common-arrows-2:before {
    content: "\f11f";
}
.flaticon-common-arrows-3:before {
    content: "\f120";
}
.flaticon-common-arrows-4:before {
    content: "\f121";
}
.flaticon-common-arrows-5:before {
    content: "\f122";
}
.flaticon-common-checked:before {
    content: "\f123";
}
.flaticon-common-line-2:before {
    content: "\f124";
}
.flaticon-common-truck:before {
    content: "\f125";
}
.flaticon-common-headphones:before {
    content: "\f126";
}
.flaticon-common-garbage:before {
    content: "\f127";
}
.flaticon-common-heart:before {
    content: "\f128";
}
.flaticon-common-settings:before {
    content: "\f129";
}
.flaticon-common-link:before {
    content: "\f12a";
}
.flaticon-common-printer:before {
    content: "\f12b";
}
.flaticon-common-phone-call:before {
    content: "\f12c";
}
.flaticon-common-shopping-bag:before {
    content: "\f12d";
}
.flaticon-common-envelope:before {
    content: "\f12e";
}
.flaticon-common-bars:before {
    content: "\f12f";
}
.flaticon-common-remove:before {
    content: "\f130";
}
.flaticon-common-check:before {
    content: "\f131";
}
.flaticon-common-link-1:before {
    content: "\f132";
}
.flaticon-common-check-1:before {
    content: "\f133";
}
.flaticon-common-add:before {
    content: "\f134";
}
.flaticon-common-menu:before {
    content: "\f135";
}
.flaticon-common-anchor:before {
    content: "\f136";
}
.flaticon-common-menu-1:before {
    content: "\f137";
}
.flaticon-common-arrows-6:before {
    content: "\f138";
}
.flaticon-common-success:before {
    content: "\f139";
}
.flaticon-common-add-1:before {
    content: "\f13a";
}
.flaticon-common-interface:before {
    content: "\f13b";
}
.flaticon-common-up-arrow:before {
    content: "\f13c";
}
.flaticon-common-arrows-7:before {
    content: "\f13d";
}
.flaticon-common-arrows-8:before {
    content: "\f13e";
}
.flaticon-common-arrows-9:before {
    content: "\f13f";
}
.flaticon-common-user:before {
    content: "\f140";
}
.flaticon-common-bar-chart:before {
    content: "\f141";
}
.flaticon-common-speech-bubble:before {
    content: "\f142";
}
.flaticon-common-placeholder:before {
    content: "\f143";
}
.flaticon-common-technology-1:before {
    content: "\f144";
}
.flaticon-common-technology-2:before {
    content: "\f145";
}
.flaticon-common-link-2:before {
    content: "\f146";
}
.flaticon-common-trophy:before {
    content: "\f147";
}
.flaticon-common-layers:before {
    content: "\f148";
}
.flaticon-common-home-1:before {
    content: "\f149";
}
.flaticon-common-message:before {
    content: "\f14a";
}
.flaticon-common-maps-and-flags:before {
    content: "\f14b";
}
.flaticon-common-delete-1:before {
    content: "\f14c";
}
.flaticon-common-cancel:before {
    content: "\f14d";
}
.flaticon-common-menu-2:before {
    content: "\f14e";
}
.flaticon-common-briefcase1:before {
    content: "\f14f";
}
.flaticon-common-agenda:before {
    content: "\f150";
}
.flaticon-common-arrows-10:before {
    content: "\f151";
}
.flaticon-common-menu-3:before {
    content: "\f152";
}
.flaticon-common-photo-1:before {
    content: "\f153";
}
.flaticon-common-clipboard:before {
    content: "\f154";
}
.flaticon-common-heart-1:before {
    content: "\f155";
}
.flaticon-common-logout:before {
    content: "\f156";
}
.flaticon-common-location-pin:before {
    content: "\f157";
}
.flaticon-common-quality:before {
    content: "\f158";
}
.flaticon-common-quote:before {
    content: "\f159";
}
.flaticon-common-right-quote:before {
    content: "\f15a";
}
.flaticon-common-hand-shake:before {
    content: "\f15b";
}
.flaticon-common-chat:before {
    content: "\f15c";
}
.flaticon-common-next:before {
    content: "\f15d";
}
.flaticon-common-back:before {
    content: "\f15e";
}
.flaticon-common-next-1:before {
    content: "\f15f";
}
.flaticon-common-arrow:before {
    content: "\f160";
}
.flaticon-common-telephone:before {
    content: "\f161";
}
.flaticon-common-smartphone:before {
    content: "\f162";
}
.flaticon-common-placeholder-1:before {
    content: "\f163";
}
.flaticon-common-placeholder-2:before {
    content: "\f164";
}
.flaticon-common-menu-4:before {
    content: "\f165";
}
.flaticon-common-menu-5:before {
    content: "\f166";
}
.flaticon-common-menu-6:before {
    content: "\f167";
}
.flaticon-common-letter-x:before {
    content: "\f168";
}
.flaticon-common-magnifying-glass:before {
    content: "\f169";
}
.flaticon-common-link-3:before {
    content: "\f16a";
}
.flaticon-common-chat-comment-oval-speech-bubble-with-text-lines:before {
    content: "\f16b";
}
.flaticon-common-expand:before {
    content: "\f16c";
}
.flaticon-common-share:before {
    content: "\f16d";
}
.flaticon-common-worldwide:before {
    content: "\f16e";
}
.flaticon-common-magnifying-glass-1:before {
    content: "\f16f";
}
.flaticon-common-left-arrow:before {
    content: "\f170";
}
.flaticon-common-left:before {
    content: "\f171";
}
.flaticon-common-left-arrow-1:before {
    content: "\f172";
}
.flaticon-common-right:before {
    content: "\f173";
}
.flaticon-common-right-1:before {
    content: "\f174";
}
.flaticon-common-right-arrow-1:before {
    content: "\f175";
}
.flaticon-common-left-quote:before {
    content: "\f176";
}
.flaticon-common-left-quote-1:before {
    content: "\f177";
}
.flaticon-common-play-button:before {
    content: "\f178";
}
.flaticon-common-play-button-1:before {
    content: "\f179";
}
.flaticon-common-link-4:before {
    content: "\f17a";
}
.flaticon-common-zoom-in:before {
    content: "\f17b";
}
.flaticon-common-zoom-out:before {
    content: "\f17c";
}
.flaticon-common-postcard:before {
    content: "\f17d";
}
.flaticon-common-right-2:before {
    content: "\f17e";
}
.flaticon-common-left-1:before {
    content: "\f17f";
}
.flaticon-common-magnifying-glass-2:before {
    content: "\f180";
}
.flaticon-common-shopping-cart:before {
    content: "\f181";
}
.flaticon-common-left-arrow-2:before {
    content: "\f182";
}
.flaticon-common-send:before {
    content: "\f183";
}
.flaticon-common-case:before {
    content: "\f184";
}
.flaticon-common-calendar:before {
    content: "\f185";
}
.flaticon-common-place:before {
    content: "\f186";
}
.flaticon-common-settings-1:before {
    content: "\f187";
}
.flaticon-common-worldwide-1:before {
    content: "\f188";
}
.flaticon-common-139-tick:before {
    content: "\f189";
}
.flaticon-common-tick-1:before {
    content: "\f18a";
}
.flaticon-common-shopping-bag-1:before {
    content: "\f18b";
}
.flaticon-common-confirmation:before {
    content: "\f18c";
}
.flaticon-common-search-1:before {
    content: "\f18d";
}
.flaticon-common-lock:before {
    content: "\f18e";
}
.flaticon-common-iphone:before {
    content: "\f18f";
}
.flaticon-common-mobile-phone:before {
    content: "\f190";
}
.flaticon-common-down-arrow:before {
    content: "\f191";
}
.flaticon-common-down-arrow-1:before {
    content: "\f192";
}
.flaticon-common-down-chevron:before {
    content: "\f193";
}
.flaticon-common-play-button-2:before {
    content: "\f194";
}
.flaticon-common-play-1:before {
    content: "\f195";
}
.flaticon-common-menu-7:before {
    content: "\f196";
}
.flaticon-common-smartphone-1:before {
    content: "\f197";
}
.flaticon-common-email:before {
    content: "\f198";
}
.flaticon-common-email-1:before {
    content: "\f199";
}
.flaticon-common-fast:before {
    content: "\f19a";
}
.flaticon-common-search-2:before {
    content: "\f19b";
}
.flaticon-common-shopping-bag-2:before {
    content: "\f19c";
}
.flaticon-common-smartphone-2:before {
    content: "\f19d";
}
.flaticon-common-smartphone-3:before {
    content: "\f19e";
}
.flaticon-common-placeholder-3:before {
    content: "\f19f";
}
.flaticon-common-envelope-1:before {
    content: "\f1a0";
}
.flaticon-common-responsive:before {
    content: "\f1a1";
}
.flaticon-common-loupe:before {
    content: "\f1a2";
}
.flaticon-common-loupe-1:before {
    content: "\f1a3";
}
.flaticon-common-graphic-designer:before {
    content: "\f1a4";
}
.flaticon-common-computer:before {
    content: "\f1a5";
}
.flaticon-common-digital-marketing:before {
    content: "\f1a6";
}
.flaticon-common-marketing-online:before {
    content: "\f1a7";
}
.flaticon-common-development2:before {
    content: "\f1a8";
}
.flaticon-common-app-development:before {
    content: "\f1a9";
}
.flaticon-common-ui:before {
    content: "\f1aa";
}
.flaticon-common-ux:before {
    content: "\f1ab";
}
.flaticon-common-pin:before {
    content: "\f1ac";
}
.flaticon-common-pin-1:before {
    content: "\f1ad";
}
.flaticon-common-email-2:before {
    content: "\f1ae";
}
.flaticon-common-phone-call-1:before {
    content: "\f1af";
}
.flaticon-common-call:before {
    content: "\f1b0";
}
.flaticon-common-call-1:before {
    content: "\f1b1";
}
.flaticon-common-vector:before {
    content: "\f1b2";
}
.flaticon-common-3d:before {
    content: "\f1b3";
}
.flaticon-common-creativity:before {
    content: "\f1b4";
}
.flaticon-common-digital:before {
    content: "\f1b5";
}
.flaticon-common-viral-marketing:before {
    content: "\f1b6";
}
.flaticon-common-instant-camera:before {
    content: "\f1b7";
}
.flaticon-common-monitor:before {
    content: "\f1b8";
}
.flaticon-common-design-tools:before {
    content: "\f1b9";
}
.flaticon-common-idea1:before {
    content: "\f1ba";
}
.flaticon-common-fast-1:before {
    content: "\f1bb";
}
.flaticon-common-clock:before {
    content: "\f1bc";
}
.flaticon-common-quick-response:before {
    content: "\f1bd";
}
.flaticon-common-fast-2:before {
    content: "\f1be";
}
.flaticon-common-user-1:before {
    content: "\f1bf";
}
.flaticon-common-user-2:before {
    content: "\f1c0";
}
.flaticon-common-speech-bubble-1:before {
    content: "\f1c1";
}
.flaticon-common-speech-bubble-2:before {
    content: "\f1c2";
}
.flaticon-common-chat-1:before {
    content: "\f1c3";
}
.flaticon-common-comments:before {
    content: "\f1c4";
}
.flaticon-common-comment:before {
    content: "\f1c5";
}
.flaticon-common-comment-1:before {
    content: "\f1c6";
}
.flaticon-common-clock-1:before {
    content: "\f1c7";
}
.flaticon-common-clock-2:before {
    content: "\f1c8";
}
.flaticon-common-clock-3:before {
    content: "\f1c9";
}
.flaticon-common-menu-8:before {
    content: "\f1ca";
}
.flaticon-common-menu-9:before {
    content: "\f1cb";
}
.flaticon-common-menu-10:before {
    content: "\f1cc";
}
.flaticon-common-list:before {
    content: "\f1cd";
}
.flaticon-common-menu-11:before {
    content: "\f1ce";
}
.flaticon-common-list-1:before {
    content: "\f1cf";
}
.flaticon-common-email-3:before {
    content: "\f1d0";
}
.flaticon-common-letter-1:before {
    content: "\f1d1";
}
.flaticon-common-email-4:before {
    content: "\f1d2";
}
.flaticon-common-contact-book:before {
    content: "\f1d3";
}
.flaticon-common-collaboration:before {
    content: "\f1d4";
}
.flaticon-common-network:before {
    content: "\f1d5";
}
.flaticon-common-enterprise:before {
    content: "\f1d6";
}
.flaticon-common-group:before {
    content: "\f1d7";
}
.flaticon-common-team:before {
    content: "\f1d8";
}
.flaticon-common-work-team:before {
    content: "\f1d9";
}
.flaticon-common-globe:before {
    content: "\f1da";
}
.flaticon-common-credit-card:before {
    content: "\f1db";
}
.flaticon-common-online-banking:before {
    content: "\f1dc";
}
.flaticon-common-desktop:before {
    content: "\f1dd";
}
.flaticon-common-desktop-1:before {
    content: "\f1de";
}
.flaticon-common-remove-1:before {
    content: "\f1df";
}
.flaticon-common-minus:before {
    content: "\f1e0";
}
.flaticon-common-add-2:before {
    content: "\f1e1";
}
.flaticon-common-plus:before {
    content: "\f1e2";
}
.flaticon-common-minus-1:before {
    content: "\f1e3";
}
.flaticon-common-magic-wand:before {
    content: "\f1e4";
}
.flaticon-common-vector-1:before {
    content: "\f1e5";
}
.flaticon-common-sketch:before {
    content: "\f1e6";
}
.flaticon-common-vector-2:before {
    content: "\f1e7";
}
.flaticon-common-vector-3:before {
    content: "\f1e8";
}
.flaticon-common-computer-graphic:before {
    content: "\f1e9";
}
.flaticon-common-idea-1:before {
    content: "\f1ea";
}
.flaticon-common-vector-4:before {
    content: "\f1eb";
}
.flaticon-common-hosting:before {
    content: "\f1ec";
}
.flaticon-common-quality-1:before {
    content: "\f1ed";
}
.flaticon-common-web-design:before {
    content: "\f1ee";
}
.flaticon-common-cms:before {
    content: "\f1ef";
}
.flaticon-common-3d-design:before {
    content: "\f1f0";
}
.flaticon-common-3d-1:before {
    content: "\f1f1";
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-acquisitions-incorporated:before {
    content: "\f6af";
}
.fa-ad:before {
    content: "\f641";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-air-freshener:before {
    content: "\f5d0";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-allergies:before {
    content: "\f461";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angry:before {
    content: "\f556";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-ankh:before {
    content: "\f644";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-alt:before {
    content: "\f5d1";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-archive:before {
    content: "\f187";
}
.fa-archway:before {
    content: "\f557";
}
.fa-arrow-alt-circle-down:before {
    content: "\f358";
}
.fa-arrow-alt-circle-left:before {
    content: "\f359";
}
.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-arrows-alt-h:before {
    content: "\f337";
}
.fa-arrows-alt-v:before {
    content: "\f338";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-atlas:before {
    content: "\f558";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-atom:before {
    content: "\f5d2";
}
.fa-audible:before {
    content: "\f373";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-award:before {
    content: "\f559";
}
.fa-aws:before {
    content: "\f375";
}
.fa-baby:before {
    content: "\f77c";
}
.fa-baby-carriage:before {
    content: "\f77d";
}
.fa-backspace:before {
    content: "\f55a";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-bacon:before {
    content: "\f7e5";
}
.fa-bacteria:before {
    content: "\e059";
}
.fa-bacterium:before {
    content: "\e05a";
}
.fa-bahai:before {
    content: "\f666";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-balance-scale-left:before {
    content: "\f515";
}
.fa-balance-scale-right:before {
    content: "\f516";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-band-aid:before {
    content: "\f462";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-baseball-ball:before {
    content: "\f433";
}
.fa-basketball-ball:before {
    content: "\f434";
}
.fa-bath:before {
    content: "\f2cd";
}
.fa-battery-empty:before {
    content: "\f244";
}
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-bed:before {
    content: "\f236";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bezier-curve:before {
    content: "\f55b";
}
.fa-bible:before {
    content: "\f647";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-biking:before {
    content: "\f84a";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-biohazard:before {
    content: "\f780";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blender:before {
    content: "\f517";
}
.fa-blender-phone:before {
    content: "\f6b6";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-blog:before {
    content: "\f781";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bold:before {
    content: "\f032";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-bone:before {
    content: "\f5d7";
}
.fa-bong:before {
    content: "\f55c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-book-dead:before {
    content: "\f6b7";
}
.fa-book-medical:before {
    content: "\f7e6";
}
.fa-book-open:before {
    content: "\f518";
}
.fa-book-reader:before {
    content: "\f5da";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-bowling-ball:before {
    content: "\f436";
}
.fa-box:before {
    content: "\f466";
}
.fa-box-open:before {
    content: "\f49e";
}
.fa-box-tissue:before {
    content: "\e05b";
}
.fa-boxes:before {
    content: "\f468";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-brain:before {
    content: "\f5dc";
}
.fa-bread-slice:before {
    content: "\f7ec";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-briefcase-medical:before {
    content: "\f469";
}
.fa-broadcast-tower:before {
    content: "\f519";
}
.fa-broom:before {
    content: "\f51a";
}
.fa-brush:before {
    content: "\f55d";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-bug:before {
    content: "\f188";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-burn:before {
    content: "\f46a";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-bus:before {
    content: "\f207";
}
.fa-bus-alt:before {
    content: "\f55e";
}
.fa-business-time:before {
    content: "\f64a";
}
.fa-buy-n-large:before {
    content: "\f8a6";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-calendar-check:before {
    content: "\f274";
}
.fa-calendar-day:before {
    content: "\f783";
}
.fa-calendar-minus:before {
    content: "\f272";
}
.fa-calendar-plus:before {
    content: "\f271";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-calendar-week:before {
    content: "\f784";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-campground:before {
    content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-candy-cane:before {
    content: "\f786";
}
.fa-cannabis:before {
    content: "\f55f";
}
.fa-capsules:before {
    content: "\f46b";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-car-alt:before {
    content: "\f5de";
}
.fa-car-battery:before {
    content: "\f5df";
}
.fa-car-crash:before {
    content: "\f5e1";
}
.fa-car-side:before {
    content: "\f5e4";
}
.fa-caravan:before {
    content: "\f8ff";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-square-down:before {
    content: "\f150";
}
.fa-caret-square-left:before {
    content: "\f191";
}
.fa-caret-square-right:before {
    content: "\f152";
}
.fa-caret-square-up:before {
    content: "\f151";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-carrot:before {
    content: "\f787";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cash-register:before {
    content: "\f788";
}
.fa-cat:before {
    content: "\f6be";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-chair:before {
    content: "\f6c0";
}
.fa-chalkboard:before {
    content: "\f51b";
}
.fa-chalkboard-teacher:before {
    content: "\f51c";
}
.fa-charging-station:before {
    content: "\f5e7";
}
.fa-chart-area:before {
    content: "\f1fe";
}
.fa-chart-bar:before {
    content: "\f080";
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-chart-pie:before {
    content: "\f200";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check-double:before {
    content: "\f560";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-cheese:before {
    content: "\f7ef";
}
.fa-chess:before {
    content: "\f439";
}
.fa-chess-bishop:before {
    content: "\f43a";
}
.fa-chess-board:before {
    content: "\f43c";
}
.fa-chess-king:before {
    content: "\f43f";
}
.fa-chess-knight:before {
    content: "\f441";
}
.fa-chess-pawn:before {
    content: "\f443";
}
.fa-chess-queen:before {
    content: "\f445";
}
.fa-chess-rook:before {
    content: "\f447";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-church:before {
    content: "\f51d";
}
.fa-circle:before {
    content: "\f111";
}
.fa-circle-notch:before {
    content: "\f1ce";
}
.fa-city:before {
    content: "\f64f";
}
.fa-clinic-medical:before {
    content: "\f7f2";
}
.fa-clipboard:before {
    content: "\f328";
}
.fa-clipboard-check:before {
    content: "\f46c";
}
.fa-clipboard-list:before {
    content: "\f46d";
}
.fa-clock:before {
    content: "\f017";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-closed-captioning:before {
    content: "\f20a";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-download-alt:before {
    content: "\f381";
}
.fa-cloud-meatball:before {
    content: "\f73b";
}
.fa-cloud-moon:before {
    content: "\f6c3";
}
.fa-cloud-moon-rain:before {
    content: "\f73c";
}
.fa-cloud-rain:before {
    content: "\f73d";
}
.fa-cloud-showers-heavy:before {
    content: "\f740";
}
.fa-cloud-sun:before {
    content: "\f6c4";
}
.fa-cloud-sun-rain:before {
    content: "\f743";
}
.fa-cloud-upload-alt:before {
    content: "\f382";
}
.fa-cloudflare:before {
    content: "\e07d";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-cocktail:before {
    content: "\f561";
}
.fa-code:before {
    content: "\f121";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cog:before {
    content: "\f013";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-coins:before {
    content: "\f51e";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comment-dollar:before {
    content: "\f651";
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.fa-comment-medical:before {
    content: "\f7f5";
}
.fa-comment-slash:before {
    content: "\f4b3";
}
.fa-comments:before {
    content: "\f086";
}
.fa-comments-dollar:before {
    content: "\f653";
}
.fa-compact-disc:before {
    content: "\f51f";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-compress:before {
    content: "\f066";
}
.fa-compress-alt:before {
    content: "\f422";
}
.fa-compress-arrows-alt:before {
    content: "\f78c";
}
.fa-concierge-bell:before {
    content: "\f562";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-cookie-bite:before {
    content: "\f564";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-couch:before {
    content: "\f4b8";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crop-alt:before {
    content: "\f565";
}
.fa-cross:before {
    content: "\f654";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-crow:before {
    content: "\f520";
}
.fa-crown:before {
    content: "\f521";
}
.fa-crutch:before {
    content: "\f7f7";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dailymotion:before {
    content: "\e052";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-deezer:before {
    content: "\e077";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-democrat:before {
    content: "\f747";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dharmachakra:before {
    content: "\f655";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diagnoses:before {
    content: "\f470";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-dice:before {
    content: "\f522";
}
.fa-dice-d20:before {
    content: "\f6cf";
}
.fa-dice-d6:before {
    content: "\f6d1";
}
.fa-dice-five:before {
    content: "\f523";
}
.fa-dice-four:before {
    content: "\f524";
}
.fa-dice-one:before {
    content: "\f525";
}
.fa-dice-six:before {
    content: "\f526";
}
.fa-dice-three:before {
    content: "\f527";
}
.fa-dice-two:before {
    content: "\f528";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-digital-tachograph:before {
    content: "\f566";
}
.fa-directions:before {
    content: "\f5eb";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-disease:before {
    content: "\f7fa";
}
.fa-divide:before {
    content: "\f529";
}
.fa-dizzy:before {
    content: "\f567";
}
.fa-dna:before {
    content: "\f471";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-dog:before {
    content: "\f6d3";
}
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-dolly:before {
    content: "\f472";
}
.fa-dolly-flatbed:before {
    content: "\f474";
}
.fa-donate:before {
    content: "\f4b9";
}
.fa-door-closed:before {
    content: "\f52a";
}
.fa-door-open:before {
    content: "\f52b";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-dove:before {
    content: "\f4ba";
}
.fa-download:before {
    content: "\f019";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-drafting-compass:before {
    content: "\f568";
}
.fa-dragon:before {
    content: "\f6d5";
}
.fa-draw-polygon:before {
    content: "\f5ee";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drum:before {
    content: "\f569";
}
.fa-drum-steelpan:before {
    content: "\f56a";
}
.fa-drumstick-bite:before {
    content: "\f6d7";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dumbbell:before {
    content: "\f44b";
}
.fa-dumpster:before {
    content: "\f793";
}
.fa-dumpster-fire:before {
    content: "\f794";
}
.fa-dungeon:before {
    content: "\f6d9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edge-legacy:before {
    content: "\e078";
}
.fa-edit:before {
    content: "\f044";
}
.fa-egg:before {
    content: "\f7fb";
}
.fa-eject:before {
    content: "\f052";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-text:before {
    content: "\f658";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-envira:before {
    content: "\f299";
}
.fa-equals:before {
    content: "\f52c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-ethernet:before {
    content: "\f796";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-euro-sign:before {
    content: "\f153";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-exchange-alt:before {
    content: "\f362";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-expand:before {
    content: "\f065";
}
.fa-expand-alt:before {
    content: "\f424";
}
.fa-expand-arrows-alt:before {
    content: "\f31e";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-external-link-alt:before {
    content: "\f35d";
}
.fa-external-link-square-alt:before {
    content: "\f360";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-dropper:before {
    content: "\f1fb";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fan:before {
    content: "\f863";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-faucet:before {
    content: "\e005";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-feather:before {
    content: "\f52d";
}
.fa-feather-alt:before {
    content: "\f56b";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-female:before {
    content: "\f182";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-figma:before {
    content: "\f799";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-file-audio:before {
    content: "\f1c7";
}
.fa-file-code:before {
    content: "\f1c9";
}
.fa-file-contract:before {
    content: "\f56c";
}
.fa-file-csv:before {
    content: "\f6dd";
}
.fa-file-download:before {
    content: "\f56d";
}
.fa-file-excel:before {
    content: "\f1c3";
}
.fa-file-export:before {
    content: "\f56e";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-import:before {
    content: "\f56f";
}
.fa-file-invoice:before {
    content: "\f570";
}
.fa-file-invoice-dollar:before {
    content: "\f571";
}
.fa-file-medical:before {
    content: "\f477";
}
.fa-file-medical-alt:before {
    content: "\f478";
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-powerpoint:before {
    content: "\f1c4";
}
.fa-file-prescription:before {
    content: "\f572";
}
.fa-file-signature:before {
    content: "\f573";
}
.fa-file-upload:before {
    content: "\f574";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-file-word:before {
    content: "\f1c2";
}
.fa-fill:before {
    content: "\f575";
}
.fa-fill-drip:before {
    content: "\f576";
}
.fa-film:before {
    content: "\f008";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fingerprint:before {
    content: "\f577";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-alt:before {
    content: "\f7e4";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-firefox-browser:before {
    content: "\e007";
}
.fa-first-aid:before {
    content: "\f479";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-fish:before {
    content: "\f578";
}
.fa-fist-raised:before {
    content: "\f6de";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flag-usa:before {
    content: "\f74d";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-flushed:before {
    content: "\f579";
}
.fa-fly:before {
    content: "\f417";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-minus:before {
    content: "\f65d";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-folder-plus:before {
    content: "\f65e";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-flag:before {
    content: "\f425";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-football-ball:before {
    content: "\f44e";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-frog:before {
    content: "\f52e";
}
.fa-frown:before {
    content: "\f119";
}
.fa-frown-open:before {
    content: "\f57a";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-funnel-dollar:before {
    content: "\f662";
}
.fa-futbol:before {
    content: "\f1e3";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-gas-pump:before {
    content: "\f52f";
}
.fa-gavel:before {
    content: "\f0e3";
}
.fa-gem:before {
    content: "\f3a5";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-ghost:before {
    content: "\f6e2";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-gifts:before {
    content: "\f79c";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glass-cheers:before {
    content: "\f79f";
}
.fa-glass-martini:before {
    content: "\f000";
}
.fa-glass-martini-alt:before {
    content: "\f57b";
}
.fa-glass-whiskey:before {
    content: "\f7a0";
}
.fa-glasses:before {
    content: "\f530";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-globe-africa:before {
    content: "\f57c";
}
.fa-globe-americas:before {
    content: "\f57d";
}
.fa-globe-asia:before {
    content: "\f57e";
}
.fa-globe-europe:before {
    content: "\f7a2";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golf-ball:before {
    content: "\f450";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-pay:before {
    content: "\e079";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gopuram:before {
    content: "\f664";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-greater-than:before {
    content: "\f531";
}
.fa-greater-than-equal:before {
    content: "\f532";
}
.fa-grimace:before {
    content: "\f57f";
}
.fa-grin:before {
    content: "\f580";
}
.fa-grin-alt:before {
    content: "\f581";
}
.fa-grin-beam:before {
    content: "\f582";
}
.fa-grin-beam-sweat:before {
    content: "\f583";
}
.fa-grin-hearts:before {
    content: "\f584";
}
.fa-grin-squint:before {
    content: "\f585";
}
.fa-grin-squint-tears:before {
    content: "\f586";
}
.fa-grin-stars:before {
    content: "\f587";
}
.fa-grin-tears:before {
    content: "\f588";
}
.fa-grin-tongue:before {
    content: "\f589";
}
.fa-grin-tongue-squint:before {
    content: "\f58a";
}
.fa-grin-tongue-wink:before {
    content: "\f58b";
}
.fa-grin-wink:before {
    content: "\f58c";
}
.fa-grip-horizontal:before {
    content: "\f58d";
}
.fa-grip-lines:before {
    content: "\f7a4";
}
.fa-grip-lines-vertical:before {
    content: "\f7a5";
}
.fa-grip-vertical:before {
    content: "\f58e";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guilded:before {
    content: "\e07e";
}
.fa-guitar:before {
    content: "\f7a6";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hamburger:before {
    content: "\f805";
}
.fa-hammer:before {
    content: "\f6e3";
}
.fa-hamsa:before {
    content: "\f665";
}
.fa-hand-holding:before {
    content: "\f4bd";
}
.fa-hand-holding-heart:before {
    content: "\f4be";
}
.fa-hand-holding-medical:before {
    content: "\e05c";
}
.fa-hand-holding-usd:before {
    content: "\f4c0";
}
.fa-hand-holding-water:before {
    content: "\f4c1";
}
.fa-hand-lizard:before {
    content: "\f258";
}
.fa-hand-middle-finger:before {
    content: "\f806";
}
.fa-hand-paper:before {
    content: "\f256";
}
.fa-hand-peace:before {
    content: "\f25b";
}
.fa-hand-point-down:before {
    content: "\f0a7";
}
.fa-hand-point-left:before {
    content: "\f0a5";
}
.fa-hand-point-right:before {
    content: "\f0a4";
}
.fa-hand-point-up:before {
    content: "\f0a6";
}
.fa-hand-pointer:before {
    content: "\f25a";
}
.fa-hand-rock:before {
    content: "\f255";
}
.fa-hand-scissors:before {
    content: "\f257";
}
.fa-hand-sparkles:before {
    content: "\e05d";
}
.fa-hand-spock:before {
    content: "\f259";
}
.fa-hands:before {
    content: "\f4c2";
}
.fa-hands-helping:before {
    content: "\f4c4";
}
.fa-hands-wash:before {
    content: "\e05e";
}
.fa-handshake:before {
    content: "\f2b5";
}
.fa-handshake-alt-slash:before {
    content: "\e05f";
}
.fa-handshake-slash:before {
    content: "\e060";
}
.fa-hanukiah:before {
    content: "\f6e6";
}
.fa-hard-hat:before {
    content: "\f807";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hat-cowboy:before {
    content: "\f8c0";
}
.fa-hat-cowboy-side:before {
    content: "\f8c1";
}
.fa-hat-wizard:before {
    content: "\f6e8";
}
.fa-hdd:before {
    content: "\f0a0";
}
.fa-head-side-cough:before {
    content: "\e061";
}
.fa-head-side-cough-slash:before {
    content: "\e062";
}
.fa-head-side-mask:before {
    content: "\e063";
}
.fa-head-side-virus:before {
    content: "\e064";
}
.fa-heading:before {
    content: "\f1dc";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-headphones-alt:before {
    content: "\f58f";
}
.fa-headset:before {
    content: "\f590";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heart-broken:before {
    content: "\f7a9";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-helicopter:before {
    content: "\f533";
}
.fa-highlighter:before {
    content: "\f591";
}
.fa-hiking:before {
    content: "\f6ec";
}
.fa-hippo:before {
    content: "\f6ed";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-history:before {
    content: "\f1da";
}
.fa-hive:before {
    content: "\e07f";
}
.fa-hockey-puck:before {
    content: "\f453";
}
.fa-holly-berry:before {
    content: "\f7aa";
}
.fa-home:before {
    content: "\f015";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-horse:before {
    content: "\f6f0";
}
.fa-horse-head:before {
    content: "\f7ab";
}
.fa-hospital:before {
    content: "\f0f8";
}
.fa-hospital-alt:before {
    content: "\f47d";
}
.fa-hospital-symbol:before {
    content: "\f47e";
}
.fa-hospital-user:before {
    content: "\f80d";
}
.fa-hot-tub:before {
    content: "\f593";
}
.fa-hotdog:before {
    content: "\f80f";
}
.fa-hotel:before {
    content: "\f594";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-house-damage:before {
    content: "\f6f1";
}
.fa-house-user:before {
    content: "\e065";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-hryvnia:before {
    content: "\f6f2";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-ice-cream:before {
    content: "\f810";
}
.fa-icicles:before {
    content: "\f7ad";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-ideal:before {
    content: "\e013";
}
.fa-igloo:before {
    content: "\f7ae";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-industry:before {
    content: "\f275";
}
.fa-infinity:before {
    content: "\f534";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-innosoft:before {
    content: "\e080";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-instalod:before {
    content: "\e081";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-italic:before {
    content: "\f033";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi:before {
    content: "\f669";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joint:before {
    content: "\f595";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-journal-whills:before {
    content: "\f66a";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaaba:before {
    content: "\f66b";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-key:before {
    content: "\f084";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keyboard:before {
    content: "\f11c";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-khanda:before {
    content: "\f66d";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-kiss:before {
    content: "\f596";
}
.fa-kiss-beam:before {
    content: "\f597";
}
.fa-kiss-wink-heart:before {
    content: "\f598";
}
.fa-kiwi-bird:before {
    content: "\f535";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-landmark:before {
    content: "\f66f";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-laptop-code:before {
    content: "\f5fc";
}
.fa-laptop-house:before {
    content: "\e066";
}
.fa-laptop-medical:before {
    content: "\f812";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-laugh:before {
    content: "\f599";
}
.fa-laugh-beam:before {
    content: "\f59a";
}
.fa-laugh-squint:before {
    content: "\f59b";
}
.fa-laugh-wink:before {
    content: "\f59c";
}
.fa-layer-group:before {
    content: "\f5fd";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-lemon:before {
    content: "\f094";
}
.fa-less:before {
    content: "\f41d";
}
.fa-less-than:before {
    content: "\f536";
}
.fa-less-than-equal:before {
    content: "\f537";
}
.fa-level-down-alt:before {
    content: "\f3be";
}
.fa-level-up-alt:before {
    content: "\f3bf";
}
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lira-sign:before {
    content: "\f195";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-lock:before {
    content: "\f023";
}
.fa-lock-open:before {
    content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
    content: "\f309";
}
.fa-long-arrow-alt-left:before {
    content: "\f30a";
}
.fa-long-arrow-alt-right:before {
    content: "\f30b";
}
.fa-long-arrow-alt-up:before {
    content: "\f30c";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-luggage-cart:before {
    content: "\f59d";
}
.fa-lungs:before {
    content: "\f604";
}
.fa-lungs-virus:before {
    content: "\e067";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-mail-bulk:before {
    content: "\f674";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-male:before {
    content: "\f183";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-marked:before {
    content: "\f59f";
}
.fa-map-marked-alt:before {
    content: "\f5a0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-marker:before {
    content: "\f5a1";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mask:before {
    content: "\f6fa";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-mdb:before {
    content: "\f8ca";
}
.fa-medal:before {
    content: "\f5a2";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-medium-m:before {
    content: "\f3c7";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-meh:before {
    content: "\f11a";
}
.fa-meh-blank:before {
    content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}
.fa-memory:before {
    content: "\f538";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-menorah:before {
    content: "\f676";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-meteor:before {
    content: "\f753";
}
.fa-microblog:before {
    content: "\e01a";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-alt:before {
    content: "\f3c9";
}
.fa-microphone-alt-slash:before {
    content: "\f539";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-microscope:before {
    content: "\f610";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-mitten:before {
    content: "\f7b5";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mixer:before {
    content: "\e056";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-money-bill:before {
    content: "\f0d6";
}
.fa-money-bill-alt:before {
    content: "\f3d1";
}
.fa-money-bill-wave:before {
    content: "\f53a";
}
.fa-money-bill-wave-alt:before {
    content: "\f53b";
}
.fa-money-check:before {
    content: "\f53c";
}
.fa-money-check-alt:before {
    content: "\f53d";
}
.fa-monument:before {
    content: "\f5a6";
}
.fa-moon:before {
    content: "\f186";
}
.fa-mortar-pestle:before {
    content: "\f5a7";
}
.fa-mosque:before {
    content: "\f678";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mountain:before {
    content: "\f6fc";
}
.fa-mouse:before {
    content: "\f8cc";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-mug-hot:before {
    content: "\f7b6";
}
.fa-music:before {
    content: "\f001";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neos:before {
    content: "\f612";
}
.fa-network-wired:before {
    content: "\f6ff";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-not-equal:before {
    content: "\f53e";
}
.fa-notes-medical:before {
    content: "\f481";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-octopus-deploy:before {
    content: "\e082";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-oil-can:before {
    content: "\f613";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-om:before {
    content: "\f679";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-orcid:before {
    content: "\f8d2";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-otter:before {
    content: "\f700";
}
.fa-outdent:before {
    content: "\f03b";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-pager:before {
    content: "\f815";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-paint-roller:before {
    content: "\f5aa";
}
.fa-palette:before {
    content: "\f53f";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-pallet:before {
    content: "\f482";
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-parachute-box:before {
    content: "\f4cd";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-parking:before {
    content: "\f540";
}
.fa-passport:before {
    content: "\f5ab";
}
.fa-pastafarianism:before {
    content: "\f67b";
}
.fa-paste:before {
    content: "\f0ea";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-peace:before {
    content: "\f67c";
}
.fa-pen:before {
    content: "\f304";
}
.fa-pen-alt:before {
    content: "\f305";
}
.fa-pen-fancy:before {
    content: "\f5ac";
}
.fa-pen-nib:before {
    content: "\f5ad";
}
.fa-pen-square:before {
    content: "\f14b";
}
.fa-pencil-alt:before {
    content: "\f303";
}
.fa-pencil-ruler:before {
    content: "\f5ae";
}
.fa-penny-arcade:before {
    content: "\f704";
}
.fa-people-arrows:before {
    content: "\e068";
}
.fa-people-carry:before {
    content: "\f4ce";
}
.fa-pepper-hot:before {
    content: "\f816";
}
.fa-perbyte:before {
    content: "\e083";
}
.fa-percent:before {
    content: "\f295";
}
.fa-percentage:before {
    content: "\f541";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-person-booth:before {
    content: "\f756";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-alt:before {
    content: "\f879";
}
.fa-phone-slash:before {
    content: "\f3dd";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-phone-square-alt:before {
    content: "\f87b";
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.fa-photo-video:before {
    content: "\f87c";
}
.fa-php:before {
    content: "\f457";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-square:before {
    content: "\e01e";
}
.fa-piggy-bank:before {
    content: "\f4d3";
}
.fa-pills:before {
    content: "\f484";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pizza-slice:before {
    content: "\f818";
}
.fa-place-of-worship:before {
    content: "\f67f";
}
.fa-plane:before {
    content: "\f072";
}
.fa-plane-arrival:before {
    content: "\f5af";
}
.fa-plane-departure:before {
    content: "\f5b0";
}
.fa-plane-slash:before {
    content: "\e069";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-poll:before {
    content: "\f681";
}
.fa-poll-h:before {
    content: "\f682";
}
.fa-poo:before {
    content: "\f2fe";
}
.fa-poo-storm:before {
    content: "\f75a";
}
.fa-poop:before {
    content: "\f619";
}
.fa-portrait:before {
    content: "\f3e0";
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-pray:before {
    content: "\f683";
}
.fa-praying-hands:before {
    content: "\f684";
}
.fa-prescription:before {
    content: "\f5b1";
}
.fa-prescription-bottle:before {
    content: "\f485";
}
.fa-prescription-bottle-alt:before {
    content: "\f486";
}
.fa-print:before {
    content: "\f02f";
}
.fa-procedures:before {
    content: "\f487";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-project-diagram:before {
    content: "\f542";
}
.fa-pump-medical:before {
    content: "\e06a";
}
.fa-pump-soap:before {
    content: "\e06b";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-question:before {
    content: "\f128";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-quidditch:before {
    content: "\f458";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-quran:before {
    content: "\f687";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-radiation:before {
    content: "\f7b9";
}
.fa-radiation-alt:before {
    content: "\f7ba";
}
.fa-rainbow:before {
    content: "\f75b";
}
.fa-random:before {
    content: "\f074";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-receipt:before {
    content: "\f543";
}
.fa-record-vinyl:before {
    content: "\f8d9";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-redo:before {
    content: "\f01e";
}
.fa-redo-alt:before {
    content: "\f2f9";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-remove-format:before {
    content: "\f87d";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-republican:before {
    content: "\f75e";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-restroom:before {
    content: "\f7bd";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-ribbon:before {
    content: "\f4d6";
}
.fa-ring:before {
    content: "\f70b";
}
.fa-road:before {
    content: "\f018";
}
.fa-robot:before {
    content: "\f544";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-route:before {
    content: "\f4d7";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-ruble-sign:before {
    content: "\f158";
}
.fa-ruler:before {
    content: "\f545";
}
.fa-ruler-combined:before {
    content: "\f546";
}
.fa-ruler-horizontal:before {
    content: "\f547";
}
.fa-ruler-vertical:before {
    content: "\f548";
}
.fa-running:before {
    content: "\f70c";
}
.fa-rupee-sign:before {
    content: "\f156";
}
.fa-rust:before {
    content: "\e07a";
}
.fa-sad-cry:before {
    content: "\f5b3";
}
.fa-sad-tear:before {
    content: "\f5b4";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-satellite:before {
    content: "\f7bf";
}
.fa-satellite-dish:before {
    content: "\f7c0";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-school:before {
    content: "\f549";
}
.fa-screwdriver:before {
    content: "\f54a";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-scroll:before {
    content: "\f70e";
}
.fa-sd-card:before {
    content: "\f7c2";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-dollar:before {
    content: "\f688";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-seedling:before {
    content: "\f4d8";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-server:before {
    content: "\f233";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shapes:before {
    content: "\f61f";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-shekel-sign:before {
    content: "\f20b";
}
.fa-shield-alt:before {
    content: "\f3ed";
}
.fa-shield-virus:before {
    content: "\e06c";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-shipping-fast:before {
    content: "\f48b";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shoe-prints:before {
    content: "\f54b";
}
.fa-shopify:before {
    content: "\e057";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-shuttle-van:before {
    content: "\f5b6";
}
.fa-sign:before {
    content: "\f4d9";
}
.fa-sign-in-alt:before {
    content: "\f2f6";
}
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
}
.fa-signal:before {
    content: "\f012";
}
.fa-signature:before {
    content: "\f5b7";
}
.fa-sim-card:before {
    content: "\f7c4";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sink:before {
    content: "\e06d";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-sith:before {
    content: "\f512";
}
.fa-skating:before {
    content: "\f7c5";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-skiing:before {
    content: "\f7c9";
}
.fa-skiing-nordic:before {
    content: "\f7ca";
}
.fa-skull:before {
    content: "\f54c";
}
.fa-skull-crossbones:before {
    content: "\f714";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f3ef";
}
.fa-slash:before {
    content: "\f715";
}
.fa-sleigh:before {
    content: "\f7cc";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-smile:before {
    content: "\f118";
}
.fa-smile-beam:before {
    content: "\f5b8";
}
.fa-smile-wink:before {
    content: "\f4da";
}
.fa-smog:before {
    content: "\f75f";
}
.fa-smoking:before {
    content: "\f48d";
}
.fa-smoking-ban:before {
    content: "\f54d";
}
.fa-sms:before {
    content: "\f7cd";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-snowboarding:before {
    content: "\f7ce";
}
.fa-snowflake:before {
    content: "\f2dc";
}
.fa-snowman:before {
    content: "\f7d0";
}
.fa-snowplow:before {
    content: "\f7d2";
}
.fa-soap:before {
    content: "\e06e";
}
.fa-socks:before {
    content: "\f696";
}
.fa-solar-panel:before {
    content: "\f5ba";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-alpha-down:before {
    content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
    content: "\f881";
}
.fa-sort-alpha-up:before {
    content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
    content: "\f882";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-sort-amount-down-alt:before {
    content: "\f884";
}
.fa-sort-amount-up:before {
    content: "\f161";
}
.fa-sort-amount-up-alt:before {
    content: "\f885";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-numeric-down:before {
    content: "\f162";
}
.fa-sort-numeric-down-alt:before {
    content: "\f886";
}
.fa-sort-numeric-up:before {
    content: "\f163";
}
.fa-sort-numeric-up-alt:before {
    content: "\f887";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-spa:before {
    content: "\f5bb";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spell-check:before {
    content: "\f891";
}
.fa-spider:before {
    content: "\f717";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-splotch:before {
    content: "\f5bc";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-spray-can:before {
    content: "\f5bd";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-full:before {
    content: "\f45c";
}
.fa-square-root-alt:before {
    content: "\f698";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-stamp:before {
    content: "\f5bf";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-and-crescent:before {
    content: "\f699";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-star-half-alt:before {
    content: "\f5c0";
}
.fa-star-of-david:before {
    content: "\f69a";
}
.fa-star-of-life:before {
    content: "\f621";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stopwatch:before {
    content: "\f2f2";
}
.fa-stopwatch-20:before {
    content: "\e06f";
}
.fa-store:before {
    content: "\f54e";
}
.fa-store-alt:before {
    content: "\f54f";
}
.fa-store-alt-slash:before {
    content: "\e070";
}
.fa-store-slash:before {
    content: "\e071";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stream:before {
    content: "\f550";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-stroopwafel:before {
    content: "\f551";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-subway:before {
    content: "\f239";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-suitcase-rolling:before {
    content: "\f5c1";
}
.fa-sun:before {
    content: "\f185";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-surprise:before {
    content: "\f5c2";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swatchbook:before {
    content: "\f5c3";
}
.fa-swift:before {
    content: "\f8e1";
}
.fa-swimmer:before {
    content: "\f5c4";
}
.fa-swimming-pool:before {
    content: "\f5c5";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-synagogue:before {
    content: "\f69b";
}
.fa-sync:before {
    content: "\f021";
}
.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-syringe:before {
    content: "\f48e";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-table-tennis:before {
    content: "\f45d";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tablets:before {
    content: "\f490";
}
.fa-tachometer-alt:before {
    content: "\f3fd";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-tape:before {
    content: "\f4db";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-teeth:before {
    content: "\f62e";
}
.fa-teeth-open:before {
    content: "\f62f";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-temperature-high:before {
    content: "\f769";
}
.fa-temperature-low:before {
    content: "\f76b";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-tenge:before {
    content: "\f7d7";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-theater-masks:before {
    content: "\f630";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-thermometer:before {
    content: "\f491";
}
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbtack:before {
    content: "\f08d";
}
.fa-ticket-alt:before {
    content: "\f3ff";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-tint:before {
    content: "\f043";
}
.fa-tint-slash:before {
    content: "\f5c7";
}
.fa-tired:before {
    content: "\f5c8";
}
.fa-threads:before {
    content: "\e9cb";
}
.fa-threads-square:before {
    content: "\e9cc";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-toilet:before {
    content: "\f7d8";
}
.fa-toilet-paper:before {
    content: "\f71e";
}
.fa-toilet-paper-slash:before {
    content: "\e072";
}
.fa-toolbox:before {
    content: "\f552";
}
.fa-tools:before {
    content: "\f7d9";
}
.fa-tooth:before {
    content: "\f5c9";
}
.fa-torah:before {
    content: "\f6a0";
}
.fa-torii-gate:before {
    content: "\f6a1";
}
.fa-tractor:before {
    content: "\f722";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-traffic-light:before {
    content: "\f637";
}
.fa-trailer:before {
    content: "\e041";
}
.fa-train:before {
    content: "\f238";
}
.fa-tram:before {
    content: "\f7da";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-alt:before {
    content: "\f2ed";
}
.fa-trash-restore:before {
    content: "\f829";
}
.fa-trash-restore-alt:before {
    content: "\f82a";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-truck-loading:before {
    content: "\f4de";
}
.fa-truck-monster:before {
    content: "\f63b";
}
.fa-truck-moving:before {
    content: "\f4df";
}
.fa-truck-pickup:before {
    content: "\f63c";
}
.fa-tshirt:before {
    content: "\f553";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbraco:before {
    content: "\f8e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-umbrella-beach:before {
    content: "\f5ca";
}
.fa-uncharted:before {
    content: "\e084";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-undo:before {
    content: "\f0e2";
}
.fa-undo-alt:before {
    content: "\f2ea";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-unity:before {
    content: "\e049";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-university:before {
    content: "\f19c";
}
.fa-unlink:before {
    content: "\f127";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-unsplash:before {
    content: "\e07c";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-upload:before {
    content: "\f093";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-alt-slash:before {
    content: "\f4fa";
}
.fa-user-astronaut:before {
    content: "\f4fb";
}
.fa-user-check:before {
    content: "\f4fc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-clock:before {
    content: "\f4fd";
}
.fa-user-cog:before {
    content: "\f4fe";
}
.fa-user-edit:before {
    content: "\f4ff";
}
.fa-user-friends:before {
    content: "\f500";
}
.fa-user-graduate:before {
    content: "\f501";
}
.fa-user-injured:before {
    content: "\f728";
}
.fa-user-lock:before {
    content: "\f502";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-minus:before {
    content: "\f503";
}
.fa-user-ninja:before {
    content: "\f504";
}
.fa-user-nurse:before {
    content: "\f82f";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-shield:before {
    content: "\f505";
}
.fa-user-slash:before {
    content: "\f506";
}
.fa-user-tag:before {
    content: "\f507";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-users-cog:before {
    content: "\f509";
}
.fa-users-slash:before {
    content: "\e073";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-utensil-spoon:before {
    content: "\f2e5";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-vector-square:before {
    content: "\f5cb";
}
.fa-venus:before {
    content: "\f221";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-vest:before {
    content: "\e085";
}
.fa-vest-patches:before {
    content: "\e086";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-vial:before {
    content: "\f492";
}
.fa-vials:before {
    content: "\f493";
}
.fa-viber:before {
    content: "\f409";
}
.fa-video:before {
    content: "\f03d";
}
.fa-video-slash:before {
    content: "\f4e2";
}
.fa-vihara:before {
    content: "\f6a7";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-virus:before {
    content: "\e074";
}
.fa-virus-slash:before {
    content: "\e075";
}
.fa-viruses:before {
    content: "\e076";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-voicemail:before {
    content: "\f897";
}
.fa-volleyball-ball:before {
    content: "\f45f";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-mute:before {
    content: "\f6a9";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-vote-yea:before {
    content: "\f772";
}
.fa-vr-cardboard:before {
    content: "\f729";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-walking:before {
    content: "\f554";
}
.fa-wallet:before {
    content: "\f555";
}
.fa-warehouse:before {
    content: "\f494";
}
.fa-watchman-monitoring:before {
    content: "\e087";
}
.fa-water:before {
    content: "\f773";
}
.fa-wave-square:before {
    content: "\f83e";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weight:before {
    content: "\f496";
}
.fa-weight-hanging:before {
    content: "\f5cd";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-wind:before {
    content: "\f72e";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wine-bottle:before {
    content: "\f72f";
}
.fa-wine-glass:before {
    content: "\f4e3";
}
.fa-wine-glass-alt:before {
    content: "\f5ce";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wodu:before {
    content: "\e088";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-won-sign:before {
    content: "\f159";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-x-ray:before {
    content: "\f497";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-x-twitter:before {
    content: "\e9ca";
}
.fa-x-twitter-square:before {
    content: "\e9c9";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yen-sign:before {
    content: "\f157";
}
.fa-yin-yang:before {
    content: "\f6ad";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
} /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-display: swap;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix)
            format("embedded-opentype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2)
            format("woff2"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff)
            format("woff"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf)
            format("truetype"),
        url(/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome)
            format("svg");
}
.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}
@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload)
        * {
        background-image: none !important;
    }
}
@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload)
        * {
        background-image: none !important;
    }
}
@font-face {
    font-display: swap;
    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-display: swap;
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url("/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2")
        format("woff2");
}
.elementor-2995
    .elementor-element.elementor-element-a0cbd72
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-a0cbd72:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-2995
    .elementor-element.elementor-element-a0cbd72
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #181818;
}
.elementor-2995 .elementor-element.elementor-element-a0cbd72 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 0;
}
.elementor-2995
    .elementor-element.elementor-element-a0cbd72
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-bc-flex-widget
    .elementor-2995
    .elementor-element.elementor-element-e227813.elementor-column
    .elementor-widget-wrap {
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-e227813.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-e227813:not(
        .elementor-motion-effects-element-type-background
    )
    > .elementor-widget-wrap,
.elementor-2995
    .elementor-element.elementor-element-e227813
    > .elementor-widget-wrap
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #222429;
}
.elementor-2995
    .elementor-element.elementor-element-e227813
    > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-e227813
    > .elementor-element-populated
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-722aefd
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-722aefd:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-2995
    .elementor-element.elementor-element-722aefd
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #181818;
}
.elementor-2995 .elementor-element.elementor-element-722aefd {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 0 40px 0 50px;
}
.elementor-2995
    .elementor-element.elementor-element-722aefd
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-7d37ba7
    .tm-header-top-info
    li
    i {
    display: inline-block;
    color: var(--theme-color1);
}
.elementor-2995
    .elementor-element.elementor-element-7d37ba7
    .tm-header-top-info
    li
    svg {
    fill: var(--theme-color1);
}
.elementor-2995
    .elementor-element.elementor-element-7d37ba7
    .tm-header-top-info
    li
    .prefix {
    display: inline-block;
}
.elementor-2995
    .elementor-element.elementor-element-7d37ba7
    .tm-header-top-info
    li
    a {
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #8f8f8f;
}
.elementor-2995
    .elementor-element.elementor-element-7d37ba7
    .tm-header-top-info
    li
    a:hover {
    color: #fff;
}
.elementor-2995
    .elementor-element.elementor-element-7d37ba7
    .tm-header-top-info
    li
    > * {
    font-size: 13px;
    font-weight: 400;
    color: #8c8f94;
}
.elementor-2995 .elementor-element.elementor-element-7d37ba7 {
    text-align: left;
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    ul
    li {
    display: inline-block;
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    ul {
    text-align: right;
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    li,
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    li
    a {
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    li {
    color: #8f8f8f;
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    li
    a {
    color: #8f8f8f;
    padding: 0 2px;
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    li
    a:hover {
    color: var(--theme-color1);
}
.elementor-2995
    .elementor-element.elementor-element-1a2709c
    .tm-sc-simple-nav-menu
    li.current-menu-item
    a {
    color: var(--theme-color1);
}
.elementor-bc-flex-widget
    .elementor-2995
    .elementor-element.elementor-element-5f5d42d.elementor-column
    .elementor-widget-wrap {
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-5f5d42d.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-5f5d42d:not(
        .elementor-motion-effects-element-type-background
    )
    > .elementor-widget-wrap,
.elementor-2995
    .elementor-element.elementor-element-5f5d42d
    > .elementor-widget-wrap
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #181818;
}
.elementor-2995
    .elementor-element.elementor-element-5f5d42d
    > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-5f5d42d
    > .elementor-element-populated
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-44ca843
    .tm-sc-social-links {
    justify-content: center;
}
.elementor-2995 .elementor-element.elementor-element-44ca843 .social-link {
    background-color: #02010100;
}
.elementor-2995
    .elementor-element.elementor-element-44ca843
    .social-link:hover {
    color: var(--theme-color1) !important;
}
.elementor-2995
    .elementor-element.elementor-element-2ba04de:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-2995
    .elementor-element.elementor-element-2ba04de
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #05050500;
}
.elementor-2995 .elementor-element.elementor-element-2ba04de {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #eaeaea40;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 0 50px;
}
.elementor-2995
    .elementor-element.elementor-element-2ba04de
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-bc-flex-widget
    .elementor-2995
    .elementor-element.elementor-element-16de0be.elementor-column
    .elementor-widget-wrap {
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-16de0be.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-16de0be
    > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-16de0be
    > .elementor-element-populated
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-2995 .elementor-element.elementor-element-95e7b95 {
    text-align: left;
}
.elementor-2995 .elementor-element.elementor-element-95e7b95 img {
    width: 150px;
}
.elementor-bc-flex-widget
    .elementor-2995
    .elementor-element.elementor-element-271b9b4.elementor-column
    .elementor-widget-wrap {
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-271b9b4.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-271b9b4.elementor-column
    > .elementor-widget-wrap {
    justify-content: center;
}
.elementor-2995
    .elementor-element.elementor-element-271b9b4
    > .elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-271b9b4
    > .elementor-element-populated
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-2995
    .elementor-element.elementor-element-0e42a26
    .menuzord-menu
    > li.menu-item
    > a {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #6a6a6a;
}
.elementor-2995
    .elementor-element.elementor-element-0e42a26
    .menuzord-menu
    > li.menu-item:hover
    > a,
.elementor-2995
    .elementor-element.elementor-element-0e42a26
    .menuzord-menu
    > li.menu-item.active
    > a {
    color: #181818;
}
@media (min-width: 1025px) {
    .elementor-2995
        .elementor-element.elementor-element-0e42a26
        .menuzord-menu
        > li.menu-item {
        padding: 40px 0;
    }
}
@media (min-width: 1025px) {
    header#header
        .elementor-2995
        .elementor-element.elementor-element-0e42a26
        .menuzord-menu
        > li.menu-item {
        padding: 40px 0;
    }
}
@media (min-width: 1025px) {
    .elementor-2995
        .elementor-element.elementor-element-0e42a26
        .menuzord-menu
        > li.menu-item
        > a {
        padding: 0 30px;
    }
}
@media (min-width: 1025px) {
    header#header
        .elementor-2995
        .elementor-element.elementor-element-0e42a26
        .menuzord-menu
        > li.menu-item
        > a {
        padding: 0 30px;
    }
}
.elementor-2995 .elementor-element.elementor-element-0e42a26 {
    width: auto;
    max-width: auto;
}
.elementor-bc-flex-widget
    .elementor-2995
    .elementor-element.elementor-element-e29d7b5.elementor-column
    .elementor-widget-wrap {
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-e29d7b5.elementor-column.elementor-element[data-element_type="column"]
    > .elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center;
}
.elementor-2995
    .elementor-element.elementor-element-e29d7b5.elementor-column
    > .elementor-widget-wrap {
    justify-content: flex-end;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon-wrapper {
    display: flex;
    justify-content: center;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px 0 0;
    background-color: var(--theme-color1);
    width: 42px;
    height: 42px;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon i {
    line-height: 1;
    color: #fff;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon svg {
    line-height: 1;
    fill: #fff;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon i,
.elementor-2995 .elementor-element.elementor-element-993741e .icon svg {
    font-size: 1rem;
}
.elementor-2995
    .elementor-element.elementor-element-993741e
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-2995
    .elementor-element.elementor-element-993741e:hover
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon-box-title,
.elementor-2995 .elementor-element.elementor-element-993741e .icon-box-title a {
    font-size: 16px;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon-box-title {
    margin: 0;
    color: #181818;
}
.elementor-2995 .elementor-element.elementor-element-993741e .icon-box-title a {
    color: #181818;
}
.elementor-2995 .elementor-element.elementor-element-993741e .content {
    color: #222;
}
.elementor-2995 .elementor-element.elementor-element-993741e .content * {
    color: #222;
}
.elementor-2995 .elementor-element.elementor-element-993741e .content,
.elementor-2995 .elementor-element.elementor-element-993741e .content * {
    font-size: 12px;
}
.elementor-2995
    .elementor-element.elementor-element-993741e
    > .elementor-widget-container {
    margin: 0 10px 0 25px;
}
.elementor-2995 .elementor-element.elementor-element-993741e {
    width: auto;
    max-width: auto;
}
.elementor-2995
    .elementor-element.elementor-element-4d91e33
    .tm-widget-search-form {
    text-align: left;
}
.elementor-2995
    .elementor-element.elementor-element-4d91e33
    .icon-search-popup {
    color: #181818;
    font-size: 26px;
}
.elementor-2995
    .elementor-element.elementor-element-4d91e33
    > .elementor-widget-container {
    padding: 0 0 0 25px;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #0000001c;
}
.elementor-2995 .elementor-element.elementor-element-4d91e33 {
    width: initial;
    max-width: initial;
    align-self: center;
}
@media (max-width: 1366px) {
    .elementor-2995 .elementor-element.elementor-element-722aefd {
        padding: 0 20px;
    }
    .elementor-2995 .elementor-element.elementor-element-2ba04de {
        padding: 0 20px;
    }
    .elementor-2995 .elementor-element.elementor-element-95e7b95 {
        text-align: left;
    }
    .elementor-2995 .elementor-element.elementor-element-95e7b95 img {
        width: 140px;
    }
    .elementor-2995
        .elementor-element.elementor-element-271b9b4
        > .elementor-element-populated {
        padding: 0;
    }
    @media (min-width: 1025px) {
        .elementor-2995
            .elementor-element.elementor-element-0e42a26
            .menuzord-menu
            > li.menu-item
            > a {
            padding: 0 20px;
        }
    }
    @media (min-width: 1025px) {
        header#header
            .elementor-2995
            .elementor-element.elementor-element-0e42a26
            .menuzord-menu
            > li.menu-item
            > a {
            padding: 0 20px;
        }
    }
    .elementor-2995
        .elementor-element.elementor-element-993741e
        > .elementor-widget-container {
        margin: 0 5px 0 20px;
    }
}
@media (max-width: 1200px) {
    .elementor-2995
        .elementor-element.elementor-element-0e42a26
        .menuzord-menu
        > li.menu-item
        > a {
        font-size: 15px;
    }
    @media (min-width: 1025px) {
        .elementor-2995
            .elementor-element.elementor-element-0e42a26
            .menuzord-menu
            > li.menu-item
            > a {
            padding: 0 10px 0 20px;
        }
    }
    @media (min-width: 1025px) {
        header#header
            .elementor-2995
            .elementor-element.elementor-element-0e42a26
            .menuzord-menu
            > li.menu-item
            > a {
            padding: 0 10px 0 20px;
        }
    }
}
@media (max-width: 1024px) {
    .elementor-2995 .elementor-element.elementor-element-7d37ba7 {
        text-align: center;
    }
    .elementor-2995
        .elementor-element.elementor-element-44ca843
        .tm-sc-social-links {
        justify-content: center;
    }
    .elementor-2995
        .elementor-element.elementor-element-993741e
        > .elementor-widget-container {
        margin: 0;
        padding: 0;
    }
    .elementor-2995 .elementor-element.elementor-element-993741e {
        width: var(--container-widget-width, 33%);
        max-width: 33%;
        --container-widget-width: 33%;
        --container-widget-flex-grow: 0;
    }
}
@media (max-width: 767px) {
    .elementor-2995
        .elementor-element.elementor-element-44ca843
        .tm-sc-social-links {
        justify-content: center;
    }
    .elementor-2995 .elementor-element.elementor-element-993741e {
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .elementor-2995 .elementor-element.elementor-element-e227813 {
        width: 85%;
    }
    .elementor-2995 .elementor-element.elementor-element-5f5d42d {
        width: 15%;
    }
    .elementor-2995 .elementor-element.elementor-element-16de0be {
        width: 12.664%;
    }
    .elementor-2995 .elementor-element.elementor-element-271b9b4 {
        width: 61.336%;
    }
    .elementor-2995 .elementor-element.elementor-element-e29d7b5 {
        width: 25.333%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-2995 .elementor-element.elementor-element-e29d7b5 {
        width: 100%;
    }
} /*! elementor - v3.23.0 - 25-07-2024 */
.elementor-widget-image {
    text-align: center;
}
.elementor-widget-image a {
    display: inline-block;
}
.elementor-widget-image a img[src$=".svg"] {
    width: 48px;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor-2523 .elementor-element.elementor-element-19adaff {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: calc(
        (1 - var(--container-widget-flex-grow)) * 100%
    );
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --align-items: stretch;
    --gap: 5px 5px;
    --background-transition: 0.3s;
    border-style: solid;
    --border-style: solid;
    border-width: 0 0 1px;
    --border-block-start-width: 0px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 1px;
    --border-inline-start-width: 0px;
    border-color: #bcbcbc21;
    --border-color: #bcbcbc21;
    --padding-block-start: 0px;
    --padding-block-end: 0px;
    --padding-inline-start: 0px;
    --padding-inline-end: 0px;
}
.elementor-2523 .elementor-element.elementor-element-19adaff,
.elementor-2523 .elementor-element.elementor-element-19adaff:before {
    --border-transition: 0.3s;
}
.elementor-2523 .elementor-element.elementor-element-4c21562 {
    --display: flex;
    --background-transition: 0.3s;
}
.elementor-2523
    .elementor-element.elementor-element-0676b0a
    > .elementor-widget-container {
    margin: 0 0 10px;
}
@media (max-width: 1024px) {
    .elementor-2523 .elementor-element.elementor-element-19adaff {
        --padding-block-start: 0px;
        --padding-block-end: 0px;
        --padding-inline-start: 0px;
        --padding-inline-end: 0px;
    }
    @media (min-width: 1025px) {
        .elementor-2523
            .elementor-element.elementor-element-45b4d07
            .menuzord-menu
            > li.menu-item
            > a {
            padding: 0 10px 0 0;
        }
    }
    @media (min-width: 1025px) {
        header#header
            .elementor-2523
            .elementor-element.elementor-element-45b4d07
            .menuzord-menu
            > li.menu-item
            > a {
            padding: 0 10px 0 0;
        }
    }
}
.elementor-3484
    .elementor-element.elementor-element-fb4ed9c:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-3484
    .elementor-element.elementor-element-fb4ed9c
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-image: url("/images/bg12.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.elementor-3484
    .elementor-element.elementor-element-fb4ed9c
    > .elementor-background-overlay {
    background-color: #000;
    opacity: 0.7;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-3484 .elementor-element.elementor-element-fb4ed9c {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 90px 0 110px;
}
.elementor-3484
    .elementor-element.elementor-element-fb4ed9c
    > .elementor-container {
    text-align: center;
}
.elementor-3484
    .elementor-element.elementor-element-d9c998c
    > .elementor-element-populated {
    text-align: left;
}
.elementor-3484 .elementor-element.elementor-element-3464ea2 {
    text-align: left;
}
.elementor-3484 .elementor-element.elementor-element-3464ea2 .title {
    color: #fff;
    margin: 0;
}
.elementor-3484 .elementor-element.elementor-element-1087ebf {
    text-align: left;
    width: auto;
    max-width: auto;
    align-self: center;
}
.elementor-3484 .elementor-element.elementor-element-1087ebf .breadcrumbs {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background-color: #ffffff21;
    padding: 10px 30px;
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    .trail-item:not(.trail-end) {
    color: #fff;
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    a:not(.btn) {
    color: #fff;
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    .trail-item:not(.trail-end):hover {
    color: var(--theme-color1);
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    a:not(.btn):hover {
    color: var(--theme-color1);
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    li:last-child {
    color: #f2f2f2;
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    li:last-child
    a {
    color: #f2f2f2;
}
.elementor-3484
    .elementor-element.elementor-element-1087ebf
    .breadcrumbs
    li
    .tm-breadcrumb-arrow-icon {
    font-size: 12px;
    color: #fff;
}
@media (max-width: 1024px) {
    .elementor-3484 .elementor-element.elementor-element-fb4ed9c {
        padding: 105px 0 90px;
    }
    .elementor-3484 .elementor-element.elementor-element-1087ebf {
        width: auto;
        max-width: auto;
    }
}
@media (max-width: 767px) {
    .elementor-3484 .elementor-element.elementor-element-1087ebf {
        width: auto;
        max-width: auto;
    }
} /*! elementor - v3.23.0 - 25-07-2024 */
.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}
.elementor-widget-heading
    .elementor-heading-title[class*="elementor-size-"]
    > a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px;
} /*! elementor - v3.23.0 - 25-07-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked
    .elementor-drop-cap {
    background-color: #69727d;
    color: #fff;
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed
    .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default)
    .elementor-drop-cap {
    margin-top: 8px;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default)
    .elementor-drop-cap-letter {
    width: 1em;
    height: 1em;
}
.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px;
}
.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block;
}
.elementor-693
    .elementor-element.elementor-element-6c30181:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-693
    .elementor-element.elementor-element-6c30181
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #181818;
    background-image: url("/images/footer-bg-shape.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.elementor-693
    .elementor-element.elementor-element-6c30181
    > .elementor-background-overlay {
    background-image: url("/images/icon-white.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 32% auto;
    opacity: 0.03;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-693 .elementor-element.elementor-element-6c30181 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 15px 0 0;
}
.elementor-693
    .elementor-element.elementor-element-fffd078
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.elementor-693
    .elementor-element.elementor-element-fffd078:not(
        .elementor-motion-effects-element-type-background
    ),
.elementor-693
    .elementor-element.elementor-element-fffd078
    > .elementor-motion-effects-container
    > .elementor-motion-effects-layer {
    background-color: #0f0f0f;
}
.elementor-693 .elementor-element.elementor-element-fffd078,
.elementor-693
    .elementor-element.elementor-element-fffd078
    > .elementor-background-overlay {
    border-radius: 10px;
}
.elementor-693 .elementor-element.elementor-element-fffd078 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding: 10px 45px;
}
.elementor-693
    .elementor-element.elementor-element-fffd078
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon {
    display: flex;
    align-items: center;
    margin: 0;
}
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon i {
    line-height: 1;
    color: var(--theme-color1);
}
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon svg {
    line-height: 1;
    fill: var(--theme-color1);
}
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon i,
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon svg {
    font-size: 3.1em;
}
.elementor-693 .elementor-element.elementor-element-aeff0dd:hover .icon i {
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-aeff0dd:hover .icon svg {
    fill: #fff;
}
.elementor-693
    .elementor-element.elementor-element-aeff0dd
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-693
    .elementor-element.elementor-element-aeff0dd:hover
    .icon-wrapper
    .icon-bg-img {
    left: 0;
    top: 0;
}
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon-box-title {
    margin: 0;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-aeff0dd .icon-box-title a {
    color: #fff;
}
.elementor-693
    .elementor-element.elementor-element-8c11213
    .tm-mc4wp-newsletter
    .mc4wp-form-fields {
    display: flex;
    flex-direction: column;
}
.elementor-693
    .elementor-element.elementor-element-8c11213
    .tm-mc4wp-newsletter
    [type="submit"] {
    width: 3.5%;
    font-size: 1.6em;
    background-color: #02010100;
    color: #fff;
    border-style: none;
    padding: 0;
}
.elementor-693
    .elementor-element.elementor-element-8c11213
    .tm-mc4wp-newsletter
    input[type="email"] {
    background-color: #02010100;
    text-align: left;
    border-style: solid;
    border-width: 0 0 3px;
    border-color: #ffffff1f;
    padding: 15px 0;
}
.elementor-693
    .elementor-element.elementor-element-8c11213
    .tm-mc4wp-newsletter
    [type="submit"]:hover {
    color: var(--theme-color1);
}
.elementor-693 .elementor-element.elementor-element-e12527e {
    padding: 80px 0 75px;
}
.elementor-693 .elementor-element.elementor-element-1a817ef {
    text-align: left;
}
.elementor-693 .elementor-element.elementor-element-1a817ef img {
    width: 150px;
}
.elementor-693
    .elementor-element.elementor-element-1a817ef
    > .elementor-widget-container {
    padding: 5px 0;
}
.elementor-693 .elementor-element.elementor-element-2547c17 .tm-text-editor,
.elementor-693 .elementor-element.elementor-element-2547c17 .tm-text-editor * {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.elementor-693 .elementor-element.elementor-element-2547c17 .tm-text-editor {
    color: #ccc;
}
.elementor-693 .elementor-element.elementor-element-2547c17 .tm-text-editor * {
    color: #ccc;
}
.elementor-693 .elementor-element.elementor-element-f2359b9 .social-link {
    color: #fff;
    background-color: #101010;
}
.elementor-693 .elementor-element.elementor-element-f2359b9 .social-link:hover {
    color: #fff !important;
    background-color: var(--theme-color1) !important;
}
.elementor-693 .elementor-element.elementor-element-e9c2099 .tm-text-editor,
.elementor-693 .elementor-element.elementor-element-e9c2099 .tm-text-editor * {
    font-size: 20px;
}
.elementor-693 .elementor-element.elementor-element-e9c2099 .tm-text-editor {
    margin: 0;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-e9c2099 .tm-text-editor * {
    margin: 0;
    color: #fff;
}
.elementor-693
    .elementor-element.elementor-element-97cb0e7
    .tm-sc-simple-nav-menu
    li
    .tm-nav-arrow-icon {
    display: none;
    color: var(--theme-color1);
    left: 0;
}
.elementor-693
    .elementor-element.elementor-element-97cb0e7
    .tm-sc-simple-nav-menu
    li:hover
    .tm-nav-arrow-icon {
    color: var(--theme-color3);
}
.elementor-693
    .elementor-element.elementor-element-97cb0e7
    .tm-sc-simple-nav-menu
    li {
    color: #ccc;
}
.elementor-693
    .elementor-element.elementor-element-97cb0e7
    .tm-sc-simple-nav-menu
    li
    a {
    color: #ccc;
    padding: 0;
}
.elementor-693
    .elementor-element.elementor-element-97cb0e7
    .tm-sc-simple-nav-menu
    li
    a:hover {
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-cc6a77b .tm-text-editor,
.elementor-693 .elementor-element.elementor-element-cc6a77b .tm-text-editor * {
    font-size: 20px;
}
.elementor-693 .elementor-element.elementor-element-cc6a77b .tm-text-editor {
    margin-top: 0;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-cc6a77b .tm-text-editor * {
    margin-top: 0;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-2002baf .tm-text-editor,
.elementor-693 .elementor-element.elementor-element-2002baf .tm-text-editor * {
    font-size: 20px;
}
.elementor-693 .elementor-element.elementor-element-2002baf .tm-text-editor {
    margin: 0;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-2002baf .tm-text-editor * {
    margin: 0;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-fadbf22 .tm-text-editor {
    margin: 0 0 5px;
    color: #ccc;
}
.elementor-693 .elementor-element.elementor-element-fadbf22 .tm-text-editor * {
    margin: 0 0 5px;
    color: #ccc;
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li {
    display: flex;
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li
    > * {
    display: flex;
    color: #fff;
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li
    .icon,
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li
    .icon
    svg {
    font-size: 1.2em;
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li
    .icon {
    color: var(--theme-color1);
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li
    .icon
    svg {
    fill: var(--theme-color1);
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li:hover
    .icon {
    color: #fff;
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li:hover
    .icon
    svg {
    fill: #fff;
}
.elementor-693
    .elementor-element.elementor-element-fae71e4
    .tm-contact-list
    li
    a {
    font-weight: 500;
    color: #fff;
}
.elementor-693 .elementor-element.elementor-element-fae71e4 {
    text-align: left;
}
.elementor-693
    .elementor-element.elementor-element-5c48fd6
    > .elementor-container
    > .elementor-column
    > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}
.elementor-693 .elementor-element.elementor-element-5c48fd6 {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #ffffff12;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: -15px;
    padding: 25px 0;
}
.elementor-693
    .elementor-element.elementor-element-5c48fd6
    > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.elementor-693
    .elementor-element.elementor-element-4054721
    .elementor-repeater-item-ad20a2e {
    text-align: center;
    color: #8c8f94;
}
.elementor-693
    .elementor-element.elementor-element-4054721
    .elementor-repeater-item-ad20a2e
    * {
    color: #8c8f94;
}
@media (max-width: 1024px) {
    .elementor-693
        .elementor-element.elementor-element-87e6883
        > .elementor-element-populated {
        margin: 0 0 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
    .elementor-693
        .elementor-element.elementor-element-41ccdba
        > .elementor-element-populated {
        margin: 0 0 10px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
}
@media (max-width: 880px) {
    .elementor-693 .elementor-element.elementor-element-fffd078 {
        padding: 10px 30px;
    }
}
@media (max-width: 767px) {
    .elementor-693 .elementor-element.elementor-element-fffd078 {
        padding: 5px;
    }
    .elementor-693 .elementor-element.elementor-element-aeff0dd .icon-wrapper {
        display: flex;
        justify-content: center;
    }
    .elementor-693 .elementor-element.elementor-element-aeff0dd .icon {
        display: flex;
        justify-content: center;
    }
    .elementor-693
        .elementor-element.elementor-element-8c11213
        .tm-mc4wp-newsletter
        input[type="email"] {
        width: 95%;
        text-align: center;
        border-width: 2px;
        padding: 20px;
    }
    .elementor-693
        .elementor-element.elementor-element-8c11213
        .tm-mc4wp-newsletter
        .mc4wp-form-fields {
        align-items: center;
    }
    .elementor-693
        .elementor-element.elementor-element-8c11213
        .tm-mc4wp-newsletter
        [type="submit"] {
        width: 100%;
    }
    .elementor-693 .elementor-element.elementor-element-e12527e {
        padding: 80px 0;
    }
    .elementor-693
        .elementor-element.elementor-element-87e6883
        > .elementor-element-populated {
        margin: 0 0 25px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
    .elementor-693
        .elementor-element.elementor-element-4eccc3d
        > .elementor-element-populated {
        margin: 0 0 15px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }
}
@media (min-width: 768px) {
    .elementor-693 .elementor-element.elementor-element-f7c5221 {
        width: 29%;
    }
    .elementor-693 .elementor-element.elementor-element-44cd46e {
        width: 25.332%;
    }
    .elementor-693 .elementor-element.elementor-element-74086e8 {
        width: 45%;
    }
    .elementor-693 .elementor-element.elementor-element-87e6883 {
        width: 24.033%;
    }
    .elementor-693 .elementor-element.elementor-element-7860b0e {
        width: 3.164%;
    }
    .elementor-693 .elementor-element.elementor-element-41ccdba {
        width: 15.371%;
    }
    .elementor-693 .elementor-element.elementor-element-2bc702c {
        width: 2.534%;
    }
    .elementor-693 .elementor-element.elementor-element-4eccc3d {
        width: 28.581%;
    }
    .elementor-693 .elementor-element.elementor-element-84d601a {
        width: 2.119%;
    }
    .elementor-693 .elementor-element.elementor-element-ccae7b6 {
        width: 23.334%;
    }
}
@media (max-width: 1366px) and (min-width: 768px) {
    .elementor-693 .elementor-element.elementor-element-f7c5221 {
        width: 31%;
    }
    .elementor-693 .elementor-element.elementor-element-44cd46e {
        width: 19%;
    }
    .elementor-693 .elementor-element.elementor-element-74086e8 {
        width: 50%;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .elementor-693 .elementor-element.elementor-element-f7c5221 {
        width: 35%;
    }
    .elementor-693 .elementor-element.elementor-element-44cd46e {
        width: 17%;
    }
    .elementor-693 .elementor-element.elementor-element-74086e8 {
        width: 48%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .elementor-693 .elementor-element.elementor-element-f7c5221 {
        width: 40%;
    }
    .elementor-693 .elementor-element.elementor-element-44cd46e {
        width: 10%;
    }
    .elementor-693 .elementor-element.elementor-element-74086e8 {
        width: 50%;
    }
    .elementor-693 .elementor-element.elementor-element-87e6883 {
        width: 47%;
    }
    .elementor-693 .elementor-element.elementor-element-7860b0e {
        width: 6%;
    }
    .elementor-693 .elementor-element.elementor-element-41ccdba {
        width: 47%;
    }
    .elementor-693 .elementor-element.elementor-element-2bc702c {
        width: 100%;
    }
    .elementor-693 .elementor-element.elementor-element-4eccc3d {
        width: 47%;
    }
    .elementor-693 .elementor-element.elementor-element-84d601a {
        width: 6%;
    }
    .elementor-693 .elementor-element.elementor-element-ccae7b6 {
        width: 47%;
    }
}
@media (max-width: 880px) and (min-width: 768px) {
    .elementor-693 .elementor-element.elementor-element-f7c5221 {
        width: 46.5%;
    }
    .elementor-693 .elementor-element.elementor-element-44cd46e {
        width: 3.5%;
    }
    .elementor-693 .elementor-element.elementor-element-74086e8 {
        width: 49.22%;
    }
}
@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(0.5856, 0.0703, 0.4143, 0.9297);
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes loading__animation {
    to {
        transform: translateX(100%);
    }
}
body.wc-block-product-gallery-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: auto;
}
.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: 0.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: 0.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: 0.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: 0.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: 0.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: 0.875em;
    font-weight: 600;
    left: auto;
    padding: 0.25em 0.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: 0.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: 0.9em;
}
.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: 0.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: 0.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: -0.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: 0.75em;
}
@media only screen and (min-width: 768px) {
    .theme-twentytwenty
        .wc-block-grid__products
        .wc-block-grid__product-onsale {
        font-size: 0.875em;
        padding: 0.5em;
    }
}
@media only screen and (min-width: 1168px) {
    .theme-twentytwenty
        .wc-block-grid__products
        .wc-block-grid__product-onsale {
        font-size: 0.875em;
        padding: 0.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, 0.6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: 0.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(0.5856, 0.0703, 0.4143, 0.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: 0.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: 0.7;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under;
    transition: all 0.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: 0.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);
}
.tm-interactive-tabs-content {
    position: relative;
}
.tm-interactive-tabs-content .tab {
    display: none;
}
.tm-interactive-tabs-content .active-tab .content-box {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list {
    list-style: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
    line-height: 1.5;
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .cart_list
    .mini_cart_item
    a {
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-size: 14px;
    font-weight: var(--headings-font-weight-h6);
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .cart_list
    .mini_cart_item
    a.remove {
    color: #e81123;
    float: left;
    font-size: 16px;
    font-weight: 800;
    margin-left: 0;
    margin-right: 6px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .cart_list
    .mini_cart_item
    img {
    width: 56px;
    float: right;
    border-radius: 5px;
    margin-left: 5px;
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .cart_list
    .mini_cart_item
    .quantity {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content .total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
    margin-top: 20px;
    color: #777;
    font-family: var(--heading-font-family);
    font-weight: 400;
    font-size: 13px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: column;
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .button.wc-forward {
    margin: 0;
    padding: 0.6rem 0.9rem;
    font-size: 12px;
    line-height: 2;
    border-radius: 0.2rem;
    width: 100%;
    text-decoration: none;
    text-align: center;
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .button.wc-forward:last-child {
    border-color: var(--theme-color2);
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
}
.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .button.wc-forward:last-child:hover {
    color: var(--text-color-bg-theme-color3);
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents {
    position: relative;
    display: inline-block;
}
.top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .mini-cart-icon {
    color: var(--theme-color2);
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    padding: 5px;
    position: relative;
}
.top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .mini-cart-icon
    .items-count {
    background-color: var(--theme-color1);
    border-radius: 50%;
    color: var(--text-color-bg-theme-color1);
    font-size: 11px;
    font-weight: 500;
    height: 18px;
    line-height: 18px;
    margin-right: -2px;
    position: absolute;
    left: -3px;
    text-align: center;
    bottom: -2px;
    width: 18px;
    transition: all 0.3s ease;
}
.top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .mini-cart-icon
    .cart-quick-info {
    font-size: 15px;
}
.top-nav-mini-cart-icon-container .top-nav-mini-cart-icon-contents:hover {
    color: #888;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents {
    position: relative;
    display: inline-block;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 14px;
    left: auto;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 300px;
    z-index: 1000;
    box-shadow: 0px 10px 30px rgba(5, 5, 5, 0.08);
    transition: all 0.2s ease;
}
@media (max-width: 1199.98px) {
    .tm-header-search-content-style-dropdown
        .top-nav-mini-cart-icon-container
        .top-nav-mini-cart-icon-contents
        .dropdown-content {
        top: 100%;
    }
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .buttons {
    display: flex;
    justify-content: space-between;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .buttons
    .button {
    font-size: 11px;
    padding: 10px 20px;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    ul {
    list-style: none;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .cart_list
    .mini_cart_item
    a {
    font-size: 14px;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .cart_list
    .mini_cart_item
    img {
    width: 56px;
    float: right;
    border-radius: 5px;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .cart_list
    .mini_cart_item
    .quantity {
    display: block;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents
    .dropdown-content
    .total {
    padding-top: 10px;
    margin-top: 10px;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents:hover {
    color: #888;
}
.tm-header-search-content-style-dropdown
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents:hover
    .dropdown-content {
    opacity: 1;
    visibility: visible;
}
.tm-floating-woocart-wrapper .floating-woocart-overlay {
    background-color: rgba(17, 17, 17, 0);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1029;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition: transform 0.4s ease 0s;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar {
    -webkit-transition: transform 0.8s ease 0s;
    -khtml-transition: transform 0.8s ease 0s;
    -moz-transition: transform 0.8s ease 0s;
    -ms-transition: transform 0.8s ease 0s;
    -o-transition: transform 0.8s ease 0s;
    transition: transform 0.8s ease 0s;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    padding-top: 30px;
    padding-bottom: 60px;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    width: 350px;
    max-width: 100%;
    overflow: hidden;
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .woocart-close {
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 56px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon {
    font-size: 0px;
    width: 36px;
    height: 36px;
    background-color: var(--theme-color1);
    border-radius: 100%;
    position: relative;
    display: block;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
}
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon:before,
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 55%;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    transform-origin: 50% 50%;
    opacity: 1;
    transition: transform ease 0.25s;
}
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon:hover:before,
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .woocart-close
    .woocart-close-icon:hover:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_head {
    display: flex;
    background-color: #f5f5f5;
    padding: 12px 30px;
    margin-top: -30px;
    align-items: center;
    position: relative;
}
.tm-floating-woocart-wrapper
    .floating-woocart-sidebar
    .widget_shopping_head
    .widget_shopping_title {
    flex-grow: 1;
    color: var(--headings-color);
    font-family: var(--heading-font-family);
    font-size: var(--h5-font-size);
    font-weight: var(--headings-font-weight-h5);
}
.tm-floating-woocart-wrapper .floating-woocart-sidebar .widget_shopping_cart {
    padding: 30px 45px 0 30px;
    height: 100%;
    overflow-y: scroll;
    width: 350px;
    max-width: 100%;
}
.tm-floating-woocart-wrapper.open .floating-woocart-overlay {
    background-color: rgba(17, 17, 17, 0.9);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.tm-floating-woocart-wrapper.open .floating-woocart-sidebar {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    box-shadow: 0 2px 20px rgba(33, 33, 33, 0.22);
}
@media screen and (min-width: 992px) {
    .admin-bar .tm-floating-woocart-wrapper .floating-woocart-sidebar {
        top: 32px;
        padding-bottom: 70px;
    }
}
.elementor-widget-tm-ele-header-cart.hide-cart-count-yes
    .mini-cart-icon
    .cart-quick-info {
    display: none;
}
.elementor-widget-tm-ele-header-cart.hide-cart-price-yes
    .mini-cart-icon
    .cart-quick-info
    .amount {
    display: none;
}
.elementor-widget-tm-ele-header-cart.hide-cart-mini-count-yes
    .mini-cart-icon
    .items-count {
    display: none;
}
.elementor-widget-tm-ele-header-cart.hide-cart-dropdown-yes .dropdown-content {
    display: none;
}
.elementor-widget-tm-ele-header-cart.tm-header-search-content-style-side-panel
    .dropdown-content,
.elementor-widget-tm-ele-header-cart.tm-header-search-content-style-no-dropdown
    .dropdown-content {
    display: none;
}
.elementor-widget-tm-ele-header-cart
    .top-nav-mini-cart-icon-container
    .top-nav-mini-cart-icon-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.98;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -45px;
}
.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, 0.6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
    screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 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, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.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;
    }
}
.mfp-close-btn-in .mfp-close {
    color: #eee;
    font-size: 44px;
}
html.html-magnific-popup-active {
    overflow: hidden;
}
.tm-header-top-info ul {
    list-style: none;
}
.tm-header-top-info ul li {
    display: inline-block;
    margin-right: 20px;
}
.tm-header-top-info ul li > *,
.tm-header-top-info ul li a {
    display: inline-block;
    color: #fff;
    font-weight: var(--body-font-weight);
}
.tm-header-top-info ul li i,
.tm-header-top-info ul li svg {
    margin-right: 5px;
}
.tm-header-top-info ul li svg {
    width: 16px;
}
.tm-header-top-info ul li:last-child {
    margin-right: 0;
}
.tm-header-top-info ul li .prefix {
    margin-right: 5px;
}
.tm-header-top-info.border-style ul {
    list-style: none;
}
.tm-header-top-info.border-style ul li {
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid rgba(200, 200, 200, 0.7);
}
@media (max-width: 767.98px) {
    .tm-header-top-info.border-style ul li {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
}
.tm-header-top-info.border-style ul li > *,
.tm-header-top-info.border-style ul li a {
    display: inline-block;
    color: #fff;
}
.tm-header-top-info.border-style ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.tm-header-top-info.align-center {
    text-align: center;
}
.tm-header-top-info.align-right {
    text-align: right;
}
.tm-header-top-info.align-right ul li {
    margin-right: 0;
    margin-left: 20px;
}
.tm-header-top-info.align-right.border-style ul li {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(200, 200, 200, 0.7);
}
@media (max-width: 767.98px) {
    .tm-header-top-info.align-right.border-style ul li {
        padding-left: 0;
        padding-right: 0;
        border: none;
    }
}
.tm-header-top-info.align-right.border-style ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.tm-sc-simple-nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-sc-simple-nav-menu ul li {
    list-style: none;
    transition: all 0.3s ease;
}
.tm-sc-simple-nav-menu ul li a {
    display: block;
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 18px;
    margin-bottom: 0;
    line-height: 2.5rem;
    transition: all 0.3s ease;
    color: #777;
    overflow: hidden;
}
.tm-sc-simple-nav-menu ul li a:hover {
    color: #aaa;
}
.tm-sc-simple-nav-menu ul li .tm-nav-arrow-icon {
    color: var(--theme-color1);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.tm-sc-simple-nav-menu ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-sc-simple-nav-menu ul.split-nav-menu li {
    margin-bottom: 4px !important;
    width: 50%;
    float: left;
    padding-right: 3px;
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-rotate
    li:hover
    i {
    transform: translateY(-50%) rotate(360deg);
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-rotate-x
    li:hover
    i {
    transform: translateY(-50%) rotateX(360deg);
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-rotate-y
    li:hover
    i {
    transform: translateY(-50%) rotateY(180deg);
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-translate
    li:hover
    i {
    transform: translate(-10px, -45%);
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-translate-x
    li:hover
    i {
    transform: translateY(-50%) translateX(-7px);
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-translate-x-right
    li:hover
    i {
    transform: translateY(-50%) translateX(7px);
}
.tm-sc-simple-nav-menu
    .tm-animate-icon-on-hover.animate-icon-translate-y
    li:hover
    i {
    transform: translateY(-45%);
}
.tm-sc-simple-nav-menu .tm-animate-icon-on-hover.animate-icon-scale li:hover i {
    transform: translateY(-50%) scale(1.1);
}
.tm-sc-social-links {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.tm-sc-social-links li {
    font-size: 1rem;
}
.tm-sc-social-links li a.social-link {
    position: relative;
    display: block;
    background: #333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    z-index: 1;
    transition: all 0.3s;
}
.tm-sc-social-links li a.social-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    transition: all 0.3s;
}
.tm-sc-social-links li a.social-link:hover {
    background: #eee;
    color: #31354c;
}
.tm-sc-social-links li:not(:last-child) {
    margin-right: 10px;
}
.tm-sc-social-links.icon-light li a.social-link {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #fff;
}
.tm-sc-social-links.icon-light li a.social-link:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}
.tm-sc-social-links.icon-rounded li a {
    border-radius: 5px;
}
.tm-sc-social-links.icon-xs li a {
    font-size: 10px;
    height: 26px;
    width: 26px;
    line-height: 26px;
}
.tm-sc-social-links.icon-sm li a {
    font-size: 14px;
    height: 32px;
    width: 32px;
    line-height: 32px;
}
.tm-sc-social-links.icon-md li a {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}
.tm-sc-social-links.icon-lg li a {
    font-size: 23px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.tm-sc-social-links.icon-xl li a {
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.tm-sc-social-links.links-theme-colored1 li a {
    background: var(--theme-color1);
}
.tm-sc-social-links.links-theme-colored2 li a {
    background: var(--theme-color2);
}
.tm-sc-social-links.links-theme-colored3 li a {
    background: var(--theme-color3);
}
.tm-sc-social-links.links-theme-colored4 li a {
    background: var(--theme-color4);
}
.icon-box {
    position: relative;
    z-index: 0;
    transition: all 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box {
        transition: none;
    }
}
.icon-box .icon-wrapper {
    position: relative;
    z-index: 0;
}
.icon-box .icon-wrapper .icon-bg-img {
    position: absolute;
    width: 100px;
    z-index: -1;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .icon-wrapper .icon-bg-img {
        transition: none;
    }
}
.icon-box .icon-wrapper .icon-bg-img img {
    width: 100%;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .icon-wrapper .icon-bg-img img {
        transition: none;
    }
}
.icon-box .icon {
    color: #111;
    display: inline-block;
    margin-bottom: 0;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: 400;
    line-height: 70px;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .icon {
        transition: none;
    }
}
.icon-box .icon i,
.icon-box .icon svg {
    display: inline-block;
    font-size: 30px;
    line-height: 70px;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .icon i,
    .icon-box .icon svg {
        transition: none;
    }
}
.icon-box .icon svg {
    width: 1em;
    height: 1em;
    line-height: 70px;
}
.icon-box .icon svg:before {
    line-height: 1;
}
.icon-box .icon i[class*="pe-7s-"] {
    vertical-align: text-bottom;
}
.icon-box .icon.icon-default {
    margin-bottom: 5px;
}
.icon-box .icon.icon-gray {
    background-color: #f3f3f3;
    color: #333;
}
.icon-box .icon.icon-gray.icon-bordered {
    background-color: transparent;
    border: 3px solid #eee;
}
.icon-box:hover .icon.icon-gray {
    background-color: #e9e9e9;
    color: #111;
}
.icon-box:hover .icon.icon-gray.icon-bordered {
    background-color: #eee;
    color: #555;
}
.icon-box .icon.icon-dark {
    background-color: #111;
    color: #fff;
}
.icon-box .icon.icon-dark.icon-bordered {
    background-color: transparent;
    border: 3px solid #111;
    color: #111;
}
.icon-box:hover .icon.icon-dark {
    background-color: #eee;
    color: #111;
}
.icon-box:hover .icon.icon-dark.icon-bordered {
    background-color: #111;
    border-color: #111;
    color: #fff;
}
.icon-box .icon.icon-white {
    background-color: #fff;
    color: #333;
}
.icon-box .icon.icon-white.icon-bordered {
    background-color: transparent;
    border: 3px solid #fff;
}
.icon-box:hover .icon.icon-white {
    background-color: #ccc;
    color: #000;
}
.icon-box:hover .icon.icon-white.icon-bordered {
    background-color: #fff;
    border-color: #fff;
    color: #111;
}
.icon-box .icon.icon-white.icon-border-effect {
    position: relative;
}
.icon-box .icon.icon-white.icon-border-effect:after {
    box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
    border: 3px solid #eee;
}
.icon-box:hover .icon.icon-bordered {
    background-color: #eee;
    color: #111;
}
.icon-box .icon.icon-rounded {
    border-radius: 3px;
}
.icon-box .icon.icon-circled {
    border-radius: 50%;
}
.icon-box .icon.icon-type-image.icon-bordered {
    padding: 5px;
}
.icon-box .icon.icon-type-icon-text .icon-text {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .icon.icon-type-icon-text .icon-text {
        transition: none;
    }
}
.icon-box .icon.icon-xs {
    height: 30px;
    width: 30px;
    line-height: 30px;
}
.icon-box .icon.icon-xs i,
.icon-box .icon.icon-xs svg {
    font-size: 18px;
    line-height: 30px;
}
.icon-box .icon.icon-sm {
    height: 50px;
    width: 50px;
    line-height: 50px;
}
.icon-box .icon.icon-sm i,
.icon-box .icon.icon-sm svg {
    font-size: 22px;
    line-height: 50px;
}
.icon-box .icon.icon-md {
    height: 75px;
    width: 75px;
    line-height: 75px;
}
.icon-box .icon.icon-md i,
.icon-box .icon.icon-md svg {
    font-size: 36px;
    line-height: 75px;
}
.icon-box .icon.icon-lg {
    height: 90px;
    width: 90px;
    line-height: 90px;
}
.icon-box .icon.icon-lg i,
.icon-box .icon.icon-lg svg {
    font-size: 48px;
    line-height: 90px;
}
.icon-box .icon.icon-xl {
    height: 120px;
    width: 120px;
    line-height: 120px;
}
.icon-box .icon.icon-xl i,
.icon-box .icon.icon-xl svg {
    font-size: 60px;
    line-height: 120px;
}
.icon-box .icon.icon-border-effect {
    position: relative;
}
.icon-box .icon.icon-border-effect:after {
    border-radius: 50%;
    box-shadow: 0 0 0 3px;
    box-sizing: content-box;
    content: "";
    height: 100%;
    left: -4px;
    opacity: 0;
    padding: 4px;
    top: -4px;
    transform: scale(0.8);
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat:after {
    border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded:after {
    border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled:after {
    border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray:after {
    box-shadow: 0 0 0 3px #eee;
}
.icon-box .icon.icon-top {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -32px;
}
.icon-box.text-center .icon.icon-type-image {
    text-align: center;
    display: inline-block;
}
.icon-box.text-right .icon.icon-type-image {
    text-align: right;
    display: inline-block;
}
.icon-box.iconbox-border {
    border: 3px solid #dcdcdc;
}
.icon-box.iconbox-bg {
    background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
    background-color: #333;
}
.icon-box .content {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .content {
        transition: none;
    }
}
.icon-box .content p {
    transition: all 0.3s ease;
    margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .content p {
        transition: none;
    }
}
.icon-box .content a {
    color: var(--text-color);
    font-weight: var(--body-font-weight);
}
.icon-box.icon-left .icon-box-wrapper {
    display: flex;
}
.icon-box.icon-left .icon {
    margin-right: 20px;
}
.icon-box.icon-left .icon.no-bg {
    width: auto;
    height: auto;
}
.icon-box.icon-left .icon-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.icon-box.icon-right .icon-box-wrapper {
    display: flex;
    flex-direction: row-reverse;
}
@media (min-width: 768px) {
    .icon-box.icon-right .icon {
        margin-left: 20px;
    }
}
.icon-box.icon-right .icon.no-bg {
    width: auto;
    height: auto;
}
.icon-box.icon-right .icon.icon-default {
    margin-left: 10px;
}
.icon-box.icon-right .icon-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    flex: 1 0 0;
}
.icon-box .icon-box-title,
.icon-box .icon-box-title a {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .icon-box-title,
    .icon-box .icon-box-title a {
        transition: none;
    }
}
.icon-box .btn-view-details {
    transition: all 0.3s ease;
    margin-top: 15px;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .btn-view-details {
        transition: none;
    }
}
.icon-box:hover .icon-border-effect:after {
    opacity: 1;
    transform: scale(1);
}
.icon-box .icon-border-effect:hover:after {
    opacity: 1;
    transform: scale(1);
}
.icon-box.iconbox-box-shadow {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.icon-box.iconbox-box-shadow:hover {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
}
.icon-box.iconbox-box-shadow-on-hover:hover {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15);
}
.icon-box.iconbox-default-padding {
    padding: 50px 35px;
}
@media (max-width: 1024px) {
    .icon-box.iconbox-centered-in-responsive-tablet {
        text-align: center !important;
    }
    .icon-box.iconbox-centered-in-responsive-tablet .icon {
        margin-left: auto;
        margin-right: auto;
    }
    .icon-box.iconbox-centered-in-responsive-tablet .icon.icon-type-image {
        text-align: center !important;
    }
    .icon-box.iconbox-centered-in-responsive-tablet.icon-left
        .icon-box-wrapper {
        display: block;
    }
    .icon-box.iconbox-centered-in-responsive-tablet.icon-left
        .icon.icon-default {
        margin-right: auto;
        margin-left: auto;
    }
    .icon-box.iconbox-centered-in-responsive-tablet.icon-right
        .icon-box-wrapper {
        display: block;
    }
    .icon-box.iconbox-centered-in-responsive-tablet.icon-right
        .icon.icon-default {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (max-width: 767.98px) {
    .icon-box.iconbox-centered-in-responsive-mobile {
        text-align: center !important;
    }
    .icon-box.iconbox-centered-in-responsive-mobile .icon {
        margin-left: auto;
        margin-right: auto;
    }
    .icon-box.iconbox-centered-in-responsive-mobile .icon.icon-type-image {
        text-align: center !important;
    }
    .icon-box.iconbox-centered-in-responsive-mobile.icon-left
        .icon-box-wrapper {
        display: block;
    }
    .icon-box.iconbox-centered-in-responsive-mobile.icon-left
        .icon.icon-default {
        margin-right: auto;
        margin-left: auto;
    }
    .icon-box.iconbox-centered-in-responsive-mobile.icon-right
        .icon-box-wrapper {
        display: block;
    }
    .icon-box.iconbox-centered-in-responsive-mobile.icon-right
        .icon.icon-default {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 1200px) {
    .icon-box.iconbox-title-mt-0-desktop .icon-box-title {
        margin-top: 0;
    }
}
.icon-box.iconbox-hover-move-up-animation:hover {
    margin-top: -15px;
}
.icon-box.iconbox-border-radius {
    border-radius: 10px;
}
.icon-box.icon-position-icon-top.hanging-icon-top .icon-wrapper .icon {
    margin-top: -70px;
}
.icon-box.animate-icon-on-hover:hover.animate-icon-rotate .icon-wrapper .icon {
    transform: rotate(360deg);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-rotate-x
    .icon-wrapper
    .icon {
    transform: rotateX(360deg);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-rotate-y
    .icon-wrapper
    .icon {
    transform: rotateY(180deg);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-translate
    .icon-wrapper
    .icon {
    transform: translate(-10px, 10px);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-translate-x
    .icon-wrapper
    .icon {
    transform: translateX(-10px);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-translate-y
    .icon-wrapper
    .icon {
    transform: translateY(-10px);
}
.icon-box.animate-icon-on-hover:hover.animate-icon-scale .icon-wrapper .icon {
    transform: scale(1.1);
}
.icon-box.icon-area-box-shadow .icon-wrapper .icon {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
}
.icon-box.iconbox-style2-border-bottom:after {
    background-color: #aaa;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    content: "";
    opacity: 0;
    transition: 0.3s ease-in;
}
.icon-box.iconbox-style2-border-bottom:hover:after {
    bottom: 0;
    opacity: 1;
}
.icon-box.iconbox-style3-moving-border-bottom {
    overflow: hidden;
}
.icon-box.iconbox-style3-moving-border-bottom:after {
    position: absolute;
    left: -2px;
    bottom: 0;
    width: 100%;
    height: 4px;
    content: "";
    background-image: -moz-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
    background-image: -webkit-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
    background-image: -ms-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box.iconbox-style3-moving-border-bottom:after {
        transition: none;
    }
}
.icon-box.iconbox-style3-moving-border-bottom:hover:after {
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}
.icon-box.iconbox-style4-bgcolor {
    overflow: hidden;
}
.icon-box.iconbox-style4-bgcolor:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #161d29;
    transition: all 0.5s ease;
    z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box.iconbox-style4-bgcolor:before {
        transition: none;
    }
}
.icon-box.iconbox-style4-bgcolor:hover:before {
    opacity: 1;
    visibility: visible;
}
.icon-box.iconbox-style4-bgcolor:hover .icon-box-title,
.icon-box.iconbox-style4-bgcolor:hover .icon-box-title a {
    color: #fff;
}
.icon-box.iconbox-style4-bgcolor:hover .content {
    color: #fff;
}
.icon-box.iconbox-style4-bgcolor:hover .content p {
    color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor {
    overflow: hidden;
}
.icon-box.iconbox-style5-moving-bgcolor:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #161d29;
    transition: all 0.5s ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box.iconbox-style5-moving-bgcolor:before {
        transition: none;
    }
}
.icon-box.iconbox-style5-moving-bgcolor:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title,
.icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title a {
    color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor:hover .content {
    color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor:hover .content p {
    color: #fff;
}
.icon-box.iconbox-style5-moving-bgcolor .icon:hover {
    color: #fff;
}
.icon-box.iconbox-style6-moving-double-bgcolor {
    overflow: hidden;
}
.icon-box.iconbox-style6-moving-double-bgcolor:before,
.icon-box.iconbox-style6-moving-double-bgcolor:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: visible;
    background-color: #475469;
    transition: all 0.4s ease;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    z-index: -2;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box.iconbox-style6-moving-double-bgcolor:before,
    .icon-box.iconbox-style6-moving-double-bgcolor:after {
        transition: none;
    }
}
.icon-box.iconbox-style6-moving-double-bgcolor:after {
    background-color: #141d2b;
    z-index: -1;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover:before,
.icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title,
.icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title a {
    color: #fff;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover .content {
    color: #fff;
}
.icon-box.iconbox-style6-moving-double-bgcolor:hover .content p {
    color: #fff;
}
.icon-box.iconbox-style7-hover-moving-border {
    overflow: hidden;
}
.icon-box.iconbox-style7-hover-moving-border:after,
.icon-box.iconbox-style7-hover-moving-border:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
    z-index: -1;
}
.icon-box.iconbox-style7-hover-moving-border:after {
    border-right: 2px solid #444;
    border-left: 2px solid #444;
}
.icon-box.iconbox-style7-hover-moving-border:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
.icon-box.iconbox-style7-hover-moving-border:before {
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
}
.icon-box.iconbox-style7-hover-moving-border:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}
.icon-box.iconbox-style7-hover-moving-border:hover:before,
.icon-box.iconbox-style7-hover-moving-border:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.icon-box .bg-shadow-icon {
    position: absolute;
    right: -30px;
    bottom: 0;
    font-size: 8rem;
    line-height: 1;
    color: #687f9b;
    opacity: 0.25;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box .bg-shadow-icon {
        transition: none;
    }
}
.icon-box.iconbox-bg-img-on-hover {
    overflow: hidden;
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
        transition: none;
    }
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before,
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before,
    .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
        transition: none;
    }
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before {
    background-image: url("/plugins/mascot-core/assets/css/images/shadow-overlay2.png");
    background-position: center bottom;
    z-index: 1;
    background-repeat: no-repeat;
}
.icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 2;
}
.icon-box.iconbox-bg-img-on-hover:hover .bg-img-wrapper {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.icon-box.iconbox-bg-img-on-hover:hover .icon {
    color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .icon i {
    color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .icon-box-title,
.icon-box.iconbox-bg-img-on-hover:hover .icon-box-title a {
    color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .content {
    color: #fff;
}
.icon-box.iconbox-bg-img-on-hover:hover .content p {
    color: #fff;
}
.icon-box.iconbox-bg-img-on-hover .icon-box-wrapper {
    position: relative;
    z-index: 99;
}
.icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible
    .bg-img-wrapper {
    opacity: 1;
}
.icon-box.tm-iconbox-icontype-svg-image .icon-type-svg-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box.tm-iconbox-icontype-svg-image .tm-vivus-svg-animation {
    width: 128px;
    height: auto;
}
.icon-box.icon-position-icon-left-style2 .icon-box-wrapper {
    display: block;
}
@media (min-width: 768px) {
    .icon-box.icon-position-icon-left-style2 .icon-left-block {
        align-items: center;
        display: flex;
    }
}
.icon-box.icon-position-icon-left-style2 .icon.icon-default {
    height: auto;
    width: auto;
    margin-bottom: 5px;
    margin-right: 20px;
}
.icon-box.icon-position-icon-left-style2 .icon.icon-default i {
    line-height: 1;
}
.icon-box.icon-position-icon-right-style2 .icon-box-wrapper {
    display: block;
}
.icon-box.icon-position-icon-right-style2 .icon-right-block {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .icon-box.icon-position-icon-right-style2 .icon-right-block {
        display: flex;
        flex-direction: inherit;
        justify-content: space-between;
        align-items: center;
    }
}
.icon-box.icon-position-icon-right-style2 .icon.icon-default {
    height: auto;
    width: auto;
    margin-bottom: 5px;
    margin-right: 20px;
}
.icon-box.icon-position-icon-right-style2 .icon.icon-default i {
    line-height: 1;
}
.tm-sc-list {
    list-style: none;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-sc-list {
        transition: none;
    }
}
.tm-sc-list li {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-sc-list li {
        transition: none;
    }
}
.tm-sc-list li i,
.tm-sc-list li svg {
    margin-right: 5px;
}
.tm-sc-list li svg {
    width: 16px;
}
.tm-sc-list li i {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-sc-list li i {
        transition: none;
    }
}
.tm-sc-list.tm-animate-hover.icon-rotate li:hover i {
    transform: rotate(360deg);
}
.tm-sc-list.tm-animate-hover.icon-rotate-x li:hover i {
    transform: rotateX(360deg);
}
.tm-sc-list.tm-animate-hover.icon-rotate-y li:hover i {
    transform: rotateY(180deg);
}
.tm-sc-list.tm-animate-hover.icon-translate li:hover i {
    transform: translate(-10px, 10px);
}
.tm-sc-list.tm-animate-hover.icon-translate-x li:hover i {
    transform: translateX(-10px);
}
.tm-sc-list.tm-animate-hover.icon-translate-y li:hover i {
    transform: translateY(-10px);
}
.tm-sc-list.tm-animate-hover.icon-scale li:hover i {
    transform: scale(1.1);
}
.tm-accordion .card {
    margin-bottom: 10px;
    overflow: hidden;
    border: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tm-accordion .card {
        transition: none;
    }
}
.tm-accordion .card .card-header {
    border: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tm-accordion .card .card-header {
        transition: none;
    }
}
.tm-accordion .card .card-header:hover {
    cursor: pointer;
}
.tm-accordion .card .card-header .title {
    margin: 0;
    padding: 15px 0 25px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    background-color: transparent;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tm-accordion .card .card-header .title {
        transition: none;
    }
}
.tm-accordion .card .card-header .title .accordion-controls-icon {
    flex-shrink: 0;
    font-size: 0.8rem;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tm-accordion .card .card-header .title .accordion-controls-icon {
        transition: none;
    }
}
.tm-accordion .card .card-header .title:not(.collapsed) {
    background-color: transparent;
    border-bottom-color: transparent;
    padding-bottom: 0;
}
.tm-accordion
    .card
    .card-header
    .title:not(.collapsed)
    .accordion-controls-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tm-accordion .card .card-body {
    padding: 1rem 1.5rem 1rem 0;
    border-bottom: 1px solid #e1e1e1;
    transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .tm-accordion .card .card-body {
        transition: none;
    }
}
.tm-accordion .card:last-child {
    margin-bottom: 0;
}
.tm-accordion.icon-round-border
    .card
    .card-header
    .title
    .accordion-controls-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tm-accordion.skin-basic .card {
    margin-bottom: 25px;
}
.tm-accordion.skin-basic .card .card-header .title {
    padding: 0;
    border: 0;
}
.tm-accordion.skin-basic .card .card-header .title .accordion-controls-icon {
    display: none;
}
.tm-accordion.skin-basic .card .card-header .title:not(.collapsed) {
    text-decoration: underline;
}
.tm-accordion.skin-basic .card .card-body {
    border: 0;
    padding-bottom: 0;
}
.tm-accordion.skin-classic .card {
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}
.tm-accordion.skin-classic .card .card-header .title {
    padding: 1rem 1.5rem;
    margin: 0;
    background-color: #fff;
    border: 0;
}
.tm-accordion.skin-classic .card .card-header .title:not(.collapsed) {
    background-color: #fafafc;
}
.tm-accordion.skin-classic .card .card-body {
    padding: 1rem 1.5rem;
    border: 0;
}
.tm-accordion.skin-gradient .card {
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.1);
}
.tm-accordion.skin-gradient .card .card-header .title {
    padding: 1rem 1.5rem;
    margin: 0;
    background-color: #fff;
    border: 0;
}
.tm-accordion.skin-gradient .card .card-header .title:not(.collapsed) {
    background: linear-gradient(
        0deg,
        rgba(var(--theme-color1-rgb), 1) 0%,
        var(--theme-color1-lighter) 100%
    );
    color: var(--text-color-bg-theme-color1);
}
.tm-accordion.skin-gradient .card .card-body {
    padding: 1rem 1.5rem;
    border: 0;
}
.tm-accordion.skin-active-light .card {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.15);
}
.tm-accordion.skin-active-light .card .card-header .title {
    padding: 1rem 1.5rem;
    margin: 0;
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
.tm-accordion.skin-active-light .card .card-header .title:not(.collapsed) {
    color: var(--headings-color);
    background-color: #fff;
}
.tm-accordion.skin-active-light .card .card-body {
    padding: 1rem 1.5rem;
}
.tm-accordion.skin-bordered .card {
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    border-bottom: 0;
}
.tm-accordion.skin-bordered .card .card-header .title {
    padding: 1rem 1.5rem;
    margin: 0;
    border-bottom: 0;
}
.tm-accordion.skin-bordered .card .card-body {
    padding: 0 1.5rem 1rem;
    border-bottom: 0;
}
.tm-accordion.skin-bordered .card:last-child {
    border-bottom: 1px solid #e1e1e1;
}
.tm-accordion.skin-bordered2 .card {
    margin-bottom: 0;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card .card-header .title {
    padding: 1rem 1.5rem;
    margin: 0;
    border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card .card-header .title:not(.collapsed) {
    color: var(--text-color-bg-theme-color1);
}
.tm-accordion.skin-bordered2 .card .card-body {
    padding: 0 1.5rem 1rem;
    border-bottom: 0;
}
.tm-accordion.skin-bordered2 .card:last-child {
    border-bottom: 1px solid #e1e1e1;
}
.tm-accordion.skin-bordered2 .card.active {
    color: var(--text-color-bg-theme-color1);
    background-color: var(--theme-color1);
}
.tm-mc4wp-newsletter svg {
    width: 1em;
    height: 1em;
}
.tm-mc4wp-newsletter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #868686;
}
.tm-mc4wp-newsletter .mc4wp-form-fields {
    display: flex;
    margin: auto;
    position: relative;
}
.tm-mc4wp-newsletter input[type="email"] {
    width: 370px;
    max-width: 100%;
}
.tm-mc4wp-newsletter [type="submit"] {
    width: 170px;
}
@media (max-width: 767px) {
    .tm-mc4wp-newsletter input[type="email"] {
        width: 100%;
    }
}
.tm-mc4wp-newsletter.form-style-flat input[type="email"] {
    background-color: transparent;
    fill: #000;
    color: #000;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #000;
    padding: 0;
    margin: 0 10px 0 0;
}
.tm-mc4wp-newsletter.form-style-flat input[type="email"]::placeholder {
    color: #000;
    opacity: 1;
}
.tm-mc4wp-newsletter.form-style-flat input[type="submit"],
.tm-mc4wp-newsletter.form-style-flat button[type="submit"] {
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #000;
    text-transform: uppercase;
    width: 80px;
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .tm-mc4wp-newsletter.form-style-flat .mc4wp-form-fields {
        flex-direction: column;
    }
    .tm-mc4wp-newsletter.form-style-flat input[type="email"] {
        margin: 0 0 15px;
    }
}
.tm-mc4wp-newsletter.form-style-classic input[type="email"] {
    padding: 17px 30px;
    width: 100%;
    border: none;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    border: 1px solid transparent;
}
.tm-mc4wp-newsletter.form-style-classic input[type="submit"],
.tm-mc4wp-newsletter.form-style-classic button[type="submit"] {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    transition: ease 0.3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-left: 0;
    padding: 0 35px;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-classic input[type="submit"]:hover,
.tm-mc4wp-newsletter.form-style-classic button[type="submit"]:hover {
    background-color: var(--theme-color3);
    color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
    .tm-mc4wp-newsletter.form-style-classic .mc4wp-form-fields {
        flex-direction: column;
    }
    .tm-mc4wp-newsletter.form-style-classic input[type="email"] {
        margin: 0 0 15px;
    }
    .tm-mc4wp-newsletter.form-style-classic input[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
    .tm-mc4wp-newsletter.form-style-classic button[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
}
.tm-mc4wp-newsletter.form-style-default input[type="email"] {
    padding: 17px 30px;
    width: 100%;
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: var(--theme-color1);
}
.tm-mc4wp-newsletter.form-style-default input[type="submit"],
.tm-mc4wp-newsletter.form-style-default button[type="submit"] {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    transition: ease 0.3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-left: 0;
    padding: 0 35px;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-default input[type="submit"]:hover,
.tm-mc4wp-newsletter.form-style-default button[type="submit"]:hover {
    background-color: var(--theme-color3);
    color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
    .tm-mc4wp-newsletter.form-style-default .mc4wp-form-fields {
        flex-direction: column;
    }
    .tm-mc4wp-newsletter.form-style-default input[type="email"] {
        margin: 0 0 15px;
        border-right-width: 3px;
    }
    .tm-mc4wp-newsletter.form-style-default input[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
    .tm-mc4wp-newsletter.form-style-default button[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
}
.tm-mc4wp-newsletter.form-style-round input[type="email"] {
    padding: 17px 30px;
    width: 100%;
    border: none;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    border: 1px solid transparent;
    border-radius: 60px;
    margin-right: 10px;
}
.tm-mc4wp-newsletter.form-style-round input[type="submit"],
.tm-mc4wp-newsletter.form-style-round button[type="submit"] {
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    transition: ease 0.3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-left: 0;
    padding: 0 35px;
    border-radius: 60px;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-round input[type="submit"]:hover,
.tm-mc4wp-newsletter.form-style-round button[type="submit"]:hover {
    background-color: var(--theme-color3);
    color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
    .tm-mc4wp-newsletter.form-style-round .mc4wp-form-fields {
        flex-direction: column;
    }
    .tm-mc4wp-newsletter.form-style-round input[type="email"] {
        margin: 0 0 15px;
    }
    .tm-mc4wp-newsletter.form-style-round input[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
    .tm-mc4wp-newsletter.form-style-round button[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
}
.tm-mc4wp-newsletter.form-style-btn-absolute .mc4wp-form-fields {
    max-width: initial;
    margin: 0;
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type="email"] {
    padding: 17px 30px;
    width: 100%;
    border: none;
    background-color: var(--theme-color2);
    color: var(--text-color-bg-theme-color2);
    border: 1px solid transparent;
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type="submit"],
.tm-mc4wp-newsletter.form-style-btn-absolute button[type="submit"] {
    border-radius: 7px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border: none;
    margin-left: 0;
    padding: 0 35px;
    background-color: var(--theme-color1);
    color: var(--text-color-bg-theme-color1);
}
.tm-mc4wp-newsletter.form-style-btn-absolute input[type="submit"]:hover,
.tm-mc4wp-newsletter.form-style-btn-absolute button[type="submit"]:hover {
    background-color: var(--theme-color3);
    color: var(--text-color-bg-theme-color3);
}
@media (max-width: 767px) {
    .tm-mc4wp-newsletter.form-style-btn-absolute .mc4wp-form-fields {
        flex-direction: column;
    }
    .tm-mc4wp-newsletter.form-style-btn-absolute input[type="email"] {
        margin: 0 0 15px;
    }
    .tm-mc4wp-newsletter.form-style-btn-absolute input[type="submit"],
    .tm-mc4wp-newsletter.form-style-btn-absolute button[type="submit"] {
        padding: 7px 35px;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .tm-mc4wp-newsletter.form-style-btn-absolute input[type="submit"],
    .tm-mc4wp-newsletter.form-style-btn-absolute button[type="submit"] {
        position: absolute;
        right: 10px;
        top: 8px;
        bottom: 8px;
    }
}
.tm-contact-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-contact-list ul li {
    clear: both;
    position: relative;
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.tm-contact-list ul li > * {
    display: flex;
    flex-wrap: nowrap;
}
.tm-contact-list ul li .icon {
    font-size: 22px;
    text-align: center;
    margin-right: 15px;
    float: left;
    align-self: center;
    transition: all 0.3s ease;
    justify-content: center;
    display: flex;
    align-items: center;
}
.tm-contact-list ul li .icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.tm-contact-list ul li .icon i {
    transition: all 0.3s ease;
}
.tm-contact-list ul li .prefix {
    margin-right: 5px;
}
.tm-contact-list ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tm-contact-list.contact-list-round ul li .icon {
    font-size: 18px;
    padding: 10px;
    display: flex;
    align-self: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background-color: var(--theme-color1);
    color: #fff;
    transition: all 0.3s ease;
}
.tm-contact-list.contact-list-round ul li .icon i {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-widget-tm-ele-text-editor-advanced .elementor-widget-container {
    z-index: 0;
    position: relative;
}
.elementor-widget-tm-ele-text-editor-advanced
    .elementor-widget-container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: -1;
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .elementor-widget-tm-ele-text-editor-advanced
        .elementor-widget-container:before {
        transition: none;
    }
}
.elementor-widget-tm-ele-text-editor-advanced
    .elementor-widget-container
    .tm-text-editor-advanced {
    z-index: 1;
}
.tm-text-editor-advanced .each-item,
.tm-text-editor-advanced .each-item * {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-text-editor-advanced .each-item,
    .tm-text-editor-advanced .each-item * {
        transition: none;
    }
}
.tm-text-editor,
.tm-text-editor * {
    transition: all 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
    .tm-text-editor,
    .tm-text-editor * {
        transition: none;
    }
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 200;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FN_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFN_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FN_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFN_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE9_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE9_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "Manrope";
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/manrope/v15/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E9_C-bw.ttf)
        format("truetype");
}
@font-face {
    font-display: swap;
    font-family: "flaticon-set-contact";
    src: url("/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.eot");
    src: url("/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.eot?#iefix")
            format("embedded-opentype"),
        url("/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.woff")
            format("woff"),
        url("/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.ttf")
            format("truetype"),
        url("/plugins/mascot-core/assets/flaticon-set-contact/fonts/flaticon-set-contact.svg#Flaticon")
            format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class^="flaticon-contact-"]:before,
[class*=" flaticon-contact-"]:before,
[class^="flaticon-contact-"]:after,
[class*=" flaticon-contact-"]:after {
    font-family: flaticon-set-contact;
    font-style: normal;
    font-weight: 400;
}
.flaticon-contact-001-send-mail:before {
    content: "\f100";
}
.flaticon-contact-002-message:before {
    content: "\f101";
}
.flaticon-contact-003-mail-4:before {
    content: "\f102";
}
.flaticon-contact-004-mail-3:before {
    content: "\f103";
}
.flaticon-contact-005-telephone-2:before {
    content: "\f104";
}
.flaticon-contact-006-home-message:before {
    content: "\f105";
}
.flaticon-contact-007-mail-2:before {
    content: "\f106";
}
.flaticon-contact-008-mobile-phone:before {
    content: "\f107";
}
.flaticon-contact-009-phone-3:before {
    content: "\f108";
}
.flaticon-contact-010-mail-1:before {
    content: "\f109";
}
.flaticon-contact-011-web:before {
    content: "\f10a";
}
.flaticon-contact-012-mouse:before {
    content: "\f10b";
}
.flaticon-contact-013-sending-call:before {
    content: "\f10c";
}
.flaticon-contact-014-online-question:before {
    content: "\f10d";
}
.flaticon-contact-015-mail:before {
    content: "\f10e";
}
.flaticon-contact-016-send-1:before {
    content: "\f10f";
}
.flaticon-contact-017-telephone-1:before {
    content: "\f110";
}
.flaticon-contact-018-telephone:before {
    content: "\f111";
}
.flaticon-contact-019-video-chat:before {
    content: "\f112";
}
.flaticon-contact-020-template:before {
    content: "\f113";
}
.flaticon-contact-021-mailbox:before {
    content: "\f114";
}
.flaticon-contact-022-send:before {
    content: "\f115";
}
.flaticon-contact-023-contact:before {
    content: "\f116";
}
.flaticon-contact-024-globe:before {
    content: "\f117";
}
.flaticon-contact-025-world:before {
    content: "\f118";
}
.flaticon-contact-026-email-5:before {
    content: "\f119";
}
.flaticon-contact-027-email-4:before {
    content: "\f11a";
}
.flaticon-contact-028-phone-2:before {
    content: "\f11b";
}
.flaticon-contact-029-write-letter:before {
    content: "\f11c";
}
.flaticon-contact-030-email-3:before {
    content: "\f11d";
}
.flaticon-contact-031-time-call-1:before {
    content: "\f11e";
}
.flaticon-contact-032-time-call:before {
    content: "\f11f";
}
.flaticon-contact-033-telephone-book:before {
    content: "\f120";
}
.flaticon-contact-034-schedule:before {
    content: "\f121";
}
.flaticon-contact-035-website:before {
    content: "\f122";
}
.flaticon-contact-036-calendar:before {
    content: "\f123";
}
.flaticon-contact-037-address:before {
    content: "\f124";
}
.flaticon-contact-038-email-2:before {
    content: "\f125";
}
.flaticon-contact-039-home:before {
    content: "\f126";
}
.flaticon-contact-040-profile:before {
    content: "\f127";
}
.flaticon-contact-041-text:before {
    content: "\f128";
}
.flaticon-contact-042-phone-1:before {
    content: "\f129";
}
.flaticon-contact-043-email-1:before {
    content: "\f12a";
}
.flaticon-contact-044-call-1:before {
    content: "\f12b";
}
.flaticon-contact-045-call:before {
    content: "\f12c";
}
.flaticon-contact-046-chat-1:before {
    content: "\f12d";
}
.flaticon-contact-047-location:before {
    content: "\f12e";
}
.flaticon-contact-048-email:before {
    content: "\f12f";
}
.flaticon-contact-049-chat:before {
    content: "\f130";
}
.flaticon-contact-050-phone:before {
    content: "\f131";
}
