:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

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

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}




.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676
}

.woocommerce .woocommerce-breadcrumb::after,
.woocommerce .woocommerce-breadcrumb::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb::after {
    clear: both
}

.woocommerce .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #77a464;
    font-size: 1.25em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #77a464
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart::after,
.woocommerce div.product p.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart::after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart::after,
.woocommerce div.product form.cart::before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart::after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
    content: " ";
    display: table
}

.woocommerce .products ul::after,
.woocommerce ul.products::after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review::after,
.woocommerce #reviews #comments .add_review::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review::after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist::after,
.woocommerce #reviews #comments ol.commentlist::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after,
.woocommerce #reviews #comments ol.commentlist li .comment-text::before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li::before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}

.woocommerce .star-rating::before {}

.woocommerce .star-rating span {}

.woocommerce .star-rating span::before {}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating::after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond::after,
.woocommerce #review_form #respond::before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond::after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a::before {
    content: "\e021"
}

.woocommerce p.stars:hover a::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active::before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a::before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
    content: "?";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.cart_list li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce ul.product_list_widget li::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.cart_list li dl::before,
.woocommerce ul.product_list_widget li dl::after,
.woocommerce ul.product_list_widget li dl::before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons::after,
.woocommerce.widget_shopping_cart .buttons::after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0 6px;
    border-style: solid;
    border-color: #1e85be transparent transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details::after,
.woocommerce ul.order_details::before {
    content: " ";
    display: table
}

.woocommerce ul.order_details::after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    margin-bottom: 0;
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li::after,
.woocommerce .widget_rating_filter ul li::before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #96588a;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-info::after,
.woocommerce-info::before,
.woocommerce-message::after,
.woocommerce-message::before {
    content: " ";
    display: table
}

.woocommerce-error::after,
.woocommerce-info::after,
.woocommerce-message::after {
    clear: both
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message::before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info::before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error::before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce::after {
    clear: both
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title::after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li::before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout::after,
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods::after,
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c7c1c6;
    border-top-color: #bbb3b9
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #bbb3b9
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}





#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAUi-qNiXg7eU0.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHjxsAXC-qNiXg7Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AUi-qNiXg7eU0.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u8w4BMUTPHh30AXC-qNiXg7Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh7USSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXiWtFCfQ7A.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGQ3q5d0N7w.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucXtAOvWDSHFF.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucXtAOvWDSHFF.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTufntAOvWDSHFF.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiGyp8kv8JHgFVrLPTucHtAOvWDSA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLFj_Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLDz8Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLGT9Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

/*!
 * 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)
 */

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --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;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

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

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    .h1,
    h1 {
        font-size: 2.5rem
    }
#login3{width: 40%;} 

}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .h4,
    h4 {
        font-size: 0.9rem!important;
    }
}

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

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

p {
    margin-top: 0;
    margin-bottom: 1rem
}
.h4,h4 {
        font-size: 0.9rem!important;
    }

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
}

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

ol,
ul {
    padding-left: 2rem
}

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

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

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

sub {
    bottom: -.25em
}

sup {
    top: -.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
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

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

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

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

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

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

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 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
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
    /* background-color: #f00; */
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

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

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

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
}

output {
    display: inline-block
}

iframe {
    border: 0
}

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

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

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

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

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

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

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

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

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

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

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "   "
}

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

@media (min-width:1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    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%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

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

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

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

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

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

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}

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

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}

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

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}

.col-9 {
    flex: 0 0 auto;
    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-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .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) {
    .col-sm {
        flex: 1 0 0%
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .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%
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .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%
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .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%
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .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%
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .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%
    }
    .offset-xxl-0 {
        margin-left: 0
    }
    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }
    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }
    .offset-xxl-3 {
        margin-left: 25%
    }
    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }
    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }
    .offset-xxl-6 {
        margin-left: 50%
    }
    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }
    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }
    .offset-xxl-9 {
        margin-left: 75%
    }
    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }
    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.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
}

.table>:not(caption)>*>* {
    padding: .5rem .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
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}

.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
}

.table-secondary {
    --bs-table-bg: #e2e3e5;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #cbccce
}

.table-success {
    --bs-table-bg: #d1e7dd;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f8d7da;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfc2c4
}

.table-light {
    --bs-table-bg: #f8f9fa;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #dfe0e1
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

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

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

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

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

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

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

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

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

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.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
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

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

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

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

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end: .5rem
}

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

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: .25rem
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem .75rem
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem .75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

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

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 1.75rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #198754
}

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

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

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

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: #198754;
    padding-right: calc(.75em + 2.3125rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right .75rem center, center right 1.75rem;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

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

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

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

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

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

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

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

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

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

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

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

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

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

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

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

.btn:hover {
    color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.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-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.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-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

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

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

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.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-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

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

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.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-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-warning {
    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 .25rem rgba(217, 164, 6, .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 .25rem rgba(217, 164, 6, .5)
}

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.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-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

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

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

.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

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

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

.btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.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-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

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

.btn-outline-primary {
    color: #0d6efd;
    border-color: #0d6efd
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.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 {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #0d6efd;
    background-color: transparent
}

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

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .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 {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

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

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

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

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .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 {
    color: #fff;
    background-color: #198754;
    border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

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

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0dcaf0;
    background-color: transparent
}

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

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

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

.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 {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .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:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

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

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

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

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

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

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

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

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

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

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
    box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #212529;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline
}

.btn-link:hover {
    color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.fade {
    transition: opacity .15s linear
}

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

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown,
.dropend,
.dropstart,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu[style] {
    right: auto !important
}

.dropdown-menu-start {
    --bs-position: start;
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end;
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
        right: auto;
        left: 0
    }
    .dropdown-menu-md-end {
        --bs-position: end;
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
        right: 0;
        left: auto
    }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
        right: auto;
        left: 0
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

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

.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: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #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
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .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: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    align-items: center;
    width: 100%
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

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

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand .navbar-collapse {
    display: flex !important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .55);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .55);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: inherit!important;
    background-clip: border-box;
    /*border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

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

.accordion-button.collapsed {
    border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-width: 1px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 1px
}

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.page-link:hover {
    z-index: 2;
    color: #0a58ca;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #0a58ca;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.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-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.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
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width .6s ease
}

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

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #084298;
    background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #084298;
    background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #084298;
    border-color: #084298
}

.list-group-item-secondary {
    color: #41464b;
    background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #41464b;
    background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #41464b;
    border-color: #41464b
}

.list-group-item-success {
    color: #0f5132;
    background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #0f5132;
    background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #0f5132;
    border-color: #0f5132
}

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #055160;
    background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #055160;
    border-color: #055160
}

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #664d03;
    background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03
}

.list-group-item-danger {
    color: #842029;
    background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #842029;
    background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029
}

.list-group-item-light {
    color: #636464;
    background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #636464;
    background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464
}

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #141619;
    background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #141619;
    border-color: #141619
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .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: .25rem;
    opacity: .5
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
    opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: .25
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: .875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.toast:not(.showing):not(.show) {
    opacity: 0
}

.toast.hide {
    display: none
}

.toast-container {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: .75rem
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
    margin-right: -.375rem;
    margin-left: .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

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

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
    padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[data-popper-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem !important
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right],
.bs-popover-end {
    margin-left: .5rem !important
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem !important
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0
}

.bs-popover-auto[data-popper-placement^=left],
.bs-popover-start {
    margin-right: .5rem !important
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #d8d8d8;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: 1rem 1rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

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

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators li {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

@-webkit-keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,
    .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
    color: #0a58ca
}

.link-secondary {
    color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
    color: #565e64
}

.link-success {
    color: #198754
}

.link-success:focus,
.link-success:hover {
    color: #146c43
}

.link-info {
    color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
    color: #3dd5f3
}

.link-warning {
    color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
    color: #ffcd39
}

.link-danger {
    color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
    color: #b02a37
}

.link-light {
    color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
    color: #f9fafb
}

.link-dark {
    color: #212529
}

.link-dark:focus,
.link-dark:hover {
    color: #1a1e21
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --aspect-ratio: 100%
}

.ratio-4x3 {
    --aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
    --aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
    --aspect-ratio: calc(9 / 21 * 100%)
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.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
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translateX(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #0d6efd !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #198754 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-0 {
    border-width: 0 !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-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
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !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
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .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: .25rem !important
}

.pe-2 {
    padding-right: .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: .25rem !important
}

.pb-2 {
    padding-bottom: .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: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-primary {
    color: #0d6efd !important
}

.text-secondary {
    color: #6c757d !important
}

.text-success {
    color: #198754 !important
}

.text-info {
    color: #0dcaf0 !important
}

.text-warning {
    color: #ffc107 !important
}

.text-danger {
    color: #dc3545 !important
}

.text-light {
    color: #f8f9fa !important
}

.text-dark {
    color: #212529 !important
}

.text-white {
    color: #fff !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-reset {
    color: inherit !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.bg-primary {
    background-color: #0d6efd !important
}

.bg-secondary {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #198754 !important
}

.bg-info {
    background-color: #0dcaf0 !important
}

.bg-warning {
    background-color: #ffc107 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

.bg-dark {
    background-color: #212529 !important
}

.bg-body {
    background-color: #fff !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .2rem !important
}

.rounded-2 {
    border-radius: .25rem !important
}

.rounded-3 {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-end {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-start {
    border-bottom-left-radius: .25rem !important;
    border-top-left-radius: .25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }
    .float-sm-end {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !important
    }
    .d-sm-grid {
        display: grid !important
    }
    .d-sm-table {
        display: table !important
    }
    .d-sm-table-row {
        display: table-row !important
    }
    .d-sm-table-cell {
        display: table-cell !important
    }
    .d-sm-flex {
        display: flex !important
    }
    .d-sm-inline-flex {
        display: inline-flex !important
    }
    .d-sm-none {
        display: none !important
    }
    .flex-sm-fill {
        flex: 1 1 auto !important
    }
    .flex-sm-row {
        flex-direction: row !important
    }
    .flex-sm-column {
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-sm-0 {
        gap: 0 !important
    }
    .gap-sm-1 {
        gap: .25rem !important
    }
    .gap-sm-2 {
        gap: .5rem !important
    }
    .gap-sm-3 {
        gap: 1rem !important
    }
    .gap-sm-4 {
        gap: 1.5rem !important
    }
    .gap-sm-5 {
        gap: 3rem !important
    }
    .justify-content-sm-start {
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        justify-content: center !important
    }
    .justify-content-sm-between {
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        justify-content: space-around !important
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }
    .align-items-sm-start {
        align-items: flex-start !important
    }
    .align-items-sm-end {
        align-items: flex-end !important
    }
    .align-items-sm-center {
        align-items: center !important
    }
    .align-items-sm-baseline {
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        align-items: stretch !important
    }
    .align-content-sm-start {
        align-content: flex-start !important
    }
    .align-content-sm-end {
        align-content: flex-end !important
    }
    .align-content-sm-center {
        align-content: center !important
    }
    .align-content-sm-between {
        align-content: space-between !important
    }
    .align-content-sm-around {
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        align-content: stretch !important
    }
    .align-self-sm-auto {
        align-self: auto !important
    }
    .align-self-sm-start {
        align-self: flex-start !important
    }
    .align-self-sm-end {
        align-self: flex-end !important
    }
    .align-self-sm-center {
        align-self: center !important
    }
    .align-self-sm-baseline {
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        align-self: stretch !important
    }
    .order-sm-first {
        order: -1 !important
    }
    .order-sm-0 {
        order: 0 !important
    }
    .order-sm-1 {
        order: 1 !important
    }
    .order-sm-2 {
        order: 2 !important
    }
    .order-sm-3 {
        order: 3 !important
    }
    .order-sm-4 {
        order: 4 !important
    }
    .order-sm-5 {
        order: 5 !important
    }
    .order-sm-last {
        order: 6 !important
    }
    .m-sm-0 {
        margin: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .m-sm-4 {
        margin: 1.5rem !important
    }
    .m-sm-5 {
        margin: 3rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-sm-0 {
        margin-top: 0 !important
    }
    .mt-sm-1 {
        margin-top: .25rem !important
    }
    .mt-sm-2 {
        margin-top: .5rem !important
    }
    .mt-sm-3 {
        margin-top: 1rem !important
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important
    }
    .mt-sm-5 {
        margin-top: 3rem !important
    }
    .mt-sm-auto {
        margin-top: auto !important
    }
    .me-sm-0 {
        margin-right: 0 !important
    }
    .me-sm-1 {
        margin-right: .25rem !important
    }
    .me-sm-2 {
        margin-right: .5rem !important
    }
    .me-sm-3 {
        margin-right: 1rem !important
    }
    .me-sm-4 {
        margin-right: 1.5rem !important
    }
    .me-sm-5 {
        margin-right: 3rem !important
    }
    .me-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-0 {
        margin-bottom: 0 !important
    }
    .mb-sm-1 {
        margin-bottom: .25rem !important
    }
    .mb-sm-2 {
        margin-bottom: .5rem !important
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important
    }
    .mb-sm-auto {
        margin-bottom: auto !important
    }
    .ms-sm-0 {
        margin-left: 0 !important
    }
    .ms-sm-1 {
        margin-left: .25rem !important
    }
    .ms-sm-2 {
        margin-left: .5rem !important
    }
    .ms-sm-3 {
        margin-left: 1rem !important
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important
    }
    .ms-sm-5 {
        margin-left: 3rem !important
    }
    .ms-sm-auto {
        margin-left: auto !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .p-sm-4 {
        padding: 1.5rem !important
    }
    .p-sm-5 {
        padding: 3rem !important
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-sm-0 {
        padding-top: 0 !important
    }
    .pt-sm-1 {
        padding-top: .25rem !important
    }
    .pt-sm-2 {
        padding-top: .5rem !important
    }
    .pt-sm-3 {
        padding-top: 1rem !important
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important
    }
    .pt-sm-5 {
        padding-top: 3rem !important
    }
    .pe-sm-0 {
        padding-right: 0 !important
    }
    .pe-sm-1 {
        padding-right: .25rem !important
    }
    .pe-sm-2 {
        padding-right: .5rem !important
    }
    .pe-sm-3 {
        padding-right: 1rem !important
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important
    }
    .pe-sm-5 {
        padding-right: 3rem !important
    }
    .pb-sm-0 {
        padding-bottom: 0 !important
    }
    .pb-sm-1 {
        padding-bottom: .25rem !important
    }
    .pb-sm-2 {
        padding-bottom: .5rem !important
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important
    }
    .ps-sm-0 {
        padding-left: 0 !important
    }
    .ps-sm-1 {
        padding-left: .25rem !important
    }
    .ps-sm-2 {
        padding-left: .5rem !important
    }
    .ps-sm-3 {
        padding-left: 1rem !important
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important
    }
    .ps-sm-5 {
        padding-left: 3rem !important
    }
    .text-sm-start {
        text-align: left !important
    }
    .text-sm-end {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }
    .float-md-end {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !important
    }
    .d-md-grid {
        display: grid !important
    }
    .d-md-table {
        display: table !important
    }
    .d-md-table-row {
        display: table-row !important
    }
    .d-md-table-cell {
        display: table-cell !important
    }
    .d-md-flex {
        display: flex !important
    }
    .d-md-inline-flex {
        display: inline-flex !important
    }
    .d-md-none {
        display: none !important
    }
    .flex-md-fill {
        flex: 1 1 auto !important
    }
    .flex-md-row {
        flex-direction: row !important
    }
    .flex-md-column {
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-md-wrap {
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-md-0 {
        gap: 0 !important
    }
    .gap-md-1 {
        gap: .25rem !important
    }
    .gap-md-2 {
        gap: .5rem !important
    }
    .gap-md-3 {
        gap: 1rem !important
    }
    .gap-md-4 {
        gap: 1.5rem !important
    }
    .gap-md-5 {
        gap: 3rem !important
    }
    .justify-content-md-start {
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        justify-content: center !important
    }
    .justify-content-md-between {
        justify-content: space-between !important
    }
    .justify-content-md-around {
        justify-content: space-around !important
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }
    .align-items-md-start {
        align-items: flex-start !important
    }
    .align-items-md-end {
        align-items: flex-end !important
    }
    .align-items-md-center {
        align-items: center !important
    }
    .align-items-md-baseline {
        align-items: baseline !important
    }
    .align-items-md-stretch {
        align-items: stretch !important
    }
    .align-content-md-start {
        align-content: flex-start !important
    }
    .align-content-md-end {
        align-content: flex-end !important
    }
    .align-content-md-center {
        align-content: center !important
    }
    .align-content-md-between {
        align-content: space-between !important
    }
    .align-content-md-around {
        align-content: space-around !important
    }
    .align-content-md-stretch {
        align-content: stretch !important
    }
    .align-self-md-auto {
        align-self: auto !important
    }
    .align-self-md-start {
        align-self: flex-start !important
    }
    .align-self-md-end {
        align-self: flex-end !important
    }
    .align-self-md-center {
        align-self: center !important
    }
    .align-self-md-baseline {
        align-self: baseline !important
    }
    .align-self-md-stretch {
        align-self: stretch !important
    }
    .order-md-first {
        order: -1 !important
    }
    .order-md-0 {
        order: 0 !important
    }
    .order-md-1 {
        order: 1 !important
    }
    .order-md-2 {
        order: 2 !important
    }
    .order-md-3 {
        order: 3 !important
    }
    .order-md-4 {
        order: 4 !important
    }
    .order-md-5 {
        order: 5 !important
    }
    .order-md-last {
        order: 6 !important
    }
    .m-md-0 {
        margin: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .m-md-4 {
        margin: 1.5rem !important
    }
    .m-md-5 {
        margin: 3rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-md-0 {
        margin-top: 0 !important
    }
    .mt-md-1 {
        margin-top: .25rem !important
    }
    .mt-md-2 {
        margin-top: .5rem !important
    }
    .mt-md-3 {
        margin-top: 1rem !important
    }
    .mt-md-4 {
        margin-top: 1.5rem !important
    }
    .mt-md-5 {
        margin-top: 3rem !important
    }
    .mt-md-auto {
        margin-top: auto !important
    }
    .me-md-0 {
        margin-right: 0 !important
    }
    .me-md-1 {
        margin-right: .25rem !important
    }
    .me-md-2 {
        margin-right: .5rem !important
    }
    .me-md-3 {
        margin-right: 1rem !important
    }
    .me-md-4 {
        margin-right: 1.5rem !important
    }
    .me-md-5 {
        margin-right: 3rem !important
    }
    .me-md-auto {
        margin-right: auto !important
    }
    .mb-md-0 {
        margin-bottom: 0 !important
    }
    .mb-md-1 {
        margin-bottom: .25rem !important
    }
    .mb-md-2 {
        margin-bottom: .5rem !important
    }
    .mb-md-3 {
        margin-bottom: 1rem !important
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-md-5 {
        margin-bottom: 3rem !important
    }
    .mb-md-auto {
        margin-bottom: auto !important
    }
    .ms-md-0 {
        margin-left: 0 !important
    }
    .ms-md-1 {
        margin-left: .25rem !important
    }
    .ms-md-2 {
        margin-left: .5rem !important
    }
    .ms-md-3 {
        margin-left: 1rem !important
    }
    .ms-md-4 {
        margin-left: 1.5rem !important
    }
    .ms-md-5 {
        margin-left: 3rem !important
    }
    .ms-md-auto {
        margin-left: auto !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .p-md-4 {
        padding: 1.5rem !important
    }
    .p-md-5 {
        padding: 3rem !important
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-md-0 {
        padding-top: 0 !important
    }
    .pt-md-1 {
        padding-top: .25rem !important
    }
    .pt-md-2 {
        padding-top: .5rem !important
    }
    .pt-md-3 {
        padding-top: 1rem !important
    }
    .pt-md-4 {
        padding-top: 1.5rem !important
    }
    .pt-md-5 {
        padding-top: 3rem !important
    }
    .pe-md-0 {
        padding-right: 0 !important
    }
    .pe-md-1 {
        padding-right: .25rem !important
    }
    .pe-md-2 {
        padding-right: .5rem !important
    }
    .pe-md-3 {
        padding-right: 1rem !important
    }
    .pe-md-4 {
        padding-right: 1.5rem !important
    }
    .pe-md-5 {
        padding-right: 3rem !important
    }
    .pb-md-0 {
        padding-bottom: 0 !important
    }
    .pb-md-1 {
        padding-bottom: .25rem !important
    }
    .pb-md-2 {
        padding-bottom: .5rem !important
    }
    .pb-md-3 {
        padding-bottom: 1rem !important
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-md-5 {
        padding-bottom: 3rem !important
    }
    .ps-md-0 {
        padding-left: 0 !important
    }
    .ps-md-1 {
        padding-left: .25rem !important
    }
    .ps-md-2 {
        padding-left: .5rem !important
    }
    .ps-md-3 {
        padding-left: 1rem !important
    }
    .ps-md-4 {
        padding-left: 1.5rem !important
    }
    .ps-md-5 {
        padding-left: 3rem !important
    }
    .text-md-start {
        text-align: left !important
    }
    .text-md-end {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }
    .float-lg-end {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !important
    }
    .d-lg-grid {
        display: grid !important
    }
    .d-lg-table {
        display: table !important
    }
    .d-lg-table-row {
        display: table-row !important
    }
    .d-lg-table-cell {
        display: table-cell !important
    }
    .d-lg-flex {
        display: flex !important
    }
    .d-lg-inline-flex {
        display: inline-flex !important
    }
    .d-lg-none {
        display: none !important
    }
    .flex-lg-fill {
        flex: 1 1 auto !important
    }
    .flex-lg-row {
        flex-direction: row !important
    }
    .flex-lg-column {
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-lg-0 {
        gap: 0 !important
    }
    .gap-lg-1 {
        gap: .25rem !important
    }
    .gap-lg-2 {
        gap: .5rem !important
    }
    .gap-lg-3 {
        gap: 1rem !important
    }
    .gap-lg-4 {
        gap: 1.5rem !important
    }
    .gap-lg-5 {
        gap: 3rem !important
    }
    .justify-content-lg-start {
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        justify-content: center !important
    }
    .justify-content-lg-between {
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        justify-content: space-around !important
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }
    .align-items-lg-start {
        align-items: flex-start !important
    }
    .align-items-lg-end {
        align-items: flex-end !important
    }
    .align-items-lg-center {
        align-items: center !important
    }
    .align-items-lg-baseline {
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        align-items: stretch !important
    }
    .align-content-lg-start {
        align-content: flex-start !important
    }
    .align-content-lg-end {
        align-content: flex-end !important
    }
    .align-content-lg-center {
        align-content: center !important
    }
    .align-content-lg-between {
        align-content: space-between !important
    }
    .align-content-lg-around {
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        align-content: stretch !important
    }
    .align-self-lg-auto {
        align-self: auto !important
    }
    .align-self-lg-start {
        align-self: flex-start !important
    }
    .align-self-lg-end {
        align-self: flex-end !important
    }
    .align-self-lg-center {
        align-self: center !important
    }
    .align-self-lg-baseline {
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        align-self: stretch !important
    }
    .order-lg-first {
        order: -1 !important
    }
    .order-lg-0 {
        order: 0 !important
    }
    .order-lg-1 {
        order: 1 !important
    }
    .order-lg-2 {
        order: 2 !important
    }
    .order-lg-3 {
        order: 3 !important
    }
    .order-lg-4 {
        order: 4 !important
    }
    .order-lg-5 {
        order: 5 !important
    }
    .order-lg-last {
        order: 6 !important
    }
    .m-lg-0 {
        margin: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .m-lg-4 {
        margin: 1.5rem !important
    }
    .m-lg-5 {
        margin: 3rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-lg-0 {
        margin-top: 0 !important
    }
    .mt-lg-1 {
        margin-top: .25rem !important
    }
    .mt-lg-2 {
        margin-top: .5rem !important
    }
    .mt-lg-3 {
        margin-top: 1rem !important
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important
    }
    .mt-lg-5 {
        margin-top: 3rem !important
    }
    .mt-lg-auto {
        margin-top: auto !important
    }
    .me-lg-0 {
        margin-right: 0 !important
    }
    .me-lg-1 {
        margin-right: .25rem !important
    }
    .me-lg-2 {
        margin-right: .5rem !important
    }
    .me-lg-3 {
        margin-right: 1rem !important
    }
    .me-lg-4 {
        margin-right: 1.5rem !important
    }
    .me-lg-5 {
        margin-right: 3rem !important
    }
    .me-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
    .mb-lg-2 {
        margin-bottom: .5rem !important
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important
    }
    .mb-lg-auto {
        margin-bottom: auto !important
    }
    .ms-lg-0 {
        margin-left: 0 !important
    }
    .ms-lg-1 {
        margin-left: .25rem !important
    }
    .ms-lg-2 {
        margin-left: .5rem !important
    }
    .ms-lg-3 {
        margin-left: 1rem !important
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important
    }
    .ms-lg-5 {
        margin-left: 3rem !important
    }
    .ms-lg-auto {
        margin-left: auto !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .p-lg-4 {
        padding: 1.5rem !important
    }
    .p-lg-5 {
        padding: 3rem !important
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-lg-0 {
        padding-top: 0 !important
    }
    .pt-lg-1 {
        padding-top: .25rem !important
    }
    .pt-lg-2 {
        padding-top: .5rem !important
    }
    .pt-lg-3 {
        padding-top: 1rem !important
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important
    }
    .pt-lg-5 {
        padding-top: 3rem !important
    }
    .pe-lg-0 {
        padding-right: 0 !important
    }
    .pe-lg-1 {
        padding-right: .25rem !important
    }
    .pe-lg-2 {
        padding-right: .5rem !important
    }
    .pe-lg-3 {
        padding-right: 1rem !important
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important
    }
    .pe-lg-5 {
        padding-right: 3rem !important
    }
    .pb-lg-0 {
        padding-bottom: 0 !important
    }
    .pb-lg-1 {
        padding-bottom: .25rem !important
    }
    .pb-lg-2 {
        padding-bottom: .5rem !important
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important
    }
    .ps-lg-0 {
        padding-left: 0 !important
    }
    .ps-lg-1 {
        padding-left: .25rem !important
    }
    .ps-lg-2 {
        padding-left: .5rem !important
    }
    .ps-lg-3 {
        padding-left: 1rem !important
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important
    }
    .ps-lg-5 {
        padding-left: 3rem !important
    }
    .text-lg-start {
        text-align: left !important
    }
    .text-lg-end {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }
    .float-xl-end {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !important
    }
    .d-xl-grid {
        display: grid !important
    }
    .d-xl-table {
        display: table !important
    }
    .d-xl-table-row {
        display: table-row !important
    }
    .d-xl-table-cell {
        display: table-cell !important
    }
    .d-xl-flex {
        display: flex !important
    }
    .d-xl-inline-flex {
        display: inline-flex !important
    }
    .d-xl-none {
        display: none !important
    }
    .flex-xl-fill {
        flex: 1 1 auto !important
    }
    .flex-xl-row {
        flex-direction: row !important
    }
    .flex-xl-column {
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xl-0 {
        gap: 0 !important
    }
    .gap-xl-1 {
        gap: .25rem !important
    }
    .gap-xl-2 {
        gap: .5rem !important
    }
    .gap-xl-3 {
        gap: 1rem !important
    }
    .gap-xl-4 {
        gap: 1.5rem !important
    }
    .gap-xl-5 {
        gap: 3rem !important
    }
    .justify-content-xl-start {
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        justify-content: center !important
    }
    .justify-content-xl-between {
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        justify-content: space-around !important
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xl-start {
        align-items: flex-start !important
    }
    .align-items-xl-end {
        align-items: flex-end !important
    }
    .align-items-xl-center {
        align-items: center !important
    }
    .align-items-xl-baseline {
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        align-items: stretch !important
    }
    .align-content-xl-start {
        align-content: flex-start !important
    }
    .align-content-xl-end {
        align-content: flex-end !important
    }
    .align-content-xl-center {
        align-content: center !important
    }
    .align-content-xl-between {
        align-content: space-between !important
    }
    .align-content-xl-around {
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        align-content: stretch !important
    }
    .align-self-xl-auto {
        align-self: auto !important
    }
    .align-self-xl-start {
        align-self: flex-start !important
    }
    .align-self-xl-end {
        align-self: flex-end !important
    }
    .align-self-xl-center {
        align-self: center !important
    }
    .align-self-xl-baseline {
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        align-self: stretch !important
    }
    .order-xl-first {
        order: -1 !important
    }
    .order-xl-0 {
        order: 0 !important
    }
    .order-xl-1 {
        order: 1 !important
    }
    .order-xl-2 {
        order: 2 !important
    }
    .order-xl-3 {
        order: 3 !important
    }
    .order-xl-4 {
        order: 4 !important
    }
    .order-xl-5 {
        order: 5 !important
    }
    .order-xl-last {
        order: 6 !important
    }
    .m-xl-0 {
        margin: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .m-xl-4 {
        margin: 1.5rem !important
    }
    .m-xl-5 {
        margin: 3rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xl-0 {
        margin-top: 0 !important
    }
    .mt-xl-1 {
        margin-top: .25rem !important
    }
    .mt-xl-2 {
        margin-top: .5rem !important
    }
    .mt-xl-3 {
        margin-top: 1rem !important
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xl-5 {
        margin-top: 3rem !important
    }
    .mt-xl-auto {
        margin-top: auto !important
    }
    .me-xl-0 {
        margin-right: 0 !important
    }
    .me-xl-1 {
        margin-right: .25rem !important
    }
    .me-xl-2 {
        margin-right: .5rem !important
    }
    .me-xl-3 {
        margin-right: 1rem !important
    }
    .me-xl-4 {
        margin-right: 1.5rem !important
    }
    .me-xl-5 {
        margin-right: 3rem !important
    }
    .me-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
    .mb-xl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xl-auto {
        margin-bottom: auto !important
    }
    .ms-xl-0 {
        margin-left: 0 !important
    }
    .ms-xl-1 {
        margin-left: .25rem !important
    }
    .ms-xl-2 {
        margin-left: .5rem !important
    }
    .ms-xl-3 {
        margin-left: 1rem !important
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xl-5 {
        margin-left: 3rem !important
    }
    .ms-xl-auto {
        margin-left: auto !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .p-xl-4 {
        padding: 1.5rem !important
    }
    .p-xl-5 {
        padding: 3rem !important
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xl-0 {
        padding-top: 0 !important
    }
    .pt-xl-1 {
        padding-top: .25rem !important
    }
    .pt-xl-2 {
        padding-top: .5rem !important
    }
    .pt-xl-3 {
        padding-top: 1rem !important
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xl-5 {
        padding-top: 3rem !important
    }
    .pe-xl-0 {
        padding-right: 0 !important
    }
    .pe-xl-1 {
        padding-right: .25rem !important
    }
    .pe-xl-2 {
        padding-right: .5rem !important
    }
    .pe-xl-3 {
        padding-right: 1rem !important
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xl-5 {
        padding-right: 3rem !important
    }
    .pb-xl-0 {
        padding-bottom: 0 !important
    }
    .pb-xl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xl-0 {
        padding-left: 0 !important
    }
    .ps-xl-1 {
        padding-left: .25rem !important
    }
    .ps-xl-2 {
        padding-left: .5rem !important
    }
    .ps-xl-3 {
        padding-left: 1rem !important
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xl-5 {
        padding-left: 3rem !important
    }
    .text-xl-start {
        text-align: left !important
    }
    .text-xl-end {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }
    .float-xxl-end {
        float: right !important
    }
    .float-xxl-none {
        float: none !important
    }
    .d-xxl-inline {
        display: inline !important
    }
    .d-xxl-inline-block {
        display: inline-block !important
    }
    .d-xxl-block {
        display: block !important
    }
    .d-xxl-grid {
        display: grid !important
    }
    .d-xxl-table {
        display: table !important
    }
    .d-xxl-table-row {
        display: table-row !important
    }
    .d-xxl-table-cell {
        display: table-cell !important
    }
    .d-xxl-flex {
        display: flex !important
    }
    .d-xxl-inline-flex {
        display: inline-flex !important
    }
    .d-xxl-none {
        display: none !important
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important
    }
    .flex-xxl-row {
        flex-direction: row !important
    }
    .flex-xxl-column {
        flex-direction: column !important
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }
    .gap-xxl-0 {
        gap: 0 !important
    }
    .gap-xxl-1 {
        gap: .25rem !important
    }
    .gap-xxl-2 {
        gap: .5rem !important
    }
    .gap-xxl-3 {
        gap: 1rem !important
    }
    .gap-xxl-4 {
        gap: 1.5rem !important
    }
    .gap-xxl-5 {
        gap: 3rem !important
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important
    }
    .justify-content-xxl-center {
        justify-content: center !important
    }
    .justify-content-xxl-between {
        justify-content: space-between !important
    }
    .justify-content-xxl-around {
        justify-content: space-around !important
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }
    .align-items-xxl-start {
        align-items: flex-start !important
    }
    .align-items-xxl-end {
        align-items: flex-end !important
    }
    .align-items-xxl-center {
        align-items: center !important
    }
    .align-items-xxl-baseline {
        align-items: baseline !important
    }
    .align-items-xxl-stretch {
        align-items: stretch !important
    }
    .align-content-xxl-start {
        align-content: flex-start !important
    }
    .align-content-xxl-end {
        align-content: flex-end !important
    }
    .align-content-xxl-center {
        align-content: center !important
    }
    .align-content-xxl-between {
        align-content: space-between !important
    }
    .align-content-xxl-around {
        align-content: space-around !important
    }
    .align-content-xxl-stretch {
        align-content: stretch !important
    }
    .align-self-xxl-auto {
        align-self: auto !important
    }
    .align-self-xxl-start {
        align-self: flex-start !important
    }
    .align-self-xxl-end {
        align-self: flex-end !important
    }
    .align-self-xxl-center {
        align-self: center !important
    }
    .align-self-xxl-baseline {
        align-self: baseline !important
    }
    .align-self-xxl-stretch {
        align-self: stretch !important
    }
    .order-xxl-first {
        order: -1 !important
    }
    .order-xxl-0 {
        order: 0 !important
    }
    .order-xxl-1 {
        order: 1 !important
    }
    .order-xxl-2 {
        order: 2 !important
    }
    .order-xxl-3 {
        order: 3 !important
    }
    .order-xxl-4 {
        order: 4 !important
    }
    .order-xxl-5 {
        order: 5 !important
    }
    .order-xxl-last {
        order: 6 !important
    }
    .m-xxl-0 {
        margin: 0 !important
    }
    .m-xxl-1 {
        margin: .25rem !important
    }
    .m-xxl-2 {
        margin: .5rem !important
    }
    .m-xxl-3 {
        margin: 1rem !important
    }
    .m-xxl-4 {
        margin: 1.5rem !important
    }
    .m-xxl-5 {
        margin: 3rem !important
    }
    .m-xxl-auto {
        margin: auto !important
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }
    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }
    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }
    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }
    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }
    .mt-xxl-0 {
        margin-top: 0 !important
    }
    .mt-xxl-1 {
        margin-top: .25rem !important
    }
    .mt-xxl-2 {
        margin-top: .5rem !important
    }
    .mt-xxl-3 {
        margin-top: 1rem !important
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }
    .mt-xxl-5 {
        margin-top: 3rem !important
    }
    .mt-xxl-auto {
        margin-top: auto !important
    }
    .me-xxl-0 {
        margin-right: 0 !important
    }
    .me-xxl-1 {
        margin-right: .25rem !important
    }
    .me-xxl-2 {
        margin-right: .5rem !important
    }
    .me-xxl-3 {
        margin-right: 1rem !important
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important
    }
    .me-xxl-5 {
        margin-right: 3rem !important
    }
    .me-xxl-auto {
        margin-right: auto !important
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important
    }
    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }
    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }
    .mb-xxl-auto {
        margin-bottom: auto !important
    }
    .ms-xxl-0 {
        margin-left: 0 !important
    }
    .ms-xxl-1 {
        margin-left: .25rem !important
    }
    .ms-xxl-2 {
        margin-left: .5rem !important
    }
    .ms-xxl-3 {
        margin-left: 1rem !important
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }
    .ms-xxl-5 {
        margin-left: 3rem !important
    }
    .ms-xxl-auto {
        margin-left: auto !important
    }
    .p-xxl-0 {
        padding: 0 !important
    }
    .p-xxl-1 {
        padding: .25rem !important
    }
    .p-xxl-2 {
        padding: .5rem !important
    }
    .p-xxl-3 {
        padding: 1rem !important
    }
    .p-xxl-4 {
        padding: 1.5rem !important
    }
    .p-xxl-5 {
        padding: 3rem !important
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }
    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }
    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }
    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }
    .pt-xxl-0 {
        padding-top: 0 !important
    }
    .pt-xxl-1 {
        padding-top: .25rem !important
    }
    .pt-xxl-2 {
        padding-top: .5rem !important
    }
    .pt-xxl-3 {
        padding-top: 1rem !important
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }
    .pt-xxl-5 {
        padding-top: 3rem !important
    }
    .pe-xxl-0 {
        padding-right: 0 !important
    }
    .pe-xxl-1 {
        padding-right: .25rem !important
    }
    .pe-xxl-2 {
        padding-right: .5rem !important
    }
    .pe-xxl-3 {
        padding-right: 1rem !important
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }
    .pe-xxl-5 {
        padding-right: 3rem !important
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important
    }
    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }
    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }
    .ps-xxl-0 {
        padding-left: 0 !important
    }
    .ps-xxl-1 {
        padding-left: .25rem !important
    }
    .ps-xxl-2 {
        padding-left: .5rem !important
    }
    .ps-xxl-3 {
        padding-left: 1rem !important
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }
    .ps-xxl-5 {
        padding-left: 3rem !important
    }
    .text-xxl-start {
        text-align: left !important
    }
    .text-xxl-end {
        text-align: right !important
    }
    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }
    .fs-2 {
        font-size: 2rem !important
    }
    .fs-3 {
        font-size: 1.75rem !important
    }
    .fs-4 {
        font-size: 1.5rem !important
    }
    .fs-sm-1 {
        font-size: 2.5rem !important
    }
    .fs-sm-2 {
        font-size: 2rem !important
    }
    .fs-sm-3 {
        font-size: 1.75rem !important
    }
    .fs-sm-4 {
        font-size: 1.5rem !important
    }
    .fs-md-1 {
        font-size: 2.5rem !important
    }
    .fs-md-2 {
        font-size: 2rem !important
    }
    .fs-md-3 {
        font-size: 1.75rem !important
    }
    .fs-md-4 {
        font-size: 1.5rem !important
    }
    .fs-lg-1 {
        font-size: 2.5rem !important
    }
    .fs-lg-2 {
        font-size: 2rem !important
    }
    .fs-lg-3 {
        font-size: 1.75rem !important
    }
    .fs-lg-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !important
    }
    .d-print-grid {
        display: grid !important
    }
    .d-print-table {
        display: table !important
    }
    .d-print-table-row {
        display: table-row !important
    }
    .d-print-table-cell {
        display: table-cell !important
    }
    .d-print-flex {
        display: flex !important
    }
    .d-print-inline-flex {
        display: inline-flex !important
    }
    .d-print-none {
        display: none !important
    }
}

@font-face {
    font-family: 'fontello';
    src: url(fontello.eot#1688131290);
    src: url(fontello.eot#1688131290) format('embedded-opentype'), url(fontello.woff2#1688131290) format('woff2'), url(fontello.woff#1688131290) format('woff'), url(fontello.ttf#1688131290) format('truetype'), url(fontello.svg?87471525#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-mail:before {
    content: '\e800'
}

.icon-globe:before {
    content: '\e801'
}

.icon-search:before {
    content: '\e802'
}

.icon-heart:before {
    content: '\e803'
}

.icon-heart-empty:before {
    content: '\e804'
}

.icon-star:before {
    content: '\e805'
}

.icon-star-empty:before {
    content: '\e806'
}

.icon-star-half:before {
    content: '\e807'
}

.icon-user:before {
    content: '\e808'
}

.icon-users:before {
    content: '\e809'
}

.icon-videocam:before {
    content: '\e80a'
}

.icon-picture:before {
    content: '\e80b'
}

.icon-camera:before {
    content: '\e80c'
}

.icon-camera-alt:before {
    content: '\e80d'
}

.icon-th-large:before {
    content: '\e80e'
}

.icon-th:before {
    content: '\e80f'
}

.icon-th-list:before {
    content: '\e810'
}

.icon-ok-circled:before {
    content: '\e811'
}

.icon-ok-circled2:before {
    content: '\e812'
}

.icon-cancel-circled:before {
    content: '\e813'
}

.icon-plus:before {
    content: '\e814'
}

.icon-minus:before {
    content: '\e815'
}

.icon-help-circled:before {
    content: '\e816'
}

.icon-home:before {
    content: '\e817'
}

.icon-link:before {
    content: '\e818'
}

.icon-attach:before {
    content: '\e819'
}

.icon-lock:before {
    content: '\e81a'
}

.icon-lock-open:before {
    content: '\e81b'
}

.icon-eye:before {
    content: '\e81c'
}

.icon-eye-off:before {
    content: '\e81d'
}

.icon-tag:before {
    content: '\e81e'
}

.icon-tags:before {
    content: '\e81f'
}

.icon-bookmark:before {
    content: '\e820'
}

.icon-flag:before {
    content: '\e821'
}

.icon-thumbs-up:before {
    content: '\e822'
}

.icon-thumbs-down:before {
    content: '\e823'
}

.icon-download:before {
    content: '\e824'
}

.icon-upload:before {
    content: '\e825'
}

.icon-export:before {
    content: '\e826'
}

.icon-edit:before {
    content: '\e827'
}

.icon-comment:before {
    content: '\e828'
}

.icon-chat:before {
    content: '\e829'
}

.icon-bell:before {
    content: '\e82a'
}

.icon-location:before {
    content: '\e82b'
}

.icon-trash-empty:before {
    content: '\e82c'
}

.icon-folder-open:before {
    content: '\e82d'
}

.icon-cog:before {
    content: '\e82e'
}

.icon-cog-alt:before {
    content: '\e82f'
}

.icon-wrench:before {
    content: '\e830'
}

.icon-basket:before {
    content: '\e831'
}

.icon-login:before {
    content: '\e832'
}

.icon-logout:before {
    content: '\e833'
}

.icon-clock:before {
    content: '\e834'
}

.icon-left-open:before {
    content: '\e835'
}

.icon-right-open:before {
    content: '\e836'
}

.icon-cw:before {
    content: '\e837'
}

.icon-ccw:before {
    content: '\e838'
}

.icon-arrows-cw:before {
    content: '\e839'
}

.icon-play-circled2:before {
    content: '\e83a'
}

.icon-signal:before {
    content: '\e83b'
}

.icon-award:before {
    content: '\e83c'
}

.icon-flight:before {
    content: '\e83d'
}

.icon-indent-left:before {
    content: '\e83e'
}

.icon-indent-right:before {
    content: '\e83f'
}

.icon-list:before {
    content: '\e840'
}

.icon-align-justify:before {
    content: '\e841'
}

.icon-check:before {
    content: '\e842'
}

.icon-chart-bar:before {
    content: '\e843'
}

.icon-floppy:before {
    content: '\e844'
}

.icon-megaphone:before {
    content: '\e845'
}

.icon-down-open:before {
    content: '\e846'
}

.icon-up-open:before {
    content: '\e847'
}

.icon-phone:before {
    content: '\e848'
}

.icon-credit-card:before {
    content: '\e849'
}

.icon-forward:before {
    content: '\e84a'
}

.icon-volume-off:before {
    content: '\e84b'
}

.icon-volume-down:before {
    content: '\e84c'
}

.icon-volume-up:before {
    content: '\e84d'
}

.icon-right-hand:before {
    content: '\e84e'
}

.icon-left-hand:before {
    content: '\e84f'
}

.icon-up-hand:before {
    content: '\e850'
}

.icon-down-hand:before {
    content: '\e851'
}

.icon-shuffle:before {
    content: '\e852'
}

.icon-cloud:before {
    content: '\e853'
}

.icon-flash:before {
    content: '\e854'
}

.icon-ok:before {
    content: '\e855'
}

.icon-play:before {
    content: '\e856'
}

.icon-pencil:before {
    content: '\e857'
}

.icon-music:before {
    content: '\e858'
}

.icon-video:before {
    content: '\e859'
}

.icon-info-circled:before {
    content: '\e85a'
}

.icon-pin:before {
    content: '\e85b'
}

.icon-attention:before {
    content: '\e85c'
}

.icon-attention-circled:before {
    content: '\e85d'
}

.icon-doc:before {
    content: '\e85e'
}

.icon-folder:before {
    content: '\e85f'
}

.icon-block:before {
    content: '\e860'
}

.icon-stop:before {
    content: '\e861'
}

.icon-pause:before {
    content: '\e862'
}

.icon-to-end:before {
    content: '\e863'
}

.icon-to-end-alt:before {
    content: '\e864'
}

.icon-to-start:before {
    content: '\e865'
}

.icon-to-start-alt:before {
    content: '\e866'
}

.icon-fast-fw:before {
    content: '\e867'
}

.icon-fast-bw:before {
    content: '\e868'
}

.icon-eject:before {
    content: '\e869'
}

.icon-target:before {
    content: '\e86a'
}

.icon-inbox:before {
    content: '\e86b'
}

.icon-leaf:before {
    content: '\e86c'
}

.icon-align-left:before {
    content: '\e86d'
}

.icon-align-center:before {
    content: '\e86e'
}

.icon-align-right:before {
    content: '\e86f'
}

.icon-briefcase:before {
    content: '\e870'
}

.icon-off:before {
    content: '\e871'
}

.icon-qrcode:before {
    content: '\e872'
}

.icon-barcode:before {
    content: '\e873'
}

.icon-book:before {
    content: '\e874'
}

.icon-adjust:before {
    content: '\e875'
}

.icon-tint:before {
    content: '\e876'
}

.icon-gift:before {
    content: '\e877'
}

.icon-key:before {
    content: '\e878'
}

.icon-hammer:before {
    content: '\e879'
}

.icon-video-1:before {
    content: '\e87a'
}

.icon-picture-1:before {
    content: '\e87b'
}

.icon-camera-1:before {
    content: '\e87c'
}

.icon-help-circled-1:before {
    content: '\e87d'
}

.icon-info-circled-1:before {
    content: '\e87e'
}

.icon-comment-1:before {
    content: '\e87f'
}

.icon-chat-1:before {
    content: '\e880'
}

.icon-bell-1:before {
    content: '\e881'
}

.icon-attention-1:before {
    content: '\e882'
}

.icon-basket-1:before {
    content: '\e883'
}

.icon-sun-1:before {
    content: '\e884'
}

.icon-sun-filled:before {
    content: '\e885'
}

.icon-flash-outline:before {
    content: '\e886'
}

.icon-flash-1:before {
    content: '\e887'
}

.icon-mic-outline:before {
    content: '\e888'
}

.icon-mic-1:before {
    content: '\e889'
}

.icon-location-1:before {
    content: '\e88a'
}

.icon-pencil-1:before {
    content: '\e88b'
}

.icon-picture-2:before {
    content: '\e88c'
}

.icon-video-2:before {
    content: '\e88d'
}

.icon-calendar:before {
    content: '\e88e'
}

.icon-calendar-1:before {
    content: '\e88f'
}

.icon-link-ext:before {
    content: '\f08e'
}

.icon-bookmark-empty:before {
    content: '\f097'
}

.icon-phone-squared:before {
    content: '\f098'
}

.icon-twitter:before {
    content: '\f099'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-github-circled:before {
    content: '\f09b'
}

.icon-rss:before {
    content: '\f09e'
}

.icon-certificate:before {
    content: '\f0a3'
}

.icon-left-circled:before {
    content: '\f0a8'
}

.icon-right-circled:before {
    content: '\f0a9'
}

.icon-up-circled:before {
    content: '\f0aa'
}

.icon-down-circled:before {
    content: '\f0ab'
}

.icon-tasks:before {
    content: '\f0ae'
}

.icon-filter:before {
    content: '\f0b0'
}

.icon-beaker:before {
    content: '\f0c3'
}

.icon-docs:before {
    content: '\f0c5'
}

.icon-menu:before {
    content: '\f0c9'
}

.icon-list-bullet:before {
    content: '\f0ca'
}

.icon-list-numbered:before {
    content: '\f0cb'
}

.icon-magic:before {
    content: '\f0d0'
}

.icon-pinterest-circled:before {
    content: '\f0d2'
}

.icon-pinterest-squared:before {
    content: '\f0d3'
}

.icon-gplus-squared:before {
    content: '\f0d4'
}

.icon-gplus:before {
    content: '\f0d5'
}

.icon-money:before {
    content: '\f0d6'
}

.icon-sort:before {
    content: '\f0dc'
}

.icon-sort-down:before {
    content: '\f0dd'
}

.icon-sort-up:before {
    content: '\f0de'
}

.icon-mail-alt:before {
    content: '\f0e0'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-gauge:before {
    content: '\f0e4'
}

.icon-comment-empty:before {
    content: '\f0e5'
}

.icon-chat-empty:before {
    content: '\f0e6'
}

.icon-sitemap:before {
    content: '\f0e8'
}

.icon-lightbulb:before {
    content: '\f0eb'
}

.icon-exchange:before {
    content: '\f0ec'
}

.icon-download-cloud:before {
    content: '\f0ed'
}

.icon-upload-cloud:before {
    content: '\f0ee'
}

.icon-suitcase:before {
    content: '\f0f2'
}

.icon-bell-alt:before {
    content: '\f0f3'
}

.icon-doc-text:before {
    content: '\f0f6'
}

.icon-angle-double-left:before {
    content: '\f100'
}

.icon-angle-double-right:before {
    content: '\f101'
}

.icon-angle-double-up:before {
    content: '\f102'
}

.icon-angle-double-down:before {
    content: '\f103'
}

.icon-angle-left:before {
    content: '\f104'
}

.icon-angle-right:before {
    content: '\f105'
}

.icon-angle-up:before {
    content: '\f106'
}

.icon-angle-down:before {
    content: '\f107'
}

.icon-desktop:before {
    content: '\f108'
}

.icon-laptop:before {
    content: '\f109'
}

.icon-tablet:before {
    content: '\f10a'
}

.icon-mobile:before {
    content: '\f10b'
}

.icon-quote-left:before {
    content: '\f10d'
}

.icon-quote-right:before {
    content: '\f10e'
}

.icon-spinner:before {
    content: '\f110'
}

.icon-reply:before {
    content: '\f112'
}

.icon-github:before {
    content: '\f113'
}

.icon-folder-empty:before {
    content: '\f114'
}

.icon-folder-open-empty:before {
    content: '\f115'
}

.icon-smile:before {
    content: '\f118'
}

.icon-frown:before {
    content: '\f119'
}

.icon-meh:before {
    content: '\f11a'
}

.icon-flag-empty:before {
    content: '\f11d'
}

.icon-code:before {
    content: '\f121'
}

.icon-reply-all:before {
    content: '\f122'
}

.icon-star-half-alt:before {
    content: '\f123'
}

.icon-direction:before {
    content: '\f124'
}

.icon-unlink:before {
    content: '\f127'
}

.icon-help:before {
    content: '\f128'
}

.icon-info:before {
    content: '\f129'
}

.icon-attention-alt:before {
    content: '\f12a'
}

.icon-mic:before {
    content: '\f130'
}

.icon-mute:before {
    content: '\f131'
}

.icon-calendar-empty:before {
    content: '\f133'
}

.icon-rocket:before {
    content: '\f135'
}

.icon-maxcdn:before {
    content: '\f136'
}

.icon-html5:before {
    content: '\f13b'
}

.icon-css3:before {
    content: '\f13c'
}

.icon-lock-open-alt:before {
    content: '\f13e'
}

.icon-ellipsis:before {
    content: '\f141'
}

.icon-ellipsis-vert:before {
    content: '\f142'
}

.icon-rss-squared:before {
    content: '\f143'
}

.icon-play-circled:before {
    content: '\f144'
}

.icon-pencil-squared:before {
    content: '\f14b'
}

.icon-euro:before {
    content: '\f153'
}

.icon-pound:before {
    content: '\f154'
}

.icon-dollar:before {
    content: '\f155'
}

.icon-rupee:before {
    content: '\f156'
}

.icon-yen:before {
    content: '\f157'
}

.icon-rouble:before {
    content: '\f158'
}

.icon-won:before {
    content: '\f159'
}

.icon-bitcoin:before {
    content: '\f15a'
}

.icon-sort-name-up:before {
    content: '\f15d'
}

.icon-sort-name-down:before {
    content: '\f15e'
}

.icon-sort-alt-up:before {
    content: '\f160'
}

.icon-sort-alt-down:before {
    content: '\f161'
}

.icon-sort-number-up:before {
    content: '\f162'
}

.icon-sort-number-down:before {
    content: '\f163'
}

.icon-thumbs-up-alt:before {
    content: '\f164'
}

.icon-thumbs-down-alt:before {
    content: '\f165'
}

.icon-youtube-squared:before {
    content: '\f166'
}

.icon-youtube:before {
    content: '\f167'
}

.icon-xing:before {
    content: '\f168'
}

.icon-xing-squared:before {
    content: '\f169'
}

.icon-youtube-play:before {
    content: '\f16a'
}

.icon-dropbox:before {
    content: '\f16b'
}

.icon-stackoverflow:before {
    content: '\f16c'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-flickr:before {
    content: '\f16e'
}

.icon-tumblr:before {
    content: '\f173'
}

.icon-tumblr-squared:before {
    content: '\f174'
}

.icon-down:before {
    content: '\f175'
}

.icon-up:before {
    content: '\f176'
}

.icon-left:before {
    content: '\f177'
}

.icon-right:before {
    content: '\f178'
}

.icon-apple:before {
    content: '\f179'
}

.icon-windows:before {
    content: '\f17a'
}

.icon-android:before {
    content: '\f17b'
}

.icon-linux:before {
    content: '\f17c'
}

.icon-dribbble:before {
    content: '\f17d'
}

.icon-skype:before {
    content: '\f17e'
}

.icon-foursquare:before {
    content: '\f180'
}

.icon-gittip:before {
    content: '\f184'
}

.icon-sun:before {
    content: '\f185'
}

.icon-moon:before {
    content: '\f186'
}

.icon-box:before {
    content: '\f187'
}

.icon-vkontakte:before {
    content: '\f189'
}

.icon-weibo:before {
    content: '\f18a'
}

.icon-renren:before {
    content: '\f18b'
}

.icon-pagelines:before {
    content: '\f18c'
}

.icon-stackexchange:before {
    content: '\f18d'
}

.icon-vimeo-squared:before {
    content: '\f194'
}

.icon-try:before {
    content: '\f195'
}

.icon-space-shuttle:before {
    content: '\f197'
}

.icon-slack:before {
    content: '\f198'
}

.icon-mail-squared:before {
    content: '\f199'
}

.icon-wordpress:before {
    content: '\f19a'
}

.icon-openid:before {
    content: '\f19b'
}

.icon-yahoo:before {
    content: '\f19e'
}

.icon-google:before {
    content: '\f1a0'
}

.icon-reddit:before {
    content: '\f1a1'
}

.icon-reddit-squared:before {
    content: '\f1a2'
}

.icon-delicious:before {
    content: '\f1a5'
}

.icon-digg:before {
    content: '\f1a6'
}

.icon-joomla:before {
    content: '\f1aa'
}

.icon-cube:before {
    content: '\f1b2'
}

.icon-cubes:before {
    content: '\f1b3'
}

.icon-behance:before {
    content: '\f1b4'
}

.icon-behance-squared:before {
    content: '\f1b5'
}

.icon-steam:before {
    content: '\f1b6'
}

.icon-recycle:before {
    content: '\f1b8'
}

.icon-tree:before {
    content: '\f1bb'
}

.icon-spotify:before {
    content: '\f1bc'
}

.icon-deviantart:before {
    content: '\f1bd'
}

.icon-soundcloud:before {
    content: '\f1be'
}

.icon-database:before {
    content: '\f1c0'
}

.icon-file-image:before {
    content: '\f1c5'
}

.icon-file-audio:before {
    content: '\f1c7'
}

.icon-file-video:before {
    content: '\f1c8'
}

.icon-file-code:before {
    content: '\f1c9'
}

.icon-vine:before {
    content: '\f1ca'
}

.icon-jsfiddle:before {
    content: '\f1cc'
}

.icon-lifebuoy:before {
    content: '\f1cd'
}

.icon-git-squared:before {
    content: '\f1d2'
}

.icon-git:before {
    content: '\f1d3'
}

.icon-hacker-news:before {
    content: '\f1d4'
}

.icon-qq:before {
    content: '\f1d6'
}

.icon-wechat:before {
    content: '\f1d7'
}

.icon-paper-plane:before {
    content: '\f1d8'
}

.icon-paper-plane-empty:before {
    content: '\f1d9'
}

.icon-history:before {
    content: '\f1da'
}

.icon-sliders:before {
    content: '\f1de'
}

.icon-share:before {
    content: '\f1e0'
}

.icon-bomb:before {
    content: '\f1e2'
}

.icon-soccer-ball:before {
    content: '\f1e3'
}

.icon-plug:before {
    content: '\f1e6'
}

.icon-twitch:before {
    content: '\f1e8'
}

.icon-yelp:before {
    content: '\f1e9'
}

.icon-newspaper:before {
    content: '\f1ea'
}

.icon-wifi:before {
    content: '\f1eb'
}

.icon-calc:before {
    content: '\f1ec'
}

.icon-paypal:before {
    content: '\f1ed'
}

.icon-gwallet:before {
    content: '\f1ee'
}

.icon-cc-visa:before {
    content: '\f1f0'
}

.icon-cc-mastercard:before {
    content: '\f1f1'
}

.icon-cc-discover:before {
    content: '\f1f2'
}

.icon-cc-amex:before {
    content: '\f1f3'
}

.icon-cc-paypal:before {
    content: '\f1f4'
}

.icon-cc-stripe:before {
    content: '\f1f5'
}

.icon-bell-off:before {
    content: '\f1f6'
}

.icon-bell-off-empty:before {
    content: '\f1f7'
}

.icon-trash:before {
    content: '\f1f8'
}

.icon-copyright:before {
    content: '\f1f9'
}

.icon-at:before {
    content: '\f1fa'
}

.icon-eyedropper:before {
    content: '\f1fb'
}

.icon-brush:before {
    content: '\f1fc'
}

.icon-chart-area:before {
    content: '\f1fe'
}

.icon-chart-pie:before {
    content: '\f200'
}

.icon-chart-line:before {
    content: '\f201'
}

.icon-lastfm:before {
    content: '\f202'
}

.icon-toggle-off:before {
    content: '\f204'
}

.icon-toggle-on:before {
    content: '\f205'
}

.icon-angellist:before {
    content: '\f209'
}

.icon-cc:before {
    content: '\f20a'
}

.icon-shekel:before {
    content: '\f20b'
}

.icon-meanpath:before {
    content: '\f20c'
}

.icon-dashcube:before {
    content: '\f210'
}

.icon-forumbee:before {
    content: '\f211'
}

.icon-leanpub:before {
    content: '\f212'
}

.icon-sellsy:before {
    content: '\f213'
}

.icon-cart-plus:before {
    content: '\f217'
}

.icon-cart-arrow-down:before {
    content: '\f218'
}

.icon-diamond:before {
    content: '\f219'
}

.icon-street-view:before {
    content: '\f21d'
}

.icon-venus:before {
    content: '\f221'
}

.icon-mars:before {
    content: '\f222'
}

.icon-mercury:before {
    content: '\f223'
}

.icon-transgender:before {
    content: '\f224'
}

.icon-transgender-alt:before {
    content: '\f225'
}

.icon-venus-double:before {
    content: '\f226'
}

.icon-mars-double:before {
    content: '\f227'
}

.icon-venus-mars:before {
    content: '\f228'
}

.icon-mars-stroke:before {
    content: '\f229'
}

.icon-mars-stroke-v:before {
    content: '\f22a'
}

.icon-mars-stroke-h:before {
    content: '\f22b'
}

.icon-neuter:before {
    content: '\f22c'
}

.icon-facebook-official:before {
    content: '\f230'
}

.icon-pinterest:before {
    content: '\f231'
}

.icon-whatsapp:before {
    content: '\f232'
}

.icon-server:before {
    content: '\f233'
}

.icon-user-plus:before {
    content: '\f234'
}

.icon-user-times:before {
    content: '\f235'
}

.icon-viacoin:before {
    content: '\f237'
}

.icon-expeditedssl:before {
    content: '\f23e'
}

.icon-battery-4:before {
    content: '\f240'
}

.icon-battery-2:before {
    content: '\f242'
}

.icon-battery-1:before {
    content: '\f243'
}

.icon-battery-0:before {
    content: '\f244'
}

.icon-balance-scale:before {
    content: '\f24e'
}

.icon-hourglass-o:before {
    content: '\f250'
}

.icon-hourglass-1:before {
    content: '\f251'
}

.icon-hourglass-2:before {
    content: '\f252'
}

.icon-hourglass-3:before {
    content: '\f253'
}

.icon-hourglass:before {
    content: '\f254'
}

.icon-odnoklassniki:before {
    content: '\f263'
}

.icon-odnoklassniki-square:before {
    content: '\f264'
}

.icon-chrome:before {
    content: '\f268'
}

.icon-firefox:before {
    content: '\f269'
}

.icon-opera:before {
    content: '\f26a'
}

.icon-internet-explorer:before {
    content: '\f26b'
}

.icon-television:before {
    content: '\f26c'
}

.icon-amazon:before {
    content: '\f270'
}

.icon-calendar-plus-o:before {
    content: '\f271'
}

.icon-calendar-minus-o:before {
    content: '\f272'
}

.icon-calendar-times-o:before {
    content: '\f273'
}

.icon-calendar-check-o:before {
    content: '\f274'
}

.icon-industry:before {
    content: '\f275'
}

.icon-map-pin:before {
    content: '\f276'
}

.icon-map-signs:before {
    content: '\f277'
}

.icon-map-o:before {
    content: '\f278'
}

.icon-map:before {
    content: '\f279'
}

.icon-commenting:before {
    content: '\f27a'
}

.icon-commenting-o:before {
    content: '\f27b'
}

.icon-vimeo:before {
    content: '\f27d'
}

.icon-usb:before {
    content: '\f287'
}

.icon-product-hunt:before {
    content: '\f288'
}

.icon-mixcloud:before {
    content: '\f289'
}

.icon-shopping-bag:before {
    content: '\f290'
}

.icon-shopping-basket:before {
    content: '\f291'
}

.icon-hashtag:before {
    content: '\f292'
}

.icon-bluetooth:before {
    content: '\f293'
}

.icon-bluetooth-b:before {
    content: '\f294'
}

.icon-percent:before {
    content: '\f295'
}

.icon-gitlab:before {
    content: '\f296'
}

.icon-envira:before {
    content: '\f299'
}

.icon-universal-access:before {
    content: '\f29a'
}

.icon-wheelchair-alt:before {
    content: '\f29b'
}

.icon-question-circle-o:before {
    content: '\f29c'
}

.icon-blind:before {
    content: '\f29d'
}

.icon-volume-control-phone:before {
    content: '\f2a0'
}

.icon-sign-language:before {
    content: '\f2a7'
}

.icon-low-vision:before {
    content: '\f2a8'
}

.icon-viadeo:before {
    content: '\f2a9'
}

.icon-viadeo-square:before {
    content: '\f2aa'
}

.icon-snapchat:before {
    content: '\f2ab'
}

.icon-snapchat-ghost:before {
    content: '\f2ac'
}

.icon-snapchat-square:before {
    content: '\f2ad'
}

.icon-google-plus-circle:before {
    content: '\f2b3'
}

.icon-font-awesome:before {
    content: '\f2b4'
}

.icon-handshake-o:before {
    content: '\f2b5'
}

.icon-envelope-open:before {
    content: '\f2b6'
}

.icon-envelope-open-o:before {
    content: '\f2b7'
}

.icon-address-book:before {
    content: '\f2b9'
}

.icon-address-book-o:before {
    content: '\f2ba'
}

.icon-address-card:before {
    content: '\f2bb'
}

.icon-address-card-o:before {
    content: '\f2bc'
}

.icon-user-circle:before {
    content: '\f2bd'
}

.icon-user-circle-o:before {
    content: '\f2be'
}

.icon-user-o:before {
    content: '\f2c0'
}

.icon-id-card:before {
    content: '\f2c2'
}

.icon-id-card-o:before {
    content: '\f2c3'
}

.icon-telegram:before {
    content: '\f2c6'
}

.icon-github-squared:before {
    content: '\f300'
}

.icon-twitter-squared:before {
    content: '\f304'
}

.icon-facebook-squared:before {
    content: '\f308'
}

.icon-linkedin-squared:before {
    content: '\f30c'
}

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 35px
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #666;
    border-radius: 35px
}

:root {
    font-size: 15px
}

body {
    font-family: 'Lato', sans-serif;
    /*background: #f6f6f6;*/
    overflow-anchor: none
}

@media only screen and (max-width:1000px) {
    body {
        overflow: auto
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.5
}

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

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

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

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

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

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

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

figure {
    max-width: 100%
}

blockquote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

address {
    font-style: italic
}

table {
    width: 100%;
    margin-bottom: 1rem
}

table th,
table td {
    padding: .5rem .5rem;
    border: 0px;/*1px solid #e9ecef*/
}

.badge {
    font-size: .8rem
}

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

.alignleft {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
    text-align: center
}

.alignfull {
    clear: both
}

.wp-caption,
.wp-caption-text,
.bypostauthor {
    display: block
}

.ratio-26-5:before {
    padding-top: calc(5 / 26 * 100%)
}

.ratio-9x16 {
    --aspect-ratio: calc(16 / 9 * 100%)
}

.ratio-3x4 {
    --aspect-ratio: calc(4 / 3 * 100%)
}



.h-100vh {
    height: 100vh
}

.w-120px {
    width: 120px
}

.w-200px {
    width: 200px
}

.border {
    border: 1px solid #e9ecef
}

.border-top {
    border-top: 1px solid #e9ecef !important
}

.border-bottom {
    border-bottom: 1px solid #e9ecef !important
}

.border-right {
    border-right: 1px solid #e9ecef !important
}

.border-left {
    border-left: 1px solid #e9ecef !important
}

.bg-black {
    /* background: #000; */
}

.no-scroll {
    scrollbar-width: none
}

.no-scroll::-webkit-scrollbar {
    display: none
}

.dot {
    position: absolute;
    background: #1ee52d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 7px;
    right: 10px
}

.bg-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

.toast-wrap {
    z-index: 9999
}

.sticky-top {
    z-index: 90
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #eee;
    color: #212529
}

.dropdown-menu .dropdown-item .menu-icon {
    font-size: 1.3rem;
    color: #6c757d;
    margin-right: .5rem
}

.checklist-advanded li {
    position: relative;
    padding-left: 1rem
}

.checklist-advanded li.has-child:before {
    font-family: "fontello";
    content: '\f107';
    left: 0;
    top: 0;
    position: absolute;
    color: #c5c5c5
}

.checklist-advanded li.has-child:not(.child-expanded):before {
    content: '\f105'
}

.checklist-advanded li.has-child:not(.child-expanded)>label>input {
    position: relative
}

.checklist-advanded li.has-child:not(.child-expanded)>label>input:before {
    font-family: "fontello";
    content: '\e815';
    top: 0;
    left: 2px;
    position: absolute;
    font-size: .7rem;
    font-weight: 600;
    color: #aaa;
    z-index: 1
}

.checklist-advanded ul.children {
    padding-left: .5rem
}

.pointer {
    cursor: pointer
}

.list-items .list-item {
    padding: 1rem;
    position: relative
}

.list-items .list-item:hover {
    background: #f8f9fa
}

.badge-invoice-status {
    background-color: #0d6efd !important
}

.badge-paid,
.badge-publish,
.badge-approved {
    background-color: #198754 !important
}

.badge-reject,
.badge-trash {
    background-color: #dc3545 !important
}

.badge-pending,
.badge-unapproved {
    background-color: #ffc107 !important
}

.badge-refunded,
.badge-private {
    background-color: #0dcaf0 !important
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-item a {
    display: block
}

.gallery-item a:focus img {
    outline-offset: -2px
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

figcaption {
    font-size: 1rem
}

pre {
    font-size: 1rem
}

.backdrop-blur {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.modal {
    z-index: 9999
}

.modal .modal-header {
    padding: .7rem 1rem
}

.modal .modal-title {
    font-size: 1.2rem
}

.not-found-title {
    font-size: 4rem;
    font-weight: 700
}

.container__md {
    max-width: 1024px
}

.container__sm {
    max-width: 900px
}

.container__short {
    max-width: 550px
}

@media (min-width:1440px) {
    .container-wide {
        max-width: 1300px
    }
}

@media (min-width:1600px) {
    .container-wide {
        max-width: 1500px
    }
}

@media (min-width:1800px) {
    .container-wide {
        max-width: 1700px
    }
}

@media (min-width:2000px) {
    .container-wide {
        max-width: 1900px
    }
}

.social-list span {
    font-size: 1.3rem;
    color: #fff
}

.social-list li {
    display: inline-block;
    margin-right: 1.5rem;
    margin-bottom: 1rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #222;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.social-list li:last-child {
    margin-right: 0
}

.social-list li:hover {
    opacity: .8
}

.social-list .social__tiktok {
    background: #0ac2bc
}

.social-list .social__discord {
    background: #5865F2
}


.social-list .social__youtube {
    background: #cd201f
}

.social-list .social__vimeo {
    background: #1ab7ea
}

.social-list .social__pinterest {
    background: #bd081c
}

.social-list .social__linkedin {
    background: #0a66c2
}

.social-list .social__facebook {
    background: #1877f2
}

.social-list .social__twitter {
    background: #1da1f2
}

.social-list .social__telegram {
    background: #2aabee
}

.social-list .social__instagram {
    background: #e4405f
}

.social-list .social__deviantart {
    background: #05cc46
}

.social-list .social__snapchat {
    background: #d4d205
}

.social-list .social__weibo {
    background: #df2029
}

.social-list .social__behance {
    background: #131418
}

.social-list .social__wordpress {
    background: #21759B
}

.social-list .social__stackoverflow {
    background: #f47f24
}

.social-list .social__flickr {
    background: #ff0084
}

.social-list .social__github {
    background: #171515
}

.social-list-sm li {
    margin-right: 1rem;
    margin-bottom: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px
}

.social-list-sm li span {
    font-size: 1rem
}

.social-list-sm .social__tiktok .icon-tiktok:before {
    font-size: 1rem;
    width: 1rem;
    height: 1rem
}

.social-list-sm .social__discord .icon-discord:before {
    font-size: 1rem;
    width: 1rem;
    height: 1rem
}

.icon-live:before {
    background: red;
    content: "";
    width: 1rem !important;
    height: 1rem !important;
    border-radius: 50%
}

.site-header {
    z-index: 1000;
    height: 70px;
    background: #fff
}

.site-header .site-title {
    text-align: inherit
}

.site-header .site-title a {
    font-family: 'Poppins', sans-serif;
    text-indent: 0;
    background-image: none;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 1.75rem;
    outline: none;
    box-shadow: none
}

.site-header .custom-logo-link {
    outline: none;
    box-shadow: none;
    border: none
}

.site-header .custom-logo {
    outline: none;
    box-shadow: none;
    border: none;
    max-width: 175px;
    max-height: 65px
}

.site-header .custom-logo:focus {
    outline: none;
    box-shadow: none;
    border: none
}

@media only screen and (max-width:1200px) {
    .site-header .custom-logo {
        max-width: 150px
    }
}

.site-header .show-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    display: block !important;max-width: 100%;
}

.site-header .show-search .site-search {
    display: block !important
}

@media only screen and (max-width:450px) {
    .site-header .logo-sm {
        text-align: left !important;
        margin-left: .7rem
    }
}

.site-header.backdropblur {
    background: rgba(255, 255, 255, .7)
}

.site-header.backdropblur:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    z-index: -1
}

.site-header .user-roles .user-role {
    margin-right: .5rem
}

.site-header .user-roles .user-role:last-child {
    margin-right: 0
}

.site-header .avatar-dropdown-toggle {
    cursor: pointer
}

.site-header .avatar-dropdown-toggle .unread-threads {
    top: -5px;
    right: -5px
}

.custom-mobile-logo {
    width: 35px;
    height: 35px
}

.custom-mobile-logo.logo-radius img {
    border-radius: 50%
}

.navbar-toggler-btn {
    z-index: 2
}

.navbar-toggler {
    padding: 0 !important
}

.navbar-toggler span {
    font-size: 1.5rem
}

.text__light {
    display: none
}

.site-search form {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    overflow: visible;
    font-weight: 400;
    background: none;
    transform: none !important;
    animation: none !important
}

.site-search form .btn-main {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    border-radius: 35px;
    border: 1px solid #ced4da;
    background: #fff
}

.site-search form .btn-main:hover {
    background: #fff
}

.site-search form input[name="kword"] {
    position: relative;
    border-radius: 35px;
    z-index: 2;
    margin: 0;
    background: #f1f3f4;
    border: 1px solid #ced4da;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    min-height: auto;
    outline: none;
    font-size: 1rem
}

.site-search form [class*=icon] {
    color: #6c757d
}

.site-search form.searching button[type=submit] .btn__icon {
   /* display: none*/
}

.site-search form.searching button[type=submit] .spinner {
    margin: 0
}

.site-search.show {
    display: block !important
}

.site-search .autocomplete-results {
    top: 1rem;
    max-height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden
}

.site-search .autocomplete-results .post-item {
    padding: .75rem
}

.site-search .autocomplete-results .post-item:hover {
    background: #f9f9f9
}

.site-search .autocomplete-results .pagination-nav {
    margin-bottom: 1rem !important
}

@media only screen and (max-width:992px) {
    .site-search {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        padding: 1.5rem .75rem;
        z-index: 2
    }
    .site-search form button[type="submit"] {
        border: none;
        top: 1px;
        right: 1px
    }
}

.search-filter button {
    z-index: 3
}

.search-filter button.show .btn__icon:before {
    content: "\e847"
}

.search-filter .widget-title-wrap {
    margin-bottom: 1rem
}

.search-filter .widget-title-wrap .widget-title {
    text-transform: capitalize;
    font-size: .9rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0
}

.search-filter .widget-title-wrap .widget-title:after {
    height: 2px;
    background: #ddd
}

.search-filter .dropdown-menu {
    top: 19px;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 2rem;
    z-index: 1;
    overflow: auto;
    max-height: 600px
}

.search-filter .list-filter li {
    margin: .3rem 0
}

.search-filter .list-filter label {
    text-decoration: none;
    font-size: .9rem;
    text-transform: capitalize;
    cursor: pointer;
    display: block;
    padding: .1rem 0;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s
}

.search-filter .list-filter label span {
    position: relative
}

.search-filter .list-filter label input {
    display: none
}

.search-filter .list-filter label input:checked+span {
    font-weight: 600;
    padding-left: 1rem
}

.search-filter .list-filter label input:checked+span:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    content: "\e814";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #198754;
    left: 0;
    bottom: 3px;
    font-size: .5rem
}

.search-filter .term_tags.tagcloud li {
    display: inline-block
}

.search-filter .term_tags.tagcloud label {
    border-radius: 3px;
    padding: .3rem .7rem;
    display: inline-block;
    border: 1px solid #e9ecef;
    transition: .25s
}

.header-user .btn__icon {
    font-size: 1.5rem;
    color: #6c757d
}

.header-user button.btn {
    padding: 0
}

.header-user__upload .btn-submit:hover .dot {
    background: #dc3545
}

.header-user__notification .btn-notification .badge {
    top: 0;
    right: 0
}

.header-user__notification .dropdown-menu {
    width: 400px
}

.header-user__notification .list-items {
    max-height: 500px;
    overflow: auto;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef
}

.header-user__notification .widget-title:after {
    content: none
}

.header-user__dropdown .dropdown-menu {
    width: 300px;
    max-height: 800px;
    overflow-y: scroll
}

.header-user__dropdown .dropdown-menu .dropdown-item {
    position: relative;
    padding: .7rem 2rem;
    font-size: .9rem;
    text-transform: capitalize
}

.header-user__dropdown .dropdown-menu .dropdown-item .btn__icon {
    font-size: 1.3rem;
    color: #6c757d;
    margin-right: .5rem
}

.header-user__dropdown .dropdown-menu .dropdown-item .badge {
    position: absolute;
    left: 46px;
    top: 3px
}

@media only screen and (max-width:767px) {
    .header-user__dropdown .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        max-height: 100vh;
        height: 100vh;
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0
    }
}

.header-user__dropdown .author-name {
    font-size: 1.2rem;
    text-decoration: none
}

.header-user__dropdown .author-name a {
    text-decoration: none;
    color: #212529
}

.header-user__dropdown .btn-login {
    background: #ce1e1e;
    border-color: #ce1e1e;
    border-radius: 35px;
    position: relative
}

.header-user__dropdown .btn-login .btn__icon {
    color: #f9fafb;
    font-size: 1.2rem;
        width: auto;
    height: auto;
    display: block;
}

.header-user__dropdown .theme-switcher {
    cursor: pointer
}

@media only screen and (max-width:1000px) {
    .header-user__dropdown .btn-login {
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding: 0;margin-left: 9px;
    }
    .header-user__dropdown .btn-login .btn__icon {
        font-size: 1.2rem
    }
}

@media only screen and (max-width:450px) {
    .header-user__dropdown .avatar-btn {
        width: 30px;
        height: 30px
    }
}

.header-user__cart .cart-count {
    top: -2rem;
    right: -1.5rem
}

.header-user__cart .dropdown-menu {
    width: 400px;
    overflow-y: scroll
}

.header-user__search .dropdown-menu {
    padding: 1rem;
    width: 500px
}

.header-user__search .btn-close {
    position: absolute;
    right: 22px;
    top: 23px;
    z-index: 4;
    font-size: .8rem
}

.header-user__search .site-search {
    position: relative;
    padding: 0
}

.header-user__search .search-form {
    right: 0
}

.header-user__search .search-form .toggle-search {
    display: none !important
}

.header-user__search .search-form input[name="s"] {
    padding-left: 3rem !important
}

.header-user__search .search-form button[type="submit"] {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    left: 6px;
    right: auto
}

@media only screen and (max-width:768px) {
    .header-user__search .dropdown-menu {
        position: fixed;
        left: 0;
        top: 65px;
        width: 100%;
        border-left: none;
        border-right: none
    }
    .header-user__search .dropdown-menu .site-search button[type="submit"] {
        top: 6px
    }
}

.admin-bar .site-header {
    top: 32px
}

.admin-bar .site-header .show-search {
    top: 32px
}

@media only screen and (max-width:768px) {
    .admin-bar .site-header {
        top: 46px
    }
    .admin-bar .site-header .show-search {
        top: 46px
    }
}

.navigation .spinner {
    width: 1rem !important;
    height: 1rem !important;
    line-height: 1rem;
    margin: 0 !important
}

.navigation button {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 100%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0
}

.navigation button:hover {
    opacity: .6
}

.navigation button.waiting .load-icon {
    display: none
}

.navigation button .spinner:first-child {
    display: none
}

.post-nav-links {
    margin-top: 1rem
}

.post-nav-links .post-page-numbers {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 1px 12px;
    font-size: .9rem;
    color: #212529;
    border: 1px solid #dee2e6;
    margin-left: .5rem;
    border-radius: 3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.post-nav-links .post-page-numbers:hover {
    border: 1px solid #dee2e6;
    background-color: #222;
    color: #fff
}

.post-nav-links .current {
    border: 1px solid #dee2e6;
    background-color: #222;
    color: #fff
}

.nav-link {
    position: relative;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif
}

.nav-link .menu-icon {
    margin-right: .5rem
}

.dropdown-toggle:after {
    border: none;
    content: "\f107";
    font-family: "fontello";
    vertical-align: 0;
    color: #666
}

ul.flex-column .nav-link.active:before {
    background: #dc3545
}

.main-menu .nav-link {
    letter-spacing: 1px;
    font-weight: 400;
    padding: 1rem !important;
    text-transform: uppercase;
    font-size: .9rem;
    color: #555;
    border-radius: 0
}

.main-menu .current-menu-parent>.nav-link,
.main-menu .current-menu-item>.nav-link {
    font-weight: 600;
    color: #ce1212
}

.main-menu .dropdown-menu {
    top: 100%;
    padding: 0;
    margin: 0
}

.main-menu .dropdown-menu .nav-link {
    text-transform: capitalize;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.main-menu .dropdown-menu .nav-link:hover {
    background: none
}

.main-menu .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    transform: translate(-50%, -50%);
    right: 5%;
    top: 50%;
    border: none;
    content: "\f105";
    font-family: "fontello"
}

@media (min-width:992px) {
    .main-menu .dropdown-menu .menu-item-has-children:hover>.dropdown-menu {
        display: block !important;
        position: absolute !important;
        left: 100% !important;
        top: 0 !important
    }
}

@media (max-width:991px) {
    .main-menu .nav-link {
        padding: 0.75rem !important;
        font-size: .9rem
    }
    .main-menu .dropdown-toggle:after {
        position: absolute;
        right: .75rem
    }
    .main-menu .dropdown-menu {
        padding-left: 2rem
    }
    .main-menu .dropdown-menu .nav-link:before {
        content: "";
        position: absolute;
        left: 0;
        top: 17px;
        width: 5px;
        height: 5px;
        border: 1px solid #fff;
        border-radius: 50%
    }
    .main-menu .dropdown-menu .dropdown-toggle:after {
        content: "\f107";
        right: .4rem
    }
    .main-menu .dropdown-menu .current-menu-item>.nav-link {
        background: none !important
    }
    .main-menu .dropdown-menu .current-menu-item>.nav-link:before {
        background-color: #ce1212;
        border-color: #ce1212
    }
}

.secondary-nav .menu-icon {
    font-size: 1.3rem
}

.navbar-dark {
    background: #333
}

.navbar-dark .navbar-nav .dropdown-toggle:after {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.navbar-dark .navbar-nav .current-menu-parent>.nav-link,
.navbar-dark .navbar-nav .current-menu-item>.nav-link {
    background: #444
}

.navbar-dark .navbar-nav .dropdown-menu {
    background: #333;
    box-shadow: none
}

.navbar-red {
    background: #ff1e1e
}

.navbar-red .navbar-nav .dropdown-toggle:after {
    color: #f9f9f9
}

.navbar-red .navbar-nav .nav-link {
    color: #f9f9f9
}

.navbar-red .navbar-nav .nav-link:focus,
.navbar-red .navbar-nav .nav-link:hover {
    background: #f31a1a
}

.navbar-red .navbar-nav .dropdown-menu {
    background: #ff1e1e;
    border: none
}

.navbar-red .navbar-nav .current-menu-parent>.nav-link,
.navbar-red .navbar-nav .current-menu-item>.nav-link {
    background: #f31a1a;
    color: #f9f9f9
}

@media only screen and (max-width:991px) {
    .navbar-boxed {
        position: absolute;
        top: 70px;
        left: 0;
        background: #fff;
        width: 100%;
        margin: 0;
        padding: 0
    }
    .navbar-boxed .navbar-nav {
        padding: 1rem 0
    }
}

.narbar-fw .dropdown-menu {
    border-radius: 0;
    border: 0
}

.float-nav .nav-item .menu-icon {
    width: 30px;
    height: 30px;
    font-size: 26px;
    margin-right: 2rem
}

.float-nav .nav-item .nav-link {
    border-radius: 0;
    padding: .8rem 1rem;
    color: #555;
    line-height: 2
}

.float-nav .nav-item .nav-link:focus,
.float-nav .nav-item .nav-link:hover {
    background: #f6f7f7;
    color: #dc3545
}

.float-nav .nav-item .nav-link .menu-text {
    font-size: .95rem
}

.float-nav .nav-item .nav-link .menu-text .badge {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translate(0%, -50%)
}

.float-nav .nav-item.current-menu-item>a {
    background: #f6f7f7;
    color: #dc3545
}

.float-nav .dropdown-menu {
    border: none;
    border-radius: 0;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    overflow: hidden
}

.float-nav .dropdown-menu .menu-icon-wrap {
    text-align: left
}

.float-nav .dropdown-menu .menu-icon-wrap .menu-icon {
    display: inline-block
}

.float-nav .dropdown-menu.show {
    max-height: 900px;
    visibility: visible
}

.float-nav .dropdown-menu .nav-item .nav-link {
    font-size: .95rem;
    font-weight: 400
}

@media only screen and (max-width:1300px) {
    .float-nav .menu-title {
        display: none
    }
}

.nav-top {
    z-index: 100
}

.nav-links {
    display: flex;
    flex-direction: row-reverse
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
    text-decoration: none;
    color: #212529;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    position: relative
}

.nav-links .nav-previous span,
.nav-links .nav-next span {
    color: #aaa
}

.nav-links .nav-previous {
    margin-right: 0
}

.nav-links .nav-next {
    margin-right: auto
}

.pagination .nav-links {
    margin: 0 auto
}

.pagination ul.page-numbers {
    display: flex;
    padding-left: 0;
    margin: 0 auto;
    list-style: none
}

.pagination ul.page-numbers .page-numbers {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    padding: .5rem 1rem;
    margin-right: 1rem;
    border-radius: 3px;
    border: 1px solid #dee2e6;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.pagination ul.page-numbers .page-numbers.current,
.pagination ul.page-numbers .page-numbers:hover {
    background-color: #222;
    color: #fff
}

.pagination-sm ul.page-numbers .page-numbers {
    padding: .2rem .7rem;
    margin-right: 0;
    border-radius: 0
}

@media (min-width:768px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
    100% {
        transform: translateY(0rem);
        opacity: 1
    }
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}

select,
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
.input-text,
textarea {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f1f3f4;
    border: 1px solid #ced4da;
    background-clip: padding-box;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

select:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
.input-text:focus,
textarea:focus {
    background-color: #fff !important;
    border-color: #86b7fe;
    outline: none
}

.form-check-label {
    cursor: pointer
}

.form-control,
.form-select {
    background-color: #f1f3f4
}

.form-control:focus,
.form-select:focus {
    background-color: #fff
}

.btn {
    border-radius: 35px;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.btn.waiting {
    opacity: .7
}

.btn .spinner {
    width: 15px;
    height: 15px;
    margin-left: .5rem
}

.centerxy {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.btn-secondary .spinner-border,
.btn-success .spinner-border,
.btn-primary .spinner-border,
.btn-danger .spinner-border,
.btn-info .spinner-border {
    color: #fff !important
}

.btn-lock-pass {
    top: 0;
    right: 0;
    border-radius: 0;
    line-height: 39px;
    background: #333;
    color: #fff;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.btn-lock-pass .btn__icon {
    color: #fff;
    font-size: 1.2rem
}

.btn-lock-pass.show-password {
    background: #666
}

.btn-lock-pass.show-password .btn__icon:before {
    content: "\e81d"
}

.btn-hide-icon-active.disabled .btn__icon,
.btn-hide-icon-active.active .btn__icon,
.btn-hide-icon-active.waiting .btn__icon {
    display: none !important
}

.btn-hide-icon-active.disabled .spinner,
.btn-hide-icon-active.active .spinner,
.btn-hide-icon-active.waiting .spinner {
    margin: 0 !important
}

.checkboxes {
    max-height: 300px;
    overflow: auto;
    padding: 1rem
}

.checkboxes li {
    margin-bottom: .5rem;
    list-style: none
}

.form-floating .btn-wpmedia {
    position: absolute;
    right: 0;
    top: 0
}

.form-floating .btn-wpmedia .icon {
    font-size: 2rem
}

textarea.textarea-lg {
    min-height: 150px
}

.form-message textarea {
    height: 100px !important
}

.selectit input {
    margin-right: .5rem
}

.taginput-wrap {
    background-color: #f1f3f4;
    border: 1px solid #ccc;
    border-radius: .25rem
}

.taginput-wrap:focus {
    background-color: #fff
}

.bootstrap-tagsinput {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 2rem;
    margin-bottom: 1rem;
    width: 100%
}

.bootstrap-tagsinput .tag {
    font-size: 1rem;
    background: #6c757d;
    padding: .1rem .5em;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block
}

.bootstrap-tagsinput input[type="text"] {
    display: inline-block !important;
    background-color: transparent !important
}

.bootstrap-tagsinput input[type="text"]:focus {
    background: none !important
}

.search-form {
    position: relative
}

.search-form .btn-main {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0
}

.search-form .btn-main .btn__icon {
    color: #6c757d
}

.search-form .post-type-select {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    z-index: 10;
    text-transform: capitalize;
    border: 1px solid #ced4da;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    padding: .375rem 1.75rem .375rem .75rem;
    padding-left: 1.5rem;
    background-color: #f1f3f4;
    line-height: 1.5;
    font-size: 1rem
}

.search-form .post-type-select+input[name=kword] {
    padding-left: 130px !important
}

.drag-drop-upload .upload-form__label {
    border: 5px dashed #acadaf;
    width: 100%;
    height: 300px;
    cursor: pointer;
    position: relative
}

.drag-drop-upload .upload-form__label .icon {
    font-size: 5rem;
    color: #666
}

.drag-drop-upload .upload-form__label:hover {
    opacity: .9
}

.drag-drop-upload .upload-form__label h5 {
    color: #aaa;
    font-weight: 400
}

.drag-drop-upload .progress-wrap {
    display: none
}

.drag-drop-upload.active .upload-form__label {
    display: none
}

.drag-drop-upload.active .progress-wrap {
    display: block
}

.drag-drop-upload .progress {
    background: #e9ecef;
    border: 1px solid #ddd
}

.form-avatar .cropper-wrap {
    height: 300px;
    width: 300px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden
}

.profile-photo-form .img-cropper-wrap {
    height: 250px;
    margin: 0 auto;
    overflow: hidden
}

#form-embed-video #source {
    height: 100px
}

textarea[name="share-embed"] {
    height: 150px !important
}

.upload-video-form textarea#post_content {
    height: 200px
}

.form-ajax button[type="submit"] .spinner-border {
    margin-left: 1rem;
    width: 1rem;
    height: 1rem
}

.form-ajax.form-post-like button[type="submit"] .spinner-border {
    display: none
}

form.join-us #content {
    height: 100px
}

.private-message textarea.form-control {
    height: 100px
}

.form-report textarea {
    min-height: 100px
}

.form-live-stream #description {
    height: 100px
}

.wp-editor-wrap .mce-active {
    background: #222 !important
}

.wpcf7-form label {
    width: 100%
}

.wpcf7-form .wpcf7-not-valid {
    border-color: #dc3545 !important
}

.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    top: -26px;
    right: 0;
    background: #dc3545;
    color: #fff;
    padding: 0 .7rem;
    font-size: 13px;
    border-radius: 3px
}

.wpcf7-form .wpcf7-spinner {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be;
    border-radius: 35px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0;
    padding-bottom: 0
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #0a58ca;
    border-color: #0a53be;
    opacity: .8
}

div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=password],
div.wpforms-container-full .wpforms-form input[type=url],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form input[type=number],
div.wpforms-container-full .wpforms-form select,
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form .wpforms-field-description,
div.wpforms-container-full .wpforms-form .choices__inner {
    border-radius: .25rem;
    color: #212529;
    background-color: #f1f3f4 !important;
    border: 1px solid #ced4da
}

div.wpforms-container-full .wpforms-form label.wpforms-error {
    font-size: .9rem
}

div.wpforms-container-full .wpforms-form .wpforms-field-description {
    font-size: 1rem !important;
    line-height: 2
}

.nsl-container .nsl-container-buttons {
    width: 100%
}

#loginform label {
    margin-bottom: .75rem
}

#loginform input[type=text],
#loginform input[type=password] {
    width: 100%;
    max-width: 100%
}

#loginform p {
    margin-bottom: 1.5rem
}

#loginform .login-submit {
    margin-bottom: 0
}

body.login p {
    line-height: 2
}

body.login #site-search form {
    padding-bottom: 0
}

body.login #login {
    padding: 4% 0 2% 0;
    width: 400px
}

body.login #login h1 {
    display: none
}

body.login #login input[type="text"],
body.login #login input[type="email"],
body.login #login input[type="password"] {
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    background: #f1f3f4;
    border: 1px solid #ced4da
}

body.login #login input[type="text"]:focus,
body.login #login input[type="email"]:focus,
body.login #login input[type="password"]:focus {
    background-color: #fff;
    box-shadow: none;
    outline: none;
    border-color: #ced4da
}

body.login #login input[type="text"]:-webkit-autofill,
body.login #login input[type="text"]:-webkit-autofill:hover,
body.login #login input[type="text"]:-webkit-autofill:focus,
body.login #login input[type="email"]:-webkit-autofill,
body.login #login input[type="email"]:-webkit-autofill:hover,
body.login #login input[type="email"]:-webkit-autofill:focus,
body.login #login input[type="password"]:-webkit-autofill,
body.login #login input[type="password"]:-webkit-autofill:hover,
body.login #login input[type="password"]:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #f1f3f4 inset;
    -webkit-text-fill-color: #212529
}

body.login #login form {
    border: none;
    border-radius: 3px;
    padding: 1.5rem
}

body.login #login form label {
    margin-bottom: 1rem
}

body.login #login form .form-check input {
    margin-top: 4px
}

body.login #login form input[type="submit"] {
    width: 100%;
    padding: .2rem;
    font-size: 1rem;
    background-color: #ce1e1e !important;
    border: 1px solid #ce1e1e !important;
    color: #fff !important;
    border-radius: 35px;
    outline: none;
    box-shadow: none
}

body.login #login #loginform #wp-submit {
    margin-top: 2rem
}

body.login #login .wp-hide-pw {
    outline: none;
    box-shadow: none;
    border: none !important;
    background: none !important
}

@media only screen and (max-width:425px) {
    body.login #login {
        width: 95%
    }
}

body.login .language-switcher {
    max-width: 300px
}

body.login form#language-switcher {
    display: flex;
    align-items: center
}

body.login form#language-switcher input[type=submit] {
    background: #666;
    border-color: #666;
    border-radius: 35px;
    position: relative;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem
}

body.login form#language-switcher #language-switcher-locales {
    background: #f1f3f4;
    border: 1px solid #ced4da
}

body.login .nsl-container-buttons {
    width: 100%
}

@media screen and (max-width:782px) {
    body.login form#language-switcher {
        display: block
    }
    body.login form#language-switcher input[type=submit] {
        width: 100%;
        margin-top: 1rem;
        font-size: 1rem;
        min-height: 30px
    }
    body.login form#language-switcher #language-switcher-locales {
        font-size: 1rem;
        min-height: 30px
    }
}

.content-container-fluid.header-template-1 .site-main {
    margin-top: 70px
}

.thumbnail-image-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.post-thumbnail {
    overflow: hidden
}

.post-thumbnail img {
    transition: transform .7s;
    width: 100%;
    height: auto
}

.post-thumbnail .post-meta__like {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: .75rem;
    left: -100px !important;
    z-index: 10;
    width: auto;
    height: auto;
    color: #fff;
    border-radius: .25rem;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.post-thumbnail .post-meta__like button {
    padding: 3px
}

.post-thumbnail .post-meta__like .btn__icon {
    color: #fff;
    font-size: 1rem
}

.post-thumbnail .post-meta__like .btn__badge {
    display: none
}

.post-thumbnail .post-meta__like .gap-4 {
    gap: 0 !important
}

.post-thumbnail:hover img {
    transform: scale(1.1)
}

.post-thumbnail:hover .post-meta__like {
    left: 0.75rem !important
}

.post-thumbnail.ratio img {
    object-fit: cover;
    height: 100%
}

.post-thumbnail iframe {
    z-index: 0
}

.more-link {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #212529
}

.post-title {
    font-size: 1rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.post-title a {
    font-weight: 600;
    text-decoration: none;
    color: #212529;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal
}

.post-title .icon-live:before {
    width: .8rem;
    height: .8rem
}

.post-title-md {
    font-size: 1.4rem
}

.post-title-lg {
    font-size: 1.6rem
}

.post-title-lg .icon-live:before {
    width: 1rem;
    height: 1rem
}

.post-title-xl {
    font-size: 1.8rem
}

.post-title-xl .icon-live:before {
    width: 1rem;
    height: 1rem
}

.post-title-xxl {
    font-size: 2rem
}

.post-title-xxl .icon-live:before {
    width: 1rem;
    height: 1rem
}

.type-video .post-thumbnail img {
    height: auto !important;
    width: 100% !important;
    object-fit: cover
}

.type-video .post-thumbnail .video-length {
    position: absolute;
    right: .75rem;
    top: .75rem;
    left: auto;
    display: inline-block
}

.type-video .post-thumbnail .badge-stream {
    position: absolute;
    width: auto;
    height: auto;
    display: inline-block;
    right: .75rem;
    left: auto;
    bottom: .75rem;
    top: auto
}

.post-meta__items {
    font-size: 13px;
    color: #aaa;
    text-decoration: none;
    position: relative
}

.post-meta__items a {
    color: #aaa;
    text-decoration: none
}

.post-meta__items .icon {
    font-size: 1em
}

.post-meta__items>div {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.post-meta__items>div:last-child {
    margin-right: 0
}

.post-meta__items .spinner-border {
    width: 1rem;
    height: 1rem
}

.post-meta__items .user-avatar {
    width: 35px;
    height: 35px
}

@media only screen and (max-width:375px) {
    .post-meta__items .user-avatar {
        width: 25px;
        height: 25px
    }
    .post-meta__items .user-avatar img {
        padding: 0
    }
    .post-meta__items .comment-box {
        padding: 1px 7px
    }
}

.post-meta__author {
    font-size: .9rem;
    color: #aaa;
    text-decoration: none
}

.post-meta__author a {
    color: #aaa !important;
    text-decoration: none
}

.comment-box {
    background: #aaa;
    color: #fff;
    padding: 2px 9px;
    font-size: 11px;
    border-radius: 3px;
    display: inline-block;
    position: relative
}

.comment-box .comment-link {
    color: #fff
}

.comment-box:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #aaa;
    bottom: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute
}

.comment-box:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #aaa;
    bottom: -5px;
    content: '';
    left: 50%;
    margin-left: -5px;
    position: absolute
}

.comment-box:hover {
    background: #222
}

.comment-box:hover:before,
.comment-box:hover:after {
    border-top-color: #222
}

.post-options .btn__icon {
    font-size: 1.5rem !important;
    /* color: #6c757d; */
}

.post-options .btn {
    border: 1px solid #f1f1f1 !important;
    background: #f5f5f5;
    padding: .2rem 0.3rem !important;
    border-radius: 4px !important
}

.post-options .btn:hover {
    opacity: .7
}

.video-length {
    font-size: 13px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    width: auto;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.video-hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.video-hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9
}

.video-hover:hover {
    opacity: 1
}

.video-hover:hover+.video-length {
    background: #ce1e1e
}

.video-hover span {
    font-size: 40px;
    color: #fff
}

.video-watch-later {
    position: absolute;
    right: -30px;
    bottom: 15px;
    left: auto;
    top: auto;
    z-index: 20;
    width: auto;
    height: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.video-watch-later button {
    background: rgba(0, 0, 0, .8)
}

.video-watch-later button.active {
    background: none
}

.video-watch-later .btn__icon {
    color: #fff;
    font-size: 1.2rem
}

.post-body:hover .video-watch-later {
    right: 15px
}

.livechat-icon {
    position: absolute;
    width: auto;
    height: auto;
    right: 10px;
    bottom: 10px;
    top: auto;
    left: auto;
    padding: .2rem 1rem .2rem 1.3rem;
    font-size: .8rem;
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.livechat-icon .dot {
    left: 7px;
    top: 5px;
    background: #28a745
}

.video-paid {
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: auto;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: .8rem
}

.video-paid .icon {
    color: #0dcaf0
}

.bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f2f2f2;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, black 100%)
}

.view-more-url span.badge {
    font-weight: 400;
    background-color: #222 !important;
    border: 1px solid #333;
    letter-spacing: 0
}

.view-more-url span.badge:hover {
    background-color: #111 !important
}

.post-excerpt,
.post-content {
    line-height: 2
}

.post-excerpt p,
.post-content p {
    word-wrap: break-word
}

.post-excerpt p:last-child,
.post-content p:last-child {
    margin-bottom: 0
}

.post-excerpt .pmpro_content_message,
.post-content .pmpro_content_message {
    padding: 1rem
}

.post-tags:not(.post-category) a {
    position: relative;
    font-size: 12px;
    display: inline-block;
    color: #222;
    background-color: #f5f5f5;
    margin: 5px;
    text-decoration: none;
    padding: 1px 7px;
    text-transform: capitalize
}

.post-tags:not(.post-category) a:hover {
    background: #444;
    color: #fff
}

.post-category a {
    color: #212529;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
    text-decoration: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    font-family: 'Poppins', sans-serif
}

.post-category a:hover {
    text-decoration: underline
}

.post-category .sep {
    color: #aaa
}

.post-category.post-tags a {
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: .2rem .5rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .85rem
}

.post-category.post-tags a:hover {
    text-decoration: none
}

.hentry.sticky {
    background: #fdffde
}

.social-share .meks_ess {
    margin-bottom: 0
}

.modal-body .social-share {
    margin-bottom: 1rem
}

.has-large-font-size {
    font-size: 2rem
}

.has-small-font-size {
    font-size: .95rem
}

.js-read.js-more {
    max-height: 4rem;
    overflow: hidden
}

.js-read-toggler span {
    font-size: 1.5rem
}

.js-read-less span:before {
    content: "\f102"
}

.tagcloud a {
    margin-right: .5rem;
    margin-bottom: .5rem;
    text-decoration: none
}

.tagcloud a:hover {
    text-decoration: underline
}

.post-main {
    position: relative
}

.post-main .playlist-content-widget {
    margin-bottom: 0
}

.post-grid-list_xs .post-thumbnail {
    width: 120px
}

.post-grid-list_xs .video-watch-later {
    display: none
}

.post-grid-list_xs .video-length {
    top: 5px !important;
    right: 5px !important;
    padding: 4px
}

.post-grid-list_xs .post-meta__items {
    top: 5px !important;
    left: 5px !important;
    padding: 0;
    font-size: 13px
}

.post-grid-list_xs .post-meta__items .btn,
.post-grid-list_xs .post-meta__items .btn__icon,
.post-grid-list_xs .post-meta__items .btn__badge {
    font-size: 11px
}

.post-grid-list_xs .icon-play {
    font-size: 30px
}

.post-grid-list_xs .livechat-icon,
.post-grid-list_xs .video-paid {
    bottom: 0
}

.post-grid-list_xs .livechat-icon .text,
.post-grid-list_xs .video-paid .text {
    display: none
}

.post-grid-list_xs .livechat-icon {
    right: 0
}

.post-grid-list_xs .video-paid {
    left: 0
}

.post-grid-list_xs .post-meta__like {
    display: none !important
}

.post-grid-list_sm .post-thumbnail {
    width: 140px
}

.post-grid-list_sm .video-watch-later {
    display: none
}

.post-grid-list_sm .video-hover span {
    font-size: 30px
}

.post-grid-list_sm .icon-play {
    font-size: 30px
}

.post-grid-list_sm .livechat-icon,
.post-grid-list_sm .video-paid {
    bottom: 0
}

.post-grid-list_sm .livechat-icon .text,
.post-grid-list_sm .video-paid .text {
    display: none
}

.post-grid-list_sm .livechat-icon {
    right: 0
}

.post-grid-list_sm .video-paid {
    left: 0
}

.post-grid-list_sm .post-meta__like {
    display: none !important
}

.post-grid-list_md .post-thumbnail {
    width: 180px
}

.post-grid-list_md .video-hover span {
    font-size: 40px
}

.post-grid-list_md .livechat-icon,
.post-grid-list_md .video-paid {
    bottom: .2rem
}

.post-grid-list_md .livechat-icon .text,
.post-grid-list_md .video-paid .text {
    display: none
}

.post-grid-list_md .livechat-icon {
    bottom: .2rem
}

.post-grid-list_md .post-meta__like,
.post-grid-list_md .video-paid {
    left: .2rem
}

.post-grid-list_md .video-length,
.post-grid-list_md .livechat-icon {
    right: 0.2rem !important
}

.post-grid-list_md .post-meta__items,
.post-grid-list_md .video-length {
    top: 0.2rem !important
}

.post-grid-list_md .post-meta__items [class*="icon"] {
    font-size: 12px
}

.post-grid-list_lg .post-thumbnail {
    width: 300px
}

.post-grid-list_xl .post-thumbnail {
    width: 350px
}

.post-grid-list_xxl .post-thumbnail {
    width: 400px
}

.post-list-wrap .post-thumbnail {
    width: 150px
}

.post-grid .post-meta__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.5
}

.post-grid .post-title-lg,
.post-grid .post-title-xl,
.post-grid .post-title-xxl {
    max-height: 4.2rem
}

.post-grid .post-meta_author {
    margin: .3rem 0
}

.post-grid .post-excerpt {
    font-size: 1rem
}

.post-grid.post-grid-dark .post-item:hover {
    opacity: .8
}

.post-grid.post-grid-dark .post-item .post-meta_author a,
.post-grid.post-grid-dark .post-item .post-title a {
    color: #f9f9f9 !important
}

.post-grid.post-grid-dark .post-item .post-meta__items {
    color: #f9f9f9
}

.post-grid.post-grid-dark .post-item .post-meta__items a {
    color: #f9f9f9
}

.post-grid.post-grid-dark::-webkit-scrollbar {
    width: 8px;
    background-color: #333
}

.post-grid.post-grid-dark::-webkit-scrollbar-thumb {
    background-color: #666
}

@media only screen and (max-width:1024px) {
    .post-grid .post-title-xl {
        font-size: 1.5rem
    }
    .post-grid .post-title-xxl {
        font-size: 1.7rem
    }
}

@media only screen and (max-width:768px) {
    .post-grid .post-title-lg,
    .post-grid .post-title-xl,
    .post-grid .post-title-xxl {
        font-size: 1.4rem
    }
}

@media only screen and (max-width:480px) {
    .post-grid .post-title-md,
    .post-grid .post-title-lg,
    .post-grid .post-title-xl,
    .post-grid .post-title-xxl {
        font-size: 1rem
    }
    .post-grid .post-excerpt {
        font-size: .9rem
    }
}

.post-grid-grid.post-grid-avatar-size-sm .post-excerpt {
    padding-left: 3rem
}

.post-grid-grid.post-grid-avatar-size-md .post-excerpt {
    padding-left: 3.5rem
}

.post-grid-grid.post-grid-avatar-size-lg .post-excerpt {
    padding-left: 5rem
}

.post-grid-grid.post-grid-avatar-size-l .post-excerpt {
    padding-left: 6.5rem
}

.post-grid-grid.post-grid-avatar-size-xl .post-excerpt {
    padding-left: 9rem
}

.post-grid-overlay .avatar {
    padding: 0
}

.post-grid-overlay .post-bottom {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    margin: 0 !important;
    padding: 0;
    color: #f9f9f9;
    align-items: center !important
}

.post-grid-overlay .post-bottom .post-title {
    display: -webkit-box;
    max-height: 3.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1
}

.post-grid-overlay .post-bottom .post-title a {
    color: #f9f9f9;
    display: inline
}

.post-grid-overlay .post-meta__author {
    color: #aaa
}

.post-grid-overlay .post-meta__author a {
    color: #aaa
}

.post-grid-overlay:not(.post-grid-avatar) .post-bottom .post-meta__items {
    color: #f9f9f9
}

.post-grid-overlay:not(.post-grid-avatar) .post-bottom .post-meta__items a {
    color: #f9f9f9
}

@media only screen and (max-width:767px) {
    .post-grid-overlay .post-bottom {
        left: .75rem;
        bottom: .75rem
    }
}

.post-grid-no-margin .row {
    margin-left: 0;
    margin-right: 0
}

.post-grid-no-margin .post-item {
    padding-left: 0;
    padding-right: 0
}

.post-grid-no-margin .post-main,
.post-grid-no-margin .post-thumbnail {
    border-radius: 0 !important
}

.post-grid-no-margin .slick-list {
    margin-left: 0;
    margin-right: 0
}

.post-grid-no-margin .slick-list .slick-slide {
    padding-left: 0;
    padding-right: 0
}

.post-grid-no-margin.post-grid-slick {
    padding-left: 0;
    padding-right: 0
}

.post-grid-no-margin.post-grid-slick .slick-list {
    margin: 0 !important
}

.post-grid-no-margin.post-grid-slick .slick-list .slick-slide {
    padding: 0 !important
}

@media only screen and (max-width:500px) {
    .post-grid-no-margin .slick-list .slick-slide {
        padding-left: 10px;
        padding-right: 10px
    }
}

.flat-posts {
    height: 500px;
    width: 100%
}

.flat-posts article {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.flat-posts article .bg-thumbnail {
    transition: transform .7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flat-posts article:hover .bg-thumbnail {
    transform: scale(1.1)
}

.flat-posts .avatar {
    padding: 0
}

.flat-posts .post-bottom {
    color: #f9f9f9;
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    max-width: 90%
}

.flat-posts .post-title a {
    color: #f9f9f9;
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2
}

.flat-posts .video-length {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
    display: inline-block
}

.flat-posts .video-paid {
    left: 1rem;
    top: 1rem;
    bottom: auto
}

.flat-posts .large-post-wrap {
    width: 60%;
    float: left;
    height: 100%
}

.flat-posts .large-post-wrap .post-title {
    font-size: 1.5rem
}

.flat-posts .small-posts-wrap {
    width: 40%;
    float: left;
    height: 100%
}

.flat-posts .small-posts-wrap .post-title {
    font-size: 1rem
}

.flat-posts .small-posts-wrap .small-post-wide {
    width: 100%;
    height: 50%
}

.flat-posts .small-posts-wrap .small-post-small {
    width: 50%;
    height: 50%;
    float: left
}

@media only screen and (max-width:1400px) {
    .flat-posts {
        height: 450px
    }
}

@media only screen and (max-width:1024px) {
    .flat-posts .large-post-wrap {
        width: 55%
    }
    .flat-posts .small-posts-wrap {
        width: 45%
    }
    .flat-posts .small-posts-wrap .post-title {
        font-size: 1.1rem
    }
}

@media only screen and (max-width:767px) {
    .flat-posts {
        height: 1000px
    }
    .flat-posts .large-post-wrap,
    .flat-posts .small-posts-wrap {
        width: 100%;
        height: 500px
    }
    .flat-posts .post-bottom {
        bottom: 10px;
        left: .75rem
    }
}

@media only screen and (max-width:480px) {
    .flat-posts {
        height: 1000px
    }
    .flat-posts .large-post-wrap {
        height: 400px
    }
    .flat-posts .large-post-wrap .post-title {
        font-size: 1.2rem
    }
    .flat-posts .small-posts-wrap {
        height: 600px
    }
    .flat-posts .small-posts-wrap .small-post {
        width: 100%
    }
    .flat-posts .small-posts-wrap .small-post.small-post-wide {
        height: 200px
    }
    .flat-posts .small-posts-wrap .small-post.small-post-small {
        height: 200px
    }
}

@media only screen and (max-width:380px) {
    .flat-posts .post-title {
        font-size: 1rem !important
    }
}

.post-grid-slick {
    padding-right: .75rem;
    padding-left: .75rem;
    overflow: hidden
}

@media only screen and (max-width:380px) {
    .post-grid-list_md .post-thumbnail,
    .post-grid-list_lg .post-thumbnail,
    .post-grid-list_xl .post-thumbnail,
    .post-grid-list_xxl .post-thumbnail {
        width: 140px
    }
}

@media only screen and (max-width:767px) {
    .post-grid-list_lg .post-body,
    .post-grid-list_xl .post-body,
    .post-grid-list_xxl .post-body {
        display: block !important
    }
    .post-grid-list_lg .post-body .post-main,
    .post-grid-list_xl .post-body .post-main,
    .post-grid-list_xxl .post-body .post-main {
        margin: 0 !important;
        width: 100%
    }
    .post-grid-list_lg .post-body .post-bottom,
    .post-grid-list_xl .post-body .post-bottom,
    .post-grid-list_xxl .post-body .post-bottom {
        margin-top: 1rem
    }
    .post-grid-list_lg .post-thumbnail,
    .post-grid-list_xl .post-thumbnail,
    .post-grid-list_xxl .post-thumbnail {
        width: 100%
    }
}

@media only screen and (max-width:992px) {
    .post-title-lg {
        font-size: 1.4rem
    }
    .post-title-xl {
        font-size: 1.6rem
    }
    .post-title-xxl {
        font-size: 1.8rem
    }
}

.term-grid .icon__playlist {
    color: #fff
}

.term-grid .term-box {
    background: #000000a1;
    padding: 1rem;
    z-index: 2
}

.term-grid .term-title {
    font-size: 1rem
}

.term-grid.term-layout-default .term-box {
    min-width: 60%;
    max-width: 60%
}

.term-grid.term-layout-default .term-title {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal
}

.term-grid.term-layout-default .term-title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: -.5rem;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    background: #fff
}

.term-grid.term-layout-default .post-count {
    font-size: .9rem;
    text-transform: capitalize;
    font-weight: 500
}

.term-grid.term-layout-playlist .term-box {
    height: 100%;
    width: 30%;
    right: 0;
    top: 0
}

.term-grid.term-layout-playlist .play-all-box {
    background: #000000a1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.term-grid.term-layout-playlist .post-permalink:hover .play-all-box {
    opacity: 1
}

.terms-menu .term-item a {
    background: #e2e2e2;
    color: #111;
    border-radius: 8px;
    padding: .25rem .75rem;
    text-decoration: none;
    display: block
}

.terms-menu .term-item a:hover {
    opacity: .8
}

.terms-menu .term-item.current a {
    background: #222;
    color: #fff
}

.terms-menu.no-slick .term-item {
    display: inline-block;
    margin: .5rem
}

.terms-menu.slick-initialized .slick-arrow:before {
    color: #1b1b1b
}

.terms-menu.slick-initialized .slick-prev {
    left: 0
}

.terms-menu.slick-initialized .slick-next {
    right: 0
}

.terms-menu.slick-initialized .slick-prev+.slick-list {
    margin-left: 2rem !important;
    margin-right: 2rem !important
}

.activity-item .post-title {
    font-size: 1.1rem
}

.activity-item .comment-count a {
    text-decoration: none;
    color: #a0a1a3;
    font-size: .95rem
}

@media only screen and (max-width:700px) {
    .activity-item .user-avatar {
        width: 45px;
        height: 45px
    }
    .activity-item .post-title {
        font-size: 1rem
    }
}

.li-post-count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #aaa;
    font-size: .9rem
}

.widget-title-wrap {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 1.5rem;
    z-index: 2
}

.widget-title {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #666
}

.widget-title:after {
    content: "";
    position: absolute;
    height: 4px;
    width: 50px;
    left: 0;
    bottom: -1rem;
    background: #ce1212
}

.widget-title.no-after:after {
    content: none
}

.widget-title .view-more {
    font-size: .9rem
}

.widget-title .title-icon {
    font-size: 1rem;
    background: #ce1212;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 1rem
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_product_categories ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_product_categories ul li {
    display: block;
    width: 100%;
    padding: .7rem 0;
    text-align: inherit;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_rss ul li:first-child,
.widget_nav_menu ul li:first-child,
.widget_product_categories ul li:first-child {
    padding-top: 0
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a,
.widget_nav_menu ul li a,
.widget_product_categories ul li a {
    text-decoration: none;
    clear: both;
    color: #212529;
    display: block;
    position: relative;
    padding: 0 1.5rem;
    font-size: 1rem
}

.widget_archive ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before,
.widget_nav_menu ul li a:before,
.widget_product_categories ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border: 1px solid #ce1212;
    border-radius: 50%
}

.widget_archive ul li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_recent_comments ul li a:hover:before,
.widget_recent_entries ul li a:hover:before,
.widget_rss ul li a:hover:before,
.widget_nav_menu ul li a:hover:before,
.widget_product_categories ul li a:hover:before {
    background: #ce1212
}

.widget_archive ul li .children,
.widget_categories ul li .children,
.widget_pages ul li .children,
.widget_meta ul li .children,
.widget_recent_comments ul li .children,
.widget_recent_entries ul li .children,
.widget_rss ul li .children,
.widget_nav_menu ul li .children,
.widget_product_categories ul li .children {
    padding-left: 1.5rem;
    padding-top: 1.5rem
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_product_categories ul li:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.widget_nav_menu .sub-menu {
    padding-left: 1.5rem;
    padding-top: 1rem
}

.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a {
    display: inline-block;
    padding: 0
}

.widget_recent_comments ul li a:before,
.widget_recent_entries ul li a:before,
.widget_rss ul li a:before {
    content: none
}

.widget_recent_comments ul li .comment-author-link,
.widget_recent_entries ul li .comment-author-link,
.widget_rss ul li .comment-author-link {
    font-weight: 600
}

.widget_recent_comments ul li .rssSummary,
.widget_recent_entries ul li .rssSummary,
.widget_rss ul li .rssSummary {
    color: #666;
    font-style: italic
}

.wp-block-tag-cloud a,
.tagcloud a {
    font-size: 0.9rem !important;
    background-color: #e9ecef;
    color: #212529;
    padding: .2rem .5rem;
    margin: 4px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
    opacity: .5;
    text-decoration: none
}

.wp-calendar-nav {
    display: flex;
    justify-content: space-between
}

.wp-calendar-nav a {
    font-weight: 600;
    color: #212529
}

.widget-require-membership a {
    color: #212529;
    font-weight: 700
}

.widget-require-membership ul {
    list-style: none;
    padding: 0;
    line-height: 2
}

.comments-widget ul li:last-child {
    border-bottom: none !important
}

.widget_rss .rss-widget-icon {
    margin-right: .7rem
}

.widget_rss .rss-date {
    color: #aaa;
    font-size: .9rem;
    display: block
}

.widget_rss .rssSummary {
    font-size: .9rem
}

.user-list-widget .user-wrap {
    margin-right: 2rem
}

.user-list-widget .user-name {
    font-size: 1rem
}

.user-list-widget .video-count {
    font-size: .85rem;
    color: #aaa
}

.posts-widget .star-rating {
    font-size: 90%
}

.widget-videos-playlist .livechat-icon,
.widget-videos-playlist .total-score {
    display: none
}

.widget-videos-playlist iframe {
    background: #000
}

.widget-videos-playlist .post-grid {
    overflow-x: hidden;
    overflow-y: scroll
}

.widget-videos-playlist .post-grid .post-item {
    position: relative;
    border-bottom: 1px solid #ececec
}

.widget-videos-playlist .post-grid .post-item.active {
    background: #eee
}

.widget-videos-playlist .post-grid .post-item.active:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    background: #666
}

.widget-videos-playlist .post-grid .post-item .post-title {
    font-size: .95rem;
    max-height: 3rem
}

.widget-videos-playlist .post-grid .post-meta__like {
    display: none
}

.widget-videos-playlist .post-grid-dark .post-item {
    border-bottom: 1px solid #222
}

.widget-videos-playlist .post-grid-dark .post-item.active {
    background: #222
}

.widget-videos-playlist .post-grid-dark.border {
    border: 1px solid #222 !important
}

@media only screen and (max-width:1330px) {
    .widget-videos-playlist .embed-wrap .ratio:before {
        padding-top: calc(9 / 16 * 100%)
    }
    .widget-videos-playlist .post-grid-list_sm .post-thumbnail,
    .widget-videos-playlist .post-grid-list_md .post-thumbnail {
        width: 120px
    }
}

.widget_top_rated_products ul li,
.widget_recently_viewed_products ul li,
.widget_recent_reviews ul li,
.widget_products ul li {
    padding: .7rem 0 !important;
    text-align: inherit;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.widget_top_rated_products ul li a,
.widget_recently_viewed_products ul li a,
.widget_recent_reviews ul li a,
.widget_products ul li a {
    text-decoration: none
}

.widget_top_rated_products ul li a img,
.widget_recently_viewed_products ul li a img,
.widget_recent_reviews ul li a img,
.widget_products ul li a img {
    width: 64px !important
}

.widget_top_rated_products ul li a .product-title,
.widget_recently_viewed_products ul li a .product-title,
.widget_recent_reviews ul li a .product-title,
.widget_products ul li a .product-title {
    color: #212529
}

.widget_top_rated_products ul li ins,
.widget_recently_viewed_products ul li ins,
.widget_recent_reviews ul li ins,
.widget_products ul li ins {
    text-decoration: none
}

.widget_top_rated_products ul li .amount,
.widget_recently_viewed_products ul li .amount,
.widget_recent_reviews ul li .amount,
.widget_products ul li .amount {
    color: #11dd21
}

.widget_top_rated_products ul li del .amount,
.widget_recently_viewed_products ul li del .amount,
.widget_recent_reviews ul li del .amount,
.widget_products ul li del .amount {
    color: #aaa
}

.widget_top_rated_products ul li .star-rating,
.widget_recently_viewed_products ul li .star-rating,
.widget_recent_reviews ul li .star-rating,
.widget_products ul li .star-rating {
    margin: .5rem 0;
    font-size: .8rem
}

.widget_top_rated_products ul li:last-child,
.widget_recently_viewed_products ul li:last-child,
.widget_recent_reviews ul li:last-child,
.widget_products ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.widget_recent_reviews .reviewer {
    color: #aaa;
    font-size: 90%
}

.playlist-meta__items>div {
    font-size: .9rem;
    color: #aaa;
    text-decoration: none;
    position: relative
}

.playlist-meta__items>div:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #aaa;
    left: -.75rem;
    bottom: 8px;
    border-radius: 50%
}

.playlist-meta__items>div:first-child:before {
    content: none
}

.playlist-meta__items>div .btn__icon {
    font-size: .9rem;
    color: #aaa
}

.playlist-content-widget .playlist-item-control {
    visibility: hidden
}

.playlist-content-widget .playlist-items {
    overflow-y: scroll
}

.playlist-content-widget .playlist-items .item-index {
    min-width: 30px;
    text-align: center
}

.playlist-content-widget .playlist-items .item-index .icon-play {
    font-size: 1rem
}

.playlist-content-widget .playlist-items .playlist-item {
    position: relative
}

.playlist-content-widget .playlist-items .playlist-item .post-title {
    font-size: 1rem;
    max-height: 3rem
}

.playlist-content-widget .playlist-items .playlist-item.active,
.playlist-content-widget .playlist-items .playlist-item:hover {
    background: #f9f9f9
}

.playlist-content-widget .playlist-items .playlist-item.active .item-index,
.playlist-content-widget .playlist-items .playlist-item:hover .item-index {
    color: #ce1212
}

.playlist-content-widget .playlist-items .playlist-item:hover .playlist-item-control {
    visibility: visible
}

.playlist-content-widget .playlist-items .playlist-item .post-meta__items {
    position: relative;
    left: 0;
    top: 0
}

.playlist-content-widget .playlist-items .playlist-item .post-meta__items>div {
    background: none;
    color: #aaa;
    font-size: 13px;
    display: inline-block;
    padding: 0;
    margin-right: 10px
}

.playlist-content-widget .playlist-items .playlist-item .post-meta__items>div a {
    color: #aaa
}

.playlist-content-widget .playlist-1-items,
.playlist-content-widget .playlist-2-items,
.playlist-content-widget .playlist-3-items {
    overflow: visible
}

.widget {
    margin-bottom: 1.5rem;
    position: relative
}

.widget p {
    line-height: 2
}

.widget [class*=wp-block-] {
    margin-bottom: 0
}

.widget-footer .post-grid-list .post-item:last-child,
.widget-primary .post-grid-list .post-item:last-child {
    margin-bottom: 0 !important
}

.widget-footer .post-grid-grid .row-cols-sm-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-lg-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-xl-1 .post-item:last-child,
.widget-footer .post-grid-grid .row-cols-xxl-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-sm-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-lg-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-xl-1 .post-item:last-child,
.widget-primary .post-grid-grid .row-cols-xxl-1 .post-item:last-child {
    margin-bottom: 0 !important
}

.widget-footer .post-grid-grid .row-cols-sm-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-lg-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-xl-2 .post-item:nth-last-child(-n+2),
.widget-footer .post-grid-grid .row-cols-xxl-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-sm-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-lg-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-xl-2 .post-item:nth-last-child(-n+2),
.widget-primary .post-grid-grid .row-cols-xxl-2 .post-item:nth-last-child(-n+2) {
    margin-bottom: 0 !important
}

@media (max-width:576px) {
    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-5:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-5:last-child {
        margin-top: 3rem;
        margin-bottom: 3rem !important
    }
    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-4:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-4:last-child {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem !important
    }
    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-3:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-3:last-child {
        margin-top: 1rem;
        margin-bottom: 1rem !important
    }
    .widget-footer .post-grid-grid .row-cols-1 .post-item.mb-2:last-child,
    .widget-primary .post-grid-grid .row-cols-1 .post-item.mb-2:last-child {
        margin-top: .5rem;
        margin-bottom: 0.5rem !important
    }
}

.widget-elementor {
    margin-bottom: 0
}

.widget-elementor .navigation {
    margin-bottom: 1.5rem !important
}

.sidebar.sidebar-primary.sticky-top {
    top: 0;
    z-index: 90;
    margin-bottom: 1.5rem
}

.sidebar-primary .widget {
    padding: 1.5rem;
    background: #fff
}

.sidebar-primary .widget .widget-title-wrap .widget-title:after {
    content: none
}

.sidebar-primary .post-grid .icon-play {
    font-size: 30px
}

.sidebar-primary .playlist-content-widget {
    padding: 0
}

.sidebar-primary .comments-template-widget {
    padding-bottom: 0
}

.sidebar-primary .comments-template-widget .comments-livechat {
    margin: -1.5rem;
    margin-bottom: 0 !important
}

.sidebar-primary .comments-template-widget .comments-list-lg {
    margin: 0 !important
}

.sidebar-primary .comments-list-lg {
    margin: -1.5rem !important;
    height: 700px
}

.sidebar-primary .comments-list-lg .comments-area {
    height: 100%
}

.sidebar-primary .comments-list-lg .comments-list {
    overflow-y: auto
}

@media only screen and (max-width:1400px) {
    .sidebar-primary .post-grid-list_sm .post-thumbnail,
    .sidebar-primary .post-grid-list_md .post-thumbnail,
    .sidebar-primary .post-grid-list_lg .post-thumbnail,
    .sidebar-primary .post-grid-list_xl .post-thumbnail,
    .sidebar-primary .post-grid-list_xxl .post-thumbnail {
        width: 130px
    }
}

@media only screen and (min-width:576px) {
    .sidebar-primary .post-grid-1-cols .post-item:nth-last-child(-n+1) {
        margin-bottom: 0 !important
    }
    .sidebar-primary .post-grid-2-cols .post-item:nth-last-child(-n+2) {
        margin-bottom: 0 !important
    }
    .sidebar-primary .post-grid-3-cols .post-item:nth-last-child(-n+3) {
        margin-bottom: 0 !important
    }
    .sidebar-primary .post-grid-4-cols .post-item:nth-last-child(-n+4) {
        margin-bottom: 0 !important
    }
    .sidebar-primary .post-grid-6-cols .post-item:nth-last-child(-n+2) {
        margin-bottom: 0 !important
    }
    .sidebar-primary .post-grid-12-cols .post-item:nth-last-child(-n+1) {
        margin-bottom: 0 !important
    }
}

.sidebar-secondary {
    position: fixed;
    width: 300px;
    top: 70px;
    bottom: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar-secondary .widgettitle {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5rem;
    position: relative;
    margin-bottom: 1rem
}

.sidebar-secondary .main-nav .dropdown-toggle::after {
    position: absolute;
    right: 1.5rem;
    top: 12px;
    color: #666
}

.sidebar-secondary .widget .widget-title:after {
    content: none
}

.sidebar-secondary .widget .widget-title-wrap {
    margin-bottom: 1rem
}

.sidebar-secondary .user-list-widget .user-wrap {
    margin-right: 2rem
}

.sidebar-secondary .user-list-widget .user-avatar {
    width: 30px;
    height: 30px
}

.sidebar-secondary .user-list-widget .user-avatar img {
    padding: 0
}

.sidebar-secondary .user-list-widget .user-name {
    font-family: 'Poppins', sans-serif
}

.sidebar-secondary .user-list-widget .user-name a {
    font-weight: 400 !important;
    font-size: .95rem
}

.sidebar-secondary .search-form-wrap {
    margin: 1rem
}

.sidebar-secondary .search-form-wrap button[type=submit] {
    padding: .5rem
}

.sidebar-secondary.active {
    left: 0
}

.sidebar-secondary.sidebar-collapse {
    width: 60px;min-width: 60px;
}

.sidebar-secondary.sidebar-collapse .btn-collapse span:before {
    content: "\f178"
}

.sidebar-secondary.sidebar-collapse .float-nav .menu-title {
    display: none
}

.sidebar-secondary.sidebar-collapse .widget-title-wrap {
    display: none
}

.sidebar-secondary.sidebar-collapse .user-list-widget .user-meta {
    display: none
}

.sidebar-secondary.sidebar-collapse .custom-logo-wrap {
    display: none
}

.sidebar-secondary.sidebar-collapse .custom-mobile-logo {
    display: block
}

.sidebar-secondary.sidebar-collapse .search-form-wrap {
    display: none
}

.sidebar-secondary.sidebar-collapse+.site-main {
    padding-left: 60px
}

@media only screen and (max-width:1300px) {
    .sidebar-secondary {
        width: 60px
    }
    .sidebar-secondary .widget-title-wrap {
        display: none
    }
    .sidebar-secondary .user-list-widget .user-meta {
        display: none
    }
}

@media only screen and (max-width:1200px) {
    .sidebar-secondary {
        left: -200px
    }
    .sidebar-secondary .btn-collapse {
        display: none
    }
}

.sidebar-secondary+.site-main {
    padding-left: 310px
}

.sidebar-secondary+.site-main .page-main {
    padding-left: .75rem;
    padding-right: .75rem
}

@media only screen and (max-width:1300px) {
    .sidebar-secondary+.site-main {
        padding-left: 60px
    }
}

@media only screen and (max-width:1200px) {
    .sidebar-secondary+.site-main {
        padding-left: 0 !important
    }
}

@media only screen and (max-width:767px) {
    .sidebar-secondary+.site-main .page-main {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.sidebar-secondary+.site-main+.site-footer {
    padding-left: 200px
}

@media only screen and (max-width:1300px) {
    .sidebar-secondary+.site-main+.site-footer {
        padding-left: 60px
    }
}

@media only screen and (max-width:1200px) {
    .sidebar-secondary+.site-main+.site-footer {
        padding-left: 0
    }
}

.sidebar-secondary.sidebar-collapse+.site-main+.site-footer {
    padding-left: 60px
}

@media only screen and (max-width:1200px) {
    .sidebar-secondary.sidebar-collapse+.site-main+.site-footer {
        padding-left: 0
    }
}

.sidebar-secondary-active {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

.sidebar-secondary-active .body-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .95;
    z-index: 100
}

.sidebar-secondary-active .navbar-toggler span:before {
    content: "\f142"
}

.sidebar-secondary-active .sidebar-secondary {
    width: 300px;
    left: 0 !important
}

.sidebar-secondary-active .sidebar-secondary .menu-title {
    display: inline-block !important
}

.sidebar-secondary-active .sidebar-secondary .user-list-widget .user-meta {
    display: block
}

@media only screen and (max-width:480px) {
    .sidebar-secondary-active .sidebar-secondary {
        width: 100%
    }
}

.sidebar-content-bottom .comments-template-widget .comment-avatar .user-avatar {
    width: 60px;
    height: 60px
}

.sidebar-content-bottom .comments-template-widget .children .user-avatar {
    width: 50px;
    height: 50px
}

.admin-bar.content-container-fluid .sidebar-secondary {
    top: 102px
}

@media only screen and (max-width:768px) {
    .admin-bar.content-container-fluid .sidebar-secondary {
        top: 116px
    }
}

.admin-bar.content-container-fluid .sidebar.sidebar-primary.sticky-top {
    top: 130px;
    z-index: 90
}

.cancel-reply-text {
    font-size: .8rem
}

.comment-form-cookies-consent {
    display: flex
}

.comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-right: .75rem
}

.commentlist .comment-avatar,
.comments-list .comment-avatar {
    float: left
}

.commentlist .comment-avatar img.avatar,
.comments-list .comment-avatar img.avatar {
    width: auto !important
}

.commentlist .comment-author,
.comments-list .comment-author {
    display: flex;
    gap: .5rem
}

.commentlist .comment-author .comment-author-name,
.comments-list .comment-author .comment-author-name {
    font-size: 1rem;
    font-weight: 600
}

.commentlist .comment-author .comment-date,
.comments-list .comment-author .comment-date {
    font-size: .9rem;
    color: #aaa;
    position: relative
}

.commentlist .comment-text,
.comments-list .comment-text {
    padding-left: 5.5rem;
    line-height: 2;
    border: none !important
}

.commentlist .comment-text-js,
.comments-list .comment-text-js {
    height: 6rem;
    overflow: hidden
}

.commentlist .comment-text-js .bg-overlay,
.comments-list .comment-text-js .bg-overlay {
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, white 100%)
}

.commentlist .comment-text-js .comment-show-more,
.comments-list .comment-text-js .comment-show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    text-transform: lowercase;
    font-size: .9rem
}

.commentlist .comment-text-js .comment-show-less,
.comments-list .comment-text-js .comment-show-less {
    display: none;
    text-transform: lowercase;
    font-size: .9rem
}

.commentlist .comment-text-js.show-less,
.comments-list .comment-text-js.show-less {
    height: auto
}

.commentlist .comment-text-js.show-less .bg-overlay,
.comments-list .comment-text-js.show-less .bg-overlay {
    display: none
}

.commentlist .comment-text-js.show-less .comment-show-more,
.comments-list .comment-text-js.show-less .comment-show-more {
    display: none
}

.commentlist .comment-text-js.show-less .comment-show-less,
.comments-list .comment-text-js.show-less .comment-show-less {
    display: block
}

.commentlist .pingback,
.commentlist .trackback,
.commentlist .review,
.commentlist .comment,
.comments-list .pingback,
.comments-list .trackback,
.comments-list .review,
.comments-list .comment {
    border-bottom: 1px solid #f3f3f3;
    padding: 1.5rem
}

.commentlist .pingback:last-child,
.commentlist .trackback:last-child,
.commentlist .review:last-child,
.commentlist .comment:last-child,
.comments-list .pingback:last-child,
.comments-list .trackback:last-child,
.comments-list .review:last-child,
.comments-list .comment:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0
}

.commentlist .pingback .btn__icon,
.commentlist .trackback .btn__icon,
.commentlist .review .btn__icon,
.commentlist .comment .btn__icon,
.comments-list .pingback .btn__icon,
.comments-list .trackback .btn__icon,
.comments-list .review .btn__icon,
.comments-list .comment .btn__icon {
    color: #767676;
    font-size: 1rem
}

.commentlist .pingback .comment-text,
.commentlist .trackback .comment-text,
.comments-list .pingback .comment-text,
.comments-list .trackback .comment-text {
    padding-left: 0
}

.commentlist ul.children,
.comments-list ul.children {
    list-style: none;
    padding-left: 50px
}

.commentlist ul.children .user-avatar,
.comments-list ul.children .user-avatar {
    width: 50px;
    height: 50px
}

.commentlist ul.children .comment,
.comments-list ul.children .comment {
    padding-right: 0
}

@media (max-width:480px) {
    .commentlist ul.children,
    .comments-list ul.children {
        padding-left: 0
    }
    .commentlist ul.children .comment,
    .comments-list ul.children .comment {
        padding-left: 0
    }
}

.commentlist .toggle-replies-link,
.commentlist .comment-reply-link,
.commentlist .comment-reply-login,
.comments-list .toggle-replies-link,
.comments-list .comment-reply-link,
.comments-list .comment-reply-login {
    font-size: .8rem;
    text-decoration: none;
    font-weight: 700;
    color: #111;
    text-transform: uppercase
}

.commentlist .toggle-replies-link,
.comments-list .toggle-replies-link {
    color: #3594f5
}

.commentlist .comment-reply-title,
.comments-list .comment-reply-title {
    font-size: 1rem;
    position: relative
}

.commentlist .comment-reply-title small,
.comments-list .comment-reply-title small {
    position: absolute;
    right: 0
}

.commentlist .toggle-replies-link.active span:before,
.comments-list .toggle-replies-link.active span:before {
    content: '\f106'
}

.commentlist .comment-form,
.comments-list .comment-form {
    padding: 1.5rem !important
}

.commentlist.widget .user-avatar,
.comments-list.widget .user-avatar {
    width: 60px;
    height: 60px
}

.comment-respond .must-log-in a {
    color: #212529
}

.comment-respond .comment-notes {
    color: #0dcaf0
}

.comment-respond .comment-avatar {
    display: inline-block;
    float: left
}

.comment-respond .comment-form {
    padding: 1.5rem
}

.comment-respond .respond-area {
    overflow: hidden
}

.comment-respond .form-submit {
    padding: .5rem;
    margin: 0;
    border-top: 1px solid #e9ecef;
    display: flex
}

.comment-respond .form-submit button[type="submit"] {
    border-radius: 35px;
    background: #333;
    border: none
}

.comments-ajax ul.children {
    display: none
}

@media only screen and (max-width:480px) {
    .comments-list .user-avatar {
        width: 50px;
        height: 50px
    }
    .comments-list .comment-text {
        padding-left: 0
    }
}

.user-avatar-md {
    position: relative;
    width: 40px;
    height: 40px
}

.user-avatar-md img {
    border-radius: 50% !important;width: 36px; height: 36px;
}

.user-avatar.is-verified:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    content: '\e811';
    color: #21de86;
    position: absolute;
    right: .45em;
    bottom: 0em;
    line-height: 1rem;
    z-index: 1
}

.user-avatar.is-verified:after {
    content: "";
    background: #fff;
    position: absolute;
    right: .37em;
    bottom: 0em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    line-height: 1rem
}

.user-avatar-sm {
    width: 30px;
    height: 30px
}

.user-avatar-md {
    width: 40px;
    height: 40px
}

.user-avatar-lg {
    width: 60px;
    height: 60px
}

.user-avatar-xl {
    width: 80px;
    height: 80px
}

.user-avatar-xxl {
    width: 120px;
    height: 120px
}

.profile-top {
    padding-bottom: 30px
}

.profile-top .profile-header {
    width: 100%;
    position: relative
}

.profile-top .profile-header:before {
    display: block;
    padding-top: calc(5 / 26 * 100%);
    content: ""
}

@media only screen and (max-width:1000px) {
    .profile-top .profile-header {
        height: 170px
    }
}

.profile-top .profile-header__photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.profile-top .profile-header__photo .profile-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #e9ecef
}

.profile-top .profile-header__avatar {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    text-align: center;
    height: auto;
    width: auto;
    top: auto
}

.profile-top .author-info {
    text-align: center;
    padding-top: 80px
}

.profile-top .author-info .author-name {
    font-size: 1.4rem
}

.profile-nav.navbar .nav-link {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #6c757d;
    position: relative;
    padding: .5rem 1rem
}

.profile-nav.navbar .nav-link.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background: #ce1e1e;
    left: 0;
    bottom: -7px
}

@media only screen and (max-width:1000px) {
    .profile-nav.navbar .nav-link.active:after {
        width: 3px;
        height: 50%;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

.profile-menu__right {
    top: 0;
    right: 1.5rem
}

.profile-forums #bbpress-forums #bbp-user-navigation .nav-link {
    background: none;
    padding: .5rem 1rem !important
}

.profile-forums #bbpress-forums #bbp-user-navigation .nav-link.active:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ce1e1e
}

.profile-forums #bbpress-forums .entry-title {
    font-size: 1.2rem
}

.btn-follow {
    padding-left: 2rem;
    padding-right: 2rem
}

.btn-follow.btn-danger {
    background: #ce1e1e
}

@media only screen and (min-width:1200px) {
    .profile-main .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media only screen and (max-width:1300px) {
    .profile-main .profile-top {
        padding-bottom: 55px
    }
    .profile-main .profile-menu__right {
        top: -35px;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        right: auto
    }
}

.user-dashboard .col_sidebar,
.user-dashboard .col_main {
    height: calc(100vh - 70px);
    overflow-y: auto
}

.user-dashboard .col_sidebar {
    background: #222;
    border-right: 1px solid #222
}

.user-dashboard .col_sidebar .navbar-nav .nav-link {
    font-weight: 400;
    color: #fff
}

.user-dashboard .col_sidebar .navbar-nav .nav-link.active,
.user-dashboard .col_sidebar .navbar-nav .nav-link:hover,
.user-dashboard .col_sidebar .navbar-nav .nav-link:focus {
    background: #333
}

.user-dashboard .col_sidebar .navbar-nav .nav-link .menu-icon {
    font-size: 1.4rem;
    width: auto;
    height: auto
}

.user-dashboard .col_main {
    padding-left: 200px
}

.user-dashboard .col_main .widget-inbox {
    margin: -1.5rem;
    height: calc(100vh - 71px)
}

.user-dashboard .col_main .widget-inbox .bp-messages-wrap {
    height: calc(100vh - 71px) !important
}

.user-dashboard .col_main .widget-inbox .bp-messages-threads-wrapper {
    height: calc(100vh - 71px) !important
}

.user-dashboard .col_main .widget-inbox .bp-messages-threads-wrapper .bp-messages-side-threads,
.user-dashboard .col_main .widget-inbox .bp-messages-threads-wrapper .bp-messages-column {
    height: calc(100vh - 71px) !important
}

.user-dashboard .col_main .social-login-account .nsl-container-buttons {
    display: flex !important;
    gap: 1rem
}

.user-dashboard .col_main .social-login-account .nsl-container-buttons>a {
    width: auto;
    flex: none
}

.user-dashboard .col_main .widget-live-chat-settings label {
    font-size: 1rem !important;
    font-weight: normal !important;
    margin-bottom: .5rem
}

.user-dashboard .col_main .widget-live-chat-settings input[type=checkbox],
.user-dashboard .col_main .widget-live-chat-settings input[type=radio] {
    margin-right: 1rem
}

.user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list {
    list-style: none
}

.user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list li:first-child {
    margin-bottom: 1rem
}

.user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list li:first-child a {
    font-weight: 700;
    color: #222
}

.user-dashboard .col_main .widget-live-chat-settings .form-table {
    display: none
}

.user-dashboard .col_main .bp-emojionearea-editor {
    min-height: 4rem
}

.user-dashboard .col_main #pmpro_account .pmpro_box {
    border-top: none;
    margin: 0;
    padding: 0
}

.user-dashboard .col_main .pmpro_account-membership-levelname {
    font-size: 1.5rem;
    color: #1dbf56;
    text-transform: uppercase;
    font-weight: 700
}

.user-dashboard .col_main .pmpro_account-membership-levelname .pmpro_actionlinks {
    font-size: 1rem;
    color: #212529;
    margin-top: 1rem;
    text-transform: capitalize
}

@media only screen and (max-width:1300px) {
    .user-dashboard .col_main {
        padding-left: 50px
    }
}

.user-dashboard .badge-filters .badge {
    font-size: .9rem
}

.user-dashboard .badge-filters .status-any {
    order: 0
}

.user-dashboard .badge-filters .status-publish {
    order: 1
}

.user-dashboard .badge-filters .status-private {
    order: 2
}

.user-dashboard .badge-filters .status-pending {
    order: 3
}

.user-dashboard .badge-filters .status-reject {
    order: 4
}

.user-dashboard .badge-filters .status-trash {
    order: 5
}

.user-dashboard .badge-filters .badge-trash {
    background: none !important
}

.user-dashboard .badge-filters .entry-status {
    display: inline-block;
    margin-right: .7rem
}

.user-dashboard tr:hover .row-buttons {
    visibility: visible !important
}

.user-dashboard .table .col-id {
    width: 2.2em
}

.user-dashboard .table .post-thumbnail {
    width: 150px;
    min-width: 150px
}

.user-dashboard .table .progress {
    background-color: #e9ecef !important;
    height: 20px
}

.user-dashboard .table td,
.user-dashboard .table th {
    text-align: left;
    padding: 1rem
}

.user-dashboard .table-videos .col-title {
    width: 30%
}

.user-dashboard .table-videos .col-author {
    width: 15%
}

.user-dashboard .table-comments .col-author {
    width: 10%
}

.user-dashboard .table-comments .col-comment {
    width: 40%
}

.user-dashboard .table-comments .col-response-to {
    width: 30%
}

.user-dashboard #wp-post_content-editor-tools {
    display: block
}

.user-dashboard .quick-upload-widget .upload-form__label .icon {
    font-size: 3rem
}

.user-dashboard .quick-upload-widget .upload-form__label h5 {
    font-size: 1.2rem
}

.user-dashboard .post-thumbnail img {
    object-fit: cover
}

.user-dashboard .page-title {
    font-family: 'Poppins', sans-serif
}

.user-dashboard input[name="post_title"] {
    height: 5rem;
    font-size: 1.5rem
}

.user-dashboard .woocommerce .recent-orders h2 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (max-width:1200px) {
    .user-dashboard .col_sidebar {
        left: -200px
    }
    .user-dashboard .col_main {
        padding-left: 0
    }
}

@media only screen and (max-width:1024px) {
    .user-dashboard table,
    .user-dashboard thead,
    .user-dashboard tbody,
    .user-dashboard th,
    .user-dashboard td,
    .user-dashboard tr {
        display: block
    }
    .user-dashboard thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .user-dashboard tr {
        border: 1px solid #eee;
        margin-bottom: 2rem
    }
    .user-dashboard td {
        border: none;
        border-bottom: 1px solid #eee !important;
        position: relative;
        padding: 1rem 0 1rem 35% !important;
        text-align: left !important;
        width: auto !important
    }
    .user-dashboard td:before {
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 45%;
        white-space: nowrap;
        content: attr(data-title)
    }
    .user-dashboard .col-id {
        display: none
    }
    .user-dashboard .row-buttons {
        visibility: visible !important
    }
}

.body-dashboard .site-main {
    margin-top: 70px
}

.body-dashboard .header-user__dropdown .nav-videos .nav-link {
    background: none
}

.member-loop .profile-top {
    padding-bottom: 0
}

.member-loop .profile-top .profile-header:before {
    padding-top: calc(9 / 21 * 100%)
}

.member-loop .profile-top .author-info {
    padding-top: 50px;
    padding-bottom: 30px
}

.member-loop .profile-top .author-info .author-name {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1rem
}

.member-loop .profile-top .author-info .author-name a {
    text-decoration: none
}

.member-loop .member-info {
    font-size: .9rem;
    text-align: center;
    margin-top: 1rem
}

.member-loop .member-info .member-info__item {
    padding: 1rem
}

.member-loop .member-info .member-info__item .member-info__item__count {
    font-size: 1rem;
    font-weight: 600;
    color: #212529
}

.post-img {
    height: 500px;
    margin-bottom: 0;
    width: 100%;
    position: relative
}

.post-img .img-thumbnail {
    padding: 0
}

.post-img .post-header {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #fff
}

.post-img .post-header .post-title {
    font-size: 2.5rem
}

.post-img .post-category a {
    color: #fff
}

.post-img.no-image {
    height: 200px;
    background: #fff
}

.post-img.no-image .post-header {
    color: #212529
}

.post-img.no-image .bg-overlay {
    display: none
}

.post-img.no-image .post-category a {
    color: #2f85dc
}

.post-img .btn__icon {
    color: #aaa
}

@media only screen and (max-width:1400px) {
    .post-img {
        height: 400px
    }
}

@media only screen and (max-width:768px) {
    .post-img .post-header .post-title {
        font-size: 2rem
    }
}

.post-password-form .input-group {
    max-width: 350px
}

.type-video .single-body .post-title {
    font-size: 1.8rem
}

@media only screen and (max-width:768px) {
    .type-video .single-body .post-title {
        font-size: 1.6rem
    }
}

@media only screen and (max-width:480px) {
    .type-video .single-body .post-title {
        font-size: 1.4rem
    }
}

.embed-media iframe {
    width: 100%;
    height: 100%
}

.button-group-download .badge {
    left: 3.5rem
}

.sources-navigator .icon {
    top: 16px;
    left: 16px
}

.sources-navigator .source-label {
    padding-left: 1.5rem
}

.sources-navigator .active .dot {
    background: #ce1212
}

.player-wrapper {
    overflow: hidden
}

.player-wrapper .player-header {
    background: #fff;
    display: none
}

.player-wrapper .sticky-player {
    position: fixed;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    width: 500px;
    height: auto
}

.player-wrapper .sticky-player .ratio::before {
    padding-top: calc(9 / 16 * 100%)
}

.player-wrapper .sticky-player .player-header {
    display: block
}

.player-wrapper .sticky-player .password-protected p {
    display: none
}

@media only screen and (max-width:600px) {
    .player-wrapper .sticky-player {
        top: 0;
        left: 0 !important;
        width: 100%;
        height: 0;
        z-index: 99999
    }
}

.player-wrapper .post-password-form {
    font-size: 1.3rem;
    border: 1px solid #222 !important
}

.player-wrapper .post-password-form input[name=post_password],
.player-wrapper .post-password-form input[name=post_password]:focus {
    color: #f9f9f9 !important;
    border: 1px solid #333 !important;
    background-color: #222 !important
}

.player-wrapper .password-protected>div {
    padding: 0 !important
}

.player-wrapper .ratio-9x16:before {
    padding-top: calc(100vh - 60px)
}

@media only screen and (max-width:768px) {
    .player-wrapper .ratio-21x9:before {
        padding-top: calc(9 / 16 * 100%)
    }
}

.single-main .player-wrapper .progress {
    height: 2rem;
    background: #333;
    font-size: 1rem
}

.single-main .single-video__body {
    height: calc(100vh - 70px);
    overflow-y: auto;padding-right:10px!important;
}

.single-main .sidebar-float+.site-main {
    overflow: hidden;
    height: auto
}

@media (max-width:992px) {
    .single-main .single-video__body,
    .single-main .comments-fixed .comments-list-lg {
        height: auto !important;
        overflow: visible
    }
    .single-main .comments-area {
        height: auto !important
    }
}

.single-body .post-meta__items {
    font-size: 1rem
}

.single-body .post-meta__right .btn__text {
    font-size: 1rem !important
}

.single-body .post-bottom__author+.post-bottom__content .post-content {
    padding-left: 7rem
}

.single-body .post-options {
    overflow-x: auto
}

@media only screen and (max-width:768px) {
    .single-body .post-bottom__author+.post-bottom__content .post-content {
        padding-left: 0
    }
}

.single-video-v3 {
    overflow: hidden
}

.single-video-v3 .sticky-player {
    left: 210px;
    right: auto
}

@media only screen and (max-width:1300px) {
    .single-video-v3 .sticky-player {
        left: 50px
    }
}

@media only screen and (max-width:1200px) {
    .single-video-v3 .sticky-player {
        left: 0
    }
}

.single-video-v3 .sidebar-secondary.sidebar-collapse+.site-main .sticky-player {
    left: 70px
}

.single-video-v3 .comments-list-lg {
    height: calc(100vh - 60px)
}

.single-video-v3 .comments-livechat .comments-list-lg {
    height: calc(100vh - 100px)
}

.single-video-v3.single-no-comments {
    overflow-y: scroll
}

.single-video-v3.single-comment-open .live-chatbox-wrap .bp-messages-wrap {
    height: calc(100vh - 110px) !important
}

.single-video-v3.live-chat-template {
    overflow-y: hidden
}

@media only screen and (max-width:1024px) {
    .single-video-v3 {
        overflow-y: scroll !important
    }
    .single-video-v3 .comments-fixed {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }
}

.comments-fixed .widget-title-wrap {
    padding: .75rem 1.5rem !important
}

.comments-fixed .comment-avatar {
    margin-right: 0.75rem !important
}

.comments-fixed .comment-title {
    padding: .75rem 1.5rem !important
}

.comments-fixed .post-comments {
    height: 100%
}

.comments-fixed .comments-list {
    overflow-y: auto
}

.comments-fixed .comments-list .comment {
    padding: 1.5rem
}

.comments-fixed .comments-list .user-avatar {
    width: 45px;
    height: 45px
}

.comments-fixed .comments-list .comment-text {
    padding-left: 3rem !important;
    padding-right: 0
}

.comments-fixed .comment-respond {
    order: 3;
    width: 100%;
    border-top: 1px solid #e9ecef
}

.comments-fixed .comment-respond button[type="submit"] {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.comments-fixed .comments-area {
    height: 100%
}

.comments-fixed.comments--nofixed {
    border: none !important;
    height: auto
}

.comments-fixed.comments--nofixed>div {
    border: none !important
}

.comments-fixed.comments--nofixed .comment-title {
    display: block !important;
    padding: 1rem;
    margin: 0
}

.comments-fixed.comments--nofixed .comment-title .widget-title {
    margin: 0;
    padding: 0
}

.comments-fixed.comments--nofixed .post-comments {
    height: auto
}

.comments-fixed.comments--nofixed .comments-list {
    overflow: visible
}

.comments-fixed.comments--nofixed .comment-respond {
    position: relative !important
}

.comments-fixed .live-chatbox-wrap .bp-messages-threads-wrapper {
    max-height: 100% !important;
    height: 100% !important
}

.comments-fixed .live-chatbox-wrap .message-content {
    max-width: 100% !important
}

.comments-fixed .live-chatbox-wrap .bp-messages-wrap {
    height: calc(100vh - 70px) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border: none
}

.comments-fixed .comment-avatar .user-avatar {
    width: 35px;
    height: 35px
}

.comments-fixed .comments-list .comment-respond .widget-title-wrap {
    display: flex !important
}

.comments-fixed .comments-list .comment-respond .comment-avatar {
    display: none !important
}

.comments-fixed .comments-list-lg {
    height: calc(100vh - 60px)
}

.logged-in.admin-bar .comments-fixed .comments-list-lg {
    height: calc(100vh - 100px)
}

.logged-in.admin-bar .comments-fixed .comments-livechat .comments-list-lg {
    height: calc(100vh - 130px)
}

.logged-in.admin-bar .comments-fixed .live-chatbox-wrap .bp-messages-threads-wrapper {
    height: 95% !important
}

@media only screen and (max-width:600px) {
    .post-bottom__author {
        display: block !important
    }
    .post-bottom__author .button-donate-wrap {
        margin-top: 1rem
    }
    .post-bottom__author #btn-private-message .btn__icon {
        font-size: 1rem
    }
}

body.search .search-tabs {
    margin-bottom: -1px;
    margin-top: -.5rem
}

body.search .search-tabs .nav-link {
    font-family: 'Poppins', sans-serif;
    padding: .8rem 1rem;
    margin-bottom: 0
}

body.search .search-tabs .nav-link:hover,
body.search .search-tabs .nav-link.active {
    border-color: #f6f6f6 #f6f6f6 #fff;
    border-top: 2px solid #CE1212;
    background: none
}

body.search .page-main .post-grid-list_xl .post-title,
body.search .page-main .post-grid-list_xxl .post-title {
    font-size: 1.4rem
}

body.search .page-main .post-grid-list_xl .post-meta__items,
body.search .page-main .post-grid-list_xxl .post-meta__items {
    margin: 1rem 0
}

body.search .page-main .term-grid-widget,
body.search .page-main .posts-widget {
    margin-bottom: 0
}

body.search .page-main .term-grid-widget .navigation,
body.search .page-main .posts-widget .navigation {
    margin-bottom: 1.5rem !important
}

.search-results .page-main .post-excerpt {
    font-size: 1rem
}

.edit-post .col_main {
    height: calc(100vh - 60px);
    overflow-y: auto
}

.section-messages .user-name {
    font-size: .9rem;
    font-weight: 600
}

.section-messages .user-name a {
    text-decoration: none
}

.section-messages .search_user-wrap {
    margin: 0 -12px 0 -12px
}

.section-messages .search_user-wrap input[name="search_users"] {
    border-radius: 35px
}

.section-messages .search_user-wrap button[type="submit"] {
    right: 0
}

.section-messages .list-message-wrap {
    height: calc(100vh - 60px)
}

.section-messages .list-message-wrap .list-message__threads {
    overflow-y: auto
}

.section-messages .list-message-wrap .list-message .badge {
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0
}

.section-messages .list-reply-wrap {
    height: calc(100vh - 60px)
}

.section-messages .list-reply-wrap .list-reply__top {
    z-index: 1
}

.section-messages .list-reply-wrap .list-reply__top .user-name {
    font-size: 1rem
}

.section-messages .list-reply-wrap .list-reply__top [class*=icon] {
    color: #6c757d
}

.section-messages .list-reply-wrap .list-reply__top .icon-ellipsis-vert {
    font-size: 1.5rem
}

.section-messages .list-reply-wrap .list-reply__body {
    overflow-y: auto
}

.section-messages .list-reply-wrap .list-reply__body .message .message_content {
    max-width: 30em
}

.section-messages .list-reply-wrap .list-reply__body .message.mine {
    text-align: right
}

.section-messages .list-reply-wrap .list-reply__body .message.mine .message_content {
    text-align: left
}

.section-messages .list-reply-wrap .list-reply__body .message:last-child {
    margin-bottom: 0px !important
}

@media only screen and (max-width:1000px) {
    .section-messages .list-message-wrap {
        position: fixed;
        top: 133px;
        width: 84px;
        background: #f8f9fa !important
    }
    .section-messages .list-message-wrap .user-avatar {
        width: 50px;
        height: 50px
    }
    .section-messages .list-reply__body,
    .section-messages .list-reply__bottom {
        margin-left: 84px
    }
}

@media only screen and (max-width:700px) {
    .section-messages .list-reply__body .user-avatar {
        display: none
    }
    .section-messages .list-reply__body .message_content {
        width: 100% !important;
        max-width: 100% !important
    }
}

.collection-list {
    height: 300px;
    overflow-y: auto
}

.collection-list .btn-collection-control.waiting .btn__icon {
    display: none
}

.collection-list li:hover {
    background: #f5f5f5
}

.collection-list li .btn__icon {
    font-size: 1.2rem;
    color: #666
}

.collection-list .term-meta>div {
    display: inline-block;
    margin-right: 2rem;
    position: relative
}

.collection-list .term-meta>div:first-child:before {
    content: none
}

.collection-list .term-meta>div:last-child {
    margin-right: 0
}

.collection-list .term-meta>div:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #aaa;
    left: -1rem;
    bottom: 8px;
    border-radius: 50%
}

.collection-list .collection-image {
    width: 80px
}

.collection-list .collection-item-details {
    max-width: 70%
}

.collection-list .collection-item-details .form-check {
    display: -webkit-box
}

.collection-list .collection-control-buttons {
    position: absolute;
    right: 0;
    top: .5rem
}

@media only screen and (max-width:768px) {
    .collection-list .collection-item-details {
        width: 100%;
        max-width: 100%
    }
    .collection-list .collection-control-buttons {
        position: relative
    }
}

.search_videos-list {
    max-height: 400px;
    min-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden
}

.search_videos-list .post-thumbnail {
    width: 120px
}

.search_videos-list .video-paid {
    display: none
}

.has-preloader .preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99999
}

.embed-service iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.post-review {
    padding: 1.5rem !important
}

#user_switching_switch_on {
    position: fixed;
    right: 0;
    bottom: 0
}

.wppl-button-wrap .btn__icon {
    font-size: 1.2rem;
    color: #aaa
}

.wppl-like-button.active .btn__icon span {
    color: #21de86
}

.wppl-like-button.active .badge {
    background-color: #198754 !important
}

.wppl-dislike-button.active .btn__icon span {
    color: #f15a69
}

.wppl-dislike-button.active .badge {
    background-color: #dc3545 !important
}

.wppl-button-wrap .progress {
    height: 5px;
    top: -10px;
    left: 0
}

.post-thumbnail .wppl-button-wrap .progress {
    top: -5px
}

.login-wrap {
    height: calc(100vh - 200px)
}

.multi-source-list {
    max-height: 300px;
    overflow-y: scroll
}

#light-off {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    z-index: 1000
}

.has-light-off .player-embed,
.has-light-off .sticky-player {
    z-index: 1002
}

.has-light-off #turn-off-light {
    z-index: 1001;
    background-color: #ce1212 !important;
    border: none !important
}

.has-light-off #turn-off-light span {
    color: #fff !important
}

.btn-upnext.auto-next {
    background: #ce1212 !important
}

.btn-upnext.auto-next span {
    color: #fff !important
}

.btn-upnext.auto-next span:before {
    content: "\f205"
}

.ph-item {
    background-color: transparent !important;
    border: none !important
}

.ph-item .ph-picture,
.ph-item .ph-avatar,
.ph-item .ph-row div {
    background-color: #ddd
}

.ph-item .ph-row .empty {
    background-color: transparent
}

.post-password-form button[type=submit] {
    border-radius: .25rem
}

.chapter-list {
    list-style: none;
    border: 1px solid #e9ecef;
    overflow: scroll;
    border-radius: 3px
}

.chapter-list li {
    font-size: 1rem;
    margin: 1rem 0;
    border-bottom: 1px solid #e9ecef;
    position: relative;
    padding-left: 1.5rem;
    cursor: pointer
}

.chapter-list li:hover {
    opacity: .8
}

.chapter-list li:before {
    font-family: "fontello";
    content: "\f144";
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    color: #aaa
}

.chapter-list li:last-child {
    border-bottom: none
}

.select2-container .select2-selection--single {
    height: 32px !important
}

div.mce-fullscreen {
    z-index: 99999
}

.webvr-polyfill-viewer-selector label {
    color: #000 !important
}

.vjs-poster {
    background-size: cover !important
}

.embed-responsive object,
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#insert-media-button {
    padding: .25rem 1rem;
    background: #000;
    color: #fff
}

.post-review {
    border-top-color: #e9ecef !important;
    background: #fff !important
}

.post-review .review-score span {
    border-color: #ce1e1e
}

.post-review .thescore {
    background: #ce1e1e
}

.total-score {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    z-index: 1
}

.total-score span {
    color: #fff;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #ce1e1e;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px
}

.slick-slide {
    padding-left: .75rem;
    padding-right: .75rem
}

.slick-list {
    margin: 0 -1.5rem !important
}

.slick-prev,
.slick-next {
    width: auto;
    z-index: 2
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    opacity: 1
}

.slick-prev {
    left: .75rem
}

.slick-next {
    right: .75rem
}

.slick-dots li button:before {
    font-size: 12px;
    color: #666
}

.slick-dots li.slick-active button:before {
    color: #ec2c2c
}

.js-slick {
    display: none;
    visibility: hidden
}

.js-slick.slick-initialized {
    display: block;
    visibility: visible
}

.wp-block-group__inner-container h2 {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.wp-block-button,
.wp-block-image,
.wp-block-cover,
.wp-block-categories,
.wp-block-latest-comments,
.wp-block-group,
.wp-block-table,
.wp-block-latest-comments,
.wp-block-archives-list,
.wp-block-archives-dropdown,
.wp-block-calendar,
.wp-block-latest-posts,
.wp-block-archives,
.wp-block-search,
.wp-block-tag-cloud,
.wp-block-quote {
    margin-bottom: 1rem
}

.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text {
    color: #fff
}

.wp-block-group.has-background {
    margin-bottom: 1rem
}

.li-post-count {
    position: absolute;
    right: 0;
    top: 10px;
    color: #aaa;
    font-size: .9rem
}

.wp-calendar-table,
.wp-block-table {
    width: 100%;
    min-width: 240px;
    border-collapse: collapse
}

.wp-calendar-table caption,
.wp-block-table caption {
    text-align: center
}

.wp-calendar-table th,
.wp-calendar-table td,
.wp-block-table th,
.wp-block-table td {
    border: 1px solid #e9ecef;
    padding: .75rem
}

.wp-calendar-table thead,
.wp-block-table thead {
    background: #f9f9f9
}

.wp-calendar-table a,
.wp-block-table a {
    font-weight: 700;
    color: #212529
}

@media only screen and (max-width:1400px) {
    .wp-calendar-table th,
    .wp-calendar-table td,
    .wp-block-table th,
    .wp-block-table td {
        padding: .7rem
    }
}

.wp-calendar-table {
    margin-bottom: 0
}

.wp-calendar-table th,
.wp-calendar-table td {
    text-align: center
}

.wp-block-latest-comments,
.wp-block-archives-list {
    padding-left: 0;
    list-style: none
}

.wp-block-latest-comments.has-avatar {
    padding-left: 0;
    list-style: none
}

.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1
}

.wp-block-latest-comments.has-excerpts .wp-block-latest-comments__comment:last-child {
    border-bottom: none
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author,
.wp-block-latest-comments .wp-block-latest-comments__comment-link {
    font-weight: 600;
    text-decoration: none;
    color: #212529
}

.wp-block-latest-comments__comment-date {
    font-size: .95rem;
    color: #aaa;
    margin: .5rem 0
}

.wp-block-rss,
.wp-block-archives-list,
.wp-block-latest-posts__list,
.wp-block-latest-comments,
.wp-block-categories-list {
    list-style: none;
    padding: 0
}

.wp-block-rss li,
.wp-block-archives-list li,
.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.wp-block-categories-list li {
    display: block;
    width: 100%;
    padding: .7rem 0;
    text-align: inherit;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.wp-block-rss li:first-child,
.wp-block-archives-list li:first-child,
.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child,
.wp-block-categories-list li:first-child {
    padding-top: 0
}

.wp-block-rss li a,
.wp-block-archives-list li a,
.wp-block-latest-posts__list li a,
.wp-block-latest-comments li a,
.wp-block-categories-list li a {
    text-decoration: none;
    clear: both;
    color: #212529;
    display: block;
    position: relative;
    padding-left: 1.2rem
}

.wp-block-rss li a:before,
.wp-block-archives-list li a:before,
.wp-block-latest-posts__list li a:before,
.wp-block-latest-comments li a:before,
.wp-block-categories-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border: 1px solid #ce1212;
    border-radius: 50%
}

.wp-block-rss li a:hover:before,
.wp-block-archives-list li a:hover:before,
.wp-block-latest-posts__list li a:hover:before,
.wp-block-latest-comments li a:hover:before,
.wp-block-categories-list li a:hover:before {
    background: #ce1212
}

.wp-block-rss li:last-child,
.wp-block-archives-list li:last-child,
.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.wp-block-categories-list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.wp-block-latest-posts__list.is-grid a {
    padding-left: 0
}

.wp-block-latest-posts__list.is-grid a:before {
    content: none
}

.wp-block-latest-comments li a {
    display: inline-block;
    padding-left: 0
}

.wp-block-latest-comments li a:before {
    content: none
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: .85rem;
    color: #aaa;
    margin: .5rem 0
}

.wp-block-quote cite,
.wp-block-quote footer {
    font-size: .9rem
}

.wp-block-search input[type=search] {
    border: 1px solid #ced4da
}

.wp-block-search button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.wp-block-search button:hover {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e
}

.error-404-wrap h1 {
    font-size: 10rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2
}

.error-404-wrap .btn {
    border-radius: 35px;
    text-transform: capitalize
}

@media (max-width:320px) {
    .error-404-wrap h1 {
        font-size: 7rem
    }
}

.site-footer {
    background: #191919;
    color: #f9f9f9;
    border-top: 1px solid #222
}

.site-footer a {
    color: #f9f9f9
}

.site-footer .widget-title-wrap {
    border-bottom: 1px solid #222
}

.site-footer .widget-title {
    color: #fff
}

.site-footer .widget a {
    color: #f9f9f9
}

.site-footer .footer-sidebar {
    padding: 3rem .75rem 1.5rem .75rem;
    border-bottom: 1px solid #222
}

.site-footer .footer-sidebar input[type="text"],
.site-footer .footer-sidebar input[type="password"],
.site-footer .footer-sidebar input[type="email"],
.site-footer .footer-sidebar input[type="url"],
.site-footer .footer-sidebar select {
    background-color: #222;
    border: 1px solid #333;
    color: #f9f9f9
}

.site-footer .footer-sidebar input[type="text"]:focus,
.site-footer .footer-sidebar input[type="password"]:focus,
.site-footer .footer-sidebar input[type="email"]:focus,
.site-footer .footer-sidebar input[type="url"]:focus,
.site-footer .footer-sidebar select:focus {
    background-color: #333 !important
}

.site-footer .footer-sidebar input[type="text"]::placeholder,
.site-footer .footer-sidebar input[type="password"]::placeholder,
.site-footer .footer-sidebar input[type="email"]::placeholder,
.site-footer .footer-sidebar input[type="url"]::placeholder,
.site-footer .footer-sidebar select::placeholder {
    color: #ccc;
    opacity: 1
}

.site-footer .footer-sidebar input[type="text"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="password"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="email"]:-ms-input-placeholder,
.site-footer .footer-sidebar input[type="url"]:-ms-input-placeholder,
.site-footer .footer-sidebar select:-ms-input-placeholder {
    color: #ccc
}

.site-footer .footer-sidebar input[type="text"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="password"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="email"]::-ms-input-placeholder,
.site-footer .footer-sidebar input[type="url"]::-ms-input-placeholder,
.site-footer .footer-sidebar select::-ms-input-placeholder {
    color: #ccc
}

.site-footer .footer-sidebar table td,
.site-footer .footer-sidebar table th {
    border: 1px solid #333
}

.site-footer .footer-sidebar .widget_archive li,
.site-footer .footer-sidebar .widget_categories li,
.site-footer .footer-sidebar .widget_pages li,
.site-footer .footer-sidebar .widget_meta li,
.site-footer .footer-sidebar .widget_recent_comments li,
.site-footer .footer-sidebar .widget_recent_entries li,
.site-footer .footer-sidebar .widget_rss li,
.site-footer .footer-sidebar .widget_nav_menu li {
    border-bottom: 1px solid #222;
    padding: .5rem 0
}

.site-footer .footer-sidebar .widget_archive li:last-child,
.site-footer .footer-sidebar .widget_categories li:last-child,
.site-footer .footer-sidebar .widget_pages li:last-child,
.site-footer .footer-sidebar .widget_meta li:last-child,
.site-footer .footer-sidebar .widget_recent_comments li:last-child,
.site-footer .footer-sidebar .widget_recent_entries li:last-child,
.site-footer .footer-sidebar .widget_rss li:last-child,
.site-footer .footer-sidebar .widget_nav_menu li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.site-footer .footer-sidebar .tagcloud a {
    background-color: #333
}

.site-footer .footer-sidebar .logo {
    max-width: 160px
}

.footer-text {
    border-top: 1px solid #222;
    background: #111
}

.woocommerce a.remove {
    font-size: 1.2rem
}

.woocommerce .reset_variations {
    margin-top: 1rem;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e9ecef;
    border-radius: 3px
}

.woocommerce .edit {
    background: #333;
    color: #fff;
    padding: .3rem 2rem;
    text-decoration: none;
    border-radius: 35px
}

.woocommerce button.button {
    outline: none;
    font-weight: 400;
    border-radius: 35px;
    border: none !important
}

.woocommerce button.button:hover {
    opacity: .8
}

.woocommerce button.button:disabled[disabled] {
    opacity: .6
}

.woocommerce button[name=apply_coupon],
.woocommerce button[name=update_cart] {
    background-color: #333 !important;
    color: #fff !important;
    padding: .7rem 2rem
}

@media only screen and (max-width:1000px) {
    .woocommerce button[name=update_cart] {
        float: none;
        width: 100%;
        margin-top: 1.5rem
    }
}

.woocommerce .wc-proceed-to-checkout {
    margin-top: 1.5rem
}

.woocommerce .wc-proceed-to-checkout .checkout-button.alt {
    background-color: #ce1212 !important;
    border: 1px solid #ce1212 !important;
    color: #fff !important;
    font-size: 1rem;
    border-radius: 35px !important;
    padding: 1rem !important;
    text-transform: uppercase;
    font-weight: 700
}

.woocommerce .wc-proceed-to-checkout .checkout-button.alt:hover {
    background-color: #ce1212 !important;
    opacity: .8
}

.woocommerce .download-product a,
.woocommerce .product-name a {
    color: #212529;
    text-decoration: none;
    font-weight: 600
}

.woocommerce .sale-flash {
    top: 10px;
    left: 10px;
    z-index: 2
}

.woocommerce .showlogin,
.woocommerce .showcoupon {
    color: #212529;
    font-weight: 700
}

.woocommerce .woocommerce-pagination {
    margin-bottom: 1.5rem
}

.woocommerce .price {
    color: #11dd21 !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    text-decoration: none
}

.woocommerce .price del {
    color: #dc3545 !important;
    opacity: 1 !important;
    font-size: 90%;
    text-decoration: line-through
}

.woocommerce .price ins {
    text-decoration: none
}

.woocommerce .quantity .qty {
    width: 5em
}

@media only screen and (max-width:768px) {
    .woocommerce .quantity .qty {
        margin-left: auto
    }
}

.woocommerce .product_type_external,
.woocommerce .product_type_grouped,
.woocommerce .add_to_cart_button,
.woocommerce a.added_to_cart {
    padding: 0.5rem !important;
    background: #1b1b1b !important;
    color: #fff !important
}

.woocommerce .product_type_external [class*=icon],
.woocommerce .product_type_grouped [class*=icon],
.woocommerce .add_to_cart_button [class*=icon],
.woocommerce a.added_to_cart [class*=icon] {
    color: #fff
}

.woocommerce a.added_to_cart {
    display: none
}

.woocommerce button.single_add_to_cart_button {
    text-transform: uppercase !important;
    padding: .75rem 4rem !important;
    background: #ce1212 !important
}

.woocommerce .woocommerce-variation-description {
    font-size: .9rem;
    line-height: 2;
    border: 1px solid #ebebeb;
    background: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    border-radius: 3px
}

.woocommerce p.stars a {
    color: #edb10e
}

.woocommerce .star-rating {
    float: none;
    margin-bottom: .5rem
}

.woocommerce .star-rating span:before {
    color: #edb10e
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #fff;
    margin-bottom: 1.5rem !important
}

.woocommerce table.shop_table {
    border: none;
    margin-bottom: 0
}

.woocommerce table.shop_table th {
    color: #9e9e9e;
    font-weight: normal !important
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 1.5rem 0
}

.woocommerce table.shop_table tbody tr:last-child th,
.woocommerce table.shop_table tbody tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
    border-bottom: none;
    background: none
}

.woocommerce table.shop_table tbody .product-price,
.woocommerce table.shop_table tbody .product-subtotal {
    color: #666
}

.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700
}

.woocommerce table.cart div.coupon {
    display: flex
}

.woocommerce table.cart div.coupon>label {
    display: none
}

@media only screen and (max-width:768px) {
    .woocommerce table.cart div.coupon input,
    .woocommerce table.cart div.coupon button {
        width: 50% !important
    }
    .woocommerce table.cart button[name=update_cart] {
        margin-top: 1.5rem
    }
}

@media only screen and (max-width:425px) {
    .woocommerce table.cart div.coupon {
        flex-direction: column
    }
    .woocommerce table.cart div.coupon input,
    .woocommerce table.cart div.coupon button {
        width: 100% !important
    }
    .woocommerce table.cart div.coupon input {
        margin-bottom: 1.5rem !important
    }
}

.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
    padding: .5rem .75rem
}

.woocommerce ul.products.row {
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.woocommerce ul.products.row li.product {
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin: auto var(--bs-gutter-y) auto var(--bs-gutter-y);
    width: 25%;
    position: relative
}

.woocommerce ul.products.row li.product .woocommerce-loop-product__link {
    position: relative
}

@media only screen and (min-width:1200px) {
    .woocommerce ul.products.row.row-cols-md-6 .product {
        width: 16.6666666667%
    }
}

@media only screen and (min-width:1200px) {
    .woocommerce ul.products.row.row-cols-md-5 .product {
        width: 20%
    }
}

@media only screen and (min-width:1200px) {
    .woocommerce ul.products.row.row-cols-md-4 .product {
        width: 25%
    }
}

@media only screen and (min-width:1200px) {
    .woocommerce ul.products.row.row-cols-md-3 .product {
        width: 33.3333333333%
    }
}

@media only screen and (max-width:767px) {
    .woocommerce ul.products.row.row-cols-sm-2 .product {
        width: 50%
    }
}

@media only screen and (max-width:480px) {
    .woocommerce ul.products.row.row-cols-1 .product {
        width: 100%
    }
}

.woocommerce div.product p.price {
    font-size: 3rem !important;
    font-weight: 700 !important;
    text-decoration: none
}

.woocommerce div.product div.images {
    float: none;
    width: 100%
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs {
    margin-bottom: 0;
    text-align: center
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-right: 2rem !important;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.wc-tabs li:after {
    content: none !important;
    border: 0 !important;
    bottom: 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
    font-size: 1.3rem;
    padding: .75rem 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-weight: 600
}

.woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a:after {
    content: "";
    background: #ce1212;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute
}

.woocommerce div.product .woocommerce-tabs .panel {
    line-height: 2;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 2rem
}

.woocommerce div.product form.cart:not(.grouped_form):not(.variations_form) {
    display: flex
}

.woocommerce div.product form.cart div.quantity {
    margin-right: .75rem
}

.woocommerce div.product form.cart div.quantity .qty {
    font-size: 1.2rem
}

.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    margin-bottom: 1rem
}

.woocommerce div.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:not(:first-child) {
    margin-right: 1rem
}

.woocommerce div.product div.summary {
    width: 100%
}

.woocommerce div.product div.summary .wppl-button-wrap {
    margin-top: 1.5rem
}

.woocommerce div.product div.summary .wppl-button-wrap .btn__icon span {
    font-size: 1.5rem
}

.woocommerce div.product .woocommerce-variation-price {
    margin-bottom: 1rem
}

.woocommerce div.product .woocommerce-variation-price .price {
    font-size: 2rem !important
}

.woocommerce #reviews .woocommerce-noreviews {
    color: #aaa;
    font-style: italic
}

.woocommerce #reviews #comments .woocommerce-Reviews-title {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1.5rem
}

.woocommerce #reviews #comments .woocommerce-Reviews-title span {
    font-weight: 700
}

.woocommerce #reviews #comments .commentlist {
    padding: 0
}

.woocommerce #reviews #comments .commentlist li {
    border-bottom: 1px solid #f3f3f3 !important
}

.woocommerce #reviews #comments .commentlist li .meta {
    font-size: 0.9rem !important
}

.woocommerce #reviews #comments .commentlist li .comment-content {
    padding-left: 20px
}

.woocommerce #reviews .comment-respond .comment-reply-title {
    letter-spacing: 1px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #666
}

.woocommerce #reviews .comment-respond .comment-form {
    padding: 0
}

.woocommerce #reviews .comment-respond .comment-form .form-submit input {
    border-radius: 35px !important;
    background: #333 !important;
    border: none !important;
    color: #fff !important;
    font-weight: 400 !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.woocommerce .related.products>h2 {
    letter-spacing: 1px;
    font-size: 1.5rem;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #666;
    text-align: center;
    margin: 0 0 1.5rem 0;
    display: block
}

.woocommerce form .form-row {
    margin-bottom: .75rem
}

.woocommerce form .form-row .input-text {
    padding: .75rem
}

.woocommerce form .form-row label {
    font-weight: 700;
    margin-bottom: .25rem
}

.woocommerce .woocommerce-form-coupon,
.woocommerce .woocommerce-form-login {
    border: none !important;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.woocommerce .woocommerce-form-coupon button[type=submit],
.woocommerce .woocommerce-form-login button[type=submit] {
    min-width: 150px
}

.woocommerce .woocommerce-form-login .show-password-input {
    top: 0
}

.woocommerce .woocommerce-cart-form table.shop_table img {
    width: 70px;
    padding: .5rem
}

.woocommerce .woocommerce-cart-form table.shop_table .product-name a {
    color: #212529;
    text-decoration: none;
    font-weight: 600
}

.woocommerce .woocommerce-cart-form table.shop_table .product-subtotal .amount {
    font-weight: 700
}

.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child td {
    padding-top: 1.5rem
}

.woocommerce .woocommerce-cart-form input[name=coupon_code] {
    width: 200px !important;
    margin-right: 1.5rem !important;
    border-radius: 35px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.woocommerce .cart-collaterals {
    border: 2px solid #1e85be;
    border-radius: 5px
}

.woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.woocommerce .cart-collaterals .cart_totals .amount {
    color: #05d005;
    font-size: 1.2rem;
    font-weight: 700
}

.woocommerce .cart-collaterals .cart_totals .woocommerce-remove-coupon {
    font-size: 1rem
}

.woocommerce .cart-collaterals .cart_totals td {
    text-align: right
}

.woocommerce .cart-collaterals .cart_totals .order-total .amount {
    font-size: 1.5rem
}

.woocommerce .cart-collaterals .cart_totals .shop_table {
    border: none
}

.woocommerce form.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce form.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.woocommerce form.woocommerce-checkout #order_review_heading {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
    margin-top: 1rem
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table {
    border: none !important;
    margin-bottom: 0
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    border: none;
    border-bottom: 1px solid #f6f7f7;
    padding: .75rem 0;
    width: 30%
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    text-align: right
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
    border-bottom: 1px solid #ddd
}

.woocommerce form.woocommerce-checkout .order-total {
    font-size: 1.5rem;
    font-weight: 700;
    color: #05d005;
    font-family: 'Poppins', sans-serif
}

.woocommerce form.woocommerce-checkout .order-total th,
.woocommerce form.woocommerce-checkout .order-total td {
    border-bottom: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment {
    background: none !important
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment label {
    font-weight: 700;
    text-transform: uppercase;
    margin-top: .75rem
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
    background: #e9ecef !important;
    padding: .75rem;
    font-size: 0.9rem !important
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box:before {
    content: none !important
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
    margin: .75rem 0 !important;
    padding: 0 !important;
    padding-bottom: 1.5rem !important;
    border-bottom: 1px solid #ddd !important
}

.woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .form-row {
    padding: 0 !important
}

.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-style: italic;
    color: #666
}

.woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
    font-weight: 700
}

.woocommerce form.woocommerce-checkout button#place_order {
    width: 100%;
    background: #ce1e1e !important;
    border-color: #ce1e1e !important;
    color: #fff !important;
    margin-top: 1.5rem;
    border-radius: 35px !important;
    padding: 1rem !important;
    text-transform: uppercase;
    font-weight: 700
}

.woocommerce form.woocommerce-checkout .checkout-section {
    border: 2px solid #1e85be;
    border-radius: 5px
}

.woocommerce .woocommerce-Address-title h3,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details__title {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif
}

.woocommerce #ship-to-different-address span {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase
}

.woocommerce .woocommerce-order {
    padding: 1.5rem;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    max-width: 900px;
    margin: 0 auto
}

.woocommerce .woocommerce-order .woocommerce-notice {
    text-align: center;
    font-size: 1.5rem;
    margin: 0 0 1.5rem;
    font-weight: 700
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    color: green
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-failed {
    color: #dc3545
}

.woocommerce .woocommerce-thankyou-order-details {
    border: 1px solid #ddd;
    padding: 1.5rem;
    color: green;
    margin-bottom: 1.5rem !important;
    font-size: 1rem
}

@media only screen and (max-width:1024px) {
    .woocommerce .woocommerce-thankyou-order-details li {
        display: block;
        width: 100%;
        margin-bottom: .75rem;
        padding-bottom: .75rem;
        border-right: none !important;
        border-bottom: 1px dashed #d3ced2
    }
}

.woocommerce .woocommerce-table--order-details tfoot {
    font-size: 1.1rem;
    font-weight: 700
}

.woocommerce .woocommerce-table--order-details tfoot th {
    color: #000
}

.woocommerce .woocommerce-table--order-details tfoot tr:first-child th {
    border-top: 5px solid red
}

.woocommerce .woocommerce-table--order-details tfoot tr:first-child td {
    border-top: 5px solid green
}

.woocommerce .woocommerce-table--order-details tfoot tr:last-child {
    color: green
}

.woocommerce .woocommerce-customer-details {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details address {
    border-bottom-width: 1px;
    border-right-width: 1px
}

.woocommerce .account-orders-table a,
.woocommerce .my_account_orders a {
    color: #212529;
    font-weight: 700
}

.woocommerce .account-orders-table .order-total .amount,
.woocommerce .my_account_orders .order-total .amount {
    font-weight: 700
}

.woocommerce .account-orders-table .button,
.woocommerce .my_account_orders .button {
    background: none;
    border: 1px solid #ddd
}

.woocommerce table.woocommerce-orders-table {
    font-size: 1rem
}

.woocommerce .woocommerce-orders-table__cell-order-number a {
    text-decoration: none;
    font-size: 1rem;
    background: #135e96;
    color: #fff;
    padding: .25rem 1rem;
    border-radius: 3px
}

.woocommerce .woocommerce-orders-table__cell-order-total del {
    color: #dc3545
}

.woocommerce .woocommerce-orders-table__cell-order-total .amount,
.woocommerce .woocommerce-orders-table__cell-order-total ins {
    color: #11dd21;
    text-decoration: none;
    font-weight: 700
}

.woocommerce .woocommerce-orders-table__cell-order-actions a {
    margin-right: 1rem
}

.woocommerce .woocommerce-orders-table__cell-order-actions a:last-child {
    margin-right: 0
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title {
    margin-bottom: 1rem
}

.woocommerce .woocommerce-Addresses address {
    line-height: 2
}

.woocommerce .blockUI.blockOverlay::before {
    background-size: 50% cover;
    font-size: 1.5rem
}

.woocommerce .widget_shopping_cart_content li {
    padding-left: 2rem !important;
    padding-bottom: 0.75rem !important;
    margin-bottom: 0.75rem !important;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    list-style: none
}

.woocommerce .widget_shopping_cart_content li a {
    text-decoration: none;
    color: #212529
}

.woocommerce .widget_shopping_cart_content li .quantity {
    color: #05d005;
    font-size: 95%
}

.woocommerce .widget_shopping_cart_content li .remove_from_cart_button {
    position: absolute;
    left: 0;
    top: 1rem
}

.woocommerce .widget_shopping_cart_content li:last-child {
    padding-bottom: 0rem !important;
    margin-bottom: 0rem !important;
    border-bottom: none
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a {
    width: 100%;
    text-align: center;
    border-radius: 35px;
    font-weight: 400;
    font-size: .9rem;
    background: #222;
    color: #fff
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
    background-color: #ce1212 !important;
    border: 1px solid #ce1212 !important
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total .amount {
    color: #05d005
}

.woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    margin: 0
}

.woocommerce .header-user__cart .widget_shopping_cart_content {
    padding: 1.5rem
}

.woocommerce .header-user__cart .widget_shopping_cart_content .woocommerce-mini-cart {
    max-height: 400px;
    overflow-y: scroll;
    border-bottom: 1px solid #ddd;
    margin: -1.5rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem
}

.woocommerce .header-user__cart .widget_shopping_cart_content .woocommerce-mini-cart img {
    width: 40px;
    height: auto
}

@media only screen and (max-width:767px) {
    .woocommerce .header-user__cart.user__cart-normal {
        display: none
    }
    .woocommerce .header-user__cart.user__cart-float {
        position: fixed;
        bottom: 1rem;
        right: 1rem
    }
    .woocommerce .header-user__cart.user__cart-float .widget_shopping_cart_content {
        padding-top: 80px
    }
    .woocommerce .header-user__cart.user__cart-float .btn-cart {
        border: 1px solid #00cbee;
        background: #0dcaf0;
        width: 50px;
        height: 50px;
        line-height: 50px;
        box-shadow: 0 .5rem 1rem #00000038 !important;
        z-index: 2
    }
    .woocommerce .header-user__cart.user__cart-float .btn-cart .btn__icon {
        color: #fff
    }
    .woocommerce .header-user__cart.user__cart-float .btn-cart .cart-count {
        top: -20px;
        left: -10px;
        right: auto
    }
    .woocommerce .header-user__cart.user__cart-float .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 0;
        margin: 0;
        z-index: 1
    }
    .woocommerce .header-user__cart.user__cart-float .dropdown-menu .woocommerce-mini-cart {
        max-height: calc(100vh - 200px)
    }
}

body.admin-bar .header-user__cart .dropdown-menu {
    top: 40px
}

.notice-wrap {
    z-index: 99999 !important
}

@media only screen and (max-width:767px) {
    .transactions-points .mycred-filter>* {
        margin-bottom: 1rem
    }
    .transactions-points .mycred-filter .button-secondary {
        width: 100%
    }
    .transactions-points .mycred-table td:before {
        content: attr(data-colname) !important
    }
    .transactions-points .mycred-table tfoot {
        display: none
    }
}

#cashcred {
    max-width: 100%;
    padding: 0
}

#cashcred .form-control {
    padding: .375rem 0.75rem !important
}

#cashcred input[type=submit] {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem
}

#cashcred input[type=submit]:hover {
    color: #fff;
    background-color: #0b5ed7 !important;
    border-color: #0a58ca
}

#cashcred ul.cashcred-nav-tabs {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6
}

#cashcred ul.cashcred-nav-tabs a {
    padding: .7rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    position: relative;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #6c757d;
    text-decoration: none
}

#cashcred ul.cashcred-nav-tabs .active a {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

#cashcred #cashcred_tab_content {
    padding: 1.5rem;
    background: #fff;
    display: flex;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    border-left: 1px solid #dee2e6
}

#cashcred #cashcred_tab_content .cashcred-tab {
    border: none !important;
    padding: 0 !important
}

#cashcred #cashcred_tab_content .cashcred-tab h4,
#cashcred #cashcred_tab_content .cashcred-tab h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem
}

.site-main #buycred-checkout-form #checkout-action-button,
.site-main .myCRED-buy-form .button {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size: 1rem;
    margin-top: 2rem;
    width: 100%
}

.site-main .myCRED-buy-form .form-group .form-group {
    margin-top: 1rem
}

.site-main #buycred-checkout-page img {
    margin: 0 auto;
    display: block
}

.site-main #buycred-checkout-page .cancel {
    font-size: 1rem
}

.site-main #buycred-checkout-page .cancel a {
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600
}

.site-main #buycred-checkout-page table {
    margin-top: 2rem
}

.site-main #buycred-checkout-page table tr th,
.site-main #buycred-checkout-page table tr td {
    text-align: left;
    padding: 1rem;
    font-size: 1rem
}

.site-main #buycred-checkout-page .checkout-order {
    background-color: #fff;
    border-radius: .25rem;
    padding: 3rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.mycred-buy-points-wrap {
    max-width: 600px
}

.mycred-buy-points-wrap label {
    margin-bottom: .5rem
}

form#mycred-transfer-form-transfer {
    box-shadow: none !important;
    background: #fff !important;
    border: 1px solid #e9ecef;
    border-radius: 3px !important
}

form#mycred-transfer-form-transfer input[type=text] {
    margin-left: 0
}

form#mycred-transfer-form-transfer .mycred-submit-transfer {
    padding: .375rem 1.5rem;
    font-size: 1rem
}

.bp-messages-wrap.bm-initialized {
    display: none !important
}

#btn-private-message {
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0;
    padding: 0
}

#btn-private-message .btn__icon {
    font-size: .8rem
}

.member-loop .button-private-message {
    position: absolute;
    top: 1rem;
    right: 1rem;
    opacity: .5
}

.member-loop:hover .button-private-message {
    opacity: 1
}

.bm-login-form {
    border: 1px solid #e9ecef !important
}

.bm-login-form .bm-login-text {
    text-align: center;
    text-transform: uppercase
}

.bp-messages-wrap {
    --left-message-text-color: #fff;
    background: #fff
}

.bp-messages-wrap label {
    font-weight: 700;
    font-size: 1rem !important
}

.bp-messages-wrap img.avatar {
    border-radius: 50% !important
}

.bp-messages-wrap .bpbm-empty-link {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #dc3545 !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: 35px !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #dc3545 !important;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 35px;
    outline: none
}

.bp-messages-wrap .bpbm-empty-link a {
    color: #fff !important
}

.bp-messages-wrap .bm-alert {
    padding: 1.5rem
}

.bp-messages-wrap .bm-alert p {
    font-size: 1rem
}

.bp-messages-wrap .bm-alert button {
    border-radius: 35px !important;
    background: #dc3545 !important
}

.bp-messages-wrap .chat-footer .thread-info,
.bp-messages-wrap .chat-header .thread-info {
    margin-left: .75rem;
    color: #666;
    padding: .75rem
}

.bp-messages-wrap .chat-footer .thread-info .sub-name,
.bp-messages-wrap .chat-header .thread-info .sub-name {
    color: #0dcaf0
}

.bp-messages-wrap .bm-message-info .bm-time {
    font-size: 0.85rem !important;
    color: #aaa !important
}

.bp-messages-wrap .bm-message-content-text {
    line-height: 1.5;
    color: #666
}

.bp-messages-wrap .bm-message-content-text .url-wrap {
    border: 1px solid #aaa !important
}

.bp-messages-wrap .bpbm-chat-content .bm-name a,
.bp-messages-wrap .bpbm-chat-content .bm-name .user {
    font-size: 0.95rem !important;
    color: #0dcaf0 !important
}

.bp-messages-wrap .bpbm-chat-content .bm-thread-add-participant-title {
    font-size: 1rem
}

.bp-messages-wrap .bpbm-chat-content .bm-name-moderator {
    margin-left: 1rem
}

.bp-messages-wrap .bpbm-chat-content .bm-thread-settings {
    border-bottom: 1px solid #ddd
}

.bp-messages-wrap .bpbm-chat-content .bm-thread-settings h4 {
    display: none
}

.bp-messages-wrap .bpbm-chat-content .bm-thread-settings .bpbm-thread-option {
    font-size: 1rem;
    margin-bottom: 1rem
}

.bp-messages-wrap .bpbm-chat-content .bm-thread-settings .bpbm-thread-option .bpbm-thread-option-toggle {
    margin-bottom: .75rem
}

.bp-messages-wrap .bm-messages-list .bm-list .bm-conversation-start {
    font-size: 1rem !important;
    opacity: .9
}

.bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.incoming .bm-message-content {
    background: #2275d7 !important;
    color: #f9f9f9 !important
}

.bp-messages-wrap .bm-messages-list .bm-replied-message-text {
    font-size: .95rem
}

.bp-messages-wrap .bm-reply .bp-better-messages-restrict-send-message {
    font-size: 1rem
}

.bp-messages-wrap .bm-reply .bp-better-messages-restrict-send-message .bpbm-join-to-chat-button,
.bp-messages-wrap .bm-reply .bp-better-messages-restrict-send-message .bpbm-pm-button {
    background: #ce1e1e;
    border-color: #ce1e1e;
    color: #fff !important;
    border-radius: 35px;
    padding: .5rem 2rem;
    margin-top: .75rem;
    font-size: .9rem
}

.bp-messages-wrap .threads-list .bm-info .name {
    font-size: 1rem !important;
    color: #222 !important;
    margin-bottom: 0.5rem !important
}

.bp-messages-wrap .threads-list .bm-info .name+h4 {
    font-size: .9rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important
}

.bp-messages-wrap .threads-list .thread .bm-last-message-content,
.bp-messages-wrap .threads-list .thread .time-wrapper {
    font-size: 0.9rem !important;
    font-style: italic;
    color: #aaa;
    line-height: 1.5
}

.bp-messages-wrap .threads-list .thread .unread-count {
    background: #ce1212
}

.bp-messages-wrap .threads-list .bp-messages-active-thread {
    background: #e9ecef !important
}

.bp-messages-wrap .bm_user_selector__option {
    padding: 0.75rem !important
}

.bp-messages-wrap .bm_user_selector__multi-value {
    padding: .4rem;
    border-radius: 35px
}

.bp-messages-wrap #bm-new-thread-title {
    font-size: 1rem;
    font-weight: 700;
    color: #212529 !important
}

.bp-messages-wrap .bm_user_selector__menu div div {
    font-size: 1rem !important
}

.bp-messages-wrap .bulk-message .box {
    margin-top: 1rem;
    padding: 1rem
}

.bp-messages-wrap .bulk-message .progress {
    font-size: 1rem
}

.bp-messages-wrap .bulk-message button[type=submit] {
    background-color: #dc3545 !important;
    border-radius: 35px !important;
    border: 1px solid #dc3545 !important;
    padding: .375rem .75rem
}

.bp-messages-wrap .bulk-message ul>li {
    font-size: 1rem;
    margin-bottom: 1rem
}

.bp-messages-wrap .reports h3 {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 1rem
}

.bp-messages-wrap .reports-list {
    font-size: 1rem
}

.bp-messages-wrap .reports-list td,
.bp-messages-wrap .reports-list th {
    padding: 0.75rem !important
}

.bp-messages-wrap .reports-list .delete {
    font-size: 1.5rem !important;
    color: #f00e0e !important
}

.comments-livechat-tabs .dot {
    left: -15px;
    background: #ce1212
}

.comments-livechat-tabs .nav-link {
    outline: none;
    border-radius: 0
}

.comments-livechat-tabs .nav-link.active {
    border-color: #dee2e6;
    border-bottom: 2px solid #ce1212
}

.pmpro_btn {
    border-radius: 35px !important
}

.pmpro_message {
    border-left: 4px solid #72aee6;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-color: transparent;
    color: #212529
}

.pmpro_message.pmpro_error {
    border-left-color: #d63638
}

.pmpro_message.pmpro_success {
    border-left-color: #198754
}

.pmpro_content_message {
    border: 1px solid #ebebeb;
    text-align: center;
    margin-bottom: 1rem
}

.pmpro_content_message .btn {
    font-size: 1rem;
    border-radius: 35px !important;
    font-weight: 400;
    color: #fff !important;
    font-size: .9rem
}

.pmpro_content_message .btn-join-now {
    background-color: #0d6efd !important;
    border: 1px solid #0d6efd !important;
    color: #fff
}

.pmpro_content_message .btn-login {
    background-color: #ce1e1e !important;
    border: 1px solid #ce1e1e !important;
    color: #fff
}

.player-embed .require-membership {
    z-index: 2;
    color: #fff;
    font-size: 1.1rem;
    text-align: center
}

.player-embed .require-membership .pmpro_content_message {
    border: none;
    margin-bottom: 0
}

.pmpro_billing_wrap ol,
.pmpro_billing_wrap ul,
.pmpro_invoice_wrap ol,
.pmpro_invoice_wrap ul,
.pmpro_checkout-fields ol,
.pmpro_checkout-fields ul,
.pmpro-plan-description ol,
.pmpro-plan-description ul,
.pmpro_confirmation_wrap ol,
.pmpro_confirmation_wrap ul {
    padding: 0;
    list-style: none;
    line-height: 2;
    max-width: 700px
}

.pmpro_billing_wrap ol li,
.pmpro_billing_wrap ul li,
.pmpro_invoice_wrap ol li,
.pmpro_invoice_wrap ul li,
.pmpro_checkout-fields ol li,
.pmpro_checkout-fields ul li,
.pmpro-plan-description ol li,
.pmpro-plan-description ul li,
.pmpro_confirmation_wrap ol li,
.pmpro_confirmation_wrap ul li {
    position: relative;
    padding-left: 1.5rem
}

.pmpro_billing_wrap ol li:before,
.pmpro_billing_wrap ul li:before,
.pmpro_invoice_wrap ol li:before,
.pmpro_invoice_wrap ul li:before,
.pmpro_checkout-fields ol li:before,
.pmpro_checkout-fields ul li:before,
.pmpro-plan-description ol li:before,
.pmpro-plan-description ul li:before,
.pmpro_confirmation_wrap ol li:before,
.pmpro_confirmation_wrap ul li:before {
    content: "\e811";
    font-family: "fontello";
    position: absolute;
    left: 0;
    top: -4px;
    color: #19dc82;
    font-size: 1.2rem
}

.pmpro_billing_wrap ol li.unchecked:before,
.pmpro_billing_wrap ul li.unchecked:before,
.pmpro_invoice_wrap ol li.unchecked:before,
.pmpro_invoice_wrap ul li.unchecked:before,
.pmpro_checkout-fields ol li.unchecked:before,
.pmpro_checkout-fields ul li.unchecked:before,
.pmpro-plan-description ol li.unchecked:before,
.pmpro-plan-description ul li.unchecked:before,
.pmpro_confirmation_wrap ol li.unchecked:before,
.pmpro_confirmation_wrap ul li.unchecked:before {
    content: "\e813";
    color: #ce1212
}

.pmpro_confirmation_wrap {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 2.5rem 2.5rem 0 2.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.pmpro_confirmation_wrap>p:first-child {
    border-left: 4px solid #198754;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.pmpro_confirmation_wrap h3 {
    font-size: 1.2rem
}

.pmpro_confirmation_wrap .pmpro_actions_nav {
    padding-bottom: 1.5rem
}

.pmpro_box h3 {
    font-size: 1.3rem
}

.pmpro_table a {
    color: #212529;
    font-weight: 600;
    text-decoration: none
}

#pmpro_actionlink-levels {
    padding: .375rem .75rem;
    background: #ce1212;
    color: #fff;
    border-radius: 35px;
    font-size: .9rem
}

.pmpro_login_wrap {
    width: 400px;
    margin: 0 auto
}

.pmpro_login_wrap h2 {
    display: none
}

.pmpro_login_wrap #loginform {
    margin-bottom: 1rem;
    margin-left: 0;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 2.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.pmpro_login_wrap #loginform .input {
    max-width: 100%
}

.pmpro_login_wrap #loginform #wp-submit {
    width: 100%;
    padding: .2rem;
    font-size: 1rem;
    background-color: #ce1e1e !important;
    border: 1px solid #ce1e1e !important;
    color: #fff !important;
    border-radius: 35px;
    outline: none;
    box-shadow: none
}

.pmpro_login_wrap #loginform+hr {
    display: none
}

.pmpro_login_wrap .pmpro_actions_nav a {
    font-weight: 600;
    color: #212529;
    text-decoration: none
}

#pmpro_btn-submit,
.pmpro_cancel_return_home a,
.pmpro_actionlinks .pmpro_yeslink,
.pmpro_actions_nav a {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem 1.5rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background: #ce1212;
    border-color: #ce1212;
    border-radius: 35px;
    color: #fff
}

#pmpro_btn-submit:hover,
.pmpro_cancel_return_home a:hover,
.pmpro_actionlinks .pmpro_yeslink:hover,
.pmpro_actions_nav a:hover {
    opacity: .8
}

.pmpro_cancel_wrap {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 1.5rem;
    background: #fff;
    text-align: center
}

.pmpro_cancel_wrap h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

.pmpro_cancel_wrap .pmpro_nolink {
    text-decoration: none
}

.pmpro_invoice_wrap h3 {
    font-size: 1.2rem
}

.pmpro_invoice_wrap ul {
    list-style: none;
    padding: 0;
    line-height: 2
}

[class*="pmpro_checkout_gateway"] {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    padding: 2.5rem 2.5rem 0 2.5rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

[class*="pmpro_checkout_gateway"] a {
    color: #212529;
    font-weight: 600;
    font-style: normal;
    text-decoration: none
}

[class*="pmpro_checkout_gateway"] ol {
    padding: 0
}

[class*="pmpro_checkout_gateway"] .form-select,
[class*="pmpro_checkout_gateway"] .input {
    max-width: 100% !important;
    width: 100% !important
}

[class*="pmpro_checkout_gateway"] h3 {
    font-size: 1.3rem;
    margin-top: 0 !important
}

[class*="pmpro_checkout_gateway"] .pmpro_checkout-field {
    position: relative
}

[class*="pmpro_checkout_gateway"] .pmpro_asterisk {
    position: absolute;
    top: 0;
    right: 0
}

[class*="pmpro_checkout_gateway"] .pmpro_asterisk abbr {
    font-size: .7rem;
    color: #fff;
    background: #666;
    padding: .3rem;
    border-radius: 3px
}

[class*="pmpro_checkout_gateway"] .pmpro_asterisk abbr:before {
    content: attr(title)
}

[class*="pmpro_checkout_gateway"] .pmpro_checkout-h3-msg {
    font-size: 1rem !important
}

[class*="pmpro_checkout_gateway"] .pmpro_submit {
    text-align: center;
    margin-top: 2rem
}

[class*="pmpro_checkout_gateway"] #pmpro_processing_message {
    margin: 0 !important;
    text-align: center !important
}

[class*="pmpro_checkout_gateway"] #pmpro_level_cost {
    text-align: center;
    border: 1px solid #e9ecef;
    padding: 1rem;
    border-radius: 3px
}

[class*="pmpro_checkout_gateway"] #pmpro_level_cost strong {
    display: block;
    font-size: 2rem;
    color: #0dcaf0
}

[class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields {
    display: flex;
    margin: 1rem 0;
    gap: 1rem
}

[class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields span {
    background: #f8f9fa;
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 3px
}

[class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields .gateway_paypalexpress {
    margin-left: 0
}

.pmpro_checkout_gateway-stripe .pmpro_payment-expiration {
    display: block !important
}

.type-video.pmpro-level-required .video-hover .icon-play:before {
    content: "\e81a"
}

.type-video.pmpro-level-required.pmpro-has-access .video-hover .icon-play:before {
    content: '\e856'
}

.googlesitekit-reports .custom-tooltip {
    font-size: .9rem
}

.googlesitekit-reports .percent-icon-up {
    color: #1ae21a
}

.googlesitekit-reports .percent-icon-down {
    color: #dc3545
}

.googlesitekit-reports .analytics-tab {
    padding: 2rem;
    text-align: center !important;
    cursor: pointer
}

.googlesitekit-reports .analytics-tab .analytics-tab__label {
    font-size: 1rem;
    color: #6c757d
}

.googlesitekit-reports .analytics-tab .total-number {
    padding: 1rem
}

.googlesitekit-reports .analytics-tab .total-number h3 {
    font-size: 3rem
}

.googlesitekit-reports .analytics-tab .percent {
    font-size: 1.2rem
}

.googlesitekit-reports .analytics-tab.active {
    border-bottom: 4px solid #4285f4
}

.googlesitekit-reports .analytics-section {
    padding: 3rem
}

.googlesitekit-reports .analytics-section .analytics-section__header {
    margin: 0 -.75rem auto -.75rem
}

.googlesitekit-reports .analytics-section .analytics-section__header .section-title {
    font-size: 1.2rem
}

.googlesitekit-reports .analytics-section .analytics-section__content {
    min-height: 150px;
    width: 100%
}

.googlesitekit-reports .google-visualization-tooltip {
    width: 300px;
    padding: 1rem
}

html[data-theme=dark] ::-webkit-scrollbar {
    width: 8px;
    background-color: #333
}

html[data-theme=dark] ::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 35px
}

html[data-theme=dark] ::placeholder {
    color: #f9f9f9
}

html[data-theme=dark] body {
    background: #121212 !important;
    color: #f9f9f9
}

html[data-theme=dark] a {
    color: #f6f6f6
}

html[data-theme=dark] hr {
    color: #444
}

html[data-theme=dark] .border {
    border: 1px solid #222 !important
}

html[data-theme=dark] .border-top {
    border-top: 1px solid #222 !important
}

html[data-theme=dark] .border-end {
    border-right: 1px solid #222 !important
}

html[data-theme=dark] .border-bottom {
    border-bottom: 1px solid #222 !important
}

html[data-theme=dark] .border-start {
    border-left: 1px solid #222 !important
}

html[data-theme=dark] .bg-white {
    background-color: #1b1b1b !important
}

html[data-theme=dark] .bg-light {
    background-color: #222 !important
}

html[data-theme=dark] .text-body {
    color: #f9f9f9 !important
}

html[data-theme=dark] .text-secondary {
    color: #dee2e6 !important
}

html[data-theme=dark] .text-muted {
    color: #dee2e6 !important
}

html[data-theme=dark] .modal-footer {
    border-top: 1px solid #555
}

html[data-theme=dark] .dropdown-menu {
    background: #333;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

html[data-theme=dark] .dropdown-item {
    color: #f9f9f9
}

html[data-theme=dark] .dropdown-item:hover {
    background: none;
    opacity: .8
}

html[data-theme=dark] .dropdown-item:focus,
html[data-theme=dark] .dropdown-item.active {
    background-color: #444;
    color: #f9f9f9
}

html[data-theme=dark] .dropdown-item .menu-icon {
    color: #f9f9f9
}

html[data-theme=dark] .dropdown-divider {
    border-top: 1px solid #636464
}

html[data-theme=dark] .avatar.img-thumbnail {
    background: #333;
    border-color: #444;
    padding: 1px
}

html[data-theme=dark] .modal-content {
    background: #fff !important
}

html[data-theme=dark] .modal-content .modal-header {
    border-bottom: 0px;
   /* background: #ccc !important*/
}

html[data-theme=dark] .modal-content .modal-body {
   /* background: #fff !important;*/color:#000;
}

html[data-theme=dark] .modal-content .modal-footer {
    background: #ccc !important
}

html[data-theme=dark] .list-items .list-item:hover {
    background: #1f1f1f
}

html[data-theme=dark] .cropper-wrap {
    background: #333
}

html[data-theme=dark] figcaption {
    color: #f9f9f9
}

html[data-theme=dark] .media-frame-menu .media-menu {
    background: #222;
    border-right-color: #444;
    color: #f9f9f9
}

html[data-theme=dark] .media-frame-menu .media-menu .media-menu-item {
    color: #f9f9f9
}

html[data-theme=dark] .media-modal-content {
    background: #333;
    color: #f9f9f9
}

html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar,
html[data-theme=dark] .media-modal-content .attachments-wrapper,
html[data-theme=dark] .media-modal-content .media-sidebar {
    background: #444;
    color: #f9f9f9;
    border-left: 1px solid #555
}

html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar div,
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar label,
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar p,
html[data-theme=dark] .media-modal-content .attachments-browser .media-toolbar h2,
html[data-theme=dark] .media-modal-content .attachments-wrapper div,
html[data-theme=dark] .media-modal-content .attachments-wrapper label,
html[data-theme=dark] .media-modal-content .attachments-wrapper p,
html[data-theme=dark] .media-modal-content .attachments-wrapper h2,
html[data-theme=dark] .media-modal-content .media-sidebar div,
html[data-theme=dark] .media-modal-content .media-sidebar label,
html[data-theme=dark] .media-modal-content .media-sidebar p,
html[data-theme=dark] .media-modal-content .media-sidebar h2 {
    color: #f9f9f9
}

html[data-theme=dark] .media-modal-content .media-router button {
    background: #333 !important;
    color: #f9f9f9;
    border: 1px solid #444
}

html[data-theme=dark] .media-modal-content .media-router button.active {
    background: #555 !important;
    border: 1px solid #666
}

html[data-theme=dark] .media-modal-content .attachment-preview {
    background: #555
}

html[data-theme=dark] .media-modal-content .attachment-preview .filename {
    background: #1e1e1e;
    color: #f9f9f9
}

html[data-theme=dark] .media-modal-content .delete-attachment {
    background: #ce1212;
    color: #fff;
    padding: .3rem .5rem
}

html[data-theme=dark] .media-frame-content {
    background: #444;
    color: #f9f9f9;
    border-top: 1px solid #555
}

html[data-theme=dark] .media-frame-toolbar .media-toolbar {
    border-top: 1px solid #555
}

html[data-theme=dark] .form-floating>label {
    color: #f9f9f9 !important
}

html[data-theme=dark] .form-text {
    color: #f9f9f9
}

html[data-theme=dark] .site-header {
    background: #1b1b1b
}

html[data-theme=dark] .site-header form .btn__icon {
    color: #f9fafb
}

html[data-theme=dark] .site-header form button[type="submit"] {
    background: #ce1212;
    border: 1px solid #ce1212
}

html[data-theme=dark] .site-header .header-user .btn__icon {
    color: #f9fafb
}

html[data-theme=dark] .site-header .header-user__notification .list-notification {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444
}

html[data-theme=dark] .site-header .header-user__dropdown .author-name a {
    color: #f9fafb
}

html[data-theme=dark] .site-header.backdrop-blur {
    background: rgba(27, 27, 27, .8)
}

html[data-theme=dark] .site-search input[name="s"] {
    color: #f9fafb;
    border: 1px solid #333;
    background: #222
}

html[data-theme=dark] .site-search .autocomplete-results {
    background: #111 !important
}

html[data-theme=dark] .site-search .autocomplete-results .post-item:hover {
    background: #222
}

html[data-theme=dark] .navbar-toggler span {
    color: #f8f9fa
}

html[data-theme=dark] .theme-switcher .icon-moon {
    color: #fff
}

@media only screen and (max-width:1000px) {
    html[data-theme=dark] .site-search {
        background: #222
    }
}

html[data-theme=dark] .page-header {
    background-color: #121212 !important
}

html[data-theme=dark] .post-nav-links .post-page-numbers {
    color: #f9f9f9
}

html[data-theme=dark] .post-nav-links span {
    border: 1px solid #333
}

html[data-theme=dark] .nav-tab .nav-link.active {
    background: #333
}

html[data-theme=dark] .nav-tab .nav-link.active:before {
    background: #ffc107
}

html[data-theme=dark] .navbar-boxed .nav-link {
    color: #f9f9f9
}

html[data-theme=dark] .navbar-boxed .current-menu-parent>.nav-link,
html[data-theme=dark] .navbar-boxed .current-menu-item>.nav-link {
    color: #ff1e1e;
    font-weight: 600
}

@media only screen and (max-width:991px) {
    html[data-theme=dark] .navbar-boxed {
        background: #111
    }
}

html[data-theme=dark] .float-nav .nav-link:focus,
html[data-theme=dark] .float-nav .nav-link:hover {
    color: #ddd;
    background: #222
}

html[data-theme=dark] .float-nav .current-menu-item>.nav-link {
    color: #ddd;
    background: #222
}

html[data-theme=dark] .float-nav .dropdown-menu .current-menu-item>.nav-link {
    background: #333
}

html[data-theme=dark] .nav-links .nav-previous a,
html[data-theme=dark] .nav-links .nav-next a {
    color: #f9f9f9
}

html[data-theme=dark] ul.page-numbers .page-numbers {
    color: #f9f9f9;
    border: 1px solid #333
}

html[data-theme=dark] input[type="text"],
html[data-theme=dark] input[type="search"],
html[data-theme=dark] input[type="email"],
html[data-theme=dark] input[type="password"],
html[data-theme=dark] input[type="url"],
html[data-theme=dark] input[type="tel"],
html[data-theme=dark] input[type="number"],
html[data-theme=dark] .input-text,
html[data-theme=dark] textarea,
html[data-theme=dark] select,
html[data-theme=dark] .form-control {
    color: #bfbfbf!important;
    border: 1px solid #333 !important;
    background-color: #222!important;
}

html[data-theme=dark] input[type="text"]:focus,
html[data-theme=dark] input[type="search"]:focus,
html[data-theme=dark] input[type="email"]:focus,
html[data-theme=dark] input[type="password"]:focus,
html[data-theme=dark] input[type="url"]:focus,
html[data-theme=dark] input[type="tel"]:focus,
html[data-theme=dark] input[type="number"],
html[data-theme=dark] .input-text:focus,
html[data-theme=dark] textarea:focus,
html[data-theme=dark] select:focus,
html[data-theme=dark] .form-control:focus {
    background-color: #222 !important
}

html[data-theme=dark] input[type="text"]:-webkit-autofill,
html[data-theme=dark] input[type="text"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="text"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="search"]:-webkit-autofill,
html[data-theme=dark] input[type="search"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="search"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="email"]:-webkit-autofill,
html[data-theme=dark] input[type="email"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="email"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="password"]:-webkit-autofill,
html[data-theme=dark] input[type="password"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="password"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="number"]:-webkit-autofill,
html[data-theme=dark] input[type="number"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="url"]:-webkit-autofill,
html[data-theme=dark] input[type="url"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="url"]:-webkit-autofill:focus,
html[data-theme=dark] input[type="tel"]:-webkit-autofill,
html[data-theme=dark] input[type="tel"]:-webkit-autofill:hover,
html[data-theme=dark] input[type="tel"]:-webkit-autofill:focus,
html[data-theme=dark] .input-text:-webkit-autofill,
html[data-theme=dark] .input-text:-webkit-autofill:hover,
html[data-theme=dark] .input-text:-webkit-autofill:focus,
html[data-theme=dark] textarea:-webkit-autofill,
html[data-theme=dark] textarea:-webkit-autofill:hover,
html[data-theme=dark] textarea:-webkit-autofill:focus,
html[data-theme=dark] select:-webkit-autofill,
html[data-theme=dark] select:-webkit-autofill:hover,
html[data-theme=dark] select:-webkit-autofill:focus,
html[data-theme=dark] .form-control:-webkit-autofill,
html[data-theme=dark] .form-control:-webkit-autofill:hover,
html[data-theme=dark] .form-control:-webkit-autofill:focus {
    color: #f9f9f9 !important;
    background-color: #222 !important;
    -webkit-box-shadow: 0 0 0 1000px #1b1b1b inset !important;
    -webkit-text-fill-color: #f9f9f9 !important
}

html[data-theme=dark] .form-check-input {
    background-color: #444
}

html[data-theme=dark] .taginput-wrap {
    background-color: #222 !important;
    border: 1px solid #333
}

html[data-theme=dark] .bootstrap-tagsinput .tt-menu,
html[data-theme=dark] .bootstrap-tagsinput .tag {
    background: #555
}

html[data-theme=dark] .bootstrap-tagsinput input[type="text"] {
    border: none
}

html[data-theme=dark] .bootstrap-tagsinput .tt-menu .tt-suggestion {
    color: #f9f9f9
}

html[data-theme=dark] .btn-close {
    /*filter: invert(1) grayscale(100%) brightness(200%)*/
}

html[data-theme=dark] .drag-drop-upload .progress {
    background: #333;
    border: 1px solid #444
}

html[data-theme=dark] .modal-content .widget-content {
    background: #222
}

html[data-theme=dark] .wpcf7-form .wpcf7-not-valid {
    border-color: #dc3545 !important
}

html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=text],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=password],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=url],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=email],
html[data-theme=dark] div.wpforms-container-full .wpforms-form input[type=number],
html[data-theme=dark] div.wpforms-container-full .wpforms-form select,
html[data-theme=dark] div.wpforms-container-full .wpforms-form textarea,
html[data-theme=dark] div.wpforms-container-full .wpforms-form .wpforms-field-description,
html[data-theme=dark] div.wpforms-container-full .wpforms-form .choices__inner {
    color: #f9f9f9;
    border: 1px solid #333 !important;
    background-color: #222 !important
}

html[data-theme=dark] div.wpforms-container-full .wpforms-form .choices__list--dropdown {
    background-color: #222 !important;
    border: 1px solid #333 !important;
    color: #f9f9f9
}

html[data-theme=dark] div.wpforms-container-full .wpforms-form .choices__list--dropdown .is-highlighted {
    background-color: #444 !important
}

html[data-theme=dark] div.wpforms-container-full .wpforms-form .wpforms-error {
    color: #dc3545
}

html[data-theme=dark] .nsl-container-buttons .nsl-button-google[data-skin=light] {
    background-color: #333 !important;
    color: #f9f9f9
}

html[data-theme=dark] body.login div#login a {
    /*color: inherit !important*/
}

html[data-theme=dark] body.login div#login form {
    background: #1b1b1b
}

html[data-theme=dark] body.login div#login input[type="text"],
html[data-theme=dark] body.login div#login input[type="email"],
html[data-theme=dark] body.login div#login input[type="password"] {
    background-color: #222 !important;
    border-color: #333
}

html[data-theme=dark] body.login div#login input[type="text"]:focus,
html[data-theme=dark] body.login div#login input[type="email"]:focus,
html[data-theme=dark] body.login div#login input[type="password"]:focus {
    background-color: #333 !important;
    border-color: #444
}

html[data-theme=dark] body.login div#login .wp-hide-pw {
    color: #fff;
    outline: none;
    box-shadow: none;
    border: none
}

html[data-theme=dark] body.login div#login .success,
html[data-theme=dark] body.login div#login .message,
html[data-theme=dark] body.login div#login #login_error {
    background-color: #333
}

html[data-theme=dark] body.login form#language-switcher #language-switcher-locales {
    color: #f9f9f9;
    background-color: #222;
    border-color: #333
}

html[data-theme=dark] body.login form#language-switcher #language-switcher-locales:focus,
html[data-theme=dark] body.login form#language-switcher #language-switcher-locales:hover {
    color: #f9f9f9
}

html[data-theme=dark] .more-link {
    color: #f9f9f9
}

html[data-theme=dark] .post-title {
    color: #f9f9f9
}

html[data-theme=dark] .post-title a {
    color: #f9f9f9
}

html[data-theme=dark] .post-options .btn__icon {
    color: #f9f9f9
}

html[data-theme=dark] .post-options .btn {
    border-color: #1b1b1b !important;
    background: #444
}

html[data-theme=dark] .post-meta__items {
    color: #aaa !important
}

html[data-theme=dark] .post-meta__items a {
    color: #aaa !important
}

html[data-theme=dark] .post-meta__author,
html[data-theme=dark] .post-meta__items {
    color: #aaa
}

html[data-theme=dark] .post-meta__author .btn__text,
html[data-theme=dark] .post-meta__author .btn__icon,
html[data-theme=dark] .post-meta__author a,
html[data-theme=dark] .post-meta__items .btn__text,
html[data-theme=dark] .post-meta__items .btn__icon,
html[data-theme=dark] .post-meta__items a {
    color: #aaa
}

html[data-theme=dark] .post-meta__comment .comment-link {
    color: #f9f9f9 !important
}

html[data-theme=dark] .post-meta__comment .comment-box {
    background: #666
}

html[data-theme=dark] .post-meta__comment .comment-box:before,
html[data-theme=dark] .post-meta__comment .comment-box:after {
    border-top-color: #666
}

html[data-theme=dark] .post-category a {
    color: #f9f9f9
}

html[data-theme=dark] .post-grid::-webkit-scrollbar {
    width: 8px;
    background-color: #333
}

html[data-theme=dark] .post-grid::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 35px
}

html[data-theme=dark] .hentry.sticky {
    background: #333
}

html[data-theme=dark] #post-bottom .playlist-content-widget,
html[data-theme=dark] .post-main .playlist-content-widget {
    background: #141414 !important;
    border: 1px solid #222
}

html[data-theme=dark] #post-bottom .playlist-content-widget .playlist-header,
html[data-theme=dark] .post-main .playlist-content-widget .playlist-header {
    background: #1a1a1a
}

html[data-theme=dark] .collection-list {
    background: #111
}

html[data-theme=dark] .collection-list li:hover {
    background: #101010
}

html[data-theme=dark] .collection-list li .btn__icon {
    font-size: 1.2rem;
    color: #f9f9f9
}

html[data-theme=dark] .collection-list li .alert {
    background: #222;
    border: none
}

html[data-theme=dark] .search_videos-list {
    background: #111 !important
}

html[data-theme=dark] .search_videos-list .post-item:hover {
    background: #101010
}

html[data-theme=dark] .widget-title-wrap {
    border-bottom: 1px solid #333
}

html[data-theme=dark] .widget-title {
    color: #f9fafb
}

html[data-theme=dark] .widget {
    color: #f9f9f9
}

html[data-theme=dark] .widget a {
    color: #f9f9f9
}

html[data-theme=dark] table th,
html[data-theme=dark] table td,
html[data-theme=dark] .wp-block-table th,
html[data-theme=dark] .wp-block-table td {
    border: 0px;/*1px solid #333;*/
    padding: 1rem
}

html[data-theme=dark] .wp-block-archives-list li,
html[data-theme=dark] .wp-block-latest-posts__list li,
html[data-theme=dark] .wp-block-latest-comments li,
html[data-theme=dark] .wp-block-categories-list li {
    border-bottom: 1px solid #222
}

html[data-theme=dark] .widget_archive ul li,
html[data-theme=dark] .widget_categories ul li,
html[data-theme=dark] .widget_pages ul li,
html[data-theme=dark] .widget_meta ul li,
html[data-theme=dark] .widget_recent_comments ul li,
html[data-theme=dark] .widget_recent_entries ul li,
html[data-theme=dark] .widget_rss ul li,
html[data-theme=dark] .widget_nav_menu ul li,
html[data-theme=dark] .widget_product_categories ul li,
html[data-theme=dark] .widget_top_rated_products ul li,
html[data-theme=dark] .widget_recently_viewed_products ul li,
html[data-theme=dark] .widget_recent_reviews ul li,
html[data-theme=dark] .widget_products ul li {
    border-bottom: 1px solid #222
}

html[data-theme=dark] .widget_top_rated_products ul li .product-title,
html[data-theme=dark] .widget_recently_viewed_products ul li .product-title,
html[data-theme=dark] .widget_recent_reviews ul li .product-title,
html[data-theme=dark] .widget_products ul li .product-title {
    color: #f9fafb
}

html[data-theme=dark] .tagcloud a {
    background-color: #333
}

html[data-theme=dark] .widget-videos-playlist .post-grid .post-item {
    border-bottom: 1px solid #222
}

html[data-theme=dark] .widget-videos-playlist .post-grid .post-item.active {
    background: #222
}

html[data-theme=dark] .playlist-content-widget .btn__icon {
    color: #f9fafb
}

html[data-theme=dark] .playlist-content-widget .playlist-item.active,
html[data-theme=dark] .playlist-content-widget .playlist-item:hover {
    background: #222
}

html[data-theme=dark] .sidebar-primary .widget {
    background: #1b1b1b
}

html[data-theme=dark] .sidebar-secondary .nav-link {
    color: #f9fafb
}

html[data-theme=dark] .sidebar-secondary .dropdown-toggle:after {
    color: #f9fafb
}

html[data-theme=dark] .sidebar-secondary .widget {
    border-bottom: 1px solid #333
}

html[data-theme=dark] .sidebar-secondary a {
    color: #f9f9f9
}

html[data-theme=dark] .sidebar-secondary .dropdown-menu {
    background: #222;    width: auto; min-width: 100%;
}

html[data-theme=dark] .comments-list .comment {
    border-bottom: 1px solid #222
}

html[data-theme=dark] .comments-list .comment:hover {
    background: #1f1f1f
}

html[data-theme=dark] .comments-list .comment .btn__icon {
    color: #f9fafb
}

html[data-theme=dark] .comments-list .comment-reply-link,
html[data-theme=dark] .comments-list .comment-reply-login {
    color: #f9fafb
}

html[data-theme=dark] .comments-list .comment-read-more,
html[data-theme=dark] .comments-list .comment-read-less {
    color: #ce1212 !important
}

html[data-theme=dark] .comments-list .comment-text-js .bg-overlay {
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #1b1b1b 100%)
}

html[data-theme=dark] .comments-list .comment-text-js .comment-show-more {
    background: none
}

html[data-theme=dark] .comment-respond {
    border-top: 1px solid #333
}

html[data-theme=dark] .comment-respond .must-log-in a {
    color: #f9fafb
}

html[data-theme=dark] .comment-respond .form-submit {
    border-top: 1px solid #333
}

html[data-theme=dark] .comment-respond .form-submit button[type="submit"] {
    background: #ce1212
}

html[data-theme=dark] .comments--fixed .comment-respond {
    border-top: 1px solid #333
}

html[data-theme=dark] .section-profile-header,
html[data-theme=dark] .profile-nav {
    background: #111 !important
}

html[data-theme=dark] .profile-top .profile-header__photo .profile-photo {
    background-color: #222
}

html[data-theme=dark] .profile-nav.navbar-expand-lg .nav-link {
    color: #f9fafb
}

html[data-theme=dark] .profile-forums #bbp-user-navigation .nav-tabs {
    border-bottom: 1px solid #333
}

html[data-theme=dark] .user-dashboard .btn__icon {
    color: #f9f9f9
}

html[data-theme=dark] .user-dashboard .col_main {
    background: #111
}

html[data-theme=dark] .user-dashboard .col_main .social-login-account .nsl-container-buttons .nsl-button-google[data-skin=light] {
    background-color: #333 !important;
    color: #f9f9f9
}

html[data-theme=dark] .user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list {
    background: #121212;
    border: 1px solid #222
}

html[data-theme=dark] .user-dashboard .col_main .widget-live-chat-settings .bp-better-messages-roles-list li:first-child a {
    color: #f9f9f9
}

html[data-theme=dark] .user-dashboard .nav-tabs {
    border-bottom: 1px solid #444
}

html[data-theme=dark] .user-dashboard .nav-tabs .nav-link.active,
html[data-theme=dark] .user-dashboard .nav-tabs .nav-link:hover {
    background-color: #333;
    border-color: #444 #444 #333
}

html[data-theme=dark] .user-dashboard table {
    color: #f9f9f9;
    background: #1b1b1b
}

html[data-theme=dark] .user-dashboard table th,
html[data-theme=dark] .user-dashboard table td {
    border-bottom: 1px solid #333 !important
}

html[data-theme=dark] .user-dashboard table td {
    border: 1px solid #333
}

html[data-theme=dark] .user-dashboard table tr {
    background: none !important
}

html[data-theme=dark] .user-dashboard table tr:hover {
    color: #f9f9f9
}

html[data-theme=dark] .user-dashboard table .table-warning {
    --bs-table-bg: #222;
    color: #fff
}

html[data-theme=dark] .user-dashboard table .table-warning:hover {
    --bs-table-accent-bg: #1b1a1a
}

html[data-theme=dark] .user-dashboard table .post-thumbnail {
    background: #444 !important
}

html[data-theme=dark] .user-dashboard table .progress {
    background-color: #333 !important
}

@media only screen and (max-width:760px),
(min-device-width:768px) and (max-device-width:1024px) {
    html[data-theme=dark] .user-dashboard tr {
        border: 1px solid #333
    }
}

html[data-theme=dark] .member-loop .member-info .member-info__item .member-info__item__count {
    color: #f9f9f9
}

html[data-theme=dark] #insert-media-button {
    color: #fff;
    border-color: #444;
    background: #333;
    box-shadow: none
}

html[data-theme=dark] #insert-media-button:hover {
    opacity: .8
}

html[data-theme=dark] .wp-editor-wrap .wp-editor-container {
    border: 1px solid #333
}

html[data-theme=dark] .wp-editor-wrap .wp-editor-container .quicktags-toolbar .button {
    background: #666;
    color: #fff;
    border: 1px solid #666
}

html[data-theme=dark] .wp-editor-wrap .wp-editor-container .quicktags-toolbar .button:hover {
    opacity: .8
}

html[data-theme=dark] .wp-editor-wrap .quicktags-toolbar,
html[data-theme=dark] .wp-editor-wrap .mce-container {
    background-color: #333;
    border: 1px solid #333
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar button {
    background-color: #444
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-ico {
    color: #fff
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-listbox {
    border: 1px solid #444 !important
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-listbox button {
    color: #fff
}

html[data-theme=dark] .wp-editor-wrap .mce-toolbar .mce-active button {
    background: #777
}

html[data-theme=dark] .wp-editor-wrap .wp-switch-editor {
    background: #333;
    border: 1px solid #444;
    border-bottom: 1px solid #333;
    color: #fff
}

html[data-theme=dark] .wp-editor-wrap.tmce-active .switch-tmce {
    background-color: #666
}

html[data-theme=dark] .wp-editor-wrap.html-active .switch-html {
    background-color: #666
}

html[data-theme=dark] .post-review {
    border-top-color: #222 !important;
    background: #1b1b1b !important
}

html[data-theme=dark] .post-review .review-summary h4 {
    color: #f9f9f9
}

html[data-theme=dark] .post-review .review-score span {
    color: #f9f9f9
}

html[data-theme=dark] .post-review .criteria {
    background: #222
}

html[data-theme=dark] .drag-drop-upload .upload-form__label .icon {
    color: #fff
}

html[data-theme=dark] .player-wrapper .player-header {
    background: #333
}

html[data-theme=dark] .single-body .post-tags a {
    color: #fff;
    background: #333
}

html[data-theme=dark] .single-body .post-tags a:hover {
    background: #222
}

html[data-theme=dark] .comment-respond {
    border-top: 1px solid #333 !important
}

html[data-theme=dark] .single-video-v3 .single-video__body__main,
html[data-theme=dark] .single-video-v4 .single-video__body__main {
    background: #111 !important
}

html[data-theme=dark] .single-video-v3 .comments-list-lg,
html[data-theme=dark] .single-video-v4 .comments-list-lg {
    background: #111 !important;
    border-left: 1px solid #222 !important
}

html[data-theme=dark] .single-video-v3 .comments-list-lg .comment-respond .widget-title-wrap,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comment-respond .widget-title-wrap {
    display: none !important
}

html[data-theme=dark] .single-video-v3 .comments-list-lg .comments-list .comment-respond .widget-title-wrap,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comments-list .comment-respond .widget-title-wrap {
    display: flex !important
}

html[data-theme=dark] .single-video-v3 .comments-list-lg .comments-list .comment-respond .widget-title-wrap h3,
html[data-theme=dark] .single-video-v4 .comments-list-lg .comments-list .comment-respond .widget-title-wrap h3 {
    text-transform: inherit;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif
}

html[data-theme=dark] .post-img.no-image {
    background: #222
}

html[data-theme=dark] .search .search-tabs {
    border-bottom: 1px solid #222
}

html[data-theme=dark] .search .search-tabs .nav-link:hover,
html[data-theme=dark] .search .search-tabs .nav-link.active {
    color: #fff;
    background: #333;
    border: none;
    border-top: 2px solid #CE1212;
    outline: none;
    box-shadow: none
}

html[data-theme=dark] .woocommerce .reset_variations {
    border: 1px solid #444;
    background: #333
}

html[data-theme=dark] .woocommerce .mark,
html[data-theme=dark] .woocommerce mark {
    background-color: #333;
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce label {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .button {
    background: #333 !important;
    border: 1px solid #444 !important;
    color: #f9f9f9 !important;
    font-weight: 400
}

html[data-theme=dark] .woocommerce button[name=apply_coupon],
html[data-theme=dark] .woocommerce button[name=update_cart] {
    border: 1px solid #ce1212 !important;
    background: #ce1212 !important
}

html[data-theme=dark] .woocommerce .woocommerce-error,
html[data-theme=dark] .woocommerce .woocommerce-info,
html[data-theme=dark] .woocommerce .woocommerce-message {
    background-color: #222;
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .product_type_external,
html[data-theme=dark] .woocommerce .product_type_grouped,
html[data-theme=dark] .woocommerce .add_to_cart_button {
    border: none !important;
    background: #ce1212 !important;
    color: #fff !important
}

html[data-theme=dark] .woocommerce button.single_add_to_cart_button {
    border: none !important;
    background: #ce1212 !important
}

html[data-theme=dark] .woocommerce .woocommerce-variation-description {
    background: #1b1b1b;
    border: 1px solid #333
}

html[data-theme=dark] .woocommerce .price del {
    color: #f9f9f9 !important
}

html[data-theme=dark] .woocommerce .showlogin,
html[data-theme=dark] .woocommerce .showcoupon {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .download-product a {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce table.shop_table tbody .product-price,
html[data-theme=dark] .woocommerce table.shop_table tbody .product-subtotal {
    color: #f9fafb
}

html[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.wc-tabs:before {
    border-bottom: 1px solid #222
}

html[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.wc-tabs li a {
    color: #aaa !important
}

html[data-theme=dark] .woocommerce div.product .woocommerce-tabs ul.wc-tabs li.active a {
    color: #f9f9f9 !important
}

html[data-theme=dark] .woocommerce div.product .woocommerce-tabs .panel {
    background: #1b1b1b
}

html[data-theme=dark] .woocommerce #reviews .comment-reply-title,
html[data-theme=dark] .woocommerce #reviews .meta {
    color: #f9f9f9 !important
}

html[data-theme=dark] .woocommerce #reviews #comments .commentlist li {
    border-bottom: 1px solid #222 !important
}

html[data-theme=dark] .woocommerce #reviews #comments .commentlist li img.avatar {
    background: #333;
    border-color: #444;
    padding: 1px
}

html[data-theme=dark] .woocommerce .related.products>h2 {
    color: #f9fafb
}

html[data-theme=dark] .woocommerce table.shop_table th,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes th {
    color: #f9f9f9;
    font-weight: normal !important
}

html[data-theme=dark] .woocommerce table.shop_table th,
html[data-theme=dark] .woocommerce table.shop_table td,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes th,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes td {
    border: none;
    border-bottom: 1px solid #333 !important
}

html[data-theme=dark] .woocommerce table.shop_table .product-name a,
html[data-theme=dark] .woocommerce table.woocommerce-product-attributes .product-name a {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .woocommerce-form-coupon,
html[data-theme=dark] .woocommerce .woocommerce-form-login {
    border: none !important;
    background: #1b1b1b
}

html[data-theme=dark] .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
    background: #444 !important;
    color: #f9f9f9 !important
}

html[data-theme=dark] .woocommerce form.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
    border-bottom: 1px solid #333 !important
}

html[data-theme=dark] .woocommerce form.woocommerce-checkout .woocommerce-privacy-policy-text {
    color: #ccc
}

html[data-theme=dark] .woocommerce .account-orders-table a,
html[data-theme=dark] .woocommerce .woocommerce .my_account_orders a {
    color: #f9f9f9 !important
}

html[data-theme=dark] .woocommerce .woocommerce-form-coupon {
    border: 1px solid #333
}

html[data-theme=dark] .woocommerce .woocommerce-order {
    background: #1b1b1b;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

html[data-theme=dark] .woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
    color: #11d811
}

html[data-theme=dark] .woocommerce .woocommerce-thankyou-order-details {
    border: 1px solid #333;
    background: #222;
    color: #11d811
}

html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot {
    font-size: 1.1rem;
    font-weight: 700
}

html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot th {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot tr:first-child th {
    border-top: 5px solid red
}

html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot tr:first-child td {
    border-top: 5px solid #11d811
}

html[data-theme=dark] .woocommerce .woocommerce-table--order-details tfoot tr:last-child {
    color: #11d811
}

html[data-theme=dark] .woocommerce .woocommerce-customer-details address {
    border: 1px solid #333
}

html[data-theme=dark] .woocommerce .widget_shopping_cart_content a {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
    background: #555 !important
}

html[data-theme=dark] .woocommerce .widget_shopping_cart_content li:not(:last-child) {
    border-bottom: 1px solid #555
}

html[data-theme=dark] .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__empty-message,
html[data-theme=dark] .woocommerce .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    color: #f9f9f9
}

html[data-theme=dark] .woocommerce .header-user__cart .widget_shopping_cart_content .woocommerce-mini-cart {
    border-bottom: 1px solid #666
}

html[data-theme=dark] .woocommerce .blockUI.blockOverlay {
    background: #333 !important
}

html[data-theme=dark] .googlesitekit-reports a {
    color: #f9f9f9 !important
}

html[data-theme=dark] .googlesitekit-reports .item-path a {
    color: #a4afb7 !important
}

html[data-theme=dark] .googlesitekit-reports .google-visualization-tooltip {
    background: #444;
    border-color: #444;
    color: #fff
}

html[data-theme=dark] .googlesitekit-reports .google-visualization-tooltip>ul>li>span {
    color: #fff !important
}

html[data-theme=dark] .googlesitekit-reports .analytics-tabs .analytics-tab.active {
    background-color: #222;
    border-color: #333 #333 #0d6efd
}

html[data-theme=dark] .site-main #buycred-checkout-page table {
    color: #f9f9f9
}

html[data-theme=dark] .site-main #buycred-checkout-page .checkout-order {
    background-color: #222
}

html[data-theme=dark] #cashcred .cashcred-nav-tabs {
    border-bottom: 1px solid #444
}

html[data-theme=dark] #cashcred .cashcred-nav-tabs li {
    color: #dee2e6;
    border-color: #444 #444 #333
}

html[data-theme=dark] #cashcred .cashcred-nav-tabs .active {
    background-color: #333
}

html[data-theme=dark] #cashcred #cashcred_tab_content {
    background: #1b1b1b;
    border: 1px solid #222
}

html[data-theme=dark] form#mycred-transfer-form-transfer {
    background: #1b1b1b !important;
    border-color: #222 !important
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-overlay {
    background-color: #000000d6
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-FileCard-inner,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-FileCard-preview,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-AddFilesPanel {
    background-color: #222 !important
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner {
    background-color: #222
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .UppyIcon {
    stroke: #fafbfc
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-close,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-AddFiles-title,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-DashboardTabs-title,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-dropFilesTitle,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-Item-fileName,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-Dashboard-FileCard-label {
    color: #f9f9f9
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-DashboardContent-bar {
    align-items: center;
    color: #f9f9f9;
    background-color: #333;
    border-bottom: 1px solid #333
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-inner .uppy-DashboardContent-bar button {
    color: #f9f9f9
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-StatusBar-actions,
html[data-theme=dark] .uppy-Dashboard--modal .uppy-Dashboard-FileCard-actions {
    background: #222;
    border-top: 1px solid #333 !important
}

html[data-theme=dark] .uppy-Dashboard--modal .uppy-StatusBar {
    border: none !important
}

html[data-theme=dark] .bm-login-form {
    background: #1b1b1b;
    border: 1px solid #333 !important;
    color: #f9f9f9
}

html[data-theme=dark] .bm-login-form .bm-login-text {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap {
    border: 1px solid #333;
    color: #f9f9f9;
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap p {
    font-size: 1rem
}

html[data-theme=dark] .bp-messages-wrap label {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .bm-conversation-exist {
    background: #222;
    color: #fff;
    border-bottom: 1px solid #333
}

html[data-theme=dark] .bp-messages-wrap .starred-messages,
html[data-theme=dark] .bp-messages-wrap .bpbm-maximize,
html[data-theme=dark] .bp-messages-wrap .bpbm-minimize,
html[data-theme=dark] .bp-messages-wrap .bpbm-empty-icon,
html[data-theme=dark] .bp-messages-wrap .bpbm-empty-message,
html[data-theme=dark] .bp-messages-wrap .bpbm-empty-or,
html[data-theme=dark] .bp-messages-wrap .bpbm-user-option-description,
html[data-theme=dark] .bp-messages-wrap .mass-message,
html[data-theme=dark] .bp-messages-wrap .back {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-dropdown-menu {
    background: #333;
    border-color: #444
}

html[data-theme=dark] .bp-messages-wrap .bpbm-dropdown-menu .bpbm-dropdown-item {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list {
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user {
    border-bottom: 1px solid #1b1b1b;
    padding: 5px 0
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user:hover {
    opacity: .7;
    background: #1b1b1b !important
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user .user:hover {
    background: none !important
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-user-list div.user .open-profile {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .chat-footer,
html[data-theme=dark] .bp-messages-wrap .chat-header {
    background: #1b1b1b;
    border-bottom: 1px solid #333;
    border-top: 1px solid #333
}

html[data-theme=dark] .bp-messages-wrap .chat-footer .new-message,
html[data-theme=dark] .bp-messages-wrap .chat-footer .settings,
html[data-theme=dark] .bp-messages-wrap .chat-header .new-message,
html[data-theme=dark] .bp-messages-wrap .chat-header .settings {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .thread-info-data,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .name,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .bm-name,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-info .bm-name a,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .thread-info-data,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .name,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .bm-name,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-info .bm-name a {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-actions>span,
html[data-theme=dark] .bp-messages-wrap .chat-footer .thread-actions .expandingButtons,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-actions>span,
html[data-theme=dark] .bp-messages-wrap .chat-header .thread-actions .expandingButtons {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .chat-footer .bpbm-search form input,
html[data-theme=dark] .bp-messages-wrap .chat-header .bpbm-search form input {
    background: #222 !important;
    color: #f9fafb !important;
    border: 1px solid #333 !important
}

html[data-theme=dark] .bp-messages-wrap .chat-footer .bpbm-search form input::placeholder,
html[data-theme=dark] .bp-messages-wrap .chat-header .bpbm-search form input::placeholder {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .chat-footer .bpbm-search form input:focus,
html[data-theme=dark] .bp-messages-wrap .chat-header .bpbm-search form input:focus {
    border-color: #444 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-search-results-header {
    color: #f9f9f9 !important;
    background: #1b1b1b !important;
    border-bottom-color: #333 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text a {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text .url-wrap {
    border: 1px solid #222 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text .url-wrap .url-description .url-title,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-content-text .url-wrap .url-description .url-site {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content {
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name a,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name .user {
    color: #0dcaf0 !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name a:hover,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-name .user:hover {
    background: none !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-time,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-message-content {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings {
    background: #1b1b1b;
    border-bottom: 1px solid #222
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings #rename_thread {
    border: 1px solid #1b1b1b !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings .bpbm-thread-option-description {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bm-thread-settings-container,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .participants-panel,
html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bp-messages-user-list {
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .bp-messages-user-list .actions span {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bpbm-chat-content .participants-panel {
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap .bpbm-preview-message {
    border-top: 1px solid #333;
    background: #111
}

html[data-theme=dark] .bp-messages-wrap .bm-reply {
    border-top: 1px solid #333;
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap .bm-reply>* {
    background: #1b1b1b
}

html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-editor-content:empty::before {
    color: gray
}

html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-attachment,
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-emojies,
html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-send-message {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-reply-restricted {
    margin: 0;
    border-radius: 0;
    font-size: 1rem
}

html[data-theme=dark] .bp-messages-wrap .bm-reply .bm-editor-content {
    background: #1b1b1b !important;
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-side-threads>* {
    border-right: 1px solid #333
}

html[data-theme=dark] .bp-messages-wrap .threads-list .bm-info h4,
html[data-theme=dark] .bp-messages-wrap .threads-list .bm-info .name {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .threads-list .thread {
    background: #222
}

html[data-theme=dark] .bp-messages-wrap .threads-list .thread>* {
    border-bottom: 1px solid #333
}

html[data-theme=dark] .bp-messages-wrap .threads-list .thread:hover>* {
    background: #222;
    opacity: .8
}

html[data-theme=dark] .bp-messages-wrap .threads-list .thread .name,
html[data-theme=dark] .bp-messages-wrap .threads-list .thread .name+h4 {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .threads-list .thread .bm-last-message-content {
    color: #aaa
}

html[data-theme=dark] .bp-messages-wrap .threads-list .bp-messages-active-thread {
    background: #333 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-list .bm-conversation-start {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list .bm-unread-messages {
    color: #f9f9f9
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-name a {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content {
    background: #333 !important;
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-message-info .bm-time,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-message-content-text,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-replied-message .bm-replied-message-name .bm-user,
html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-replied-message .bm-replied-message-text {
    color: #f9f9f9 !important
}

html[data-theme=dark] .bp-messages-wrap .bm-messages-list.bm-template-modern .bm-messages-stack.outgoing .bm-message .bm-message-content .bm-replied-message {
    border-left: none;
    background: #444 !important
}

html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control {
    background-color: #222 !important;
    border-bottom: 1px solid #444
}

html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__placeholder,
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__input,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__placeholder,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__input {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__placeholder::placeholder,
html[data-theme=dark] .bp-messages-wrap .css-b62m3t-container .bm_user_selector__input::placeholder,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__placeholder::placeholder,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__control .bm_user_selector__input::placeholder {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu {
    background-color: #222 !important;
    border-bottom: 1px solid #444;
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu .bm_user_selector__option {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu .bm_user_selector__option.bm_user_selector__option_focused,
html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu .bm_user_selector__option:hover {
    background-color: #333 !important;
    opacity: .8
}

html[data-theme=dark] .bp-messages-wrap .bm_user_selector__multi-value {
    background: #444;
    color: #fff
}

html[data-theme=dark] .bp-messages-wrap .bm_thread_subject_input {
    background-color: #222 !important;
    border-bottom: 1px solid #333 !important
}

html[data-theme=dark] .bp-messages-wrap .bm_thread_subject_input .thread_subject__input {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .bm_thread_subject_input .thread_subject__input::placeholder {
    color: gray !important
}

html[data-theme=dark] .bp-messages-wrap .bm_user_selector__menu div div {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap #bm-new-thread-title {
    color: #f9fafb !important
}

html[data-theme=dark] .bp-messages-wrap .bulk-message .box {
    background-color: #1b1b1b !important;
    border: 1px solid #333
}

html[data-theme=dark] .bp-messages-wrap .bulk-message input[type=text],
html[data-theme=dark] .bp-messages-wrap .bulk-message .bm-editor {
    color: #f9f9f9 !important;
    border: 1px solid #333 !important;
    background-color: #222 !important;
    border-radius: 0.25rem !important;
    margin-top: 1rem
}

html[data-theme=dark] .bp-messages-wrap .bulk-message .progress {
    border: 1px solid #333;
    color: #f9fafb
}

html[data-theme=dark] .bp-messages-wrap .bulk-message .progress .progress-value {
    background: #309502;
    z-index: 1
}

html[data-theme=dark] .bp-messages-wrap .bulk-message .progress .progress-text {
    background-color: #222
}

html[data-theme=dark] .bp-messages-wrap .bp-messages-mobile-tap {
    background: #000000e0 !important
}

html[data-theme=dark] .user-dashboard .bpbm-chat-main {
    background: #111 !important
}

html[data-theme=dark] .reports-list thead {
    background: #333
}

html[data-theme=dark] .reports-list td,
html[data-theme=dark] .reports-list th {
    border: 1px solid #333 !important
}

html[data-theme=dark] .comments-livechat-tabs .nav-link {
    background: #222;
    color: #fff;
    border: 1px solid #333
}

html[data-theme=dark] .comments-livechat-tabs .nav-link.active {
    border-color: transparent;
    background: #333
}

html[data-theme=dark] .comments-livechat .bp-messages-column {
    background: #1b1b1b
}

html[data-theme=dark] .comments-livechat .bp-messages-column .messages-stack:hover {
    background: #1f1f1f
}

html[data-theme=dark] .pmpro_content_message {
    border: 1px solid #333
}

html[data-theme=dark] .pmpro_price_part-total {
    border-top: 1px solid #444
}

html[data-theme=dark] .pmpro_a-print {
    color: #f9f9f9
}

html[data-theme=dark] .pmpro_message {
    background-color: #333;
    color: #f9f9f9
}

html[data-theme=dark] .pmpro_table a {
    color: #f9f9f9
}

html[data-theme=dark] #pmpro_license {
    background: #222;
    color: #f9f9f9;
    padding: 1rem;
    border: 1px solid #333
}

html[data-theme=dark] [class*="pmpro_checkout_gateway"] {
    background-color: #1b1b1b
}

html[data-theme=dark] [class*="pmpro_checkout_gateway"] a {
    color: #f9f9f9
}

html[data-theme=dark] [class*="pmpro_checkout_gateway"] #pmpro_level_cost {
    border: 1px solid #333
}

html[data-theme=dark] [class*="pmpro_checkout_gateway"] #pmpro_payment_method .pmpro_checkout-fields span {
    background: #222;
    border: 1px solid #333
}

html[data-theme=dark] .pmpro_confirmation_wrap>p:first-child {
    background-color: #333
}

html[data-theme=dark] .pmpro_confirmation_wrap,
html[data-theme=dark] .pmpro_cancel_wrap {
    background: #1b1b1b
}

html[data-theme=dark] .pmpro_confirmation_wrap a,
html[data-theme=dark] .pmpro_cancel_wrap a {
    color: #f9f9f9
}

html[data-theme=dark] .pmpro_confirmation_wrap a:hover,
html[data-theme=dark] .pmpro_cancel_wrap a:hover {
    color: #f9f9f9
}

html[data-theme=dark] .pmpro_login_wrap #loginform {
    background: #1b1b1b
}

html[data-theme=dark] .pmpro_login_wrap .pmpro_actions_nav a {
    color: #f9f9f9
}

html[data-theme=dark] .rtl .sidebar-secondary {
    border-left: 1px solid #222 !important
}

html[data-theme=dark] .preloader {
    background: #121212
}

html[data-theme=dark] .select2-container--default .select2-selection--single {
    border: 1px solid #333 !important;
    background-color: #222
}

html[data-theme=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #f9f9f9
}

html[data-theme=dark] .select2-container--default .select2-search__field {
    background: #111 !important
}

html[data-theme=dark] .select2-container--default .select2-results>.select2-results__options {
    background: #222
}

html[data-theme=dark] .select2-container--default .select2-results__option[data-selected=true],
html[data-theme=dark] .select2-container--default .select2-results__option--highlighted {
    background: #444 !important
}

html[data-theme=dark] .select2-search--dropdown {
    background: #222
}

html[data-theme=dark] .select2-dropdown {
    border: 1px solid #333
}

html[data-theme=dark] .btn-upnext.auto-next {
    background: #ce1212 !important
}

html[data-theme=dark] .btn-upnext.auto-next span {
    color: #fff !important
}

html[data-theme=dark] .chapter-list {
    border: 1px solid #333;
    background: #222
}

html[data-theme=dark] .chapter-list li {
    border-bottom: 1px solid #333
}

html[data-theme=dark] .ph-item:before {
    background: linear-gradient(90deg, #ffffff00 46%, #ffffff0f 50%, #ffffff00 54%) 50% 50%
}

html[data-theme=dark] .ph-item .ph-picture,
html[data-theme=dark] .ph-item .ph-avatar,
html[data-theme=dark] .ph-item .ph-row div {
    background-color: #222
}

html[data-theme=dark] .ph-item .ph-row .empty {
    background-color: transparent !important
}

html[data-theme=dark] .terms-menu .term-item a {
    background: #333;
    color: #fff
}

html[data-theme=dark] .terms-menu .term-item.current a {
    background: #ce1212
}

html[data-theme=dark] .terms-menu.slick-initialized .slick-arrow:before {
    color: #fff
}

.user-roles .user-role.role-administrator {
    background: #6c757d !important
}

.user-roles .user-role.role-editor {
    background: #6c757d !important
}

.user-roles .user-role.role-author {
    background: #6c757d !important
}

.user-roles .user-role.role-contributor {
    background: #6c757d !important
}

.user-roles .user-role.role-subscriber {
    background: #6c757d !important
}

.user-roles .user-role.role-customer {
    background: #6c757d !important
}

.user-roles .user-role.role-shop_manager {
    background: #6c757d !important
}

.user-roles .user-role.role-bbp_keymaster {
    background: #6c757d !important
}

.user-roles .user-role.role-bbp_moderator {
    background: #6c757d !important
}

.user-roles .user-role.role-bbp_participant {
    background: #6c757d !important
}

.user-roles .user-role.role-bbp_spectator {
    background: #6c757d !important
}

.user-roles .user-role.role-bbp_blocked {
    background: #6c757d !important
}

.user-roles .user-role.role-pmpro_role_1 {
    background: #6c757d !important
}

.user-roles .user-role.role-pmpro_role_2 {
    background: #6c757d !important
}

.user-roles .user-role.role-pmpro_role_3 {
    background: #6c757d !important
}

.user-roles .user-role.role-pmpro_role_4 {
    background: #6c757d !important
}

#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form select {
    padding: .375rem .75rem;
    height: auto
}

#bbpress-forums fieldset.bbp-form legend {
    font-size: 1.2rem
}

#bbpress-forums fieldset.bbp-form .bbp-the-content {
    min-height: 50px;
    height: 100px
}

#bbpress-forums .bbp-submit-wrapper button[type=submit] {
    background: #ce1e1e !important;
    border-color: #ce1e1e !important;
    border-radius: 35px;
    color: #fff !important;
    padding: .5rem 2rem;
    box-shadow: none;
    border: none
}

#bbpress-forums .bbp-topic-form,
#bbpress-forums .bbp-reply-form {
    background: #fff;
    font-size: 1rem;
    margin-bottom: 1.5rem
}

#bbpress-forums .bbp-topic-form .quicktags-toolbar .ed_button,
#bbpress-forums .bbp-reply-form .quicktags-toolbar .ed_button {
    font-size: 1rem;
    text-transform: lowercase
}

#bbpress-forums .bbp-topic-form .bbp-the-content,
#bbpress-forums .bbp-reply-form .bbp-the-content {
    font-size: 1rem !important
}

#bbpress-forums .bbp-login-form {
    display: none;
    background: #fff
}

#bbpress-forums .avatar {
    border-radius: 50%;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6 !important
}

.forum-title {
    font-family: 'Poppins', sans-serif
}

div.bbp-breadcrumb {
    font-size: 90%;
    color: #444
}

div.bbp-breadcrumb a {
    color: #444;
    text-decoration: none
}

div.bbp-breadcrumb .bbp-breadcrumb-sep {
    color: #aaa;
    margin: 0 .2rem
}

div.bbp-breadcrumb .bbp-breadcrumb-current {
    color: #aaa
}

#bbpress-forums .bbp-breadcrumb {
    display: none
}

div.bbp-template-notice {
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-color: transparent !important;
    border-left: 4px solid #72aee6 !important;
    padding: 5px 15px;
    color: #212529
}

div.bbp-template-notice li,
div.bbp-template-notice p {
    font-size: 1rem
}

div.bbp-template-notice a {
    font-weight: 600
}

div.bbp-template-notice.info {
    border-left-color: #dfedf1
}

div.bbp-template-notice.error {
    border-left-color: #d63638 !important
}

#bbpress-forums .bbp-pagination {
    font-size: 1rem
}

#bbpress-forums .bbp-pagination .bbp-pagination-count {
    color: #6c757d;
    font-size: 1rem
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
    font-size: 1rem;
    border: 1px solid #dee2e6;
    color: #333;
    padding: .5rem 1rem;
    border-radius: 3px
}

#bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.current {
    background-color: #222;
    color: #fff
}

#bbpress-forums .bbp-topic-pagination .page-numbers {
    font-size: .9rem;
    padding: .2rem .5rem
}

.forum-tabs .nav-link {
    border-radius: 0;
    margin-bottom: 0;
    font-weight: 600;
    padding: .8rem 1rem
}

.forum-tabs .nav-link.active {
    border-color: #f6f6f6 #f6f6f6 #fff;
    border-top: 2px solid #CE1212
}

.forum-archive .forum-tabs .main-forum {
    border-color: #f6f6f6 #f6f6f6 #fff;
    border-top: 2px solid #CE1212
}

#bbpress-forums {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 2
}

#bbpress-forums a {
    color: #212529;
    text-decoration: none
}

#bbpress-forums .bbp-search-form {
    display: none
}

#bbpress-forums p.bbp-topic-meta span {
    white-space: normal
}

#bbpress-forums ul.bbp-forums {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
    border: none
}

#bbpress-forums ul.bbp-forums .bbp-header {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #0dcaf0;
    color: #fff;
    border: 1px solid #e9ecef;
    text-transform: uppercase
}

#bbpress-forums ul.bbp-forums .bbp-body>ul {
    padding: 1.5rem;
    background: #fff;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef
}

#bbpress-forums ul.bbp-forums .bbp-body>ul:last-child {
    margin-bottom: 1px
}

#bbpress-forums ul.bbp-forums .bbp-forum-info__thumbnail {
    max-width: 50px;
    height: auto
}

#bbpress-forums ul.bbp-forums .bbp-forum-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
    font-family: 'Poppins', sans-serif
}

#bbpress-forums ul.bbp-forums .bbp-forum-content {
    font-size: .9rem;
    color: #6c757d
}

#bbpress-forums ul.bbp-forums .bbp-forums-list {
    padding-left: 2rem;
    border-left: 4px solid #e0e0e0
}

#bbpress-forums ul.bbp-forums .bbp-forums-list .bbp-forum {
    font-size: 1rem;
    color: #212529;
    display: block;
    border: none;
    margin: 1rem 0
}

#bbpress-forums ul.bbp-forums .bbp-forums-list .bbp-forum.css-sep:after {
    content: none
}

#bbpress-forums ul.bbp-forums .bbp-forums-list .bbp-forum .bbp-forum-link {
    text-decoration: none
}

#bbpress-forums ul.bbp-forums .bbp-forum-freshness {
    font-size: .85rem
}

#bbpress-forums ul.bbp-forums .bbp-forum-freshness a {
    font-size: .85rem;
    color: #aaa
}

#bbpress-forums ul.bbp-forums .bbp-topic-meta {
    font-size: 1rem
}

#bbpress-forums ul.bbp-forums .bbp-topic-meta .avatar {
    max-width: 40px;
    max-height: 40px
}

#bbpress-forums ul.bbp-forums .bbp-footer {
    display: none
}

#bbpress-forums ul.bbp-topics {
    font-size: 1rem;
    border: none
}

#bbpress-forums ul.bbp-topics .bbp-topic-voice-count {
    display: none
}

#bbpress-forums ul.bbp-topics .bbp-topic-title {
    width: 65%
}

#bbpress-forums ul.bbp-topics .bbp-header {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    background-color: #0dcaf0;
    color: #fff;
    border: 1px solid #e9ecef;
    text-transform: uppercase
}

#bbpress-forums ul.bbp-topics .bbp-body>ul {
    padding: 1.5rem;
    background: #fff;
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef
}

#bbpress-forums ul.bbp-topics .bbp-body>ul:last-child {
    margin-bottom: 0
}

#bbpress-forums ul.bbp-topics .bbp-topic-meta-wrap {
    overflow: hidden
}

#bbpress-forums ul.bbp-topics .bbp-topic-permalink {
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    word-wrap: break-word
}

#bbpress-forums ul.bbp-topics .bbp-topic-excerpt {
    font-size: .9rem;
    color: #aaa;
    word-wrap: break-word
}

#bbpress-forums ul.bbp-topics .bbp-topic-meta {
    font-size: .95rem;
    color: #6c757d;
    font-weight: 600
}

#bbpress-forums ul.bbp-topics .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar {
    display: none
}

#bbpress-forums ul.bbp-topics .bbp-topic-meta .bbp-author-name {
    text-decoration: underline
}

#bbpress-forums ul.bbp-topics .bbp-topic-meta .bbp-topic-freshness-author {
    display: none
}

#bbpress-forums ul.bbp-topics .bbp-topic-meta a {
    font-weight: 600
}

#bbpress-forums ul.bbp-topics .bbp-topic-freshness a,
#bbpress-forums ul.bbp-topics .bbp-topic-freshness .bbp-topic-meta {
    font-size: .85rem;
    color: #aaa
}

#bbpress-forums ul.bbp-topics .bbp-footer {
    display: none
}

#bbpress-forums ul.super-sticky,
#bbpress-forums ul.sticky {
    background: #fff !important;
    border-left: 5px solid #0dcaf0 !important
}

#bbpress-forums #subscription-toggle a,
#bbpress-forums #favorite-toggle a,
#bbpress-forums .bbp-admin-links a {
    background: #ce1212;
    color: #fff;
    padding: .3rem .5rem;
    border-radius: 3px;
    font-size: .9rem;
    text-transform: lowercase
}

#bbpress-forums #subscription-toggle a:hover,
#bbpress-forums #favorite-toggle a:hover,
#bbpress-forums .bbp-admin-links a:hover {
    opacity: .8
}

#bbpress-forums .bbp-admin-links a {
    background: #ddd;
    font-size: 85%;
    color: #222
}

#bbpress-forums .bbp-topic-tags {
    font-size: 1rem
}

#bbpress-forums .bbp-topic-tags a {
    text-decoration: underline;
    font-weight: 600
}

#bbpress-forums .bbp-reply-header {
    display: flex;
    flex-direction: column
}

#bbpress-forums ul.bbp-replies {
    font-size: 1rem;
    margin-top: 3rem;
    border: none;
    padding: 0;
    margin: 0
}

#bbpress-forums ul.bbp-replies .bbp-header {
    display: none
}

#bbpress-forums ul.bbp-replies .bbp-body .hentry {
    background: #fff
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-reply-author {
    width: 170px
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-reply-content {
    margin-left: 180px;
    line-height: 2;
    overflow: hidden
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-author-avatar {
    margin-bottom: 1rem;
    display: block
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-author-name {
    font-weight: 600
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-author-role {
    font-size: 1rem
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-reply-post-date {
    font-size: .95rem
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-topic-revision-log-item {
    font-size: .95rem
}

#bbpress-forums ul.bbp-replies .bbp-body .bbp-topic-revision-log-item .bbp-author-avatar {
    display: none
}

#bbpress-forums ul.bbp-replies .bbp-footer {
    display: none
}

#bbpress-forums ul.bbp-search-results {
    font-size: 1rem;
    border: none
}

#bbpress-forums ul.bbp-search-results .bbp-topic-header {
    display: flex;
    flex-direction: column
}

#bbpress-forums ul.bbp-search-results .bbp-header {
    padding: 1rem;
    background: #fff
}

#bbpress-forums ul.bbp-search-results .bbp-header .bbp-search-author {
    width: auto
}

#bbpress-forums ul.bbp-search-results .bbp-body>ul {
    padding: 1rem 2rem;
    background: #fff
}

#bbpress-forums ul.bbp-search-results .bbp-body .hentry {
    background: #fff;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 3px 0, rgba(0, 0, 0, .06) 0 1px 2px 0
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header {
    padding: 1rem 2rem;
    background: #fff
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-author,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-author {
    width: 170px
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-content,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-content {
    margin-left: 1.5rem;
    line-height: 2;
    overflow: hidden
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-content {
    margin-left: 0;
    padding: .75rem 1.5rem
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-author-avatar {
    margin-bottom: 1rem;
    display: block
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-author-avatar img {
    max-width: 64px
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-author-name {
    font-weight: 600
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-author-role {
    font-size: 1rem
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-post-date {
    font-size: .9rem
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header {
    padding: 1.5rem;
    background: #fff
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header .bbp-meta,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header .bbp-topic-title-meta,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header .bbp-meta,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header .bbp-topic-title-meta,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header .bbp-meta,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header .bbp-topic-title-meta {
    font-style: italic;
    font-size: .9rem;
    color: #aaa
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header .bbp-topic-title h3,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header .bbp-topic-title h3,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header .bbp-topic-title h3 {
    font-size: 1.2rem;
    font-family: 'Poppins', sans-serif
}

#bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header .bbp-topic-title-meta a,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header .bbp-topic-title-meta a,
#bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header .bbp-topic-title-meta a {
    font-weight: 600;
    font-style: normal
}

.widget_display_views ul,
.widget_display_topics ul,
.widget_display_replies ul,
.widget_display_forums ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_display_views ul a,
.widget_display_topics ul a,
.widget_display_replies ul a,
.widget_display_forums ul a {
    color: #212529;
    text-decoration: none;
    font-weight: 600
}

.widget_display_views ul li,
.widget_display_topics ul li,
.widget_display_replies ul li,
.widget_display_forums ul li {
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee
}

.widget_display_views ul li:last-child,
.widget_display_topics ul li:last-child,
.widget_display_replies ul li:last-child,
.widget_display_forums ul li:last-child {
    border-bottom: none
}

.widget_display_replies img {
    width: 40px;
    height: 40px;
    margin-right: .5rem
}

.widget_display_replies time {
    font-size: .9rem;
    display: block;
    color: #6c757d
}

@media only screen and (max-width:768px) {
    #bbpress-forums .bbp-header,
    #bbpress-forums .bbp-footer {
        display: none
    }
    #bbpress-forums .bbp-body .bbp-forum-info,
    #bbpress-forums .bbp-body .bbp-topic-title {
        width: 100% !important
    }
    #bbpress-forums .bbp-body .bbp-forum-topic-count,
    #bbpress-forums .bbp-body .bbp-forum-reply-count,
    #bbpress-forums .bbp-body .bbp-forum-freshness,
    #bbpress-forums .bbp-body .bbp-topic-voice-count,
    #bbpress-forums .bbp-body .bbp-topic-reply-count,
    #bbpress-forums .bbp-body .bbp-topic-freshness {
        display: none
    }
}

@media only screen and (max-width:480px) {
    #bbpress-forums .bbp-body .bbp-topic-content,
    #bbpress-forums .bbp-body .bbp-reply-content,
    #bbpress-forums .bbp-body .bbp-reply-author,
    #bbpress-forums .bbp-body .bbp-topic-author,
    #bbpress-forums .bbp-body .bbp-forum-content {
        margin-left: 0 !important;
        padding: 0 !important;
        width: auto !important
    }
    #bbpress-forums .bbp-body .bbp-topic-content .avatar,
    #bbpress-forums .bbp-body .bbp-reply-content .avatar,
    #bbpress-forums .bbp-body .bbp-reply-author .avatar,
    #bbpress-forums .bbp-body .bbp-topic-author .avatar,
    #bbpress-forums .bbp-body .bbp-forum-content .avatar {
        width: 50px;
        height: 50px
    }
    #bbpress-forums .bbp-body .bbp-reply-author,
    #bbpress-forums .bbp-body .bbp-topic-author {
        min-height: 70px !important;
        padding-left: 60px !important
    }
    #bbpress-forums .bbp-pagination-count,
    #bbpress-forums .bbp-pagination-links {
        float: none;
        display: block;
        margin: 0 auto;
        width: 100%
    }
    #bbpress-forums .bbp-pagination-links {
        margin-top: 1.5rem
    }
}

@media only screen and (max-width:375px) {
    #bbpress-forums .bbp-body .bbp-forum-info__thumbnail,
    #bbpress-forums .bbp-body .bbp-topic-avatar {
        display: none
    }
}

html[data-theme=dark] .bbp-page-header,
html[data-theme=dark] .forum-tabs {
    background: #121212 !important
}

html[data-theme=dark] div.bbp-breadcrumb a {
    color: #f9f9f9
}

html[data-theme=dark] .forum-tabs .nav-link:focus,
html[data-theme=dark] .forum-tabs .nav-link:hover,
html[data-theme=dark] .forum-tabs .nav-link.active {
    background: #333;
    border: none;
    border-top: 2px solid #CE1212;
    outline: none;
    box-shadow: none
}

html[data-theme=dark] .forum-archive .forum-tabs .main-forum {
    background: #333;
    border: none;
    border-top: 2px solid #CE1212;
    outline: none;
    box-shadow: none
}

html[data-theme=dark] #bbpress-forums a {
    color: #f9f9f9
}

html[data-theme=dark] #bbpress-forums .bbp-admin-links a {
    background: #555
}

html[data-theme=dark] #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers {
    color: #f9f9f9;
    border: 1px solid #333
}

html[data-theme=dark] #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers:hover,
html[data-theme=dark] #bbpress-forums .bbp-pagination .bbp-pagination-links .page-numbers.current {
    background-color: #222
}

html[data-theme=dark] #bbpress-forums .bbp-topic-pagination .page-numbers {
    background-color: #444;
    color: #fff;
    border: 1px solid #666
}

html[data-theme=dark] #bbpress-forums .avatar {
    background: #333;
    border-color: #444;
    padding: 1px;
    border: none !important
}

html[data-theme=dark] #bbpress-forums .bbp-template-notice {
    background-color: #333 !important;
    color: #f9f9f9
}

html[data-theme=dark] #bbpress-forums .bbp-footer {
    display: none
}

html[data-theme=dark] #bbpress-forums .bbp-topic-meta {
    color: #eee
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results,
html[data-theme=dark] #bbpress-forums ul.bbp-forums,
html[data-theme=dark] #bbpress-forums ul.bbp-topics {
    border: 1px solid #121212
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-header,
html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-header,
html[data-theme=dark] #bbpress-forums ul.bbp-topics .bbp-header {
    background: #222;
    border: 1px solid #333
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body>ul,
html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-body>ul,
html[data-theme=dark] #bbpress-forums ul.bbp-topics .bbp-body>ul {
    background: #222;
    border: 1px solid #333
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body>ul.sticky,
html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body>ul.super-sticky,
html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-body>ul.sticky,
html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-body>ul.super-sticky,
html[data-theme=dark] #bbpress-forums ul.bbp-topics .bbp-body>ul.sticky,
html[data-theme=dark] #bbpress-forums ul.bbp-topics .bbp-body>ul.super-sticky {
    background: #333 !important
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results {
    border: none
}

html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-forum-title {
    color: #f9f9f9
}

html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-forum-content {
    color: #c5c5c5
}

html[data-theme=dark] #bbpress-forums ul.bbp-forums .bbp-forums-list {
    border-left: 4px solid #333
}

html[data-theme=dark] #bbpress-forums ul.bbp-replies .hentry {
    background: #222
}

html[data-theme=dark] #bbpress-forums ul.bbp-replies .bbp-reply-header {
    background: #333;
    border-top: 1px solid #333
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body .hentry {
    background: #222
}

html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body .bbp-forum-header,
html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body .bbp-topic-header,
html[data-theme=dark] #bbpress-forums ul.bbp-search-results .bbp-body .bbp-reply-header {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #2e2e2e
}

html[data-theme=dark] #bbpress-forums .bbp-topic-form,
html[data-theme=dark] #bbpress-forums .bbp-reply-form {
    background: #121212
}

html[data-theme=dark] #bbpress-forums fieldset.bbp-form {
    border: 1px solid #333
}

@media only screen and (max-width:480px) {
    html[data-theme=dark] #bbpress-forums .bbp-topic-author,
    html[data-theme=dark] #bbpress-forums .bbp-reply-author {
        border-bottom: 1px solid #333
    }
}

html[data-theme=dark] .widget_display_views ul li,
html[data-theme=dark] .widget_display_topics ul li,
html[data-theme=dark] .widget_display_replies ul li,
html[data-theme=dark] .widget_display_forums ul li {
    border-bottom: 1px solid #111
}

html[data-theme=dark] .widget_display_views ul li time,
html[data-theme=dark] .widget_display_topics ul li time,
html[data-theme=dark] .widget_display_replies ul li time,
html[data-theme=dark] .widget_display_forums ul li time {
    color: #c5c5c5
}

.widget .myCRED-rank {
    float: right
}

.item-meta>#mycred-my-ranks {
    display: none
}

.item-meta>.mycred-balance {
    display: none
}

.widget .myCRED-rank span {
    padding-right: 4px;
    color: gray
}

.widget .myCRED-balance {
    display: block;
    margin-bottom: 24px;
    text-align: center;
    font-size: larger
}

.widget .myCRED-leaderboard .cred {
    float: right
}

.widget .myCRED-leaderboard .first-item {
    font-size: 110%
}

.widget .myCRED-history {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.widget .myCRED-history .creds {
    float: right;
    padding: 0;
    clear: left
}

.mycred-nav-rank img {
    display: inherit
}

button.mycred-submit-transfer.btn.btn-primary.btn-block.btn-lg {
    margin: 20px 0
}

input.mycred-autofill.form-control.ui-autocomplete-input {
    margin-left: 20px
}

.mycred-transfer-form input.form-control {
    margin-left: 28px;
    margin-top: 10px
}

span.form-control-static {
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 20px
}

p.form-control-static {
    margin: 0 16px
}

form#mycred-transfer-form-transfer {
    background: #f9f9f9;
    padding: 25px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
    border-radius: 10px
}

form#mycred-transfer-form-donation {
    background: #f9f9f9;
    padding: 25px;
    margin: 150px 0;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%), 0 5px 5px 0 rgb(0 0 0 / 24%);
    border-radius: 10px
}

input#mycred-transfer-form-message-field {
    margin-left: 24px
}

span#mycred-transfer-form-amount-field {
    margin-left: 28px
}

.mycred-badges-list-item img {
    width: 25%;
    display: inline-block;
    float: left
}

.mycred-badges-list-item h3 {
    color: red
}

.mycred-badges-list-item .mycred-left {
    float: left;
    width: 72%;
    margin-left: 15px
}

.mycred-badges-list-item .clear {
    clear: both
}

.mycred-badges-list-item .mycred-mr-l {
    margin-left: 25px
}

.mycred-badges-list-item {
    border-top: 0 solid #9c9c9c;
    min-height: 180px;
    padding: 15px 0;
    cursor: pointer
}

.mycred-badges-list-item~.mycred-badges-list-item {
    border-top-width: 1px
}

.mycred-badges-list h3:first-child {
    margin-bottom: 15px;
    margin-top: 0
}

.mycred-badges-list-item.not-earned {
    filter: grayscale(1)
}

.mycred-tabset .mycred-badge-count {
    color: #fff;
    font-size: 18px;
    background: #0173aa;
    border-radius: 50%;
    padding: 0 7px
}

.mycred-badges-list-item .mycred-sup-category {
    background: #0173aa;
    color: #fff;
    margin: 0 3px;
    padding: 2px 6px;
    font-size: 14px;
    border-radius: 4px
}

ul.mycred-badges-list-tabs {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0
}

ul.mycred-badges-list-tabs li {
    padding: 10px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-right: 5px;
    margin-bottom: -1px
}

ul.mycred-badges-list-tabs li.active {
    border: 1px solid #47525d;
    border-bottom: 1px solid #ccc
}

.mycred-badges-list-panels {
    border-top: 1px solid #47525d
}

.mycred-badges-list-panel.active {
    display: initial
}

.mycred-badges-list-panel {
    display: none
}

.mycred-badge-count {
    color: #fff;
    font-size: 18px;
    background: #0173aa;
    border-radius: 50%;
    padding: 0 7px;
    margin-left: 5px
}

.mycred-badge-page .mycred-level-image {
    width: 150px
}

.mycred-badge-page .mycred-badge-page-level {
    float: left;
    width: 30%
}

.mycred-badge-page .mycred-level-requirement {
    font-size: 19px;
    text-align: left
}

.mycred-badge-page .mycred-badge-image {
    width: 150px
}

.mycred-badge-page-level .mycred-level-image {
    width: 70px
}

.mycred-float-left {
    float: left
}

.mycred-float-right {
    float: right
}

.mycred-badge-earner-grid img {
    width: 150px;
    height: 150px;
    padding: 10px
}

.mycred-badge-earner-grid h4 {
    margin: 0
}

.mycred-badge-earner-grid {
    text-align: center
}

.mycred-badges-list-item p {
    margin-top: 0
}

.mycred-left {
    float: left
}

.mycred-right {
    float: right
}

.mycred-clear {
    clear: both
}

.mycred-remove-margin {
    margin: 0
}

.mycred-remove-padding {
    padding: 0
}

.mycred-evidence-page .intro {
    margin-left: 45px
}

.mycred-evidence-page p {
    font-size: 19px;
    margin: 0
}

.mycred-evidence-page a {
    text-decoration: none;
    color: red
}

.mycred-evidence-page .dashicons-yes-alt {
    line-height: inherit;
    color: green
}

.mycred-badge-page-level ul {
    margin-left: 0;
    padding-left: 20px
}

.mycred-badge-page-level .mycred-level-reward {
    text-align: left
}

.mycred-level-reward {
    margin-bottom: 15px
}

.mycred-badge-page-level {
    margin-right: 15px
}

.mycred-badges-list-item:hover {
    background: #efefef
}

.mycred-badge-congratulation-msg {
    background: #f0f0f0;
    padding: 25px 10px;
    margin: 20px 0;
    border-radius: 5px
}

li.mycred-strike-off {
    text-decoration: line-through
}

.mycred-search-bar {
    padding: 10px 0
}

.mycred-history-wrapper .pagination>li {
    display: inline-block;
    padding: 5px
}

.mycred-badge-page-level h4 {
    text-align: left
}

.mycred_align_left {
    text-align: left
}

.mycred_align_center {
    text-align: center
}

.mycred_align_justify {
    text-align: justify
}

.mycred_align_right {
    text-align: right
}

.mycred_layout_left .mycred-badge-image-wrapper {
    float: left;
    width: 30%
}

.mycred_layout_left .mycred_content {
    float: left;
    width: 70%
}

.mycred_layout_left {
    width: 100%
}

.mycred_layout_top {
    float: left;
    width: 100%
}

.mycred_layout_right .mycred-badge-image-wrapper {
    float: right;
    width: 30%
}

.mycred_layout_right .mycred_content {
    float: right;
    width: 70%
}

.mycred_layout_right {
    float: right;
    width: 100%
}

.mycred-clearfix {
    clear: both
}

.mycred_layout_top .mycred-badge-image-wrapper,
.mycred_layout_bottom .mycred-badge-image-wrapper {
    text-align: center
}

.mycred-badge-image {
    display: inline
}

.mycred-not-earned {
    opacity: .4
}

.mycred-alert {
    padding: 10px;
    border-radius: 5px;
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.mycred-alert.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}



[class^="mycred-social-icon-"],
[class*=" mycred-social-icon-"] {
    font-family: 'mycred-social-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mycred-social-icon-bars:before {
    content: "\e900"
}

.mycred-social-icon-facebook:before {
    content: "\e901"
}

.mycred-social-icon-instagram:before {
    content: "\e902"
}

.mycred-social-icon-linkedin:before {
    content: "\e903"
}

.mycred-social-icon-pinterest:before {
    content: "\e904"
}

.mycred-social-icon-twitch:before {
    content: "\e905"
}

.mycred-social-icon-twitter:before {
    content: "\e906"
}

.mycred-social-icon-whatsapp:before {
    content: "\e907"
}

.mycred-social-icon-youtube:before {
    content: "\e908"
}

.social-media-br br {
    display: none
}

button.mycred-social-icons,
a.mycred-social-icons,
button.social-text {
    text-align: center;
    margin: 5px 2px;
    cursor: pointer
}

button.mycred-social-icons:before {
    margin-right: 11px;
    font-size: 20px;
    margin-left: 2px;
    vertical-align: middle
}

button.mycred-social-icons a,
button.social-text a {
    text-decoration: none;
    color: #FFF;
    line-height: normal;
    text-transform: capitalize;
    font-family: sans-serif;
    font-weight: 700;
    box-shadow: none
}

button.mycred-social-icons a {
    vertical-align: middle
}

button.mycred-social-icons a:hover,
button.social-text a:hover {
    box-shadow: none;
    color: #fff
}

button.mycred-social-icons,
button.social-text {
    padding: 10px 15px;
    font-size: 15px;
    text-align: center;
    border: 0;
    white-space: nowrap
}

a.mycred-social-icons {
    font-size: 20px;
    text-decoration: none;
    box-shadow: none;
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 10%;
    max-width: 10%;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out
}

a.mycred-social-icons:hover,
button.mycred-social-icons:hover,
button.social-text:hover {
    opacity: .7;
    box-shadow: none;
    color: #fff
}

a.mycred-social-icon-facebook,
button.mycred-social-icon-facebook,
button.facebook {
    background: #3b5998;
    color: #fff
}

a.mycred-social-icon-youtube,
button.mycred-social-icon-youtube,
button.youtube {
    background: #f80000;
    color: #fff
}

a.mycred-social-icon-twitter,
button.mycred-social-icon-twitter,
button.twitter {
    background: #55acee;
    color: #fff
}

a.mycred-social-icon-twitch,
button.mycred-social-icon-twitch,
button.twitch {
    background: #6441a5;
    color: #fff
}

a.mycred-social-icon-instagram,
button.mycred-social-icon-instagram,
button.instagram {
    background: #C03B92;
    color: #fff
}

a.mycred-social-icon-pinterest,
button.mycred-social-icon-pinterest,
button.pinterest {
    background: #bd081c;
    color: #fff
}

a.mycred-social-icon-linkedin,
button.mycred-social-icon-linkedin,
button.linkedin {
    background: #0077b5;
    color: #fff
}

a.mycred-social-icon-whatsapp,
button.mycred-social-icon-whatsapp,
button.whatsapp {
    background: #43d854;
    color: #fff
}

a.mycred-social-icons.i-text:hover,
a.mycred-social-icons.i-text-admin:hover {
    position: relative;
    max-width: max-content;
    flex: 0 0 35%
}

a.mycred-social-icons.i-text-admin:hover {
    top: -4px
}

a.mycred-social-icons.i-text:hover:before,
a.mycred-social-icons.i-text-admin:hover:before {
    position: absolute;
    left: 15px;
    z-index: 9999
}

a.mycred-social-icons.i-text span {
    display: none
}

a.mycred-social-icons.i-text:hover span,
a.mycred-social-icons.i-text-admin:hover:after {
    margin-left: 14px;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 14px
}

a.mycred-social-icons.i-text-admin:hover:after {
    min-width: 150px;
    display: inline-block
}

a.mycred-social-icons.i-text:hover span {
    display: inline-block
}

a.mycred-social-icon-whatsapp.i-text:hover {
    min-width: 130px
}

.entry .entry-content a.social-share {
    text-decoration: none
}

.social-wrapper {
    align-items: center
}

.social-wrapper>* {
    flex-basis: auto;
    margin: 5px !important
}

.social-wrapper .mycred-social-icon-whatsapp,
.social-wrapper button.whatsapp {
    display: none !important
}

.social-wrapper .show-more {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-right: 0 !important;
    min-width: 40px
}

.social-wrapper>a+.show-more {
    border-radius: 0
}

span.social-span {
    font-weight: 400;
    color: #afaaa4;
    display: block;
    font-style: italic
}

ul.filter-fields-list {
    max-width: 80%
}

ul.filter-fields-list li {
    clear: both
}

ul.filter-fields-list li input[type="text"] {
    float: right
}

.mycred-tab-content .form-table th {
    width: 24%;
    text-align: right
}

.border-row {
    border-top: 1px solid #DDD
}

.border-b-row {
    border-bottom: 1px solid #DDD
}

@media (max-width:1024px) {
    ul.filter-fields-list {
        max-width: 80%
    }
}

@media (max-width:768px) {
    a.mycred-social-icons.i-text:hover,
    a.mycred-social-icons.i-text-admin:hover {
        min-width: 45%
    }
}

.mycred-tab-content.tab-container {
    background-color: #fff;
    border: solid #ccc 1px;
    margin-top: -1px
}

.mycred-tab-content .form-table td {
    padding: 15px 55px
}

.filter-fields-list .mycred-social-custom-fields {
    width: 49%;
    margin-top: 13px
}

.filter-fields-list .mycred-select-option {
    display: inline-block;
    margin-top: 18px;
    min-width: 125px;
    max-width: 109px;
    float: left
}

.mycred-tab-content a {
    text-decoration: none
}

.correct-app-id {
    border: #01ab01 solid 1px !important
}

.incorrect-app-id {
    border: #dc3232 solid 1px !important
}

small.response_message {
    color: red;
    display: none
}

.mycred-tab-content li.sortable-item.ui-sortable-handle {
    background-color: whitesmoke;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 8px;
    border: 1px solid #dadada
}

.mycred-tab-content li.sortable-item i.mycred-social-icon-bars {
    cursor: all-scroll
}

.mycred-tab-content li.sortable-item.ui-sortable-handle:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    transition: all 0.3s ease
}

.mycred-tab-content i.mycred-social-icon-bars {
    margin-right: 6px
}

.my_cred_follow_button_input_field {
    display: inline-block;
    width: 78%
}

.mycred_share_width_fix .my_cred_follow_button_input_field .mycred-social-custom-fields {
    width: 100%
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-pinterest.i-text-admin:hover:after,
a.i-text-admin.mycred-social-icon-pinterest:hover:after {
    content: "Pinterest"
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-facebook.i-text-admin:hover:after,
a.mycred-social-icon-facebook.i-text-admin:hover:after {
    content: "Facebook"
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-twitter.i-text-admin:hover:after,
a.mycred-social-icon-twitter.i-text-admin:hover:after {
    content: "Twitter"
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-linkedin.i-text-admin:hover:after,
a.mycred-social-icon-linkedin.i-text-admin:hover:after {
    content: "Linkedin"
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-youtube.i-text-admin:hover:after,
a.mycred-social-icon-youtube.i-text-admin:hover:after {
    content: "Youtube"
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-twitch.i-text-admin:hover:after,
a.mycred-social-icon-twitch.i-text-admin:hover:after {
    content: "Twitch"
}

.mycred-tab-content.admin-mycred a.mycred-social-icon-instagram.i-text-admin:hover:after,
a.mycred-social-icon-instagram.i-text-admin:hover:after {
    content: "Instagram"
}

.mycred-social-wrapper button a:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mycred-social-wrapper a {
    color: #fff;
    text-decoration: none
}

.mycred-social-wrapper button {
    min-width: 170px
}

.mycred_socialshare_notice {
    width: 100%;
    background-color: #ffc10721;
    padding: 5px;
    color: #7c7c7c;
    border: 1px solid #f5da87
}

.mycred-social-wrapper a.social-share button {
    padding: 10px 15px;
    font-size: 18px;
    text-align: center;
    border: 0;
    white-space: nowrap
}

@media (max-width:768px) {
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-pinterest,
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-facebook,
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-twitter,
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-linkedin,
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-twitch,
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-youtube,
    .mycred-social-wrapper button.mycred-social-icons.mycred-social-icon-instagram {
        width: 100%;
        display: block;
        min-width: unset
    }
}


.meks_ess .socicon-facebook {
    background: #3e5b98
}

.meks_ess .socicon-facebook:before {
    content: "\e028"
}

.meks_ess .socicon-twitter {
    background: #4da7de
}

.meks_ess .socicon-twitter:before {
    content: "\e08d"
}

.meks_ess .socicon-pinterest {
    background: #c92619
}

.meks_ess .socicon-pinterest:before {
    content: "\e063"
}

.meks_ess .socicon-reddit {
    background: #e74a1e
}

.meks_ess .socicon-reddit:before {
    content: "\e06c"
}

.meks_ess .socicon-instagram {
    background: #000
}

.meks_ess .socicon-instagram:before {
    content: "\e044"
}

.meks_ess .socicon-stumbleupon {
    background: #e64011
}

.meks_ess .socicon-stumbleupon:before {
    content: "\e082"
}

.meks_ess .socicon-linkedin {
    background: #3371b7
}

.meks_ess .socicon-linkedin:before {
    content: "\e04c"
}

.meks_ess .socicon-googleplus {
    background: #dd4b39
}

.meks_ess .socicon-googleplus:before {
    content: "\e038"
}

.meks_ess .socicon-whatsapp {
    background: #20B038
}

.meks_ess .socicon-whatsapp:before {
    content: "\e099"
}

.meks_ess .socicon-vkontakte {
    background: #5a7fa6
}

.meks_ess .socicon-vkontakte:before {
    content: "\e095"
}

.meks_ess .socicon-mail {
    background: #000
}

.meks_ess .socicon-mail:before {
    content: "\e050"
}

.transparent .socicon-facebook:before,
.outline .socicon-facebook:before,
.transparent .socicon-facebook span,
.outline .socicon-facebook span {
    color: #3e5b98
}

.transparent .socicon-twitter:before,
.outline .socicon-twitter:before,
.transparent .socicon-twitter span,
.outline .socicon-twitter span {
    color: #4da7de
}

.transparent .socicon-pinterest:before,
.outline .socicon-pinterest:before,
.transparent .socicon-pinterest span,
.outline .socicon-pinterest span {
    color: #c92619
}

.transparent .socicon-reddit:before,
.outline .socicon-reddit:before,
.transparent .socicon-reddit span,
.outline .socicon-reddit span {
    color: #e74a1e
}

.transparent .socicon-instagram:before,
.outline .socicon-instagram:before,
.transparent .socicon-instagram span,
.outline .socicon-instagram span {
    color: #000
}

.transparent .socicon-stumbleupon:before,
.outline .socicon-stumbleupon:before,
.transparent .socicon-stumbleupon span,
.outline .socicon-stumbleupon span {
    color: #e64011
}

.transparent .socicon-linkedin:before,
.outline .socicon-linkedin:before,
.transparent .socicon-linkedin span,
.outline .socicon-linkedin span {
    color: #3371b7
}

.transparent .socicon-googleplus:before,
.outline .socicon-googleplus:before,
.transparent .socicon-googleplus span,
.outline .socicon-googleplus span {
    color: #dd4b39
}

.transparent .socicon-whatsapp:before,
.outline .socicon-whatsapp:before,
.transparent .socicon-whatsapp span,
.outline .socicon-whatsapp span {
    color: #20B038
}

.transparent .socicon-vkontakte:before,
.outline .socicon-vkontakte:before,
.transparent .socicon-vkontakte span,
.outline .socicon-vkontakte span {
    color: #5a7fa6
}

.transparent .socicon-mail:before,
.outline .socicon-mail:before,
.transparent .socicon-mail span,
.outline .socicon-mail span {
    color: #000
}

body .outline .meks_ess-item.socicon-facebook,
body .outline .meks_ess-item.socicon-facebook:hover {
    border-color: #3e5b98
}

body .outline .meks_ess-item.socicon-twitter,
body .outline .meks_ess-item.socicon-twitter:hover {
    border-color: #4da7de
}

body .outline .meks_ess-item.socicon-pinterest,
body .outline .meks_ess-item.socicon-pinterest:hover {
    border-color: #c92619
}

body .outline .meks_ess-item.socicon-reddit,
body .outline .meks_ess-item.socicon-reddit:hover {
    border-color: #e74a1e
}

body .outline .meks_ess-item.socicon-instagram,
body .outline .meks_ess-item.socicon-instagram:hover {
    border-color: #000
}

body .outline .meks_ess-item.socicon-stumbleupon,
body .outline .meks_ess-item.socicon-stumbleupon:hover {
    border-color: #e64011
}

body .outline .meks_ess-item.socicon-linkedin,
body .outline .meks_ess-item.socicon-linkedin:hover {
    border-color: #3371b7
}

body .outline .meks_ess-item.socicon-googleplus,
body .outline .meks_ess-item.socicon-googleplus:hover {
    border-color: #dd4b39
}

body .outline .meks_ess-item.socicon-whatsapp,
body .outline .meks_ess-item.socicon-whatsapp:hover {
    border-color: #20B038
}

body .outline .meks_ess-item.socicon-vkontakte,
body .outline .meks_ess-item.socicon-vkontakte:hover {
    border-color: #5a7fa6
}

body .outline .meks_ess-item.socicon-mail,
body .outline .meks_ess-item.socicon-mail:hover {
    border-color: #000
}

.meks_ess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    top: -5px
}

body .meks_ess .meks_ess-item {
    font-style: normal;
    text-decoration: none !important;
    font-family: inherit;
    color: #FFF;
    font-size: 16px;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    margin-top: 5px !important;
    box-shadow: none !important;
    border: 0
}

.meks_ess .meks_ess-item:before {
    font-family: "socicon" !important;
    font-style: normal !important;
    font-size: 14px;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto
}

body .meks_ess .meks_ess-item:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, .1)), color-stop(100%, rgba(0, 0, 0, .1))) !important;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 100%) !important
}

body .meks_ess .meks_ess-item:focus {
    color: #fff;
    text-decoration: none;
    outline: none
}

.meks_ess .meks_ess-item span {
    font-family: inherit;
    position: relative;
    top: -1px;
    margin-left: 8px
}

.meks_ess.no-labels span {
    display: none
}

.meks_ess.transparent .meks_ess-item {
    font-size: 1em
}

.meks_ess.outline .meks_ess-item {
    border: 1px solid transparent;
    background: transparent !important
}

.meks_ess.outline .meks_ess-item:hover {
    border: 1px solid
}

.meks_ess.transparent .meks_ess-item {
    border-radius: 0;
    background: transparent !important
}

.meks_ess.transparent .meks_ess-item:hover {
    background: transparent !important
}

.meks_ess.rectangle.no-labels .meks_ess-item {
    border-radius: 0;
    min-width: 100px
}

.meks_ess.rounded.no-labels .meks_ess-item {
    border-radius: 20px;
    min-width: 100px
}

.meks_ess.circle,
.meks_ess.square,
.meks_ess.transparent {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.meks_ess.circle .meks_ess-item,
.meks_ess.square .meks_ess-item,
.meks_ess.transparent .meks_ess-item {
    width: 40px;
    border-radius: 50%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.meks_ess.square .meks_ess-item {
    border-radius: 0
}

.meks_ess.transparent.outline .meks_ess-item {
    border: 0
}

.meks_ess.rectangle .meks_ess-item {
    border-radius: 0;
    min-width: 140px
}

.meks_ess.rounded .meks_ess-item {
    border-radius: 20px;
    min-width: 140px
}

.meks_ess.transparent .meks_ess-item {
    min-width: auto;
    width: auto;
    margin-right: 25px;
    border-radius: 0
}

.meks_ess.transparent .socicon-facebook {
    margin-left: -3px
}

/*! elementor-icons - v5.20.0 - 29-03-2023 */


[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-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

/*! elementor - v3.14.0 - 26-06-2023 */

.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.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-bottom: var(--e-a-border);
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: -20px;
    margin-left: -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-top: 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;
    text-transform: uppercase;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-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 {
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

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

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full,
.elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }
    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-right {
        text-align: right
    }
    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-left {
        text-align: left
    }
    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }
    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }
    .elementor-laptop-align-center .elementor-button {
        width: auto
    }
    .elementor-laptop-align-right {
        text-align: right
    }
    .elementor-laptop-align-right .elementor-button {
        width: auto
    }
    .elementor-laptop-align-left {
        text-align: left
    }
    .elementor-laptop-align-left .elementor-button {
        width: auto
    }
    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }
    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-right {
        text-align: right
    }
    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-left {
        text-align: left
    }
    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }
    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }
    .elementor-tablet-align-center .elementor-button {
        width: auto
    }
    .elementor-tablet-align-right {
        text-align: right
    }
    .elementor-tablet-align-right .elementor-button {
        width: auto
    }
    .elementor-tablet-align-left {
        text-align: left
    }
    .elementor-tablet-align-left .elementor-button {
        width: auto
    }
    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }
    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-right {
        text-align: right
    }
    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-left {
        text-align: left
    }
    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }
    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }
    .elementor-mobile-align-center .elementor-button {
        width: auto
    }
    .elementor-mobile-align-right {
        text-align: right
    }
    .elementor-mobile-align-right .elementor-button {
        width: auto
    }
    .elementor-mobile-align-left {
        text-align: left
    }
    .elementor-mobile-align-left .elementor-button {
        width: auto
    }
    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }
    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {
    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }
    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }
    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }
    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }
    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }
    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }
    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }
    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }
    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }
    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }
    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }
    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }
    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }
    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }
    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }
    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }
    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }
    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }
    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }
    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }
    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }
    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }
    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }
    .elementor-column.elementor-xs-20 {
        width: 20%
    }
    .elementor-column.elementor-xs-25 {
        width: 25%
    }
    .elementor-column.elementor-xs-30 {
        width: 30%
    }
    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }
    .elementor-column.elementor-xs-40 {
        width: 40%
    }
    .elementor-column.elementor-xs-50 {
        width: 50%
    }
    .elementor-column.elementor-xs-60 {
        width: 60%
    }
    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }
    .elementor-column.elementor-xs-70 {
        width: 70%
    }
    .elementor-column.elementor-xs-75 {
        width: 75%
    }
    .elementor-column.elementor-xs-80 {
        width: 80%
    }
    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }
    .elementor-column.elementor-xs-90 {
        width: 90%
    }
    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }
    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }
    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }
    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }
    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }
    .elementor-column.elementor-sm-20 {
        width: 20%
    }
    .elementor-column.elementor-sm-25 {
        width: 25%
    }
    .elementor-column.elementor-sm-30 {
        width: 30%
    }
    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }
    .elementor-column.elementor-sm-40 {
        width: 40%
    }
    .elementor-column.elementor-sm-50 {
        width: 50%
    }
    .elementor-column.elementor-sm-60 {
        width: 60%
    }
    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }
    .elementor-column.elementor-sm-70 {
        width: 70%
    }
    .elementor-column.elementor-sm-75 {
        width: 75%
    }
    .elementor-column.elementor-sm-80 {
        width: 80%
    }
    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }
    .elementor-column.elementor-sm-90 {
        width: 90%
    }
    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }
    .elementor-column.elementor-md-11 {
        width: 11.111%
    }
    .elementor-column.elementor-md-12 {
        width: 12.5%
    }
    .elementor-column.elementor-md-14 {
        width: 14.285%
    }
    .elementor-column.elementor-md-16 {
        width: 16.666%
    }
    .elementor-column.elementor-md-20 {
        width: 20%
    }
    .elementor-column.elementor-md-25 {
        width: 25%
    }
    .elementor-column.elementor-md-30 {
        width: 30%
    }
    .elementor-column.elementor-md-33 {
        width: 33.333%
    }
    .elementor-column.elementor-md-40 {
        width: 40%
    }
    .elementor-column.elementor-md-50 {
        width: 50%
    }
    .elementor-column.elementor-md-60 {
        width: 60%
    }
    .elementor-column.elementor-md-66 {
        width: 66.666%
    }
    .elementor-column.elementor-md-70 {
        width: 70%
    }
    .elementor-column.elementor-md-75 {
        width: 75%
    }
    .elementor-column.elementor-md-80 {
        width: 80%
    }
    .elementor-column.elementor-md-83 {
        width: 83.333%
    }
    .elementor-column.elementor-md-90 {
        width: 90%
    }
    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }
    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {
    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }
    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }
    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }
    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }
    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }
    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }
    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }
    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }
    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }
    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }
    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }
    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }
    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }
    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }
    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }
    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }
    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-width-top: 0px;
    --border-width-right: 0px;
    --border-width-bottom: 0px;
    --border-width-left: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: Min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.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-top: var(--padding-top);
    padding-bottom: var(--padding-bottom)
}

.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)
}

.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: 0;
    height: 100%
}

:is(.elementor-section-wrap,
[data-elementor-id])>.e-con {
    --margin-right: auto;
    --margin-left: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con,
.e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-top: var(--border-width-top) var(--border-style) var(--border-color);
    border-right: var(--border-width-right) var(--border-style) var(--border-color);
    border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
    border-left: var(--border-width-left) var(--border-style) var(--border-color);
    top: calc(0px - var(--border-width-top));
    left: calc(0px - var(--border-width-left));
    width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
    height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con,
.e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-top: var(--border-width-top) var(--border-style) var(--border-color);
    border-right: var(--border-width-right) var(--border-style) var(--border-color);
    border-bottom: var(--border-width-bottom) var(--border-style) var(--border-color);
    border-left: var(--border-width-left) var(--border-style) var(--border-color);
    top: calc(0px - var(--border-width-top));
    left: calc(0px - var(--border-width-left));
    width: max(100% + var(--border-width-right) + var(--border-width-left), 100%);
    height: max(100% + var(--border-width-top) + var(--border-width-bottom), 100%)
}

@media (max-width:767px) {
    :is(.e-con,
    .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con,
.e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con,
.e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-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, .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: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }
    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }
    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }
    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }
    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }
    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }
    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }
    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }
    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }
    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }
    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }
    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }
    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-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 .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, .9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }
    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }
    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }
    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-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: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-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 .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, 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: wrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-padding: initial;
    --n-tabs-content-border-radius: initial;
    --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-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-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-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: left
}

.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 {
    flex-grow: 1;
    padding: var(--n-tabs-content-padding);
    border-radius: var(--n-tabs-content-border-radius);
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tab-title {
    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: content;
    flex-shrink: 0;
    padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    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 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)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    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:not(.e-active) {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active).e-normal:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
    margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
    margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-normal:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title,
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (min-width:768px) {
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:767px) {
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:-1) {
    .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1025px) {
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:1024px) {
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:-1) {
    .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media (min-width:1025px) {
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media (max-width:-1) {
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

.e-n-tabs-none>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
    display: none
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 15px;
    --n-accordion-title-padding: 10px 15px;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
.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 {
    list-style: none;
    font-size: var(--n-accordion-title-font-size);
    padding: var(--n-accordion-title-padding)
}

.elementor-widget-n-accordion .e-n-accordion-item-title i {
    color: var(--n-accordion-icon-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title svg {
    fill: var(--n-accordion-icon-color)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.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%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.elementor-kit-8 {
    --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: 1140px
}

.e-con {
    --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-element {
    --widgets-spacing: 20px
}

{}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }
    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }
    .e-con {
        --container-max-width: 767px
    }
}

.elementor-widget-heading .elementor-heading-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-image .widget-image-caption {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-editor {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap,
.elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-button .elementor-button {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    background-color: var(--e-global-color-accent)
}

.elementor-widget-divider {
    --divider-color: var(--e-global-color-secondary)
}

.elementor-widget-divider .elementor-divider__text {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-divider.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-secondary)
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary)
}

.elementor-widget-divider.elementor-view-framed .elementor-icon,
.elementor-widget-divider.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-secondary)
}

.elementor-widget-image-box .elementor-image-box-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-image-box .elementor-image-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-icon.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-icon-box.elementor-view-stacked .elementor-icon {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon,
.elementor-widget-icon-box.elementor-view-default .elementor-icon {
    fill: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-widget-icon-box .elementor-icon-box-title {
    color: var(--e-global-color-primary)
}

.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-title a {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-star-rating .elementor-star-rating__title {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-image-gallery .gallery-item .gallery-caption {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-item:not(:last-child):after {
    border-color: var(--e-global-color-text)
}

.elementor-widget-icon-list .elementor-icon-list-icon i {
    color: var(--e-global-color-primary)
}

.elementor-widget-icon-list .elementor-icon-list-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-icon-list .elementor-icon-list-item>.elementor-icon-list-text,
.elementor-widget-icon-list .elementor-icon-list-item>a {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-icon-list .elementor-icon-list-text {
    color: var(--e-global-color-secondary)
}

.elementor-widget-counter .elementor-counter-number-wrapper {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-counter .elementor-counter-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-progress .elementor-progress-wrapper .elementor-progress-bar {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-progress .elementor-title {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-name {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-testimonial .elementor-testimonial-job {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title a {
    color: var(--e-global-color-primary)
}

.elementor-widget-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs .elementor-tab-title.elementor-active a {
    color: var(--e-global-color-accent)
}

.elementor-widget-tabs .elementor-tab-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-tabs .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-accordion .elementor-accordion-icon,
.elementor-widget-accordion .elementor-accordion-title {
    color: var(--e-global-color-primary)
}

.elementor-widget-accordion .elementor-accordion-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon,
.elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: var(--e-global-color-accent)
}

.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg {
    fill: var(--e-global-color-accent)
}

.elementor-widget-accordion .elementor-accordion-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-accordion .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-toggle .elementor-toggle-title,
.elementor-widget-toggle .elementor-toggle-icon {
    color: var(--e-global-color-primary)
}

.elementor-widget-toggle .elementor-toggle-icon svg {
    fill: var(--e-global-color-primary)
}

.elementor-widget-toggle .elementor-tab-title.elementor-active a,
.elementor-widget-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon {
    color: var(--e-global-color-accent)
}

.elementor-widget-toggle .elementor-toggle-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-toggle .elementor-tab-content {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-alert .elementor-alert-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-alert .elementor-alert-description {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-widget-text-path {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-1947 .elementor-element.elementor-element-da4578e {
    margin-top: 0rem;
    margin-bottom: 1.5rem
}

.elementor-1947 .elementor-element.elementor-element-3c9b6ec {
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: 0rem;
    padding: 0rem .75rem 0rem .75rem
}

.elementor-1947 .elementor-element.elementor-element-f6d5f5b>.elementor-element-populated {
    margin: 0rem 0rem 0rem 0rem;
    --e-column-margin-right: 0rem;
    --e-column-margin-left: 0rem
}

.elementor-1947 .elementor-element.elementor-element-6cdccce>.elementor-widget-container {
    margin: 0rem 0rem 0rem 0rem
}

.elementor-1947 .elementor-element.elementor-element-13eb869>.elementor-widget-container {
    margin: 0 0 0 0
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-1947 .elementor-element.elementor-element-f6d5f5b {
        width: 100%
    }
}

@media(max-width:1024px) {
    .elementor-1947 .elementor-element.elementor-element-3c9b6ec {
        padding: 0rem .75rem 0rem .75rem
    }
}

@media(max-width:767px) {
    .elementor-1947 .elementor-element.elementor-element-3c9b6ec {
        padding: 0rem 0rem 0rem 0rem
    }
    .elementor-1947 .elementor-element.elementor-element-f6d5f5b {
        width: 100%
    }
}

.ph-item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    direction: ltr;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px 15px 15px;
    position: relative
}

.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
    box-sizing: border-box
}

.ph-item:before {
    -webkit-animation: ph-animation .8s linear infinite;
    animation: ph-animation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1
}

.ph-item>* {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px
}

.ph-row div {
    background-color: #ced4da;
    height: 10px;
    margin-top: 7.5px
}

.ph-row .big,
.ph-row.big div {
    height: 20px
}

.ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0)
}

.ph-col-2 {
    flex: 0 0 16.6666666667%
}

.ph-col-4 {
    flex: 0 0 33.3333333333%
}

.ph-col-6 {
    flex: 0 0 50%
}

.ph-col-8 {
    flex: 0 0 66.6666666667%
}

.ph-col-10 {
    flex: 0 0 83.3333333333%
}

.ph-col-12 {
    flex: 0 0 100%
}

[class*=ph-col] {
    direction: ltr
}

[class*=ph-col]>*+.ph-row {
    margin-top: 0
}

[class*=ph-col]>*+* {
    margin-top: 7.5px
}

.ph-avatar {
    background-color: #ced4da;
    border-radius: 50%;
    min-width: 60px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}

.ph-picture {
    background-color: #ced4da;
    width: 100%
}

@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url(/img/ajax-loader-new.gif) center center no-repeat;
}
@font-face {
    font-family: "slick";
    font-weight: 400;
    font-style: normal;
    src: url(slick.eot);
    src: url(slick.eot#1689346619) format("embedded-opentype"),
        url(slick.woff) format("woff"),
        url(slick.ttf) format("truetype"),
        url(slick.svg#slick) format("svg");
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 10px
}

[dir='rtl'] .slick-prev {
    right: 10px;
    left: auto
}

.slick-prev:before {
     /*content: "\f178";font-family: "fontello";*/
     content: "?";

}

[dir='rtl'] .slick-prev:before {
    /* content: "\f178";font-family: "fontello";*/
    content: "?";
}


.slick-next {
    right: 10px
}

[dir='rtl'] .slick-next {
    right: auto;
    left: 10px
}

.slick-next:before {
     /* content: '\f177';font-family: "fontello";*/
      content: "?";
}

[dir='rtl'] .slick-next:before {
       /* content: '\f177';font-family: "fontello";*/
       content: "?";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ' ';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.post-review {
    background: #f3f3f3;
    padding: 3rem;
    border-top: 5px solid #2f85dc
}

.review-header {
    overflow: hidden
}

.review-score {
    float: right
}

.review-score span {
    font-size: 40px;
    color: #000;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 70px;
    font-weight: 700;
    border: 6px solid #2f85dc;
    border-radius: 50%;
    display: inline-block
}

.review-summary {
    float: left;
    width: 80%
}

.review-summary h4 {
    color: #000;
    font-size: 27px;
    margin-bottom: 6px
}

.review-criteria {
    margin-top: 25px
}

.criteria {
    background: #c3c3c3;
    position: relative;
    color: #FFF;
    margin-bottom: 20px;
    width: 100%
}

.criteria:last-child {
    margin-bottom: 15px
}

.thescore {
    background: #2f85dc;
    color: #fff;
    padding: 1px 10px 2px;
    box-sizing: border-box;
    position: relative;
    height: 29px
}

.criteria-name {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 5px
}

.criteria-score {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 13px;
    font-weight: 700
}

@media (max-width:1024px) {
    .review-summary {
        width: 70%
    }
}

@media (max-width:768px) {
    .post-review {
        padding: 1rem
    }
}

@media (max-width:480px) {
    .post-review {
        padding: 1rem
    }
    .review-summary {
        width: 100%;
        float: none
    }
    .review-score {
        float: none;
        margin: 0 auto;
        display: block;
        text-align: center
    }
.layout-wrapper {
    margin-top: 51px!important;
    position: relative;
    left: -15px;
}

}

/*.container_middle , .container_middle___3{margin:80px 10px 0 10px;}
.layout-wrapper{margin-top:80px;}
.mainweb .middle_content ,.content_parth{margin-top:80px;}*/
.live_go_live_2 .container-fluid_1{margin-top:20px;}
.radio-container {display: flex;align-items: center;}

.visual[_ngcontent-c30] {background: unset!important;  border: 1px solid #3e3e3e;}

html[data-theme=dark] .balance--man-list[_ngcontent-sc23] .balance--man-item[_ngcontent-sc23] .balance--man-item-card[_ngcontent-sc23] .coin-amount[_ngcontent-sc23] {color:#fff!important;}


html[data-theme=light] .unlock-item[_ngcontent-c12] .user-info[_ngcontent-c12] .name[_ngcontent-c12]{color:#000!important;}


html[data-theme=dark] .win-strikethrouth:after, .win-strikethrouth:before{color:#FFF!important;}
html[data-theme=dark] .win-strikethrouth{color:#FFF!important;}
html[data-theme=dark] table tr th, html[data-theme=dark] table tr td{color:#FFF!important;/*padding-top:0px;*/margin-top:0px;}

html[data-theme=dark] .modal-content table thead, html[data-theme=dark] .modal-content table tfoot {background: #f4f2f2!important;color: #000!important;}

html[data-theme=dark] table thead, html[data-theme=dark] table tfoot {background: #3e3e3e!important;color: #fff!important;}
html[data-theme=dark] .modal .modal-title{color:#000;}
html[data-theme=dark] select.form-control:not([size]):not([multiple]){ background: #222!important;}

html[data-theme=dark]  .h1, html[data-theme=dark]  .h2, html[data-theme=dark]  .h3, html[data-theme=dark]  .h4, html[data-theme=dark]  .h5, html[data-theme=dark] .h6, html[data-theme=dark] h1, html[data-theme=dark] h2, html[data-theme=dark] h3, html[data-theme=dark] h4, html[data-theme=dark] h5, html[data-theme=dark] h6{color:#FFF;}

#site-main{clear:both;margin:80px  10px 0 10px;min-height: 400px;}
#comments-container #Comment{clear:both;}

html[data-theme=dark] .modal-content .modal-body input[type="text"] , html[data-theme=dark] .modal-content .modal-body textarea ,html[data-theme=dark] .modal-content .modal-body input[type="number"]{background-color: #fff!important;}

html[data-theme=dark]  .modal-body .form-control{background-color: #fff!important;}
html[data-theme=light] .sidebar-secondary .dropdown-menu {
    background: #fff;    width: auto; min-width: 100%;
}

.no_trailer_videetails_boxtype  .box-type{background-color: #212121!important;text-align:center;}
.vid_details_no_trailer img{opacity: 0.3;background-position: top; background-size: cover; width: 100%;}
.vid_details_no_trailer_other img {opacity: 0.3;background-position: top;}
.imgcontainer_vlayout{    background-position: center;text-align: center;}
.cart_totalheader{margin-right:25px;}
.post-options .btn_mlista{font-size: 1rem!important;line-height: 28px;padding: 0 6px;}

.showonly_on_mobile{display:none!important;}
.showonly_on_pc{display:block;}

@media screen and (max-width: 576px){
.cart_totalheader , .buy_more_monetheader{display:none;}
.showonly_on_mobile{display:block!important;}
.showonly_on_pc{display:none!important;}
.content_con .post-options .btn__icon{font-size: 1rem!important}
.post-bottom .timeline-info{padding:0px!important;}
.post-bottom .timeline-info > ul{padding-left: 0px!important;}

.post-bottom .timeline-info > ul li, .post-bottom .timeline-info > ul li a{margin-right:1px!important;}
.post-bottom__author{padding:5px!important;}
.single-body .author-info {margin-left:-10px;}
.single-video__body .mb-4{margin-bottom: 0px!important;}
.signevideo_livemodels_sections{margin-top:0px!important;}

.miconslist ul li{display: inline-block!important;}

.chat-leftsidebar .px-4{padding-right:0px!important;padding-left:10px!important;}
.my_posts .user_posts2{margin-top:50px;}

.post-bottom .info_m_listb{display:inline;min-height: 50px;float: left;}
#m_infobtn , #m_giftbtn , #m_toysbtn , #m_goal {float:left;}
.model_profile .border-bottom{padding-left:0px!important}
.model_profile .border-bottom .col-md-5{padding:0px!important}
.post-options .btn_mlista{font-size: 0.9rem!important;}
.post-options .btn{ padding: 0.5rem 0.5rem !important;}
.gif_emoji_m{min-height: 50px; float:left;}
.modellivevideo{padding:0px!important;}
.video_detail .box{padding: 20px 30px!important}
.vid_upload_container{margin-top:10px!important;}
#submit_buttonDiv{padding:0px!important;}
.submit_area_img_upload .submit_input_button{padding:10px!important;}
.video-player-edit-page-left-column .footer-buttons-wrapper{padding:25px!important;left:0px!important;}
#saveVideo { width: 100px!important;}
#responseFormvalidate{width:auto!important;}

.earning_mtop{margin-top:20px!important;}
.webcam_repors_period{margin-top:20px;}
.vid_details_no_trailer img{min-height:280px;}
.vid_details_no_trailer{min-height:280px;}

.modellivevideo{width:100%!important;}
.chatcont{width:100%!important;}
 .chatcont{padding-left:0px!important;}
.joinfclub_d{margin-bottom: 15px;}
}

.btn-secondary{border-radius: 35px!important;padding: 5px 30px!important;}
.no_trailer_top_vid{margin-right:10px;}
.email_envelope{color: #ce1e1e!important;font-size:20px!important;text-align:center!important;}
.green_bold{font-weight: bold;color:#28a745!important;}
.red_bold{font-weight: bold;color:red!important;}
.mainForm input[type=text], .mainForm textarea, .mainForm input[type=password]{float:left;}

html[data-theme=dark] .mainForm input[type=text]{background:#121212!important;}

.group_go_live_2_private .webcamp_right_tab_area{ margin: 0 10px 0 15px;}
.leftside_my_webcamp_block_container{margin-right: 14px;margin-left: 5px;}


.getheader .header-user__cart  .btn > span{position: unset!important;display:unset!important;}
.getheader .btn-sm{padding: 0.25rem 0.5rem!important;}
.maxexample .ui.dropdown .menu>.item{font-size: 1.0rem!important;}
.usersignup input[type="submit"] {
    background: #ce1e1e!important;
    border-color: #ce1e1e!important;
    border-radius: 35px!important;
    color: #fff!important;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    transition: all .15s ease-in;
    width: auto;
    margin: 0 auto;
    padding: 10px 20px; width:100%;
}
.usersignup .submit__overlay {
    height: 54px;
    width: 90%;
    /*background-color: rgba(255,255,255,0.8);*/
    position: absolute;
    margin-top: -53px;
    /* margin-left: -5px; */
    border-radius: 35px;
}

html[data-theme=dark] .ui.selection.dropdown , html[data-theme=dark] .ui.dropdown .menu{background: #191919!important;    border: 1px solid #333;}
html[data-theme=dark] .ui.selection.dropdown .menu>.item{ border-top:0px!important;color: #fff!important; }

html[data-theme=dark] .video-player-edit-page-left-column .footer-buttons-wrapper{    background: #191919;border-top: 1px solid #333 !important}

html[data-theme=dark] .ui.selection.active.dropdown .menu{ border: 1px solid #333!important;}
html[data-theme=dark] .ui.selection.active.dropdown:hover{ border: 1px solid #333!important;}



html[data-theme=light] .ui.selection.dropdown , html[data-theme=light] .ui.dropdown .menu{background: #fff!important;    border: 1px solid #ccc;}
html[data-theme=light] .ui.selection.dropdown .menu>.item{ border-top:0px!important;color: #000!important; }

html[data-theme=light] .video-player-edit-page-left-column .footer-buttons-wrapper{    background: #fff;border-top: 1px solid #ccc !important}

html[data-theme=light] .ui.selection.active.dropdown .menu{ border: 1px solid #ccc!important;}
html[data-theme=light] .ui.selection.active.dropdown:hover{ border: 1px solid #ccc!important;}
html[data-theme=light] .ui.fluid.dropdown>.dropdown.icon{color:#000!important;}

html[data-theme=dark] #login3{background-color: #000}
html[data-theme=light] #login3{background-color: #fff}
html[data-theme=light] label{color: #000!important;}
#login3{padding: 0 0 2% 0; margin: 0 auto;margin-bottom: 3%;margin-top:6%;} 

@media screen and (max-width: 576px){
    .meter_progress{width:100%!important;}
    .leftside_my_webcamp_block_container{margin-right:0px;}
    #login3{padding: 0;width: 100%;margin-top:12%;background-color: inherit!important} 
    .miconslist > ul li {margin-right: 7px!important;}
    .loadcrediticon img{width: 80px!important;}
}
.uname_reset{margin-top:22%;}
.uname_reset h1 , .user_resetpw h1{display:block!important;margin-top:0px!important;}
.user_resetpw{margin-top:22%;}


html[data-theme=dark] .modal-content .modal-footer{background: none!important;border-top:0px!important;}

html[data-theme=light] .b-loginreg__form .forgot , html[data-theme=light] .login_content .register_not ,  html[data-theme=light] .g-btn.m-flat{color:#000!important;}


html[data-theme=dark] .b-loginreg__form .forgot , html[data-theme=dark] .login_content .register_not ,  html[data-theme=dark] .g-btn.m-flat{color:#FFF!important;}

html[data-theme=dark]  #site-main #login_error,  html[data-theme=dark] #site-main .message, html[data-theme=dark] #site-main div#login form , html[data-theme=dark] .userlogin_panel , html[data-theme=dark] .userlogin_panel , html[data-theme=dark] .modellogin_panel , html[data-theme=dark] .login_container .nav-pills .nav-link.active{
    background: #000000!important;
    color: #fff!important;overflow: hidden;
}


html[data-theme=light]  #site-main #login_error, html[data-theme=light] #site-main .message, html[data-theme=light] #site-main div#login form , html[data-theme=light] .userlogin_panel , html[data-theme=light] .modellogin_panel , html[data-theme=light] .login_container .nav-pills .nav-link.active {
    background: #fff!important;
    color: #000!important;overflow: hidden;
}
html[data-theme=light] #site-main {
    background-color: #F4F5F7 !important;
    color: #000;
}


html[data-theme=light] .site-footer .footer-sidebar .widget_archive li, html[data-theme=light] .site-footer .footer-sidebar .widget_categories li, html[data-theme=light] .site-footer .footer-sidebar .widget_pages li, html[data-theme=light] .site-footer .footer-sidebar .widget_meta li, html[data-theme=light] .site-footer .footer-sidebar .widget_recent_comments li, html[data-theme=light] .site-footer .footer-sidebar .widget_recent_entries li, html[data-theme=light] .site-footer .footer-sidebar .widget_rss li, html[data-theme=light] .site-footer .footer-sidebar .widget_nav_menu li{border-bottom:1px solid #F4F5F7!important}

html[data-theme=light] body {
    background: #F4F5F7 !important;
    color: #000;
}
html[data-theme=light] .site-footer { background: #F4F5F7 !important;color: #000!important;}
html[data-theme=light] .site-footer .widget a , html[data-theme=light] .site-footer .widget-title , html[data-theme=light] .footer ul li a, html[data-theme=light] .statement-link, html[data-theme=light] .ovolive-footer-wrapper p {color: #000!important;}


html[data-theme=light] .footer-text{ background: #F4F5F7 !important;    border-top: 1px solid #ddd!important;}
html[data-theme=light] .site-footer .footer-sidebar {border-bottom: 1px solid #ddd;!important;}

.loginbtn {
   
    background-color: #ce1e1e!important;
    border: 1px solid #ce1e1e!important;
    color: #fff!important;
   
}


.timeline-info .button{padding:10px 20px!important;margin-bottom:0px!important;}


#AppPanelTable td{padding: 0.5rem;}
/*.row4refresh{clear:both;padding-top:10px!important;}*/
.mnotlive_cancel{top:-30px!important;}
.row4refresh .button{width:100px;float:left;}
.tab_mprofile .nav{display: block!important}
.model_profile .container_icam{width:100%;}

html[data-theme=dark] .modal-body .g-btn.m-flat{color:#000!important;}
html[data-theme=dark]  .chatframeTab{position: static; padding: 6px 11px; margin: 2px 2px 0px; border-radius: 4px 4px 0px 0px; min-width: 16px; width: auto; height: 100%; font-size: 12px; cursor: pointer; float: left; text-size-adjust: none; user-select: none; display: inline-block; background: #333;}

html[data-theme=light]  .chatframeTab{position: static; padding: 6px 11px; margin: 2px 2px 0px; border-radius: 4px 4px 0px 0px; min-width: 16px; width: auto; height: 100%; font-size: 12px; cursor: pointer; float: left; text-size-adjust: none; user-select: none; display: inline-block; background: #ddd;}


html[data-theme=light] .nav-pills>li>a{background: #ddd;}
html[data-theme=dark] .nav-pills>li>a{background: #333;}

.smallbtn{  padding: 7px 20px!important;margin-bottom: 0px!important;}
#AppPanelTable strong{font-size: 16px;font-weight: 800}
.miconslist > ul li {margin-right: 15px!important;}
.btn__icon{ text-transform: capitalize;}
#private_chat_request{background: #28a745!important}

.barline{margin:0 5px;}






html[data-theme=dark] .meter_progress {
  box-sizing: content-box;
  /*height: 12px; */
  position: relative;
  margin: 6px 0 5px 0; /* Just for demo spacing */
  background: #555;
  border-radius: 25px;
  padding: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  width:50%;
}

html[data-theme=light] .meter_progress {
  box-sizing: content-box;
  /*height: 12px; */
  position: relative;
  margin: 10px 0 10px 0; /* Just for demo spacing */
  background: #ccc;
  border-radius: 25px;
  padding: 0px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  width:50%;
}


.meter_progress > span {
  display: block;
  height: 100%;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter_progress > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}



.progress_orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.progress_red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}
/*
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
*/
@media screen and (min-width: 576px){
.col-md-2p{ max-width: 13.666667%!important;}

}
.my-sm-3333{margin-top:4px;}




.content_con .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content_con:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}
.content-text{margin-top:5px;clear:both;}


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content_con:hover .content-details {
   /* top: 31%;*/
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}



#home1 .card{background: none!important;}
.content_con .post-options .btn__icon{font-size: 1rem!important;}
.content_con h6{margin:0px!important; padding:0px!important;}
.post-options-hover-content .btn{padding: 0.2rem 0.2rem !important;}
.mcontent_date{margin:5px 0;}
.content_con .content-title{ text-align:center; white-space: nowrap;  margin-bottom: 0.5rem; font-size: 13px; line-height: 1.3;font-weight: 700;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3; overflow: hidden; }
.signevideo_livemodels_sections{margin-top:20px;}
#show_my_adffiliateurl{margin-top:10px;}
.video_upload_panel_area_1{margin-bottom: 10px;}
.vid_upload_container{margin-top:100px;}

@media (max-width: 50em){
.tablelist_modeladmin table td {
    padding: 0.25em 0.5em 0.25em 6.5em!important;
}
}

@media (max-width:1400px) {
    .card-columns {    -webkit-column-count:3!important; -moz-column-count: 3!important;column-count: 3!important;}
}






@media (max-width:768px) {
    .card-columns {   column-count: 2!important;}

}

@media (max-width:576px) {
 .card-columns { column-count: 1!important;}.row4refresh .button{margin:0 10px;}
.mdl_bottom_part_sec .inline{font-size: 1.2rem!important;}
.mdl_bottom_part_sec{margin-top:10px;}
.join_fclub{margin-top:-30px;}

}


  .card-columns {
        -webkit-column-count:4; -moz-column-count: 4;column-count: 4;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }


@media (max-width: 480px){
#myTab1 .nav-pills>li, .nav-tabs>li { width: 33.3%!important;}
#myTab1 .nav-pills>li, .nav-tabs>li{padding-left:0px!important;}
.model_profile .nav-pills .nav-link{font-size: 10px!important;}


#golive_ifrm{vertical-align: top!important;}

}

.model_profile .post-bottom__meta{padding:1.5rem 0.9rem;}

.earning_mtop{margin-top:70px;}


buy_more_monetheader


@media only screen and (max-width: 1024px) and (min-width: 576px)  {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{padding-left:0px!important;padding-right:0px!important;float:left;}
.post-bottom__meta{padding:1.5rem 0rem!important;}
.model_profile .nav-tabs>li{padding-left:0px!important;}
.model_profile .nav>li>a { padding: 5px 15px!important;}
.chatcont{padding-left:0px!important;}
.userratingM{max-width: 100%!important;width:100%!important;}





    .show_credit_mprofile{width:100%!important;clear:both;max-width: 100%!important;}
.show_credit_mprofile .loadcrediticon img{width: 100px;}
  .chatcont{padding-left:10px!important;}

}



.timeline-info > ul{padding-left:0px!important;}
.goal_m_show{padding-left:0px!important;}
.model_profile .nav-tabs>li{padding-left:13px;}

.modellivevideo{padding-left:0px!important;}


html[data-theme=light] .content_con{color:#FFF;}
html[data-theme=light]  .content_con .btn__icon{color:#6c757d!important;}
html[data-theme=light] .no_trailer_videetails_boxtype .box-type{    background-color: #f5f5f5!important;}
html[data-theme=light]  .no_trailer_videetails_boxtype .box-type{border:0px!important;}
html[data-theme=light]  .no_trailer_videetails_boxtype .box-type a{color:#FFF!important;}
#site-footer .social-list , #site-footer .copyright-text , #site-footer .cont_fot_r{min-height: auto!important;}

html[data-theme=light] .my_reports .nav-pills .nav-link.active, .nav-pills .show>.nav-link{color:#FFF!important;}

html[data-theme=light] .footer-buttons-wrapper .btn-secondary{color:#FFF!important;}
.load_credit_topicon{margin-right: 10px!important;}

.leftsidebar_acc .card{background-color: unset!important;}
[data-toggle="collapse"]:after {
    display: inline-block;
    font: normal normal normal 14px/2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  
   transform: rotate(180deg) ;
  transition: all linear 0.25s;
  font-size: 25px;margin-left: 15px;
  }   
[data-toggle="collapse"].collapsed:after {
  transform: rotate(0deg) ;
 
}
.sidebar-collapse [data-toggle="collapse"]:after {
    display: none;
  }




.leftsidebar_acc .card-header a{font-size: 14px;}
.leftsidebar_acc .card-body label{margin-left:7px;}
.leftsidebar_acc .col-md-12{padding:0px!important;}
.leftsidebar_acc .card-header{background: unset!important;}
.panel_webcam_searcht{display:none!important}

.leftsidebar_acc .collapse.show { display: block!important;}
.mfilter_status {border-top: 1px solid #444;}
.panel_webcam_searcht a{line-height: 2;}
#menu-primary2 .nav-item .nav-link .menu-text{position: relative;top:-8px;}
.leftsidebar_acc [data-toggle="collapse"]:after{position: relative;top: -5px;}
#golive_ifrm{clear:both;}

.user_live_chat_private #site-main {margin:0px 5px!important;}
.live_go_live_2_private #site-main {margin:20px 5px!important;}
.group_go_live_2_private #site-main{margin:20px 5px!important;}
.user_group_chat_private #site-main {margin:0px 5px!important;}

.m_searchfltr ul li  a{text-decoration: underline!important;text-underline-offset: 5px;}
.m_searchfltr .nav-item .nav-link .menu-text{text-decoration: underline!important;text-underline-offset: 5px;}


.sidebar-collapse .status_mf_t , .sidebar-collapse .age_mf_t , .sidebar-collapse .sex_mf_t , .sidebar-collapse .hc_mf_t , .sidebar-collapse .eth_mf_t ,  .sidebar-collapse .lang_mf_t , .sidebar-collapse .cntry_mf_t , .sidebar-collapse .cat_mf_t{max-height: 0px!important}

#response_ralated_videos{height: calc(100vh - 70px); overflow-y: auto;}
.count_number_tags{color:#ce1e1e;}
@media (min-width:992px) {
.my_webcamp_left_container .rightinfobox{padding-left:10px!important;}
}
@media only screen and (min-width: 1280px){
.name_pdatediv{position: relative;top: -60px;}
 }

@media only screen and (max-width: 1500px){
 .outer_circle_live{width: 100px!important;height: 100px!important;border: 3px solid #f9f9f9!important;}
.outer_circle_live img {width: 95px!important;height: 95px!important;}
}
.outer_circle_live{float: left; width: 130px;height: 130px; position: relative;border: 4px solid #f9f9f9;border-radius: 50%; background-position: 20% 20%;}

.outer_circle_live img {width: 122px;height: 122px;border-radius: 50%;}

#show_more_models_right{position: relative;top: 20px; left: 10px;}
.video_livearea{padding-right:0px!important;}
.chatcont{padding-left: 5px!important}
.below_player_iconsbar{background: #333!important;padding-left:5px!important;padding-right:0px!important;}


.below_player_iconsbar ul{padding: 8px 0 4px 0;}
.belowplayer_privatereqst{float:right;margin-right:0px!important;}
.user_balanceli img{max-width: 32px;}.user_balanceli{margin-right:0px!important;}
.below_player_pvtchat{max-width: 166px;}
.join_fclub{margin-top:20px;}
.row4refresh .button{padding: 5px 10px!important;}
.row4refresh{padding:0px!important;}
.goal_m_listb{margin-right: 20px!important;min-height: 42px!important;}
 .line-chart{margin-top:20px;}
 .goal_desc_part{margin-top:6px;}
 .goal_icon_img{max-height: 26px;}
 .post_type_icon_p{padding: 5px 3px!important;}
  .mdl_bottom_part_sec .inline{font-size: 1.3rem!important;}
  .modeltimeline_iconsarea .post-title-xl{font-size: 1.5rem;}
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {float:left;}

@media only screen and (max-width: 1080px) and (min-width: 767px)  {
  .model_name_thumb_part .col-md-5 , .model_name_thumb_part .col-md-7{max-width: 100%!important;clear: both;  width: 100%!important}
}
.cardpost_content .post-thumbnail img {height:100%!important;}
#c_date_s , #c_date_e {display: inline!important;}

.rightside_my_webcamp_block{margin-right:15px;}
@media only screen and (max-width: 576px){
.rightside_my_webcamp_block{margin-right:0px;}
.group_go_live_2_private .webcamp_right_tab_area{margin:0px!important;}
 }

 .member_home .userhomesearch select{width:93%}

.pagination strong {
    display:block !important;
    color:#000 !important;
    padding:5px !important;
    float:left;
}
.pagination span {
    display:block !important;
    color:#fff !important;
    padding: 5px !important;
    float:left;
    margin-top: 5px;
    background: #676767;
    margin-right: 5px;
}
.pagination a {
    display:block;
    background: #000;
    color:#fff!important;
    padding: 5px;
    float:left;
    text-decoration:none;
    margin-right:5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    margin-top: 5px;
}
.pagination a:hover {
    display:block;
    color:#fff!important;
    background:#686868;
    padding:5px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
