@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../themes/quere/fonts/font-awesome/fa-brands-400.eot);
    src: url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-brands-400.woff2) format("woff2"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-brands-400.woff) format("woff"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-brands-400.ttf) format("truetype"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-regular-400.eot);
    src: url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-regular-400.woff2) format("woff2"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-regular-400.woff) format("woff"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-regular-400.ttf) format("truetype"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-regular-400.svg#fontawesome) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-solid-900.eot);
    src: url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-solid-900.woff2) format("woff2"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-solid-900.woff) format("woff"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-solid-900.ttf) format("truetype"), url(//wgl-dsites.net/quere/wp-content/themes/quere/fonts/font-awesome/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Flaticon";
    src: url(../../../themes/quere/fonts/flaticon/flaticon.eot);
    src: url(../../../themes/quere/fonts/flaticon/flaticon.ttf) format("truetype"),
        url(../../../themes/quere/fonts/flaticon/flaticon.woff2) format("woff2"),
        url(../../../themes/quere/fonts/flaticon/flaticon.woff) format("woff"),
        url(../../../themes/quere/fonts/flaticon/flaticond41d.eot?#iefix) format("embedded-opentype"),
        url(../../../themes/quere/fonts/flaticon/flaticon.svg#flaticon) format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url(../../../themes/quere/fonts/flaticon/flaticon.svg#flaticon) format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.flaticon-right-arrow:before {
    content: "\f101";
}

.flaticon-categories:before {
    content: "\f102";
}

.flaticon-menu:before {
    content: "\f103";
}

.flaticon-loupe:before {
    content: "\f104";
}

.flaticon-search:before {
    content: "\f105";
}

.flaticon-plan:before {
    content: "\f106";
}

.flaticon-layout:before {
    content: "\f107";
}

.flaticon-project:before {
    content: "\f108";
}

.flaticon-skyline:before {
    content: "\f109";
}

.flaticon-park:before {
    content: "\f10a";
}

.flaticon-park-1:before {
    content: "\f10b";
}

.flaticon-shopping-bag:before {
    content: "\f10c";
}

.flaticon-mall:before {
    content: "\f10d";
}

.flaticon-play-button:before {
    content: "\f10e";
}

.flaticon-right-arrow-1:before {
    content: "\f10f";
}

.flaticon-pin:before {
    content: "\f110";
}

.flaticon-weights:before {
    content: "\f111";
}

.flaticon-swimming-pool:before {
    content: "\f112";
}

.flaticon-palm:before {
    content: "\f113";
}

.flaticon-parking:before {
    content: "\f114";
}

.flaticon-terrace:before {
    content: "\f115";
}

.flaticon-slider:before {
    content: "\f116";
}

.flaticon-area:before {
    content: "\f117";
}

.flaticon-plans:before {
    content: "\f118";
}

.flaticon-bed:before {
    content: "\f119";
}

.flaticon-home:before {
    content: "\f11a";
}

.flaticon-house:before {
    content: "\f11b";
}

.flaticon-double-bed:before {
    content: "\f11c";
}

.flaticon-parking-1:before {
    content: "\f11d";
}

.flaticon-park-2:before {
    content: "\f11e";
}

.flaticon-quote:before {
    content: "\f11f";
}

.flaticon-link:before {
    content: "\f120";
}

.flaticon-heart:before {
    content: "\f121";
}

.flaticon-plus:before {
    content: "\f122";
}

.flaticon-remove:before {
    content: "\f123";
}

.flaticon-pin-mark:before {
    content: "\f124";
}

.flaticon-info:before {
    content: "\f125";
}

.flaticon-close-button:before {
    content: "\f126";
}

.flaticon-danger:before {
    content: "\f127";
}

.flaticon-checked:before {
    content: "\f128";
}

.flaticon-right-arrow-2:before {
    content: "\f129";
}

.flaticon-bag:before {
    content: "\f12a";
}

.flaticon-heart-2:before {
    content: "\f12b";
}

.flaticon-up-and-down:before {
    content: "\f12c";
}

.flaticon-cancel:before {
    content: "\f12d";
}

.flaticon-divan:before {
    content: "\f12e";
}

.flaticon-real-estate:before {
    content: "\f12f";
}

.flaticon-apartment:before {
    content: "\f130";
}

.flaticon-home-address:before {
    content: "\f131";
}

.flaticon-for-sale:before {
    content: "\f132";
}

.flaticon-building:before {
    content: "\f133";
}

.flaticon-home-exchange:before {
    content: "\f134";
}

.flaticon-buy-home:before {
    content: "\f135";
}

.flaticon-chest-of-drawers:before {
    content: "\f136";
}

.flaticon-garage:before {
    content: "\f137";
}

.flaticon-apartment-1:before {
    content: "\f138";
}

.flaticon-chat-box:before {
    content: "\f139";
}

.flaticon-settings:before {
    content: "\f13a";
}

.flaticon-headphones:before {
    content: "\f13b";
}

.flaticon-flash:before {
    content: "\f13c";
}

.flaticon-paper-plane:before {
    content: "\f13d";
}

.flaticon-folders:before {
    content: "\f13e";
}

.flaticon-recycling-paper:before {
    content: "\f13f";
}

.flaticon-notebook:before {
    content: "\f140";
}

.flaticon-apartments:before {
    content: "\f141";
}

.flaticon-placeholder:before {
    content: "\f142";
}

.flaticon-placeholder-1:before {
    content: "\f143";
}

.flaticon-bath:before {
    content: "\f144";
}

.flaticon-home-1:before {
    content: "\f145";
}

.flaticon-settings-1:before {
    content: "\f146";
}

.flaticon-globe:before {
    content: "\f147";
}

.flaticon-grid:before {
    content: "\f148";
}

.flaticon-pin-1:before {
    content: "\f149";
}

.flaticon-menu-1:before {
    content: "\f14a";
}

.flaticon-option:before {
    content: "\f14b";
}

.flaticon-check:before {
    content: "\f14c";
}

.flaticon-lego:before {
    content: "\f14d";
}

.flaticon-paint-brush:before {
    content: "\f14e";
}

.flaticon-heart-3:before {
    content: "\f14f";
}

.flaticon-heart-4:before {
    content: "\f150";
}

.flaticon-compare:before {
    content: "\f151";
}

.flaticon-house-plan:before {
    content: "\f152";
}

.flaticon-building-1:before {
    content: "\f153";
}

.flaticon-real-estate-1:before {
    content: "\f154";
}

.flaticon-hotel:before {
    content: "\f155";
}

.flaticon-for-rent:before {
    content: "\f156";
}

.flaticon-house-1:before {
    content: "\f157";
}

.flaticon-buy-home-1:before {
    content: "\f158";
}

.flaticon-real-estate-2:before {
    content: "\f159";
}

.flaticon-house-for-sale:before {
    content: "\f15a";
}

.flaticon-real-estate-3:before {
    content: "\f15b";
}

.flaticon-real-estate-4:before {
    content: "\f15c";
}

.flaticon-house-key:before {
    content: "\f15d";
}

.flaticon-renovation:before {
    content: "\f15e";
}

.flaticon-home-address-1:before {
    content: "\f15f";
}

.flaticon-contract:before {
    content: "\f160";
}

.flaticon-buy-home-2:before {
    content: "\f161";
}

.flaticon-calculation:before {
    content: "\f162";
}

.flaticon-sold-out:before {
    content: "\f163";
}

.flaticon-auction:before {
    content: "\f164";
}

.flaticon-home-security:before {
    content: "\f165";
}

.flaticon-discount:before {
    content: "\f166";
}

.flaticon-search-house:before {
    content: "\f167";
}

.flaticon-pool:before {
    content: "\f168";
}

.flaticon-garage-1:before {
    content: "\f169";
}

.flaticon-purchase:before {
    content: "\f16a";
}

.flaticon-house-rental:before {
    content: "\f16b";
}

.flaticon-swap:before {
    content: "\f16c";
}

.flaticon-owner:before {
    content: "\f16d";
}

.flaticon-fence:before {
    content: "\f16e";
}

.flaticon-family:before {
    content: "\f16f";
}

.flaticon-house-2:before {
    content: "\f170";
}

body:not([data-elementor-device-mode=desktop], [data-elementor-device-mode=laptop], [data-elementor-device-mode=widescreen]) #wgl-cursor {
    display: none;
}

#wgl-cursor {
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.05s;
    pointer-events: none;
}

#wgl-cursor-pointer {
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 20px;
    width: max-content;
    white-space: nowrap;
    color: var(--quere-cursor-point-color);
    font-weight: 700;
    font-size: 14px;
}

#wgl-cursor-pointer::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 8px;
    height: 8px;
    background-color: currentColor;
    transition: background-color 0.1s;
}

#wgl-cursor-pointer>.cursor-content {
    --color: var(--quere-tertiary-color);
    --bg-color: #fff;
    --color-child: #fff;
    --bg-color-child: var(--quere-primary-color);
    --size: 24px;
    color: var(--color);
    background-color: var(--bg-color);
    font-size: var(--size);
    transform-origin: left top;
    transform: scale(0);
    opacity: 0;
    transition: 0.3s;
    letter-spacing: 0;
    display: block;
    overflow: hidden;
}

#wgl-cursor-pointer>.cursor-content-text {
    position: absolute;
    z-index: 1;
    color: #fff;
}

#wgl-cursor-pointer.visible::before {
    background-color: transparent;
}

#wgl-cursor-pointer.visible>.cursor-content {
    transform: scale(1);
    opacity: 1;
}

#wgl-cursor-pointer.visible>.cursor-content img {
    display: block;
}

#wgl-cursor.portfolio #wgl-cursor-pointer {
    color: transparent;
    left: 10px;
    top: 10px;
}

#wgl-cursor.portfolio #wgl-cursor-pointer .cursor-content-text {
    padding: 0;
}

#wgl-cursor .cursor-from-js,
#wgl-cursor .cursor-global,
#wgl-cursor .portfolio-tooltip,
#wgl-cursor .product-cat-tooltip {
    color: unset;
    background: unset;
}

#wgl-cursor .cursor-from-js h6,
#wgl-cursor .cursor-global h6,
#wgl-cursor .portfolio-tooltip h6,
#wgl-cursor .product-cat-tooltip h6 {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    padding: 12px 11px 10px 10px;
    text-transform: uppercase;
    color: var(--quere-header-font-color);
    background-color: #ffffff;
}

#wgl-cursor .cursor-from-js .descr,
#wgl-cursor .cursor-from-js .post_cats,
#wgl-cursor .cursor-from-js .count,
#wgl-cursor .cursor-global .descr,
#wgl-cursor .cursor-global .post_cats,
#wgl-cursor .cursor-global .count,
#wgl-cursor .portfolio-tooltip .descr,
#wgl-cursor .portfolio-tooltip .post_cats,
#wgl-cursor .portfolio-tooltip .count,
#wgl-cursor .product-cat-tooltip .descr,
#wgl-cursor .product-cat-tooltip .post_cats,
#wgl-cursor .product-cat-tooltip .count {
    font-size: 15px;
    font-weight: 500;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1px 11px 1px 10px;
    letter-spacing: 0;
    margin: 0;
    color: #ffffff;
    background-color: var(--quere-primary-color);
}

#wgl-cursor .portfolio-tooltip>.post_cats {
    padding: 7px 10px 8px 11px;
}

#wgl-cursor .portfolio-tooltip>.post_cats span {
    color: inherit;
    margin: 0;
}

#wgl-cursor .portfolio-tooltip>.post_cats span::after {
    color: inherit;
}

#wgl-cursor .carousel-tooltip {
    line-height: 1;
    margin: 0 -2px;
}

#wgl-cursor .carousel-tooltip .flaticon {
    display: inline-block;
    font-size: 21px;
    line-height: 1;
    padding: 0 5px;
}

#wgl-cursor .carousel-tooltip .flaticon-down-arrow-1:first-child {
    transform: rotate(90deg);
}

#wgl-cursor .carousel-tooltip .flaticon-down-arrow-1:last-child {
    transform: rotate(-90deg);
}

.admin-bar #wgl-cursor-pointer {
    bottom: 0;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
}

body {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

body,
html {
    max-width: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

mark {
    padding: 0 5px;
    color: var(--quere-header-font-color);
}

strong {
    font-weight: 700;
}

pre {
    max-width: 100%;
    margin-top: 18px;
    margin-bottom: 20px;
    padding: 20px;
    word-wrap: break-word;
    border: 1px solid #e4e4e4;
    border-radius: 0;
    overflow: auto;
}

code,
kbd,
tt,
var,
pre {
    font-family: monospace;
}

ul,
ol {
    padding: 0 0 20px 0;
}

li ul {
    padding-bottom: 0;
}

textarea {
    min-height: 50px;
    height: 122px;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
    user-select: none;
}

label,
legend {
    display: block;
    margin-bottom: 5px;
}

label {
    font-family: var(--quere-header-font-family);
    font-size: 16px;
    margin-left: 0;
}

legend {
    font-weight: 500;
    font-family: var(--quere-h4-font-family);
    font-size: var(--quere-h4-font-size);
}

iframe {
    width: 100%;
    display: block;
}

table {
    width: 100%;
    border-collapse: collapse;
}

dl {
    margin-bottom: 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

p {
    margin: 0 0 16px 0;
}

p:empty {
    display: none;
    padding: 0;
    margin: 0;
}

a {
    transition: all 0.4s;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

p a {
    transition: color 0.3s;
}

body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-page.single main .wgl-container:not(.wgl-content-sidebar) {
    padding-right: 15px;
    padding-left: 15px;
}

body.elementor-page main .wgl-container.wgl-content-sidebar .elementor,
body.elementor-page.single main .wgl-container:not(.wgl-content-sidebar) .elementor {
    margin-left: -15px;
    margin-right: -15px;
}

body.elementor-page main .wgl-container,
body.elementor-page .footer_top-area:not(.widgets_area) .wgl-container,
body.elementor-editor-active main .wgl-container,
body.elementor-editor-active .footer_top-area:not(.widgets_area) .wgl-container,
body.elementor-editor-preview main .wgl-container,
body.elementor-editor-preview .footer_top-area:not(.widgets_area) .wgl-container {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.elementor-page main .wgl-container.full-width,
body.elementor-page .footer_top-area:not(.widgets_area) .wgl-container.full-width,
body.elementor-editor-active main .wgl-container.full-width,
body.elementor-editor-active .footer_top-area:not(.widgets_area) .wgl-container.full-width,
body.elementor-editor-preview main .wgl-container.full-width,
body.elementor-editor-preview .footer_top-area:not(.widgets_area) .wgl-container.full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

body.elementor-page.single-footer main:not(:empty) .wgl-container,
body.elementor-page.single-footer .footer_top-area:not(:empty) .wgl-container,
body.elementor-editor-active.single-footer main:not(:empty) .wgl-container,
body.elementor-editor-active.single-footer .footer_top-area:not(:empty) .wgl-container,
body.elementor-editor-preview.single-footer main:not(:empty) .wgl-container,
body.elementor-editor-preview.single-footer .footer_top-area:not(:empty) .wgl-container {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.elementor-default .footer_top-area:not(.widgets_area) .wgl-container {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

body.elementor-default .footer_top-area:not(.widgets_area) .wgl-container.full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.elementor-element.elementor-widget.elementor-widget-spacer {
    margin-bottom: 0;
}

.elementor-image-gallery .gallery-item {
    margin-top: 0 !important;
}

.elementor-image-gallery img {
    border: 0 !important;
}

.elementor-section.wgl-add-background-text::before,
.elementor-element.wgl-add-background-text::before {
    margin-left: 4.45vw;
}

.elementor-section.wgl-add-background-text::before,
.elementor-section.wgl-add-background-text .wgl-background-text,
.elementor-element.wgl-add-background-text::before,
.elementor-element.wgl-add-background-text .wgl-background-text {
    position: absolute;
    font-size: 9.375vw;
    line-height: 0.9em;
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    letter-spacing: 0.585em;
    z-index: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    display: block;
    -webkit-user-select: none;
    user-select: none;
    color: #dfdfdf;
    pointer-events: none;
    -webkit-text-stroke-color: #dfdfdf;
}

.elementor-section.wgl-add-background-text::before,
.elementor-element.wgl-add-background-text::before {
    letter-spacing: 0.18em;
}

.elementor-section.wgl-add-background-text.wgl-animation-background-text::before,
.elementor-element.wgl-add-background-text.wgl-animation-background-text::before {
    display: none;
}

.elementor-section.wgl-add-background-text .wgl-background-text .letter,
.elementor-element.wgl-add-background-text .wgl-background-text .letter {
    display: inline-block;
    text-indent: 0;
    opacity: 0;
}

body.elementor-editor-active .elementor-section.wgl-add-background-text.wgl-animation-background-text::before {
    display: block;
}

body.elementor-editor-active .elementor-section,
body.elementor-editor-active .elementor-column {
    pointer-events: auto !important;
}

body.elementor-editor-active .wgl-products.appear-animation .product {
    opacity: 1;
    transform: unset;
}

body .elementor-element-overlay ul li::before,
body .elementor-select-preset ul li::before {
    background: transparent;
}

.elementor-widget-container .elementor-counter .elementor-counter-title {
    line-height: 1.3;
    margin-top: 12px;
    font-weight: 500;
}

.elementor-widget-container .elementor-divider,
.elementor-widget-container .elementor-divider-separator {
    border-radius: inherit;
}

.font-family-flaticon {
    font-family: "Flaticon" !important;
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    text-align: center;
    transition: all 0.3s;
}

.footer_wrapper {
    padding: 24px 0;
}

.footer_top-area p {
    margin-bottom: 0;
}

.footer_top-area.widgets_area .row>div {
    padding-top: 50px;
    padding-bottom: 40px;
}

.footer_top-area input[type=text],
.footer_top-area input[type=url],
.footer_top-area input[type=search],
.footer_top-area input[type=email],
.footer_top-area input[type=password],
.footer_top-area input[type=tel],
.footer_top-area input[type=time],
.footer_top-area select,
.footer_top-area textarea {
    color: #ffffff;
}

.footer_top-area strong {
    font-weight: inherit;
}

.footer_top-area select {
    background-image: var(--quere-bg-caret-white);
}

.footer_top-area .textwidget img {
    margin-bottom: 20px;
}

.footer_top-area .widget.widget_wgl_posts .recent-posts-widget {
    padding-top: 0;
}

.footer_top-area .footer-link {
    position: relative;
    z-index: 1;
}

.footer_top-area .footer-link::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    border-bottom: 1px solid;
    width: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    transition: all 0.3s ease-in-out 0s, color 0s;
}

.footer_top-area .footer-link:hover {
    color: #ffffff !important;
}

.footer_top-area .footer-link:hover::before {
    width: 100%;
    color: #ffffff !important;
}

.footer {
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.footer .widgets_area .row {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: transparent;
}

.footer .blog-posts .blog-post_title {
    margin-top: -5px;
}

.footer .blog-posts .item:last-child .blog-post {
    margin-bottom: 0;
}

.footer .gallery-caption {
    display: none;
}

.footer .widget_search .search-form .search-field:active,
.footer .widget_search .search-form .search-field:focus,
.footer .widget_product_search .woocommerce-product-search .search-field:active,
.footer .widget_product_search .woocommerce-product-search .search-field:focus,
.footer .wc-block-product-search__fields .search-field:active,
.footer .wc-block-product-search__fields .search-field:focus {
    border-color: #fff;
}

.primary-nav.footer-menu .menu-item {
    display: inline-block;
    margin: 0 20px;
}

.copyright {
    font-size: 16px;
}

.copyright p {
    margin: 0;
}

body.single.single-footer header,
body.single.single-footer header+.page-header {
    display: none;
}

input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=tel],
input[type=time],
input[type=number],
input[type=date],
select,
textarea {
    display: block;
    height: 40px;
    max-width: 100%;
    margin: 0 0 27px 0;
    padding: 0 11px;
    border: 1px solid var(--quere-button-border-idle);
    border-width: 0 0 1px 0;
    border-radius: unset;
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    text-transform: unset;
    color: var(--quere-button-color-idle);
    background-color: transparent;
    transition: all 0.3s, height 0s;
}

input[type=text]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=time]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder {
    font: inherit;
    line-height: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
    transition: 0.4s;
    transform: translateY(0) scale(1);
    transform-origin: left bottom;
}

input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=time]:active,
input[type=time]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=date]:active,
input[type=date]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    border-color: var(--quere-header-font-color);
}

input[type=text]:active::placeholder,
input[type=text]:focus::placeholder,
input[type=url]:active::placeholder,
input[type=url]:focus::placeholder,
input[type=search]:active::placeholder,
input[type=search]:focus::placeholder,
input[type=email]:active::placeholder,
input[type=email]:focus::placeholder,
input[type=password]:active::placeholder,
input[type=password]:focus::placeholder,
input[type=tel]:active::placeholder,
input[type=tel]:focus::placeholder,
input[type=time]:active::placeholder,
input[type=time]:focus::placeholder,
input[type=number]:active::placeholder,
input[type=number]:focus::placeholder,
input[type=date]:active::placeholder,
input[type=date]:focus::placeholder,
select:active::placeholder,
select:focus::placeholder,
textarea:active::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--quere-header-font-color);
    background: unset;
    -webkit-transition: background-color 0s ease-in-out 9999s;
    transition: background-color 0s ease-in-out 9999s;
}

input[type=checkbox],
input[type=radio],
body .bapf_sfilter.bapf_ckbox input[type=checkbox],
body .bapf_sfilter.bapf_ckbox input[type=radio] {
    cursor: pointer;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

input[type=checkbox]+label,
input[type=checkbox]+span,
input[type=radio]+label,
input[type=radio]+span,
body .bapf_sfilter.bapf_ckbox input[type=checkbox]+label,
body .bapf_sfilter.bapf_ckbox input[type=checkbox]+span,
body .bapf_sfilter.bapf_ckbox input[type=radio]+label,
body .bapf_sfilter.bapf_ckbox input[type=radio]+span {
    display: inline;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.wgl-style-input input[type=checkbox],
.wgl-style-input input[type=radio],
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=checkbox],
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio] {
    --input-color: var(--quere-primary-color);
    --input-disabled: #959495;
    -webkit-appearance: none;
    appearance: none;
    margin: 0 8px 0 0;
    font-size: 12px;
    color: currentColor;
    width: 1em;
    height: 1em;
    border: 1px solid var(--quere-button-border-idle) !important;
    border-radius: 0;
    vertical-align: middle;
    display: inline-grid !important;
    place-content: center;
}

.wgl-style-input input[type=checkbox]::before,
.wgl-style-input input[type=radio]::before,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=checkbox]::before,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio]::before {
    content: "";
    width: calc(1em - 6px);
    height: calc(1em - 6px);
    border-radius: inherit;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--input-color);
    background-color: CanvasText;
}

.wgl-style-input input[type=checkbox]::after,
.wgl-style-input input[type=radio]::after,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=checkbox]::after,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio]::after {
    display: none;
}

.wgl-style-input input[type=checkbox]:checked::before,
.wgl-style-input input[type=radio]:checked::before,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=checkbox]:checked::before,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio]:checked::before {
    transform: scale(1);
}

.wgl-style-input input[type=checkbox]:focus,
.wgl-style-input input[type=radio]:focus,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=checkbox]:focus,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio]:focus {
    outline: max(1px, 0.15em) solid currentColor;
    outline-offset: max(1px, 0.15em);
}

.wgl-style-input input[type=checkbox]:disabled,
.wgl-style-input input[type=radio]:disabled,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=checkbox]:disabled,
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio]:disabled {
    --input-color: var(--input-disabled);
    color: var(--input-disabled);
    cursor: not-allowed;
}

.wgl-style-input input[type=radio],
.wgl-style-input .bapf_sfilter.bapf_ckbox input[type=radio] {
    border-radius: 50%;
}

input[type=submit],
button {
    display: inline-block;
    height: 56px;
    max-width: 100%;
    margin-bottom: 0;
    border-radius: 50px;
    outline: none;
    padding: 9px 34px 10px;
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: var(--quere-button-color-hover);
    background: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.4s;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active,
button:hover,
button:focus,
button:active {
    color: var(--quere-button-color-idle);
    background: var(--quere-button-bg-idle);
    border-color: var(--quere-button-border-idle);
}

textarea {
    height: 85px;
    padding: 8px 11px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.input-bg-white input,
.input-bg-white textarea {
    background-color: #ffffff;
}

select {
    width: 100%;
    overflow: hidden;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: var(--quere-bg-caret);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 100% center;
    padding-left: 0;
}

label {
    transition: 0.4s;
}

.post-password-form {
    margin-bottom: 20px;
}

.post-password-form p:first-child {
    margin-bottom: 24px;
}

.post-password-form label {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 8px;
}

@media (min-width: 600px) {
    .post-password-form label {
        width: calc(100% - 130px);
        max-width: 270px;
    }
}

.post-password-form label input[type=password] {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
}

.post-password-form input[type=submit] {
    min-width: 100px;
    margin-bottom: 10px;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    transform: translateY(2px);
    height: 42px;
    padding: 5px 28px 4px;
}

.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:focus {
    color: var(--quere-button-color-hover);
    background: var(--quere-button-bg-hover);
}

.wgl-container {
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}

.wgl-container.full-width {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.wgl-container .wgl-container {
    width: 100%;
}

.wgl-container .elementor-section-boxed .elementor-section-boxed .elementor-container {
    width: 100%;
}

.wgl-container.wgl-content-sidebar .elementor {
    margin-left: -15px;
    margin-right: -15px;
}

#main .wgl-container .wgl_wrapper {
    left: 0 !important;
}

.row::after,
.row::before,
.wgl-container::after,
.wgl-container::before,
.clearfix::after,
.clearfix::before {
    content: "";
    display: table;
    line-height: 0;
}

.wgl-container::after,
.row::after,
.clear,
.clearfix::after {
    clear: both;
}

[class*=wgl_col-] {
    float: left;
    min-height: 1px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row [class*=wgl_col-] {
    display: block;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.wgl-carousel {
    position: relative;
    z-index: 1;
}

.wgl-carousel_swiper a,
.wgl-carousel_swiper a:hover,
.wgl-carousel_swiper a:focus {
    transition: 0.4s;
}

a:hover {
    color: inherit;
}

.wgl-icon {
    display: inline-block;
    transition: 0.4s;
}

.wgl-icon svg {
    height: 1em;
    width: 1em;
    transition: inherit;
}

.elementor-icon.flaticon {
    line-height: 0;
}

.wgl-number {
    display: inline-block;
    transition: 0.4s;
}

.wgl-number .number {
    min-width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

body .hover_links a {
    color: inherit;
    -webkit-text-decoration: underline transparent;
    text-decoration: underline transparent;
    transition: color 0.3s, -webkit-text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s;
    transition: color 0.3s, text-decoration-color 0.3s, -webkit-text-decoration-color 0.3s;
    text-underline-offset: 0.2em;
}

body .hover_links a:hover {
    color: currentColor;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

body .hover_links.white a:hover {
    color: #ffffff;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}

body .hover_links.primary a:hover {
    color: #ffffff;
    -webkit-text-decoration-color: #ffffff;
    text-decoration-color: #ffffff;
}

.wgl-layout-left,
.wgl-layout-right {
    display: flex;
}

.aleft .wgl-layout-left {
    justify-content: flex-start;
}

.aleft .wgl-layout-right {
    justify-content: flex-end;
}

.acenter .wgl-layout-left,
.acenter .wgl-layout-right {
    justify-content: center;
}

.aright .wgl-layout-left {
    justify-content: flex-end;
}

.aright .wgl-layout-right {
    justify-content: flex-start;
}

.fullwidth-wrapper {
    width: 100%;
}

.z-index-1 {
    z-index: 1;
}

.relative {
    position: relative;
}

.text-uppercase {
    text-transform: uppercase;
}

.bypostauthor {
    opacity: 1;
}

.ohidden {
    overflow: hidden;
}

.ovisible {
    overflow: visible;
}

.d-block {
    display: block;
}

.d-none {
    display: none;
}

body[data-elementor-device-mode=desktop] .d-xl-none {
    display: none;
}

body:not([data-elementor-device-mode=desktop]) .d-xl-block {
    display: none;
}

.wp-caption-text,
.wp-caption .wp-caption-text {
    margin: 0.5em 0;
    font-size: 13px;
    text-align: center;
}

.wp-caption,
.gallery-caption {
    max-width: 100%;
    margin-bottom: 1em;
    font-style: italic;
}

.wp-caption img,
.gallery-caption img {
    border-radius: unset;
}

#main {
    padding: 40px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: calc(100vh - var(--header-height, 0px) - var(--footer-height, 0px) - var(--pt-height, 0px) - var(--wp-admin--admin-bar--height, 0px));
}

.wgl-theme-header.header_overlap~#main {
    min-height: calc(100vh - var(--footer-height, 0px) - var(--pt-height, 0px) - var(--wp-admin--admin-bar--height, 0px));
}

.archive:not(.woocommerce) #main {
    padding-bottom: 100px;
}

body>#main .row.sidebar_left #main-content {
    float: right;
}

.gm-control-active {
    border-radius: unset;
    box-shadow: none;
}

hr {
    margin: 20px 0 20px;
    border: none;
    border-bottom: 1px solid #1d1f21;
}

hr.wp-block-separator {
    max-width: 100px;
}

hr.wp-block-separator.is-style-wide,
hr.wp-block-separator.is-style-dots {
    max-width: 100%;
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    text-align: left;
}

table:not(:last-child) {
    margin-bottom: 22px;
}

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

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

.mejs-container {
    margin-bottom: 20px;
}

.wgl-row-animation>.elementor-container {
    z-index: 1;
}

.particles-js {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.page-header .particles-js {
    left: 0;
    top: 0;
}

.extended-parallax {
    position: absolute;
    z-index: -1;
    width: 100%;
    pointer-events: none;
}

.wgl-background-image_parallax {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wgl-background-image_parallax div {
    height: 100%;
}

.wgl-elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    pointer-events: none;
}

.wgl-elementor-shape-top {
    top: -1px;
}

.wgl-elementor-shape-bottom {
    bottom: -1px;
}

.wgl-elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#quere-footer-inline-css {
    display: none;
}

.wgl-body-bg {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

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

.wgl-body-lines {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

.wgl-body-lines>span,
.wgl-body-lines::before,
.wgl-body-lines::after {
    content: "";
    position: absolute;
    z-index: -100;
    height: 100%;
    width: 1px;
    background: var(--quere-body-lines-color);
    top: 0;
}

.wgl-body-lines::before {
    left: 89px;
}

@media (max-width: 767px) {
    .wgl-body-lines::before {
        left: 29px;
    }
}

.wgl-body-lines>span {
    left: 50%;
}

.wgl-body-lines::after {
    right: 89px;
}

@media (max-width: 767px) {
    .wgl-body-lines::after {
        right: 29px;
    }
}

.wgl-theme-header {
    position: relative;
    z-index: 3001;
    background-color: var(--e-global-color-primary, #ffffff);
    color: var(--quere-header-font-color);
}

.wgl-theme-header .wrapper a {
    color: inherit;
}

.wgl-theme-header .wrapper .quere_module_button a {
    margin-bottom: 0;
    box-shadow: none;
    color: #ffffff;
}

.wgl-theme-header .wgl-sticky-header .wgl-logotype-container>a,
.wgl-theme-header .wgl-sticky-header .wgl-logotype-container>a>img {
    max-height: none !important;
}

.wgl-theme-header.header_overlap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.wgl-theme-header.header_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.wgl-mobile-header,
.mobile_nav_wrapper .primary-nav .menu {
    display: none;
}

.wgl-mobile-header .menu-item__plus,
.menu_vertical .menu-item__plus,
.mobile_nav_wrapper .primary-nav>ul>li ul::before,
.mobile_nav_wrapper .primary-nav>ul>li>div.mega-menu-container::before {
    display: none !important;
}

body:not(.elementor-editor-active) .wgl-theme-header .elementor-column,
body:not(.elementor-editor-active) .wgl-theme-header .elementor-column-wrap,
body:not(.elementor-editor-active) .wgl-theme-header .elementor-widget-wrap,
body:not(.elementor-editor-active) .wgl-theme-header .elementor-widget[data-widget_type="wgl-menu.default"] {
    position: static;
}

.wgl-header-row .wgl-header-row_wrapper {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}

.wgl-header-row .header_side.display_normal {
    flex: 0 auto;
}

.wgl-header-row .header_side.display_grow {
    flex: 1;
}

.wgl-header-row .header_side.display_grow .primary-nav>.menu {
    white-space: nowrap;
}

.wgl-header-row .header_side.v_align_middle {
    align-self: center;
}

.wgl-header-row .header_side.v_align_bottom {
    align-self: flex-end;
}

.wgl-header-row .header_side.v_align_bottom .primary-nav>ul>li>a {
    align-self: flex-end;
    align-items: flex-end;
}

.wgl-header-row .header_side.v_align_bottom .header_area_container>*,
.wgl-header-row .header_side.v_align_bottom .header_search-button {
    vertical-align: bottom;
}

.wgl-header-row .header_side.v_align_top {
    align-self: flex-start;
}

.wgl-header-row .header_side.v_align_top .primary-nav .lavalamp-object {
    top: 0;
    bottom: auto;
}

.wgl-header-row .header_side.v_align_top .primary-nav .lavalamp-object::before {
    transform: rotate(0.5turn);
}

.wgl-header-row .header_side.v_align_top .primary-nav>ul>li>a {
    align-self: flex-start;
    align-items: flex-start;
}

.wgl-header-row .header_side.v_align_top .header_area_container>*,
.wgl-header-row .header_side.v_align_top .header_search-button {
    vertical-align: top;
}

.wgl-header-row .header_side.h_align_left {
    text-align: left;
}

.wgl-header-row .header_side.h_align_center {
    text-align: center;
}

.wgl-header-row .header_side.h_align_right {
    text-align: right;
}

.wgl-header-row .header_side.display_grow.h_align_right {
    margin-left: auto;
}

.wgl-header-row .header_side.display_grow.h_align_center {
    margin-right: auto;
    margin-left: auto;
}

.wgl-header-row .header_side.display_grow.h_align_left {
    margin-right: auto;
}

.wgl-header-row .header_side.display_grow.h_align_left .header_area_container {
    justify-content: flex-start;
}

.wgl-header-row .header_side.display_grow.h_align_center .header_area_container {
    justify-content: center;
}

.wgl-header-row .header_side.display_grow.h_align_right .header_area_container {
    justify-content: flex-end;
}

.wgl-header-row .header_side[class^=position_center] .header_area_container>div.mini-cart {
    padding: 0;
}

.wgl-header-row .header_side[class^=position_center] .primary-nav>ul li.mega-menu>ul.mega-menu {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wgl-header-row .header_side[class^=position_left] .header_area_container>*:last-child {
    padding-right: 0;
}

.wgl-header-row .header_side[class^=position_right] .header_area_container>*:first-child {
    padding-left: 0;
}

.wgl-header-row .header_side[class^=position_left] .primary-nav ul li ul {
    left: 0;
    right: auto;
}

.wgl-header-row .header_side[class^=position_left] .primary-nav>ul>li ul .sub-menu {
    left: 100%;
    right: auto;
}

.wgl-header-row .header_side[class^=position_left] .primary-nav>ul>li:not(:first-child):last-child>.sub-menu {
    left: 0;
    right: auto;
}

.wgl-header-row .header_side[class^=position_left] .primary-nav>ul>li:not(:first-child):last-child>.sub-menu .sub-menu {
    left: 100%;
    right: auto;
}

.wgl-header-row .header_side,
.wgl-header-row .header_render_editor,
.wgl-header-row .wrapper,
.wgl-header-row .header_area_container {
    max-width: 100%;
    box-sizing: border-box;
}

.header_area_container {
    display: inline-block;
    height: 100%;
    max-height: 100%;
}

.header_area_container>* {
    display: inline-block;
    vertical-align: middle;
}

.delimiter {
    position: relative;
}

.wgl-logotype-container img {
    vertical-align: middle;
    max-height: 100%;
    max-width: initial;
    width: auto;
}

.wgl-logotype-container a,
.wgl-logotype-container a:hover,
.wgl-logotype-container h1 {
    color: inherit;
}

.wgl-logotype-container .logo-name {
    font-size: 34px;
    line-height: 1;
}

header:not(.wgl-menu-outer_content)>.wgl-logotype-container .logo-name {
    width: 200px;
    width: min-content;
    font-size: 30px;
    white-space: pre-line;
}

.wgl-site-header .primary-nav ul:hover li:not(:hover)>div,
.wgl-site-header .primary-nav ul:hover li:not(:hover)>ul.wgl-mega-menu,
.wgl-sticky-header .primary-nav ul:hover li:not(:hover)>div,
.wgl-sticky-header .primary-nav ul:hover li:not(:hover)>ul.wgl-mega-menu {
    overflow: hidden;
    height: 0;
}

.primary-nav a {
    cursor: pointer;
    transition: 0.3s;
}

.primary-nav.align-left {
    text-align: left;
}

.primary-nav.align-left>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu,
.primary-nav.align-left>ul.menu>li.mega-cat>div.mega-menu-container {
    left: 0;
    right: auto;
}

.primary-nav.align-center {
    text-align: center;
}

.primary-nav.align-center>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu,
.primary-nav.align-center>ul.menu>li.mega-cat>div.mega-menu-container {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.primary-nav.align-right {
    text-align: right;
}

.primary-nav.align-right>ul.menu>li.mega-menu-links>ul.mega-menu.sub-menu,
.primary-nav.align-right>ul.menu>li.mega-cat>div.mega-menu-container {
    left: auto;
    right: 0;
}

.primary-nav .content__media {
    font-weight: 400;
    transition: 0.4s;
    position: relative;
}

.primary-nav .lavalamp {
    position: static;
}

.primary-nav .lavalamp-object {
    opacity: 1;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 1px;
    line-height: 1;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    color: var(--quere-primary-color);
    background: currentColor;
}

.primary-nav .lavalamp_animate .lavalamp-object {
    opacity: 1;
}

.primary-nav>ul.lavalamp>li>a .item_wrapper_text::after,
.primary-nav.menu_line_enable>ul>li>a .item_wrapper_text .menu-item_dots {
    display: none !important;
}

.primary-nav ul:hover li:not(:hover) {
    z-index: 0;
    position: relative;
}

.primary-nav ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    margin-bottom: 0;
}

.primary-nav>ul li {
    position: relative;
    padding-left: 0;
}

.primary-nav>ul li.mega-menu {
    position: static !important;
}

.primary-nav>ul li.mega-menu>ul.mega-menu {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.primary-nav>ul li.mega-menu>ul.mega-menu .menu-item__plus {
    display: none;
}

.primary-nav>ul li.mega-menu.mega-menu-e {
    position: relative !important;
}

.primary-nav>ul li.mega-menu.mega-menu-e.position-center,
.primary-nav>ul li.mega-menu.mega-menu-e.position-left-side {
    position: static !important;
}

.primary-nav>ul {
    height: 100%;
    margin-left: 0;
    padding: 0;
}

.primary-nav>ul>li {
    height: 100%;
}

.primary-nav>ul>li>a .item_wrapper_text {
    position: relative;
    line-height: initial;
}

.primary-nav>ul>li>a .item_wrapper_text .menu-item_dots {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.4s;
}

.primary-nav>ul>li>a.__mPS2id.active .item_wrapper_text .menu-item_dots {
    width: 100%;
}

.primary-nav>ul>li[class*=current]>a .item_wrapper_text {
    line-height: initial;
}

.primary-nav>ul>li[class*=current]>a,
.primary-nav>ul>li:hover>a {
    color: var(--quere-primary-color);
}

.primary-nav>ul>li[class*=current]>a .item_wrapper_text .menu-item_dots,
.primary-nav>ul>li:hover>a .item_wrapper_text .menu-item_dots {
    width: 100%;
}

.primary-nav>ul>li.mega-menu-links>ul.mega-menu {
    padding-left: 20px;
    padding-right: 20px;
}

.primary-nav>ul>li.mega-menu-links>ul.mega-menu>li>a .item_wrapper_text::before {
    display: none;
}

.primary-nav>ul>li>a {
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    align-items: center;
    padding: 0 27px;
    transition: 0.4s;
    color: inherit;
}

.primary-nav.marker-disable>ul>li>a .menu-item_dots,
.primary-nav.marker-disable>ul>li>a::after {
    display: none !important;
}

.primary-nav>ul>li:not(:last-child)>a>.menu-item__plus {
    position: absolute;
    z-index: 1;
    right: -3px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    transform-origin: center;
    perspective-origin: center;
    transform: unset;
    color: inherit;
}

.primary-nav>ul>li:not(:last-child)>a>.menu-item__plus::before {
    content: "/";
}

.primary-nav li>ul>li.menu-item-has-children>a::after {
    margin-left: -11px;
}

.primary-nav li>ul>li.menu-item-has-children>a>.menu-item__plus {
    position: relative;
    z-index: 1;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    margin: -20px -11px 0 0;
    transform-origin: center;
    perspective-origin: center;
    transform: unset;
    color: inherit;
}

.primary-nav li>ul>li.menu-item-has-children>a>.menu-item__plus::before {
    content: "\f129";
    font-family: flaticon;
    display: inline-block;
    vertical-align: middle;
}

.primary-nav ul li>ul,
.primary-nav ul li>ul ul,
.primary-nav ul li .mega-menu-container {
    display: block;
    position: absolute;
    z-index: 555;
    top: calc(100% + 10px);
    left: -10px;
    min-width: 260px;
    white-space: nowrap;
    margin: 0;
    padding: 30px 0 25px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-out;
    box-shadow: 9px 11px 29px 0px rgba(0, 0, 0, 0.12);
}

.primary-nav ul li>ul li:not(:last-child),
.primary-nav ul li>ul ul li:not(:last-child),
.primary-nav ul li .mega-menu-container li:not(:last-child) {
    margin-bottom: 2px;
}

.primary-nav ul li>ul.wgl-e-container,
.primary-nav ul li>ul ul.wgl-e-container,
.primary-nav ul li .mega-menu-container.wgl-e-container {
    white-space: normal;
    padding: 0;
}

.primary-nav ul li>ul.wgl-e-container .elementor-column,
.primary-nav ul li>ul.wgl-e-container .elementor-column-wrap,
.primary-nav ul li>ul.wgl-e-container .elementor-widget-wrap,
.primary-nav ul li>ul ul.wgl-e-container .elementor-column,
.primary-nav ul li>ul ul.wgl-e-container .elementor-column-wrap,
.primary-nav ul li>ul ul.wgl-e-container .elementor-widget-wrap,
.primary-nav ul li .mega-menu-container.wgl-e-container .elementor-column,
.primary-nav ul li .mega-menu-container.wgl-e-container .elementor-column-wrap,
.primary-nav ul li .mega-menu-container.wgl-e-container .elementor-widget-wrap {
    position: relative;
}

.primary-nav ul li>ul .primary-nav,
.primary-nav ul li>ul ul .primary-nav,
.primary-nav ul li .mega-menu-container .primary-nav {
    height: auto !important;
}

.primary-nav ul li>ul .primary-nav ul,
.primary-nav ul li>ul ul .primary-nav ul,
.primary-nav ul li .mega-menu-container .primary-nav ul {
    margin: 0;
    padding: 0;
}

.primary-nav ul li>ul .primary-nav ul li,
.primary-nav ul li>ul ul .primary-nav ul li,
.primary-nav ul li .mega-menu-container .primary-nav ul li {
    margin-bottom: 0;
}

.primary-nav ul li .mega-menu-container {
    transform: translateY(-200%);
    transition: 0.3s ease-out, transform 0s 0.3s;
}

.primary-nav ul li>ul ul {
    top: -26px;
    left: 100%;
    margin: 0;
}

.primary-nav ul li>ul ul::before {
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 6px);
    top: 0;
    left: -6px;
}

.primary-nav ul li>ul li {
    display: block;
}

.primary-nav ul li>ul li>a .item_wrapper_text,
.primary-nav ul li>ul li>a>i {
    position: relative;
}

.primary-nav ul li>ul li>a .item_wrapper_text {
    padding: 0 0 4px;
}

.primary-nav ul li>ul li>a .item_wrapper_text .item_text {
    position: relative;
    z-index: 1;
}

.primary-nav ul li>ul li>a .item_wrapper_text .menu-item_dots {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0;
    height: 1px;
    background: currentColor;
    transition: width 0.4s;
}

.primary-nav ul li>ul li[class*=current]>a,
.primary-nav ul li>ul li:hover>a {
    color: var(--quere-primary-color);
}

.primary-nav ul li>ul li[class*=current]>a .item_wrapper_text .menu-item_dots,
.primary-nav ul li>ul li:hover>a .item_wrapper_text .menu-item_dots {
    width: 100%;
}

.primary-nav ul li>ul li:hover ul {
    top: -30px;
}

.primary-nav ul li>ul .menu-item {
    line-height: inherit;
}

.primary-nav ul li>ul .menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--quere-submenu-color);
    padding: 0 38px;
    overflow: hidden;
}

.primary-nav ul li:hover>ul,
.primary-nav ul li:hover>div.mega-menu-container {
    z-index: 556;
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.primary-nav ul li:hover>ul.mega-menu>ul.mega-menu,
.primary-nav ul li:hover>ul.mega-menu>li>ul.mega-menu,
.primary-nav ul li:hover>ul>ul.mega-menu,
.primary-nav ul li:hover>ul>li>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container.mega-menu>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container.mega-menu>li>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container>ul.mega-menu,
.primary-nav ul li:hover>div.mega-menu-container>li>ul.mega-menu {
    opacity: 1;
    visibility: visible;
}

.primary-nav ul li:hover>div.mega-menu-container {
    transform: translateY(0);
    transition: 0.3s ease-out, transform 0s;
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children>a>.menu-item__plus {
    padding-left: 0;
    line-height: 1;
    font-style: normal;
    margin: -8px 0 0 0;
}

.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children[class*=current]>a .item_wrapper_text .menu-item_dots,
.primary-nav ul li ul:not(.mega-menu) li.menu-item-has-children:hover>a .item_wrapper_text .menu-item_dots {
    opacity: 1;
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu {
    right: 0;
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu,
.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu .sub-menu {
    left: auto;
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu .sub-menu {
    right: 100%;
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu.wgl-mega-menu-position-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
}

.primary-nav>.menu>.menu-item:not(:first-child):last-child>.sub-menu.wgl-mega-menu-position-left-side {
    left: 0;
    right: auto;
    margin-left: -16px;
    margin-right: auto;
}

.primary-nav>.menu>.menu-item>.sub-menu.wgl-submenu-position-left,
.primary-nav>.menu>.menu-item>.sub-menu.wgl-mega-menu-position-left {
    left: auto !important;
    right: -16px !important;
}

.primary-nav>.menu>.menu-item>.sub-menu.wgl-submenu-position-right,
.primary-nav>.menu>.menu-item>.sub-menu.wgl-mega-menu-position-right {
    right: auto !important;
    left: -16px !important;
}

.primary-nav>.menu>.menu-item>.sub-menu.wgl-mega-menu.wgl-mega-menu-position-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
}

.primary-nav>.menu>.menu-item>.sub-menu.wgl-mega-menu.wgl-mega-menu-position-left-side {
    left: 0;
    right: auto;
    margin-left: 0;
    margin-right: auto;
}

.primary-nav ul.sub-menu.wgl-submenu-position-left {
    left: auto !important;
    right: 100% !important;
}

.primary-nav ul.sub-menu.wgl-submenu-position-right {
    right: auto !important;
    left: 100% !important;
}

.primary-nav ul li.mega-menu-e ul.sub-menu {
    display: none;
}

.primary-nav .submenu-label {
    background: linear-gradient(90deg, #f44e6b, #dc1a72);
    color: #ffffff;
    border-radius: 4px;
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
    min-width: 44px;
    display: inline-block;
    text-align: center;
    padding: 1px 6px 1px;
}

.admin-bar .wgl-sticky-header {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .wgl-sticky-header {
        top: 46px;
    }
}

.admin-bar .wgl-theme-header .woo_mini_cart {
    margin-top: 32px;
    max-height: calc(100% - 32px - 30px);
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav>ul {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block !important;
    background: transparent;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav>ul>li {
    margin-bottom: 10px;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    margin: 0 0 2px;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li .item_text {
    transition: -webkit-text-decoration 0.4s;
    transition: text-decoration 0.4s;
    transition: text-decoration 0.4s, -webkit-text-decoration 0.4s;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 0.4em;
    text-decoration-thickness: 0.05em;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li a {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li a .item_wrapper_text {
    padding: 0 0 5px;
    display: inline-block;
    line-height: inherit;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul>li {
    width: 100%;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li ul {
    position: relative;
    top: 0 !important;
    left: 0;
    right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    color: inherit;
    opacity: 1;
    visibility: visible;
    transition: 0s;
    white-space: initial;
    overflow: hidden;
    transform: none !important;
    min-width: initial;
    background-color: inherit;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li ul.sub-menu,
.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul,
.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    box-shadow: none;
    margin-top: 2px;
    border: none;
    width: 100%;
    transition: 0s;
    display: none;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li ul.sub-menu::after,
.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul::after,
.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul::after {
    display: none;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
    display: none;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li .menu-item_dots {
    display: none;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li>a>span {
    position: relative;
    display: inline-block;
    padding: 0 0 5px;
}

.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li:hover>a .item_text,
.elementor-widget-wgl-menu.menu_vertical .primary-nav ul li[class*=current]>a .item_text {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.primary-nav ul li.mega-menu-links>ul {
    padding: 0;
    box-sizing: border-box;
    width: 1170px;
    display: flex;
    flex-wrap: wrap;
}

.primary-nav ul li.mega-menu-links>ul>li {
    float: left;
    box-sizing: border-box;
    margin-top: 34px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize;
}

.primary-nav ul li.mega-menu-links>ul>li::after {
    content: unset;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 1px;
    height: calc(100% - 60px);
    background: unset;
}

.primary-nav ul li.mega-menu-links>ul>li:hover~li {
    z-index: 0;
}

.primary-nav ul li.mega-menu-links>ul>li.hide-mega-headings>a {
    display: none;
}

.primary-nav ul li.mega-menu-links>ul>li:hover>a .item_wrapper_text {
    background: none !important;
}

.primary-nav ul li.mega-menu-links>ul>li>a {
    position: relative;
    padding: 4px 15px 0;
}

.primary-nav ul li.mega-menu-links>ul>li>a .item_wrapper_text {
    padding-left: 0 !important;
    pointer-events: none;
}

.primary-nav ul li.mega-menu-links>ul>li>a .item_wrapper_text::before,
.primary-nav ul li.mega-menu-links>ul>li>a::after {
    display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li {
    width: 100%;
}

.primary-nav ul li.mega-menu-links.mega-columns-1col>ul>li::after {
    display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li {
    width: 50%;
}

.primary-nav ul li.mega-menu-links.mega-columns-2col>ul>li:nth-child(2n)::after {
    display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li {
    width: 33.333333%;
}

.primary-nav ul li.mega-menu-links.mega-columns-3col>ul>li:nth-child(3n)::after {
    display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li {
    width: 25%;
}

.primary-nav ul li.mega-menu-links.mega-columns-4col>ul>li:nth-child(4n)::after {
    display: none;
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li {
    width: 20%;
}

.primary-nav ul li.mega-menu-links.mega-columns-5col>ul>li:nth-child(5n)::after {
    display: none;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    position: relative;
    left: 0 !important;
    right: auto !important;
    padding-top: 6px;
    padding-bottom: 25px;
    top: 0;
    opacity: 0;
    min-width: auto;
    visibility: hidden;
    margin-top: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li {
    padding-left: 0;
    padding-right: 0;
    text-transform: none;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul {
    left: 100% !important;
    right: auto !important;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu .item_text {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
    margin-bottom: 10px;
    transition: 0.4s;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a {
    font-size: 18px;
}

.primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a:hover .item_text>img {
    transform: translateY(-10px);
}

body.home.blog>header:not(.header_overlap)+#main {
    border-top: 1px solid rgba(var(--quere-header-rgb), 0.1);
}

.wgl-sticky-header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.3s;
}

.wgl-sticky-header.sticky_active {
    pointer-events: auto;
    transform: translateY(0);
    opacity: 1;
}

.wgl-sticky-header.header_sticky_shadow {
    box-shadow: 1px 0 10px rgba(0, 0, 0, 0.1);
}

.wgl-mobile-header .wgl-header-row {
    display: flex;
    align-items: center;
}

.wgl-mobile-header .wgl-header-row_wrapper {
    height: var(--quere-header-mobile-height);
}

.wgl-mobile-header .header_search .wgl-search .header_search-close {
    transform: scale(0);
}

.wgl-mobile-header .header_search.header_search-open .wgl-search .header_search-close {
    transform: scale(1);
}

.wgl-mobile-header .primary-nav ul li.mega-menu>.sub-menu .item_text>img,
.wgl-mobile-header .primary-nav ul li.mega-menu-links>ul.mega-menu .item_text>img {
    display: none;
}

.wgl-mobile-header .primary-nav ul li.mega-menu>.sub-menu>.menu-item>a,
.wgl-mobile-header .primary-nav ul li.mega-menu-links>ul.mega-menu>.menu-item>a {
    font-size: inherit;
    font-weight: inherit;
}

main .elementor-widget-wrap,
header .elementor-widget-wrap {
    align-items: center;
}

main nav.submenu-disable .menu-item__plus,
main nav.submenu-disable .sub-menu,
main nav.submenu-disable .wgl-mega-menu,
header nav.submenu-disable .menu-item__plus,
header nav.submenu-disable .sub-menu,
header nav.submenu-disable .wgl-mega-menu {
    display: none;
}

body.single-header.elementor-editor-active .wgl-site-header,
body.single-header.elementor-editor-active .wgl-site-header .primary-nav {
    display: block;
}

.menu-item.dnone>a>.menu-item__plus,
.menu-item.dnone>a>.button_switcher,
.menu-item.dnone>.wgl-mega-menu,
.menu-item.dnone>ul {
    display: none !important;
}

.lavalamp .lavalamp-object {
    transition-property: transform, width, height, opacity;
}

.lavalamp .lavalamp-object.ease-in-out {
    transition-timing-function: ease-in-out;
}

.lavalamp .lavalamp-object.linear {
    transition-timing-function: linear;
}

.lavalamp .lavalamp-object.easeInQuad {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lavalamp .lavalamp-object.easeInCubic {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lavalamp .lavalamp-object.easeInQuart {
    transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.lavalamp .lavalamp-object.easeInQuint {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.lavalamp .lavalamp-object.easeInSine {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.lavalamp .lavalamp-object.easeInExpo {
    transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.lavalamp .lavalamp-object.easeInCirc {
    transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.lavalamp .lavalamp-object.easeInBack {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.lavalamp .lavalamp-object.easeOutQuad {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lavalamp .lavalamp-object.easeOutCubic {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lavalamp .lavalamp-object.easeOutQuart {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lavalamp .lavalamp-object.easeOutQuint {
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lavalamp .lavalamp-object.easeOutSine {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lavalamp .lavalamp-object.easeOutExpo {
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lavalamp .lavalamp-object.easeOutCirc {
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lavalamp .lavalamp-object.easeOutBack {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lavalamp .lavalamp-object.easeInOutQuad {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.lavalamp .lavalamp-object.easeInOutCubic {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuart {
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuint {
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.lavalamp .lavalamp-object.easeInOutSine {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.lavalamp .lavalamp-object.easeInOutExpo {
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.lavalamp .lavalamp-object.easeInOutCirc {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.lavalamp .lavalamp-object.easeInOutBack {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header_search {
    height: 100%;
}

.header_search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    transform-origin: center;
    cursor: pointer;
    transition: 0.3s;
    line-height: 0;
}

.header_search-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 0;
    cursor: pointer;
    opacity: 0;
    transform-origin: center;
    transition: 0.3s;
    transform: scale(0);
    font-size: 18px;
}

.header_search .header_search-button-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    transition: 0.3s;
    justify-content: center;
    position: relative;
}

.header_search .search-field:active::placeholder,
.header_search .search-field:focus::placeholder {
    opacity: 1 !important;
}

.header_search.search_alt .header_search-field .search-form,
.header_search.search_standard .header_search-field .search-form,
.header_search.search_standard_fw .header_search-field .search-form,
.header_search.search_simple .header_search-field .search-form,
.header_search.search_mobile_menu .header_search-field .search-form {
    position: relative;
    z-index: 1;
}

.header_search.search_alt .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_standard .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_standard_fw .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_simple .header_search-field .search-form .search-button:hover~.search__icon,
.header_search.search_mobile_menu .header_search-field .search-form .search-button:hover~.search__icon {
    color: var(--quere-secondary-color);
}

.header_search.search_alt .header_search-field .search-button,
.header_search.search_standard .header_search-field .search-button,
.header_search.search_standard_fw .header_search-field .search-button,
.header_search.search_simple .header_search-field .search-button,
.header_search.search_mobile_menu .header_search-field .search-button {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 27px;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    cursor: pointer;
    background: transparent;
}

.header_search.search_alt .header_search-field .search-button:focus,
.header_search.search_alt .header_search-field .search-button:active,
.header_search.search_standard .header_search-field .search-button:focus,
.header_search.search_standard .header_search-field .search-button:active,
.header_search.search_standard_fw .header_search-field .search-button:focus,
.header_search.search_standard_fw .header_search-field .search-button:active,
.header_search.search_simple .header_search-field .search-button:focus,
.header_search.search_simple .header_search-field .search-button:active,
.header_search.search_mobile_menu .header_search-field .search-button:focus,
.header_search.search_mobile_menu .header_search-field .search-button:active {
    box-shadow: none;
}

.header_search.search_alt .header_search-field .search__icon,
.header_search.search_alt .header_search-field .wc-block-product-search__button,
.header_search.search_standard .header_search-field .search__icon,
.header_search.search_standard .header_search-field .wc-block-product-search__button,
.header_search.search_standard_fw .header_search-field .search__icon,
.header_search.search_standard_fw .header_search-field .wc-block-product-search__button,
.header_search.search_simple .header_search-field .search__icon,
.header_search.search_simple .header_search-field .wc-block-product-search__button,
.header_search.search_mobile_menu .header_search-field .search__icon,
.header_search.search_mobile_menu .header_search-field .wc-block-product-search__button {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 40px;
    width: 20px;
    font-size: 20px;
    line-height: 44px;
    font-style: normal;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    pointer-events: none;
    border-radius: 0;
    color: var(--quere-primary-color);
}

.header_search.search_alt .header_search-field {
    opacity: 0;
    visibility: hidden;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 100001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: rgba(37, 37, 37, 0.85);
}

.header_search.search_alt .header_search-field .search-form {
    width: 80%;
    max-width: 1170px;
}

.header_search.search_alt .header_search-field .search-form .search__icon,
.header_search.search_alt .header_search-field .search-form .search-button {
    right: 5px;
    left: auto;
    color: #fff;
}

.header_search.search_alt .header_search-field .search-form .search__icon:hover~.search__icon,
.header_search.search_alt .header_search-field .search-form .search-button:hover~.search__icon {
    color: var(--quere-primary-color);
}

.header_search.search_alt .header_search-field .search-field {
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    padding: 0 50px 0 0;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.85);
}

.header_search.search_alt .header_search-field .header_search-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    max-width: 1170px;
    margin-bottom: 40px;
}

.header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    font-family: var(--quere-content-font-family);
}

@media (max-width: 480px) {
    .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_description {
        font-size: 30px;
    }
}

.header_search.search_alt .header_search-field .header_search-close {
    position: relative;
    color: #ffffff;
    margin: 0;
    margin-right: 4px;
}

.header_search.search_alt .header_search-field .header_search-close::before {
    transition: 0.4s;
    display: block;
}

.header_search.search_alt .header_search-field .header_search-close:hover::before {
    transform: rotate(90deg);
}

@media (max-width: 480px) {
    .header_search.search_alt .header_search-field .header_search-close {
        display: none;
    }
}

.header_search.search_standard {
    position: relative;
}

.header_search.search_standard .header_search-field {
    position: absolute;
    z-index: 2;
    top: calc(100% + 10px);
    right: -10px;
    padding: 20px 30px 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 0;
    box-shadow: 9px 11px 29px 0px rgba(0, 0, 0, 0.12);
}

.header_search.search_standard .header_search-field .search-field {
    width: 270px;
    margin-bottom: 0;
    padding-left: 35px;
    color: inherit;
}

.header_search.search_standard .header_search-field .header_search-close {
    display: none;
}

@media (max-width: 499px) {
    .header_search.search_standard .header_search-field {
        padding: 20px;
        right: 0;
    }
}

.header_search.search_standard_fw .header_search-field {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    transform: scale3d(1, 1, 1);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.header_search.search_standard_fw .header_search-field .search-form {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.header_search.search_standard_fw .header_search-field .search-field {
    width: inherit;
    max-width: inherit;
    margin: 0 auto;
    color: inherit;
    padding-left: 27px;
}

.header_search.search_standard_fw .header_search-field .header_search-close {
    right: 25px;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 0;
    color: var(--quere-tertiary-color);
    text-align: center;
    z-index: 2;
    background: transparent;
    display: none;
}

.header_search.search_standard_fw .header_search-field .header_search-close::before {
    z-index: 2;
    position: relative;
}

.header_search.search_standard_fw .header_search-field .header_search-close:hover {
    color: var(--quere-primary-color);
}

.header_search.search_simple {
    position: relative;
}

.header_search.search_simple .header_search-field {
    background: transparent;
}

.header_search.search_simple .header_search-field .search-field {
    width: 270px;
    margin-bottom: 0;
    padding: 0 10px 0 35px;
}

.header_search.header_search-open.search_standard .header_search-button,
.header_search.header_search-open.search_alt .header_search-button {
    opacity: 0;
    transform: scale(0);
}

.header_search.header_search-open.search_standard .header_search-close,
.header_search.header_search-open.search_alt .header_search-close {
    opacity: 1;
    transform: scale(1);
}

.header_search.header_search-open.search_standard .header_search-field,
.header_search.header_search-open.search_alt .header_search-field {
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
}

.header_search.header_search-open.search_standard .header_search-field {
    top: 100%;
}

.header_search.header_search-open.search_standard_fw .header_search-button {
    opacity: 0;
    transform: scale(0);
}

.header_search.header_search-open.search_standard_fw .header_search-field {
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
    transform: scale3d(1, 1, 1);
}

.header_search.header_search-open.search_standard_fw .header_search-field .header_search-close {
    opacity: 1;
    transform: scale(1);
}

.header_search.search_mobile_menu .header_search-field .search-form .search-field {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: inherit;
    padding-left: 32px;
}

.header_search.search_mobile_menu .header_search-field .search-form .search-field:-webkit-autofill,
.header_search.search_mobile_menu .header_search-field .search-form .search-field:-webkit-autofill:hover,
.header_search.search_mobile_menu .header_search-field .search-form .search-field:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--mobile-header-color);
}

.header_search.search_mobile_menu .header_search-field .search__icon {
    color: inherit;
}

.wgl-mobile-header .header_search-button,
.wgl-mobile-header .header_search-close {
    font-size: 24px;
    height: 40px;
    width: 40px;
    margin: -10px 0;
}

.wgl-mobile-header .header_search-close {
    font-size: 18px;
}

.wgl-mobile-header .header_search.search_standard {
    position: static;
}

.wgl-mobile-header .header_search.search_standard .header_search-field {
    top: 100%;
    max-width: calc(100vw - 30px);
}

.wgl-mobile-header .header_search.search_standard_fw .header_search-field {
    background-color: var(--mobile-header-bg-color, #000000);
}

.wgl-mobile-header .header_search.search_standard_fw .header_search-field .search-field {
    font-size: 14px;
    color: var(--mobile-header-color, #ffffff);
}

.wgl-mobile-header .header_search.search_standard_fw .header_search-field .header_search-close {
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 46px;
}

.elementor-widget.elementor-widget-wgl-header-search {
    position: initial;
}

.elementor-widget.elementor-widget-wgl-header-search.full-height-yes .header_search-close {
    transform: scale(0);
}

.elementor-widget.elementor-widget-wgl-header-search.full-height-yes .header_search-open .header_search-close {
    transform: scale(1);
}

.elementor-widget.elementor-widget-wgl-header-search .elementor-widget-container {
    height: 100%;
}

.v_align_middle .header_search-button-wrapper {
    align-items: center;
}

.v_align_bottom .header_search-button-wrapper {
    align-items: flex-end;
}

.elementor-widget-wgl-header-search.full-height-yes {
    height: 100%;
}

.elementor-widget-wgl-header-search.full-height-yes>.elementor-widget-container,
.elementor-widget-wgl-header-search.full-height-yes>.elementor-widget-container>.header_search {
    height: inherit;
}

.elementor-widget-wgl-header-search.full-height-yes>.elementor-widget-container .header_search-button-wrapper,
.elementor-widget-wgl-header-search.full-height-yes>.elementor-widget-container>.header_search .header_search-button-wrapper {
    align-items: center;
}

section.elementor-section-content-top .full-height-yes.elementor-widget-wgl-header-search .elementor-widget-container .header_search-button-wrapper {
    align-items: flex-start;
}

section.elementor-section-content-bottom .full-height-yes.elementor-widget-wgl-header-search .elementor-widget-container .header_search-button-wrapper {
    align-items: flex-end;
}

.wgl-search {
    align-items: center;
}

@media screen and (max-width: 479px) {
    .header_search-field {
        right: 0;
    }
}

@media only screen and (max-width: 440px) {
    .header_search.search_alt .header_search-wrap .header_search-heading_description {
        font-size: 30px;
    }
}

.wgl-mobile-header {
    background-color: var(--mobile-header-bg-color, #ffffff);
    color: var(--mobile-header-color, #000000);
    border-bottom: 1px solid var(--mobile-header-border-color, rgba(131, 131, 131, 0.2));
}

.hamburger-box {
    display: none;
    cursor: pointer;
}

.hamburger-box .hamburger-inner {
    width: 20px;
    line-height: 0;
}

.hamburger-box .hamburger-inner span {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 2px;
    vertical-align: top;
    background: currentColor;
}

.hamburger-box .hamburger-inner span+span {
    margin-top: 5px;
}

.header_area_container .hamburger-box {
    padding: 20px !important;
    margin: -20px;
}

body.mobile_switch_on .hamburger-inner span:nth-child(1) {
    animation: ease 0.7s 0.4s burger_top-1-45 forwards;
}

body.mobile_switch_on .hamburger-inner span:nth-child(2) {
    animation: ease 0.7s 0.4s burger_scaled-1 forwards;
}

body.mobile_switch_on .hamburger-inner span:nth-child(3) {
    animation: ease 0.7s 0.4s burger_bottom-1-135 forwards;
}

body.mobile_switch_off .hamburger-inner span:nth-child(1) {
    animation: ease 0.7s 0.4s burger_top-2-45 backwards;
}

body.mobile_switch_off .hamburger-inner span:nth-child(2) {
    animation: ease 0.7s 0.4s burger_scaled-2 backwards;
}

body.mobile_switch_off .hamburger-inner span:nth-child(3) {
    animation: ease 0.7s 0.4s burger_bottom-2-135 backwards;
}

body.mobile_switch_on .mobile_nav_wrapper .wgl-menu_overlay {
    opacity: 1;
    visibility: visible;
}

.mobile_nav_wrapper {
    position: relative;
    z-index: 2;
}

.mobile_nav_wrapper .wgl-menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
    z-index: 2;
}

.mobile_nav_wrapper .primary-nav {
    width: calc(100% + 13px);
}

.mobile_nav_wrapper .primary-nav ul li ul li>a .item_wrapper_text::before,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children::after,
.mobile_nav_wrapper .primary-nav ul li ul li.menu-item-has-children>a::after,
.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a::after,
.mobile_nav_wrapper .primary-nav ul li ul li>a::before,
.mobile_nav_wrapper .primary-nav>ul>li>a::after,
.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a::after,
.mobile_nav_wrapper .primary-nav>ul>li.mega-menu.mega-cat>a::after {
    display: none;
}

.mobile_nav_wrapper .primary-nav>ul>li {
    margin-bottom: 10px;
}

.mobile_nav_wrapper .primary-nav>ul>li[class*=current]>a .item_text,
.mobile_nav_wrapper .primary-nav ul>li[class*=current]>a .item_text {
    text-decoration: underline;
    text-underline-offset: 0.4em;
    text-decoration-thickness: 0.05em;
}

.mobile_nav_wrapper .primary-nav>ul>li>a .item_wrapper_text {
    padding-right: 0 !important;
    margin-left: 0 !important;
    padding: 0;
}

.mobile_nav_wrapper .primary-nav>ul li {
    position: static;
}

.mobile_nav_wrapper .primary-nav ul li a {
    position: relative;
    text-transform: capitalize;
}

.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-ancestor.current-menu-parent>a .item_wrapper_text,
.mobile_nav_wrapper .primary-nav ul li ul li.current-menu-item>a .item_wrapper_text,
.mobile_nav_wrapper .primary-nav ul li ul li.current_page_item>a .item_wrapper_text,
.mobile_nav_wrapper .primary-nav ul li ul li:hover>a .item_wrapper_text {
    color: inherit;
}

.mobile_nav_wrapper .primary-nav>ul>li.menu-item-has-children>a .item_text::before {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li div.wgl-e-container {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    margin: 0;
    min-width: auto;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    opacity: 1;
    visibility: visible;
    transition: 0s;
    white-space: initial;
    overflow: hidden;
    transform: none !important;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu .elementor-container,
.mobile_nav_wrapper .primary-nav ul li div.wgl-e-container .elementor-container {
    width: 100%;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu.mega-menu-container,
.mobile_nav_wrapper .primary-nav ul li div.wgl-e-container.mega-menu-container {
    padding: 0;
    width: 100% !important;
}

body.admin-bar .wgl-menu_outer {
    top: 32px;
    height: calc(100vh - 32px);
}

@media (max-width: 782px) {
    body.admin-bar .wgl-menu_outer {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

.wgl-menu_outer {
    position: fixed;
    z-index: 999;
    background-color: #113039;
    overflow: hidden;
    width: 400px;
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.45s ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}

.wgl-menu_outer.menu-position_right {
    right: 0;
    transform: translateX(100%);
}

.wgl-menu_outer.menu-position_right .wgl-menu-outer_header {
    right: auto;
    left: -35px;
}

.wgl-menu_outer .mobile-hamburger-close {
    position: relative;
    z-index: 999;
    border-radius: 5px;
    line-height: 0;
    background: var(--quere-primary-color);
    color: var(--quere-tertiary-color);
}

.wgl-menu_outer .wgl-menu-outer_header {
    position: absolute;
    top: 10px;
    right: -45px;
}

.wgl-menu_outer .wgl-menu-outer_header .hamburger-box {
    padding: 12px 10px;
}

.wgl-menu_outer .wgl-menu_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.wgl-menu_outer .wgl-menu-outer_content {
    position: absolute;
    padding: 30px;
    width: 100%;
    bottom: 17px;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.wgl-menu_outer .wgl-menu-outer_content::-webkit-scrollbar {
    display: none;
}

body.mobile_switch_on {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.mobile_switch_on .wgl-menu_outer {
    transform: translateX(0%);
    overflow: visible;
}

.mobile_nav_wrapper .wgl-menu-outer_content>* {
    margin-top: 20px;
}

.mobile_nav_wrapper .wgl-menu-outer_content>*:first-child {
    margin-top: 0;
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 30px 0 0;
    padding: 0;
    text-align: left;
    display: block !important;
}

.mobile_nav_wrapper .primary-nav>ul.mobile_switch_on>li>ul {
    margin-bottom: -5px;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li {
    display: block;
    float: none;
    height: auto;
    padding: 0;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li div.mega-menu-container {
    display: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li::before {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu {
    min-height: inherit !important;
    padding-right: 0 !important;
    padding-left: 15px !important;
    max-width: none !important;
    background-image: none !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li {
    width: 100%;
    margin-top: 0;
    font-weight: inherit !important;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li.hide-mega-headings a {
    display: block;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul.show_sub_menu {
    visibility: visible;
    opacity: 1;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li ul li::after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li.mega-menu-links>.mega-menu.sub-menu li::after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a {
    padding: 5px 0;
    margin: 0;
    background: transparent;
    color: inherit;
    flex-direction: row !important;
    opacity: 1 !important;
    text-decoration: unset;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .item_wrapper_text {
    display: inline;
    border: unset;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .item_wrapper_text::before,
.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .item_wrapper_text.menu-item_plus {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li a .menu-item_dots {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul.mobile_switch_on li ul li a {
    padding: 2px 0;
}

.mobile_nav_wrapper .primary-nav ul li ul li {
    border-bottom: 0 !important;
    margin: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul li:hover>a {
    background: transparent;
    color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul li>a::after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul li>a .item_wrapper_text {
    padding: 0;
    background: none !important;
}

.mobile_nav_wrapper .primary-nav ul li ul li>a .item_wrapper_text .item_text {
    padding: 0;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li>a::before {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul>li:hover>a .item_wrapper_text {
    color: inherit;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li div.sub-menu,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    box-shadow: none;
    margin-top: 0;
    font-weight: inherit;
    border: none;
    width: 100%;
    transition: 0s;
    background-color: rgb(34, 35, 40);
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu::after,
.mobile_nav_wrapper .primary-nav ul li div.sub-menu::after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul::after,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul::after {
    display: none;
}

.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    padding-top: 0;
    padding-bottom: 0;
}

.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:hover,
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu li:focus {
    padding-left: 0;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher {
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
    background: transparent;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher::before {
    content: "";
    display: inline-block;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    transform: translate(-50%, -50%) rotate(135deg);
    opacity: 0.8;
    transition: 0.3s ease;
    background: none !important;
    position: absolute;
    top: 50%;
    right: 10px;
    left: unset;
    margin: auto;
    width: 8px;
    height: 8px;
    visibility: visible;
    margin-top: 0;
    border-radius: 0;
    color: inherit;
    margin-left: 0 !important;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher::after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    opacity: 0.05;
    background-color: transparent;
    transition: 0.2s;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:hover::after,
.mobile_nav_wrapper .primary-nav .menu-item .button_switcher:focus::after {
    opacity: 0.02;
}

.mobile_nav_wrapper .primary-nav .menu-item .button_switcher.is-active::before {
    transform: translate(-50%, -50%) rotate(225deg);
}

.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav .button_switcher_vertical {
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 5px);
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
    background: transparent;
}

.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav .button_switcher_vertical::before {
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "\f129";
    font-family: "Flaticon";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(270deg);
    z-index: 1;
    font-size: 11px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-style: normal;
    font-weight: normal;
    color: rgba(var(--quere-tertiary-rgb), 0.2);
    transform-origin: center;
    perspective-origin: center;
    transition: 0.4s;
}

.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav .button_switcher_vertical::after {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 70%;
    opacity: 0.05;
    background-color: transparent;
    transition: 0.2s;
}

.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav .button_switcher_vertical:hover::after,
.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav .button_switcher_vertical:focus::after {
    opacity: 0.02;
}

.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav .button_switcher_vertical.is-active::before {
    transform: rotate(360deg);
    color: var(--quere-primary-color);
}

.menu_vertical.elementor-widget-wgl-menu.menu_expand .primary-nav li:hover>a .button_switcher_vertical::before {
    color: var(--quere-primary-color);
}

.menu_vertical.elementor-widget-wgl-menu .primary-nav .button_switcher_vertical {
    width: 50px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin-right: 0;
}

.menu_vertical.elementor-widget-wgl-menu .primary-nav .button_switcher_vertical::before {
    background: none !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "\f129";
    font-family: "Flaticon";
    display: inline-block;
    vertical-align: middle;
    transform: rotate(0deg);
    z-index: 1;
    font-size: 11px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-style: normal;
    font-weight: normal;
    color: var(--quere-primary-color);
    transform-origin: center;
    perspective-origin: center;
    transition: 0.4s;
}

.menu_vertical.elementor-widget-wgl-menu .primary-nav .button_switcher_vertical.is-active::before {
    transform: rotate(90deg);
    color: var(--quere-primary-color);
}

.menu_vertical.elementor-widget-wgl-menu .primary-nav li:hover>a .button_switcher_vertical::before {
    color: var(--quere-primary-color);
}

.mobile_nav_wrapper .search_mobile_menu .header_search-field {
    background: unset;
    color: inherit;
}

.wgl-mobile-header .mini-cart {
    position: static;
}

.wgl-mobile-header .mini-cart .woo_mini-count span {
    background-color: var(--quere-tertiary-color);
    color: var(--quere-primary-color);
}

.wgl-mobile-header .socials-wrapper {
    display: flex;
}

.wgl-mobile-header .socials-wrapper .wgl-social i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_right] .header_area_container>* {
    margin-left: 15px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_right] .header_area_container>*:first-child {
    margin-left: 0;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_left] .header_area_container>* {
    margin-right: 15px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_left] .header_area_container>*:last-child {
    margin-right: 0;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container>* {
    margin-left: 15px;
    margin-right: 15px;
}

.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container>*:last-child,
.wgl-mobile-header .wgl-header-row .header_side[class^=position_center] .header_area_container>*:first-child {
    margin-right: 0;
    margin-left: 0;
}

@media (max-width: 1200px) {
    .wgl-theme-header .wgl-sticky-header {
        display: none;
    }
}

@media (max-width: 782px) {
    body.admin-bar .wgl-menu_outer {
        top: 46px;
        height: calc(100vh - 46px);
    }
}

@media (max-width: 450px) {
    .wgl-menu_outer {
        width: calc(100% - 50px);
    }
}

@media (max-width: 360px) {
    .wgl-mobile-header .woo_mini_cart {
        width: calc(100vw - 40px);
    }
}

@keyframes burger_top-1-45 {
    0% {
        top: 0;
        transform: rotate(0);
    }

    50% {
        top: 7px;
        transform: rotate(0);
    }

    100% {
        top: 7px;
        transform: rotate(45deg);
    }
}

@keyframes burger_top-2-45 {
    0% {
        top: 7px;
        transform: rotate(45deg);
    }

    50% {
        top: 7px;
        transform: rotate(0);
    }

    100% {
        top: 0;
        transform: rotate(0);
    }
}

@keyframes burger_bottom-1-135 {
    0% {
        bottom: 0;
        transform: rotate(0);
    }

    50% {
        bottom: 7px;
        transform: rotate(0);
    }

    100% {
        bottom: 7px;
        transform: rotate(135deg);
    }
}

@keyframes burger_bottom-2-135 {
    0% {
        bottom: 7px;
        transform: rotate(135deg);
    }

    50% {
        bottom: 7px;
        transform: rotate(0);
    }

    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes burger_scaled-1 {
    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes burger_scaled-2 {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.page-header {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 10px 0;
    overflow: hidden;
}

.page-header_wrapper {
    height: inherit;
    width: 100%;
}

.page-header_wrapper .wgl-container {
    height: 100%;
}

.page-header .page-header_content {
    height: 100%;
    position: relative;
    z-index: 1;
}

.page-header_align_left {
    justify-content: flex-start;
}

.page-header_align_left .page-header_content {
    align-items: flex-start;
    text-align: left;
}

.page-header_align_center {
    justify-content: center;
}

.page-header_align_center .page-header_content {
    align-items: center;
    text-align: center;
}

.page-header_align_right {
    justify-content: flex-end;
}

.page-header_align_right .page-header_content {
    align-items: flex-end;
    text-align: right;
}

.page-header.breadcrumbs_align_left .page-header_breadcrumbs {
    align-self: flex-start;
    text-align: left;
}

.page-header.breadcrumbs_align_center .page-header_breadcrumbs {
    align-self: center;
    text-align: center;
}

.page-header.breadcrumbs_align_right .page-header_breadcrumbs {
    align-self: flex-end;
    text-align: right;
}

.page-header.breadcrumbs_inline .page-header_content {
    flex-direction: row;
    align-items: center;
    display: flex;
}

.page-header.breadcrumbs_inline .page-header_content .page-header_title {
    padding: 0;
}

@media (max-width: 767px) {
    .page-header.breadcrumbs_inline .page-header_content {
        flex-direction: column;
    }

    .page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
        text-align: center;
    }

    .page-header.breadcrumbs_inline .page-header_content .page-header_title {
        text-align: center;
        padding-bottom: 15px;
    }
}

.page-header.breadcrumbs_inline .page-header_content .page-header_breadcrumbs {
    align-self: auto;
}

.page-header.breadcrumbs_inline .page-header_content .breadcrumbs {
    margin: 0;
}

.page-header.breadcrumbs_inline.page-header_align_left .page-header_content {
    justify-content: space-between;
}

.page-header.breadcrumbs_inline.page-header_align_right .page-header_content {
    justify-content: space-between;
    flex-direction: row-reverse;
}

.page-header.breadcrumbs_inline.page-header_align_center .page-header_breadcrumbs {
    margin-left: 20px;
}

.page-header_title {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: inherit;
}

.page-header_breadcrumbs+.page-header_title {
    padding-top: 14px;
}

.page-header_breadcrumbs .breadcrumbs {
    white-space: nowrap;
    font-weight: 600;
    margin-top: 30px;
    font-family: var(--quere-additional-font-family);
    font-style: italic;
}

.page-header_breadcrumbs .breadcrumbs .current {
    cursor: default;
    transition: 0.4s;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.06em;
}

.page-header_breadcrumbs .breadcrumbs>a {
    color: inherit;
    opacity: 1;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.06em;
}

.page-header_breadcrumbs .breadcrumbs>a:hover {
    color: inherit;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.page-header_breadcrumbs .divider:not(:last-child) {
    color: inherit;
    margin: 0 10px;
}

.page-header_breadcrumbs .divider:not(:last-child)::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    font-family: flaticon;
    font-weight: normal;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

.page-header_wrapper_product .page-header_breadcrumbs {
    margin-top: 23px;
}

@keyframes pagetitle_dot {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

body .title-wrapper~.select2-container,
body .title-wrapper~form .select2-container {
    margin-top: -11px;
}

body .select2-container,
body .ui-widget.ui-datepicker {
    z-index: 999 !important;
}

body .select2-container {
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: unset;
    color: var(--quere-header-font-color);
    margin-top: 0;
    margin-bottom: 4px;
}

body .select2-container ul li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}

body .select2-container--default .select2-search--inline .select2-search__field {
    line-height: 30px;
    height: 30px;
    max-width: 100%;
    margin: 0;
    box-shadow: unset !important;
    text-transform: none;
}

body .select2-container--default .select2-search--dropdown {
    padding: 0 10px;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    padding: 10px 0;
    height: 42px;
    border: unset;
    transition: all 0.3s;
    border-width: 0 0 1px 0 !important;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
}

body .select2-container--default .select2-selection--single {
    padding: 6px 0 4px 0;
    background-color: transparent;
    border-radius: unset;
    font-weight: 400;
    border-width: 0 0 1px 0 !important;
    border-style: solid;
    border-color: var(--quere-secondary-color);
    margin: 0;
    height: 42px;
    text-align: left;
    transition: all 0.3s;
}

body .select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
    font-weight: normal;
    font-size: 16px;
}

body .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    padding-left: 0;
    color: var(--quere-header-font-color);
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 0;
    height: 42px;
    width: 20px;
    background-image: var(--quere-bg-caret);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 100% center;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

body .select2-container--default .select2-selection--multiple {
    font-size: 0;
    padding: 6px 0 5px;
    background-color: transparent;
    border-radius: unset;
    border-width: 0 0 1px 0 !important;
    border-style: solid !important;
    border-color: rgba(0, 0, 0, 0.5);
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-width: 100%;
    padding: 0;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding-left: 0;
    padding-right: 0;
    margin: 0 !important;
    max-width: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--quere-header-font-color);
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    background: unset;
    padding-left: 7px;
    border: unset;
    margin-right: 5px;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice__remove {
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    color: #b7b7b7;
    transition: color 0.4s;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice__remove:hover {
    color: var(--quere-header-font-color);
}

body .select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-bottom: 1px solid var(--quere-header-font-color);
    background-color: transparent;
}

body .select2-container--default.select2-container--below.select2-container--open .select2-selection--single {
    border-bottom: 1px solid var(--quere-header-font-color);
    background-color: transparent;
}

body .select2-container--default.select2-container--above.select2-container--open .select2-selection--multiple {
    border-bottom: 1px solid var(--quere-header-font-color);
    background-color: transparent;
}

body .select2-container--default .select2-results__option {
    padding-left: 10px;
    line-height: 24px;
}

body .select2-container--default .select2-results__option[aria-selected=true],
body .select2-container--default .select2-results__option[data-selected=true] {
    background-color: rgba(var(--quere-header-rgb), 0.2);
    color: var(--quere-header-font-color);
}

body .select2-container--default .select2-results__option--highlighted[aria-selected=true],
body .select2-container--default .select2-results__option--highlighted[data-selected=true] {
    background: rgba(var(--quere-header-rgb), 0.1);
    font-weight: 700;
}

body .select2-results {
    font-size: 14px;
}

body .select2-dropdown {
    color: var(--quere-header-font-color);
    background-color: var(--quere-tertiary-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: none;
}

body .select2-dropdown.select2-dropdown--below {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-top: none;
}

body .select2-dropdown.select2-dropdown--above {
    border: 1px solid rgba(0, 0, 0, 0.5);
}

body.admin-bar>.select2-container {
    margin-top: -32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar>.select2-container {
        margin-top: -46px;
    }
}

.woocommerce form .form-row .select2-container {
    margin: 0;
}

span.highlighter {
    padding: 3px 0.2em;
}

span.highlighter.primary {
    color: var(--quere-tertiary-color);
    background: var(--quere-primary-color);
}

span.highlighter.secondary {
    background: var(--quere-secondary-color);
}

span.highlighter.header {
    color: var(--quere-tertiary-color);
    background: var(--quere-header-font-color);
}

blockquote {
    position: relative;
    z-index: 1;
    margin: 20px 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
    min-height: 70px;
    color: var(--quere-header-font-color);
    padding-left: 42px;
    padding-bottom: 34px;
    border-bottom: 1px solid var(--quere-header-font-color);
}

blockquote::before {
    content: "\f11f";
    font-family: flaticon;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    display: block;
    position: absolute;
    z-index: 1;
    left: -2px;
    top: 0;
    color: var(--quere-header-font-color);
    text-align: center;
}

blockquote cite {
    display: block;
    position: relative;
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.3;
    font-style: normal;
    color: var(--quere-header-font-color);
    font-weight: 600;
}

blockquote cite a {
    color: inherit;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

blockquote p[style*="text-align: left"]+footer {
    text-align: left;
}

blockquote p[style*="text-align: center"]+footer {
    text-align: center;
}

blockquote p[style*="text-align: right"]+footer {
    text-align: right;
}

.dropcap {
    position: relative;
    z-index: 1;
    float: left;
    width: 1.5em;
    height: 1.5em;
    margin-top: 0.3em;
    margin-right: 0.5em;
    font-size: 1.75em;
    line-height: 1.5em;
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    border-radius: 0;
}

.dropcap:not(.alt) {
    border: 1px solid;
    line-height: calc(1.5em - 2px);
}

.dropcap.primary {
    color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.dropcap.primary.alt {
    color: var(--quere-tertiary-color);
    background: var(--quere-primary-color);
}

.dropcap.secondary {
    border-color: var(--quere-secondary-color);
    color: var(--quere-secondary-color);
}

.dropcap.secondary.alt {
    color: var(--quere-tertiary-color);
    background: var(--quere-secondary-color);
}

.dropcap.rounded {
    border-radius: 50%;
}

.dropcap.simple {
    font-size: 2.25em;
    border: unset;
    background: unset;
    width: unset;
    height: unset;
    line-height: 1;
}

.elementor-drop-cap {
    margin-top: 0.11em;
    font-weight: 700;
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 3em;
    line-height: 1.2;
    font-weight: 600;
}

small {
    font-size: 0.8em;
}

code,
tt,
kbd {
    font-size: 87.5%;
    word-break: break-word;
}

i,
cite,
em,
var,
address,
dfn,
q {
    font-style: italic;
}

kbd {
    font-family: monospace;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

#scroll_up {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    top: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    transform: translate(-30px, 5px);
    white-space: nowrap;
    padding: 0;
    color: var(--quere-back-to-top-color);
    background-color: var(--quere-back-to-top-color-bg);
    border: 1px solid var(--quere-back-to-top-color-border);
}

#scroll_up.scroll_up-text {
    font-family: var(--quere-content-font-family);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.05em;
    right: 0;
    bottom: 35px;
    writing-mode: vertical-rl;
    transform: rotate(180deg) translate3D(-17px, -105%, 0);
    transform-origin: 0 0;
    padding: 20px 15px;
    border: unset;
}

#scroll_up.scroll_up-text::after {
    content: "\f101";
    font-family: "flaticon";
    z-index: 1;
    display: inline-block;
    transform: translateY(0) rotate(90deg);
    color: currentColor;
    transition: 0.4s;
    font-size: 24px;
    line-height: 0;
    font-weight: normal;
    margin-top: 15px;
}

#scroll_up.scroll_up-text:hover::after {
    transform: translateY(8px) rotate(90deg);
}

#scroll_up.scroll_up-icon {
    width: 46px;
    height: 46px;
    font-size: 24px;
    font-weight: 400;
    border-radius: 46px;
    transition: 0.4s, -webkit-clip-path 0s;
    transition: 0.4s, clip-path 0s;
    transition: 0.4s, clip-path 0s, -webkit-clip-path 0s;
    transform: translate(-21px, 5px);
}

@media (max-width: 767px) {
    #scroll_up.scroll_up-icon {
        transform: translate(-20px, 5px);
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

#scroll_up.scroll_up-icon .flaticon {
    transform: rotate(-90deg);
    top: calc(50% - 4px);
    pointer-events: none;
    overflow: hidden;
    height: 1em;
}

#scroll_up.scroll_up-icon:hover {
    color: var(--quere-back-to-top-color-bg);
    background-color: var(--quere-back-to-top-color);
}

#scroll_up.active {
    opacity: 1;
}

#scroll_up.active.scroll_up-icon {
    transform: translate(-21px, -69px);
}

@media (max-width: 767px) {
    #scroll_up.active.scroll_up-icon {
        transform: translate(-20px, -60px);
    }
}

#scroll_up.active.scroll_up-text {
    transform: rotate(180deg) translate3D(-17px, 25px, 0);
}

.blog-post-single-item.blog-post.format-quote::before,
.blog-post-single-item.blog-post.format-link::before {
    display: none !important;
}

.blog-style-standard.hover-animation .blog-post {
    padding-top: 25px;
}

.blog-style-standard.hover-animation .blog-post:hover .blog-post_wrapper {
    transform: translateY(-25px);
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info {
    position: absolute;
    z-index: 12;
    left: 0;
    bottom: -25px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.45s;
}

.blog-style-standard .blog-post_wrapper .blog-post_meta_info .meta-data {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.blog-style-standard .blog-post_wrapper>.blog-post_meta_info {
    position: relative;
    bottom: unset;
}

.blog-style-standard .blog-post_wrapper>.blog-post_meta_info:not(:empty) {
    margin-bottom: 3px;
}

.blog-style-standard .wgl_col-12 .blog-post {
    margin-bottom: 72px;
}

.blog-style-standard .wgl_col-12 .blog-post.format-no_featured {
    margin-top: -5px;
}

.blog-style-standard .wgl_col-12 .blog-post.format-no_featured .post_categories {
    margin-left: -40px;
}

@media (max-width: 767px) {
    .blog-style-standard .wgl_col-12 .blog-post.format-no_featured .post_categories {
        margin-left: -20px;
    }
}

.blog-style-standard .wgl_col-12:not(.swiper-slide):last-child .blog-post {
    margin-bottom: 45px;
}

.blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part {
    padding-bottom: 56%;
}

.blog-style-standard .wgl_col-12 .format-video.blog-post .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0;
}

.blog-style-standard .wgl_col-6 .blog-post,
.blog-style-standard .wgl_col-4 .blog-post,
.blog-style-standard .wgl_col-3 .blog-post {
    margin-bottom: 50px;
}

.blog-style-standard .wgl_col-6 .blog-post.hide_media .blog-post_content,
.blog-style-standard .wgl_col-4 .blog-post.hide_media .blog-post_content,
.blog-style-standard .wgl_col-3 .blog-post.hide_media .blog-post_content {
    padding: 21px 30px 30px;
}

@media (max-width: 767px) {

    .blog-style-standard .wgl_col-6 .blog-post.hide_media .blog-post_content,
    .blog-style-standard .wgl_col-4 .blog-post.hide_media .blog-post_content,
    .blog-style-standard .wgl_col-3 .blog-post.hide_media .blog-post_content {
        padding: 20px;
    }
}

.blog-style-standard .wgl_col-6 .blog-post .post_meta-wrap,
.blog-style-standard .wgl_col-4 .blog-post .post_meta-wrap,
.blog-style-standard .wgl_col-3 .blog-post .post_meta-wrap {
    margin-top: 21px;
}

.blog-style-standard .wgl_col-6> :not(.format-no_featured) .blog-post .blog-post_content,
.blog-style-standard .wgl_col-4> :not(.format-no_featured) .blog-post .blog-post_content,
.blog-style-standard .wgl_col-3> :not(.format-no_featured) .blog-post .blog-post_content {
    padding-top: 21px;
    padding-bottom: 20px;
}

.blog-style-standard .wgl_col-6 .blog-post_title,
.blog-style-standard .wgl_col-4 .blog-post_title,
.blog-style-standard .wgl_col-3 .blog-post_title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 6px;
}

@media (max-width: 767px) {

    .blog-style-standard .wgl_col-6 .blog-post_title,
    .blog-style-standard .wgl_col-4 .blog-post_title,
    .blog-style-standard .wgl_col-3 .blog-post_title {
        font-size: 20px;
    }
}

.blog-style-standard .wgl_col-6 .blog-post_title>a,
.blog-style-standard .wgl_col-4 .blog-post_title>a,
.blog-style-standard .wgl_col-3 .blog-post_title>a {
    display: block;
    font: inherit;
    line-height: inherit;
}

.blog-style-standard .wgl_col-6 .blog-post_footer,
.blog-style-standard .wgl_col-4 .blog-post_footer,
.blog-style-standard .wgl_col-3 .blog-post_footer {
    margin-top: 8px;
}

.blog-style-standard .wgl_col-6 .format-quote .blog-post_quote-text,
.blog-style-standard .wgl_col-4 .format-quote .blog-post_quote-text,
.blog-style-standard .wgl_col-3 .format-quote .blog-post_quote-text {
    font-size: 20px;
}

.blog-style-standard .wgl_col-6 .format-quote .blog-post_media,
.blog-style-standard .wgl_col-4 .format-quote .blog-post_media,
.blog-style-standard .wgl_col-3 .format-quote .blog-post_media {
    margin-bottom: 22px;
}

.blog-style-standard .wgl_col-6 .format-quote .blog-post_media_part,
.blog-style-standard .wgl_col-4 .format-quote .blog-post_media_part,
.blog-style-standard .wgl_col-3 .format-quote .blog-post_media_part {
    padding-bottom: 24px;
}

.blog-style-standard .wgl_col-6 .format-link .blog-post_link .link_post,
.blog-style-standard .wgl_col-4 .format-link .blog-post_link .link_post,
.blog-style-standard .wgl_col-3 .format-link .blog-post_link .link_post {
    font-size: 20px;
}

.blog-style-standard .wgl_col-6 .format-link .blog-post_link .link_post::before,
.blog-style-standard .wgl_col-4 .format-link .blog-post_link .link_post::before,
.blog-style-standard .wgl_col-3 .format-link .blog-post_link .link_post::before {
    font-size: 32px;
}

.blog-style-standard .wgl_col-6 .format-link .blog-post_media,
.blog-style-standard .wgl_col-4 .format-link .blog-post_media,
.blog-style-standard .wgl_col-3 .format-link .blog-post_media {
    margin-bottom: 22px;
}

.blog-style-standard .wgl_col-6 .format-link .blog-post_media_part,
.blog-style-standard .wgl_col-4 .format-link .blog-post_media_part,
.blog-style-standard .wgl_col-3 .format-link .blog-post_media_part {
    padding-bottom: 20px;
}

.blog-style-standard .wgl_col-6 .format-gallery .blog-post_media .wgl-navigation_wrapper .elementor-swiper-button-next,
.blog-style-standard .wgl_col-6 .format-gallery .blog-post_media .wgl-navigation_wrapper .elementor-swiper-button-prev,
.blog-style-standard .wgl_col-4 .format-gallery .blog-post_media .wgl-navigation_wrapper .elementor-swiper-button-next,
.blog-style-standard .wgl_col-4 .format-gallery .blog-post_media .wgl-navigation_wrapper .elementor-swiper-button-prev,
.blog-style-standard .wgl_col-3 .format-gallery .blog-post_media .wgl-navigation_wrapper .elementor-swiper-button-next,
.blog-style-standard .wgl_col-3 .format-gallery .blog-post_media .wgl-navigation_wrapper .elementor-swiper-button-prev {
    --wgl-swiper-button-diameter: 42px;
    transform: translate(0, 0);
}

.blog-style-standard .wgl_col-6 .elementor-swiper-button-prev,
.blog-style-standard .wgl_col-6 .elementor-swiper-button-next,
.blog-style-standard .wgl_col-4 .elementor-swiper-button-prev,
.blog-style-standard .wgl_col-4 .elementor-swiper-button-next,
.blog-style-standard .wgl_col-3 .elementor-swiper-button-prev,
.blog-style-standard .wgl_col-3 .elementor-swiper-button-next {
    --wgl-swiper-button-diameter: 42px;
}

.blog-style-standard .blog-post {
    transition: 0.4s;
    border-radius: 0;
}

.blog-style-standard .blog-post .blog-post_wrapper {
    position: relative;
    z-index: 1;
}

.blog-style-standard .blog-post .post_meta-wrap {
    margin-top: 26px;
}

.blog-style-standard .blog-post.hide_media .blog-post_content {
    padding: 33px 40px 50px;
}

@media (max-width: 767px) {
    .blog-style-standard .blog-post.hide_media .blog-post_content {
        padding: 20px;
    }
}

.blog-style-standard .blog-post.hide_media .blog-post_content .post_meta-wrap {
    margin-top: 0;
}

.blog-style-standard .blog-post.hide_media .blog-post_content .post_categories+.post_meta-wrap {
    margin-top: 21px;
}

.blog-style-standard .blog-post blockquote cite {
    padding-left: 0;
    text-align: inherit;
}

.blog-style-standard .blog-post::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.blog-style-standard .blog-post.format-no_featured {
    background-color: var(--quere-quaternary-color);
}

.blog-style-standard.blog_carousel .swiper-slide {
    margin-bottom: 0;
}

.blog-style-standard.blog_carousel .swiper-slide.swiper-slide {
    margin-bottom: 0;
}

.blog-style-standard .blog-post_text {
    font-size: 16px;
    margin-top: 10px;
}

.blog-style-standard .blog-post_text blockquote {
    margin-bottom: 20px;
}

.blog-style-standard .blog-post_text .wp-block-pullquote:not(.has-background) {
    padding: 15px 0;
}

.blog-style-standard .blog-post_text .wp-block-pullquote:not(.has-background) blockquote {
    margin-bottom: 0;
}

.blog-style-standard .blog-post_text .wp-block-pullquote:not(.has-background).is-style-solid-color blockquote p:first-of-type {
    margin-top: -0.225em;
}

.blog-style-standard .blog-post_text .wp-block-archives-list,
.blog-style-standard .blog-post_text .wp-block-latest-posts {
    list-style: none;
}

.blog-style-standard .blog-post_text .wp-block-categories-list .children li {
    padding-left: 0;
}

.blog-style-standard .blog-post_text .more-link {
    display: none;
}

.blog-style-standard .blog-post_text .wp-block-search {
    margin-bottom: 20px;
}

.blog-style-standard .blog-post_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

@media (max-width: 767px) {
    .blog-style-standard .blog-post_footer {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 16px;
        gap: 10px;
    }

    .blog-style-standard .blog-post_footer .read-more-wrap {
        width: 100%;
        flex: unset;
    }
}

.blog-style-standard .blog-post_footer .post_meta-wrap {
    margin-top: 0;
}

.blog-style-standard .blog-post_footer .post_meta-wrap:empty {
    display: none;
}

.blog-style-standard .blog-post_footer .meta-data {
    font-size: 15px;
}

.blog-style-standard .blog-post_footer .meta-data>*:not(:last-child) {
    margin-right: 18px;
}

.blog-style-standard.acenter .meta-data {
    justify-content: center;
}

.blog-style-standard.aright .meta-data {
    justify-content: flex-end;
}

.blog-post {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.blog-post .blog-post_media {
    position: relative;
    z-index: 1;
}

.blog-post .blog-post_media .post_date {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

.blog-post .blog-post_media .blog-post_media_part {
    position: relative;
    line-height: 0;
    border-radius: 0;
    transition: 0.4s;
}

.blog-post .blog-post_media .blog-post_media_part img {
    border-radius: inherit;
}

.blog-post.format-gallery .blog-post_media .blog-post_media_part {
    overflow: hidden;
}

.blog-post.format-gallery .blog-post_media .wgl-carousel .swiper-slide:not(:only-child) {
    cursor: e-resize;
}

.blog-post.format-gallery .blog-post_media .wgl-navigation_wrapper {
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin: 0 40px;
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button-next,
.blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev {
    --wgl-swiper-button-diameter: 54px;
    background-color: transparent;
    color: var(--quere-tertiary-color);
    border-color: var(--quere-tertiary-color);
    font-size: 22px;
    border-radius: 50%;
}

@media (max-width: 767px) {

    .blog-post.format-gallery .blog-post_media .elementor-swiper-button-next,
    .blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev {
        --wgl-swiper-button-diameter: 40px;
        font-size: 18px;
    }
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button-next:hover,
.blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev:hover {
    background-color: var(--quere-tertiary-color);
    color: var(--quere-primary-color);
    border-color: var(--quere-tertiary-color);
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button-next.swiper-button-disabled,
.blog-post.format-gallery .blog-post_media .elementor-swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
}

.blog-post.format-gallery .blog-post_media .elementor-swiper-button .title {
    display: block;
}

.blog-post.standard .blog-post_media,
.blog-post.format-standard .blog-post_media {
    margin-bottom: 12px;
}

.blog-post.format-standard-image .blog-post_content>.share_post-container,
.blog-post.format-image .blog-post_content>.share_post-container,
.blog-post.format-gallery .blog-post_content>.share_post-container,
.blog-post.format-video .blog-post_content>.share_post-container {
    top: -26px;
}

.blog-post.format-standard-image .blog-post_content>.share_post-container>a::after,
.blog-post.format-image .blog-post_content>.share_post-container>a::after,
.blog-post.format-gallery .blog-post_content>.share_post-container>a::after,
.blog-post.format-video .blog-post_content>.share_post-container>a::after {
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(44deg);
}

.blog-post.format-standard-image .blog-post_content>.share_post-container:hover>a::after,
.blog-post.format-image .blog-post_content>.share_post-container:hover>a::after,
.blog-post.format-gallery .blog-post_content>.share_post-container:hover>a::after,
.blog-post.format-video .blog-post_content>.share_post-container:hover>a::after {
    transform: rotate(44deg) scale(0.2);
}

.blog-post.format-standard-image .blog-post_media,
.blog-post.format-image .blog-post_media {
    position: relative;
    z-index: 1;
}

.blog-post.format-standard-image .blog-post_media .image-overlay,
.blog-post.format-image .blog-post_media .image-overlay {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: inherit;
    filter: grayscale(0%);
}

.blog-post.format-standard-image .blog-post_media .image-overlay::before,
.blog-post.format-standard-image .blog-post_media .image-overlay::after,
.blog-post.format-image .blog-post_media .image-overlay::before,
.blog-post.format-image .blog-post_media .image-overlay::after {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transition: opacity 0.3s;
}

.blog-post.format-standard-image .blog-post_media .image-overlay::after,
.blog-post.format-image .blog-post_media .image-overlay::after {
    opacity: 0;
}

.blog-post.format-standard-image .blog-post_media .image-overlay img,
.blog-post.format-image .blog-post_media .image-overlay img {
    border-radius: inherit;
}

.blog-post.format-standard-image:hover .image-overlay::after,
.blog-post.format-image:hover .image-overlay::after {
    opacity: 1;
}

.blog-post.format-quote .blog-post_media {
    margin-bottom: 32px;
}

.blog-post.format-quote .blog-post_media_part {
    padding-bottom: 34px;
    border-bottom: 1px solid var(--quere-primary-color);
}

.blog-post.format-quote .blog-post_quote-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    padding-left: 42px;
    font-family: var(--quere-content-font-family);
}

.blog-post.format-quote .blog-post_quote-text::before {
    content: "\f11f";
    font-family: flaticon;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    display: block;
    position: absolute;
    z-index: 1;
    left: -2px;
    top: 0;
    color: var(--quere-primary-color);
    text-align: center;
}

.blog-post.format-quote .blog-post_quote-author {
    display: block;
    position: relative;
    margin-top: 13px;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    font-style: normal;
    font-family: var(--quere-content-font-family);
    color: var(--quere-primary-color);
    padding-left: 42px;
}

.blog-post.format-quote .blog-post_quote-author .blog-post_quote-image {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
}

.blog-post.format-quote .blog-post_quote-author .blog-post_quote-author-name,
.blog-post.format-quote .blog-post_quote-author .blog-post_quote-author-pos {
    vertical-align: middle;
}

.blog-post.format-link .blog-post_media {
    margin-bottom: 32px;
}

.blog-post.format-link .blog-post_media_part {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--quere-primary-color);
}

.blog-post.format-link .blog-post_link {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    line-height: inherit;
    font-size: inherit;
}

.blog-post.format-link .blog-post_link .link_post {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    padding-left: 42px;
    display: block;
    font-family: var(--quere-content-font-family);
}

.blog-post.format-link .blog-post_link .link_post::before {
    content: "\f120";
    font-family: flaticon;
    font-style: normal;
    font-size: 30px;
    line-height: 1;
    display: block;
    position: absolute;
    z-index: 1;
    left: -2px;
    top: 2px;
    color: var(--quere-primary-color);
    text-align: center;
}

.blog-post.format-audio .blog-post_media {
    margin-bottom: 48px;
}

.blog-post.format-audio .post_categories {
    margin-bottom: 20px;
}

.related_posts .format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 87.5%;
}

.related_posts .format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0;
}

#main-content>.blog-posts .elementor {
    margin-left: -15px;
    margin-right: -15px;
}

.format-video .blog-post_media .blog-post_media_part {
    width: 100%;
    overflow: hidden;
}

.format-video .blog-post_media .blog-post_media_part .videobox_content {
    justify-content: center;
}

.format-video .blog-post_media .blog-post_media_part .videobox_link_wrapper {
    top: auto;
}

.format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 73.5%;
}

.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
    padding-bottom: 0;
}

.format-video .blog-post_media iframe {
    position: absolute;
    z-index: 1;
    height: 100%;
}

.format-audio iframe {
    border-radius: inherit;
}

.blog-post.sticky-post.format-no_featured {
    border: 3px solid #cccccc;
}

.blog-posts .blog-post_title {
    font-size: 30px;
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
    word-wrap: break-word;
    clear: both;
    line-height: 1.333em;
}

@media (max-width: 767px) {
    .blog-posts .blog-post_title {
        font-size: 20px;
        line-height: 1.4;
    }
}

.blog-posts .blog-post_title:last-child {
    margin-bottom: 0;
}

.blog-posts .blog-post_title>a {
    font: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.1em;
}

.blog-posts .blog-post_title>a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.blog-post_content .page-link {
    margin-top: 30px;
}

.blog-post_content::after {
    content: "";
    display: block;
    clear: both;
}

.blog-post_content .read-more-wrap {
    padding-top: 0;
    padding-bottom: 0;
    width: 50%;
}

.blog-post_content .blog-post_title+.read-more-wrap {
    padding-top: 0;
}

.blog-post_content p,
.blog-post_content p+address,
#comments .comment_content>p,
#comments .comment_content>p+address {
    margin-bottom: 18px;
}

.blog-post_content p:last-child,
#comments .comment_content>p:last-child {
    margin-bottom: 0;
}

.blog-post_content p:empty,
#comments .comment_content>p:empty {
    display: none;
}

.blog-post_content h1,
.blog-post_content h2,
.blog-post_content h3,
.blog-post_content h4,
.blog-post_content h5,
.blog-post_content h6,
.row>div>h1,
.row>div>h2,
.row>div>h3,
.row>div>h4,
.row>div>h5,
.row>div>h6,
#comments .comment_content h1,
#comments .comment_content h2,
#comments .comment_content h3,
#comments .comment_content h4,
#comments .comment_content h5,
#comments .comment_content h6 {
    margin-bottom: 22px;
}

.blog-posts-list+.wgl-pagination {
    margin-bottom: 30px;
}

.blog-posts-list::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.archive .blog-posts-list {
    margin-top: 0;
}

.home .sidebar_none>.wgl_col-12>.blog-posts,
.archive .sidebar_none>.wgl_col-12>.blog-posts {
    margin-top: 50px;
}

.home .sidebar_right .blog-posts-list,
.home .sidebar_left .blog-posts-list,
.archive .sidebar_right .blog-posts-list,
.archive .sidebar_left .blog-posts-list {
    margin-top: 0;
}

.elementor-widget-wgl-blog .elementor-widget-container {
    margin-bottom: 40px;
}

.elementor-widget-wgl-blog.nav-left .wgl-pagination {
    text-align: left;
}

.elementor-widget-wgl-blog.nav-center .wgl-pagination {
    text-align: center;
}

.elementor-widget-wgl-blog.nav-right .wgl-pagination {
    text-align: right;
}

.home .row.sidebar_right,
.home .row.sidebar_left {
    margin-top: 50px;
}

.mega-ajax-content .item .blog-post_media {
    margin-bottom: 14px;
}

.mega-ajax-content .item .blog-post_title {
    margin-bottom: 5px;
}

.mega-ajax-content .item .blog-post_content {
    white-space: normal;
}

.mega-ajax-content .item .meta-data {
    background: none;
    padding-left: 0;
    padding-right: 0;
}

.mega-ajax-content .format-video .blog-post_media .blog-post_media_part {
    padding-bottom: 70.272%;
}

.blog_carousel .wgl-carousel .swiper-pagination {
    margin-top: 0;
}

.blog_carousel .wgl-carousel-wrapper {
    overflow: visible;
}

.blog_carousel .wgl-carousel {
    margin-top: -20px;
}

.blog_carousel .swiper-wrapper {
    padding-top: 20px;
}

.blog_carousel_title-arrow .wgl-carousel .elementor-swiper-button-prev.elementor-swiper-button,
.blog_carousel_title-arrow .wgl-carousel .elementor-swiper-button-next.elementor-swiper-button {
    display: none !important;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_swiper {
    height: 100%;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_swiper .swiper-slide {
    position: relative;
    z-index: 5;
    height: 100%;
    width: 100%;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_swiper .swiper-slide span {
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    overflow: hidden;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_swiper .swiper-slide span img {
    transform: scale(1.25, 1.25);
    transition: 500ms ease-in-out;
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_swiper .swiper-slide.swiper-slide-active span img {
    transform: scale(1, 1);
}

.slider-wrapper.wgl-carousel .blog-post_media-slider_swiper .swiper-wrapper {
    height: 100%;
}

.slider-wrapper.wgl-carousel .swiper-container {
    z-index: auto;
    backface-visibility: hidden;
}

.slider-wrapper.wgl-carousel .swiper-container .elementor-swiper-button {
    z-index: 100;
}

.meta_wrapper,
.post_meta-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.meta_wrapper.post_meta-top:not(:first-child),
.post_meta-wrap.post_meta-top:not(:first-child) {
    margin-top: 18px;
    margin-bottom: 20px;
}

.meta_wrapper .meta-data>span:not(:last-child)::after,
.post_meta-wrap .meta-data>span:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--quere-primary-color);
    margin: 0 10px;
    display: inline-block;
}

.meta_wrapper .meta-data+.meta-data,
.post_meta-wrap .meta-data+.meta-data {
    flex-shrink: 0;
    font-style: normal;
}

.meta_wrapper .meta-data+.meta-data span,
.post_meta-wrap .meta-data+.meta-data span {
    display: inline-block;
    vertical-align: baseline;
}

.meta_wrapper .meta-data+.meta-data i,
.post_meta-wrap .meta-data+.meta-data i {
    font-size: 14px;
}

.meta_wrapper .meta-data+.meta-data .comments_post i,
.post_meta-wrap .meta-data+.meta-data .comments_post i {
    margin-right: 5px;
}

.meta_wrapper .meta-data+.meta-data>*,
.post_meta-wrap .meta-data+.meta-data>* {
    margin-right: 15px;
    display: inline-block;
}

.meta_wrapper .meta-data+.meta-data>*::after,
.post_meta-wrap .meta-data+.meta-data>*::after {
    display: none;
}

.meta_wrapper .meta-data+.meta-data>*:last-child,
.post_meta-wrap .meta-data+.meta-data>*:last-child {
    margin-right: 0;
}

.wgl-portfolio-single_item .meta-data,
.blog-post_content .meta-data {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
    color: var(--quere-secondary-color);
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
}

.wgl-portfolio-single_item .meta-data a,
.blog-post_content .meta-data a {
    color: inherit;
}

.wgl-portfolio-single_item .meta-data a:hover,
.blog-post_content .meta-data a:hover {
    color: var(--quere-primary-color);
}

.wgl-portfolio-single_item .meta-data .post_author,
.blog-post_content .meta-data .post_author {
    white-space: nowrap;
}

.wgl-portfolio-single_item .meta-data .post_author img,
.blog-post_content .meta-data .post_author img {
    border-radius: 50%;
    max-width: 46px;
    margin: -9px 10px -9px 0;
    display: none;
}

.wgl-portfolio-single_item .meta-data:first-child>*,
.blog-post_content .meta-data:first-child>* {
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.wgl-portfolio-single_item .meta-data:first-child>*:last-child,
.blog-post_content .meta-data:first-child>*:last-child {
    margin-right: 0;
}

.wgl-portfolio-single_item .meta-data:first-child>* a:not(:hover),
.blog-post_content .meta-data:first-child>* a:not(:hover) {
    color: inherit;
}

.wgl-portfolio-single_item .meta-data:first-child>*.wgl-views:first-child::after,
.blog-post_content .meta-data:first-child>*.wgl-views:first-child::after {
    content: unset;
}

@media (max-width: 479px) {

    .meta-data .views_text,
    .meta-data .sl-count-text {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .blog_columns-2 .meta-data .views_text,
    .blog_columns-2 .meta-data .sl-count-text {
        display: none !important;
    }
}

@media (min-width: 768px) {

    .blog_columns-3 .meta-data .views_text,
    .blog_columns-3 .meta-data .sl-count-text,
    .blog_columns-4 .meta-data .views_text,
    .blog_columns-4 .meta-data .sl-count-text {
        display: none !important;
    }
}

.post_date {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-family: var(--quere-content-font-family);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--quere-tertiary-color);
    background: var(--quere-primary-color);
    padding: 0 18px;
}

.post_categories span:not(:last-child)::after {
    content: "/";
    margin: 0 3px;
}

.blog-post_text+.page-link,
.blog-post_text+.page-link+.clear+.button-read-more,
.blog-post_text+.clear+.button-read-more {
    margin-bottom: 21px;
}

.blog-post_text .alignleft:last-child,
.blog-post_text .alignright:last-child {
    margin-bottom: 10px;
}

.read-more-wrap {
    clear: both;
    line-height: 1;
}

.button-read-more {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--quere-content-font-family);
    white-space: nowrap;
    margin-top: 10px;
    max-width: 100%;
    color: var(--quere-primary-color);
    transition: 0.4s;
    gap: 6px;
}

.button-read-more>span {
    white-space: normal;
    transition: transform 0.4s;
    display: inline-block;
    position: relative;
}

.button-read-more>span:before,
.button-read-more>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    transition: 0.4s;
    background: currentColor;
}

.button-read-more>span:before {
    left: 0;
    right: auto;
    width: 0;
    transition-delay: 0s;
}

.button-read-more>span:after {
    right: 0;
    left: auto;
    width: 100%;
}

.button-read-more:hover,
.wgl-service_link:hover~.wgl-service-1 .button-read-more,
.wgl-cases__link:hover~.case_button__wrapper .button-read-more,
.wgl-infobox__link:hover~.wgl-infobox_wrapper .button-read-more,
.showcase__content.active_default .button-read-more,
.showcase__content:hover .button-read-more {
    color: var(--quere-primary-color);
}

.button-read-more:hover span:before,
.wgl-service_link:hover~.wgl-service-1 .button-read-more span:before,
.wgl-cases__link:hover~.case_button__wrapper .button-read-more span:before,
.wgl-infobox__link:hover~.wgl-infobox_wrapper .button-read-more span:before,
.showcase__content.active_default .button-read-more span:before,
.showcase__content:hover .button-read-more span:before {
    width: 100%;
    transition-delay: 0.4s;
}

.button-read-more:hover span:after,
.wgl-service_link:hover~.wgl-service-1 .button-read-more span:after,
.wgl-cases__link:hover~.case_button__wrapper .button-read-more span:after,
.wgl-infobox__link:hover~.wgl-infobox_wrapper .button-read-more span:after,
.showcase__content.active_default .button-read-more span:after,
.showcase__content:hover .button-read-more span:after {
    width: 0;
}

.button-read-more.no_text {
    padding-left: 0 !important;
    margin-right: 0 !important;
}

.button-read-more.no_text .read-more-icon,
.button-read-more.no_text::before {
    display: none;
}

.tagcloud-wrapper .title_tags {
    font-size: 15px;
    margin-right: 18px;
}

.meta-data+.post_info-divider {
    margin-top: 4px;
}

.blog-post_excerpt {
    margin: 0 0 38px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 400;
}

.blog-post_excerpt>p:last-child {
    margin-bottom: 0;
}

.blog-post_wrapper {
    position: relative;
    transition: inherit;
}

.blog-post_wrapper .blog-post_media .quere_module_videobox img {
    box-shadow: none;
}

.blog-post_wrapper .blog-post_media .quere_module_videobox .videobox_link {
    border-color: transparent;
    opacity: 0.9;
}

.blog-post_wrapper .blog-post_content .quere_module_videobox .videobox_wrapper_link::before {
    display: none;
}

.blog-post_wrapper .blog-post_content>.post_meta-wrap .meta-data:first-child>* {
    display: contents;
}

.blog-post_wrapper .blog-post_content .quere_module_videobox {
    margin-bottom: 50px;
}

.row.sidebar_left .content-container {
    float: right;
}

.container-grid.row>.wgl-carousel {
    margin-left: 0;
    margin-right: 0;
}

.container-grid.row>.wgl-carousel.navigation_offset_element {
    padding-left: 40px;
    padding-right: 40px;
    overflow: hidden;
}

.container-grid.row>.wgl-carousel.navigation_offset_element>.swiper-container {
    overflow: visible;
}

.container-grid.row>.wgl-carousel.navigation_offset_element .swiper-wrapper {
    overflow: hidden;
}

.blog_subtitle {
    font-size: 18px;
    line-height: 1.4;
}

.attachment_media .meta-data {
    margin-bottom: 10px;
    font-weight: 600;
}

.attachment_media .meta-data>span {
    position: relative;
    padding-left: 23px;
}

.attachment_media .meta-data>span:first-child {
    padding-left: 0;
}

.attachment_media .meta-data>span:first-child::before {
    display: none;
}

.parallax-video {
    position: absolute !important;
    z-index: 2 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.jarallax {
    position: relative;
    z-index: 0;
}

.jarallax>.jarallax-img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover;";
    object-fit: cover;
}

.archive__heading {
    margin-bottom: 45px;
    text-align: center;
}

.archive__heading .archive__tax_description {
    margin-top: 10px;
}

.archive__heading .archive__tax_title {
    max-width: 530px;
    display: inline-block;
}

.archive__heading .archive__tax_title,
.archive__heading .archive__tax_title>span {
    font-size: 36px;
    line-height: 48px;
}

.archive .wgl_blog_list {
    margin-bottom: 30px;
}

.blog_columns-2:not(.masonry) .item:nth-child(2n+1),
.blog_columns-3:not(.masonry) .wgl_col-4:nth-child(3n+1),
.blog_columns-4:not(.masonry) .wgl_col-3:nth-child(4n+1) {
    clear: left;
}

@media (max-width: 1024px) {
    .blog_columns-3:not(.masonry) .wgl_col-4:nth-child(3n+1) {
        clear: none;
    }

    .blog_columns-3:not(.masonry) .wgl_col-4:nth-child(3n+1) {
        clear: left;
    }

    .blog_columns-4:not(.masonry) .wgl_col-3:nth-child(4n+1) {
        clear: none;
    }

    .quere-post-navigation {
        margin-bottom: 0;
    }
}

.single.related_posts+.row #comments {
    margin-top: 36px;
    margin-bottom: 72px;
    padding-top: 0;
}

#comments {
    padding-top: 50px;
    margin-bottom: 44px;
    clear: both;
}

#comments::before {
    content: "";
    display: block;
    clear: both;
}

#comments ul ul.children,
#comments ol ul.children {
    margin: 0;
    margin-top: 27px;
    padding: 0;
    list-style: none;
}

#comments #respond,
#comments~#review_form_wrapper #respond {
    position: relative;
    z-index: 1;
    margin: 20px 0 50px;
    padding: 44px 52px 52px;
    background: var(--quere-quaternary-color);
    overflow: hidden;
}

@media (max-width: 600px) {

    #comments #respond,
    #comments~#review_form_wrapper #respond {
        padding: 30px 30px 35px;
    }
}

#comments>#respond {
    margin-bottom: 0;
    margin-top: 62px;
}

#comments>h4 {
    position: relative;
    z-index: 10;
}

#comments .comments-title {
    font-size: 30px;
    margin-bottom: 23px;
}

@media (max-width: 767px) {
    #comments .comments-title {
        font-size: 24px;
    }
}

#comments .comments-title .number-comments {
    margin-left: 0.25em;
    color: #888888;
    font-size: inherit;
}

#comments .pingback .edit-link .comment-edit-link,
#comments .trackback .edit-link .comment-edit-link {
    font-size: 0.75em;
    color: #7e7676;
    margin-left: 0.3133em;
}

#comments .pingback .edit-link .comment-edit-link:hover,
#comments .trackback .edit-link .comment-edit-link:hover {
    color: #b9a9cd;
}

#comments .pingback+.comment,
#comments .trackback+.comment {
    margin-top: 30px;
}

#comments .comment-notes,
#comments .logged-in-as {
    margin-bottom: 26px;
}

#comments .comment-notes,
#comments .comment-form-cookies-consent {
    font-size: 14px;
}

#comments .form-submit {
    margin-bottom: 0;
    clear: both;
}

#comments .commentlist {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: inherit;
    list-style: none;
}

#comments .commentlist li.pingback,
#comments .commentlist li.trackback {
    padding: 0;
}

#comments .commentlist li.pingback .comment-body,
#comments .commentlist li.trackback .comment-body {
    display: inline;
}

#comments .commentlist li.pingback::before,
#comments .commentlist li.trackback::before {
    display: none;
}

#comments .commentlist+* {
    margin-top: 46px;
}

#comments .commentlist .comment-respond {
    margin: 20px 0;
}

#comments .commentlist .comment {
    padding: 0;
}

#comments .commentlist .comment::before,
#comments .commentlist .comment::after {
    display: none;
}

#comments .commentlist .comment .stand_comment {
    min-height: 100px;
    margin-bottom: 0;
    padding: 0 0 0 110px;
}

#comments .commentlist .comment .stand_comment .thiscommentbody {
    position: relative;
    z-index: 1;
    min-height: 80px;
}

#comments .commentlist .comment .stand_comment .meta-data>span,
#comments .commentlist .comment .stand_comment .meta-data>time {
    line-height: inherit;
    text-transform: unset;
}

#comments .commentlist .comment .commentava {
    position: absolute;
    z-index: 1;
    top: 2px;
    left: -110px;
    width: 80px;
    height: 80px;
}

#comments .commentlist .comment .commentava img {
    border-radius: 50%;
}

#comments .commentlist .comment.pingback .stand_comment {
    padding-left: 0;
}

#comments .commentlist .comment .children .comment {
    margin-left: 80px;
}

#comments .commentlist .comment .children .stand_comment {
    padding-left: 110px;
}

#comments .commentlist .comment .children .stand_comment .commentava {
    left: -110px;
}

#comments .commentlist>.comment>.children>.comment {
    margin-left: 110px;
}

#comments .commentlist>.comment:last-child {
    margin-bottom: -1px;
}

#comments .commentlist>.comment:last-child .stand_comment:last-child {
    border-bottom: 0;
}

#comments .commentlist .comment_info {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--quere-header-font-color);
}

#comments .commentlist .comment_info>* {
    display: inline-block;
}

#comments .commentlist .comment_info .meta-data {
    float: none;
    margin-bottom: 0;
    padding: 0;
    background: none;
    opacity: 1;
    color: var(--quere-secondary-color);
    font-size: 12px;
    font-weight: 600;
    font-family: var(--quere-content-font-family);
    text-transform: none;
}

#comments .commentlist .comment_info .meta-data .comment-edit-link {
    padding-left: 5px;
    color: inherit;
}

#comments .commentlist .comment_info .meta-data .comment-edit-link:hover {
    color: var(--quere-primary-color);
}

.woocommerce-Reviews #comments .commentlist .comment_info .meta-data,
#comments .commentlist .comment_info .meta-data~.meta-data {
    float: right;
    transform: translateY(4px);
}

@media (max-width: 992px) {

    .woocommerce-Reviews #comments .commentlist .comment_info .meta-data,
    #comments .commentlist .comment_info .meta-data~.meta-data {
        transform: translateY(0);
        float: none;
        width: 100%;
    }
}

#comments .commentlist .comment_author_says {
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

#comments .commentlist .comment_author_says a,
#comments .commentlist .comment_author_says span {
    color: var(--quere-header-font-color);
    font: inherit;
    transition: all 0.4s;
    letter-spacing: inherit;
}

#comments .commentlist .comment_author_says a:hover {
    color: var(--quere-primary-color);
}

#comments .commentlist .comment_content {
    margin-top: 0;
    line-height: 30px;
    font-size: 16px;
}

#comments .commentlist .comment_content:last-child {
    margin-bottom: 11px;
}

#comments .commentlist .comment_content>ul,
#comments .commentlist .comment_content>ol {
    padding-bottom: 20px;
}

#comments .commentlist .comment_content p:last-child {
    margin-bottom: 0;
}

#comments .comment-reply-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--quere-content-font-family);
    white-space: nowrap;
    margin-top: 13px;
    max-width: 100%;
    color: var(--quere-primary-color);
    transition: 0.4s;
    gap: 5px;
}

#comments .comment-reply-link>span {
    white-space: normal;
    transition: transform 0.4s;
    display: inline-block;
    position: relative;
}

#comments .comment-reply-link>span:before,
#comments .comment-reply-link>span:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    transition: 0.4s;
    background: currentColor;
}

#comments .comment-reply-link>span:before {
    left: 0;
    right: auto;
    width: 0;
    transition-delay: 0s;
}

#comments .comment-reply-link>span:after {
    right: 0;
    left: auto;
    width: 100%;
}

#comments .comment-reply-link>span:hover:before {
    width: 100%;
    transition-delay: 0.4s;
}

#comments .comment-reply-link>span:hover:after {
    width: 0;
}

#comments #cancel-comment-reply-link {
    text-transform: capitalize;
    opacity: 0.8;
}

#comments small #cancel-comment-reply-link {
    font-size: 18px;
    margin-left: 10px;
    line-height: inherit;
}

#comments ol.commentlist>li.trackback:first-child,
#comments ol.commentlist>li.pingback:first-child {
    margin-top: 26px;
}

body .comment-respond .comment-reply-title {
    font-size: 24px;
    line-height: 1.333em;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    body .comment-respond .comment-reply-title {
        font-size: 22px;
    }
}

body .comment-respond .comment-form {
    margin-left: -15px;
    margin-right: -15px;
}

body .comment-respond .comment-form [class*=wgl_col-],
body .comment-respond .comment-form>p {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

body .comment-respond .comment-form [class*=wgl_col-]+.form-submit {
    padding-top: 4px;
}

body .comment-respond .comment-form .logged-in-as {
    margin-bottom: 13px;
    font-size: 14px;
}

body .comment-respond .comment-form .logged-in-as>a {
    position: relative;
}

body .comment-respond .comment-form .logged-in-as>a:before,
body .comment-respond .comment-form .logged-in-as>a:after {
    content: "";
    position: absolute;
    bottom: 3px;
    z-index: 1;
    height: 1px;
    transition: 0.4s;
    background: currentColor;
}

body .comment-respond .comment-form .logged-in-as>a:before {
    left: 0;
    right: auto;
    width: 0;
    transition-delay: 0s;
}

body .comment-respond .comment-form .logged-in-as>a:after {
    right: 0;
    left: auto;
    width: 100%;
}

body .comment-respond .comment-form .logged-in-as>a:hover:before {
    width: 100%;
    transition-delay: 0.4s;
}

body .comment-respond .comment-form .logged-in-as>a:hover:after {
    width: 0;
}

body .comment-respond label {
    position: relative;
    margin: 0;
    font-size: 14px;
}

body .comment-respond .form_field {
    width: 100%;
}

body .comment-respond textarea.form_field {
    resize: none;
}

body .comment-respond#respond .form-submit .wgl-button {
    pointer-events: none;
    border-style: solid;
}

body .comment-respond#respond .form-submit .wgl-button input.submit,
body .comment-respond#respond .form-submit .wgl-button input#submit {
    position: relative;
    pointer-events: auto;
    color: inherit;
    z-index: 4;
}

body .comment-respond#respond .form-submit .wgl-button:hover {
    color: #ffffff;
}

body .comment-form-cookies-consent {
    clear: both;
    padding-bottom: 10px;
}

body .comment-form-cookies-consent>input,
body .comment-form-cookies-consent>label,
body .comment-form-cookies-consent>span {
    display: inline-block;
}

body .comment-form-cookies-consent>input {
    margin-right: 7px;
}

body .comment-form-cookies-consent>input[type=checkbox]+label {
    display: inline;
}

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

.blog-post_content ol.wp-block-latest-comments.has-avatars {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.blog-post_content ol.wp-block-latest-comments.has-avatars li::before {
    display: none;
}

.blog-post_content ol.wp-block-latest-comments:not(.has-excerpts):not(.has-avatars) li article {
    display: inline-block;
}

.wpcf7-form-control-wrap {
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0 5px 0;
}

.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 input[type=search],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 input[type=tel],
.wpcf7 input[type=time],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 input[type=range],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
}

.wpcf7 .ajax-loader {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: #ff0000;
}

.wpcf7 input+.wpcf7-not-valid-tip,
.wpcf7 textarea+.wpcf7-not-valid-tip,
.wpcf7 select+.wpcf7-not-valid-tip {
    margin-top: -15px;
    font-size: 13px;
}

.wpcf7 .form-icon {
    position: absolute;
    z-index: 1;
    top: 9px;
    right: 35px;
    font-size: 14px;
    color: #bababa;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7 .wpcf7-submit {
    padding: 8px 40px;
    position: relative;
    z-index: 1;
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    display: flex;
    align-items: center;
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
    width: auto;
    height: auto;
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input+.wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input+.wpcf7-list-item-label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input+.wpcf7-list-item-label {
    padding-left: 0.5em;
    display: inline-block;
}

.wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label,
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
    -webkit-appearance: radio;
    appearance: radio;
}

.wpcf7 .row {
    margin-left: -15px;
    margin-right: -15px;
}

.wpcf7 .row [class*=wgl_col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.wpcf7 .row.coming-soon .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 600px) {
    .wpcf7 .row.coming-soon .wpcf7-form-control-wrap {
        margin-right: 20px;
    }
}

.wpcf7 .row.coming-soon .wpcf7-form-control-wrap+br {
    display: none;
}

.wpcf7 .row.coming-soon input[type=submit] {
    padding: 6px 32px;
    min-width: 135px;
}

.wpcf7 .row.coming-soon+.wpcf7-mail-sent-ok {
    margin-top: -15px;
}

.wpcf7 .row.home-4 input[type=submit],
.wpcf7 .row.services input[type=submit] {
    min-width: 150px;
}

.wpcf7 .row.home-1 input[type=text],
.wpcf7 .row.home-1 input[type=url],
.wpcf7 .row.home-1 input[type=search],
.wpcf7 .row.home-1 input[type=email],
.wpcf7 .row.home-1 input[type=password],
.wpcf7 .row.home-1 input[type=tel],
.wpcf7 .row.home-1 input[type=time],
.wpcf7 .row.home-1 select,
.wpcf7 .row.home-4 input[type=text],
.wpcf7 .row.home-4 input[type=url],
.wpcf7 .row.home-4 input[type=search],
.wpcf7 .row.home-4 input[type=email],
.wpcf7 .row.home-4 input[type=password],
.wpcf7 .row.home-4 input[type=tel],
.wpcf7 .row.home-4 input[type=time],
.wpcf7 .row.home-4 select,
.wpcf7 .row.coming-soon input[type=text],
.wpcf7 .row.coming-soon input[type=url],
.wpcf7 .row.coming-soon input[type=search],
.wpcf7 .row.coming-soon input[type=email],
.wpcf7 .row.coming-soon input[type=password],
.wpcf7 .row.coming-soon input[type=tel],
.wpcf7 .row.coming-soon input[type=time],
.wpcf7 .row.coming-soon select,
.wpcf7 .row.services input[type=text],
.wpcf7 .row.services input[type=url],
.wpcf7 .row.services input[type=search],
.wpcf7 .row.services input[type=email],
.wpcf7 .row.services input[type=password],
.wpcf7 .row.services input[type=tel],
.wpcf7 .row.services input[type=time],
.wpcf7 .row.services select,
.wpcf7 .row.faq input[type=text],
.wpcf7 .row.faq input[type=url],
.wpcf7 .row.faq input[type=search],
.wpcf7 .row.faq input[type=email],
.wpcf7 .row.faq input[type=password],
.wpcf7 .row.faq input[type=tel],
.wpcf7 .row.faq input[type=time],
.wpcf7 .row.faq select {
    border: unset;
    height: 56px;
    box-shadow: 0 15px 38px 0 rgba(46, 63, 38, 0.15);
}

.wpcf7 .row.home-1 textarea,
.wpcf7 .row.home-4 textarea,
.wpcf7 .row.coming-soon textarea,
.wpcf7 .row.services textarea,
.wpcf7 .row.faq textarea {
    border: unset;
}

.wpcf7 .row.home-1 .label-mail::before,
.wpcf7 .row.home-1 .label-name::before,
.wpcf7 .row.home-1 .label-url::before,
.wpcf7 .row.home-1 .label-textarea::before,
.wpcf7 .row.home-4 .label-mail::before,
.wpcf7 .row.home-4 .label-name::before,
.wpcf7 .row.home-4 .label-url::before,
.wpcf7 .row.home-4 .label-textarea::before,
.wpcf7 .row.coming-soon .label-mail::before,
.wpcf7 .row.coming-soon .label-name::before,
.wpcf7 .row.coming-soon .label-url::before,
.wpcf7 .row.coming-soon .label-textarea::before,
.wpcf7 .row.services .label-mail::before,
.wpcf7 .row.services .label-name::before,
.wpcf7 .row.services .label-url::before,
.wpcf7 .row.services .label-textarea::before,
.wpcf7 .row.faq .label-mail::before,
.wpcf7 .row.faq .label-name::before,
.wpcf7 .row.faq .label-url::before,
.wpcf7 .row.faq .label-textarea::before {
    height: 56px;
    line-height: 56px;
}

.wpcf7 .row.home-1 input[type=submit],
.wpcf7 .row.home-4 input[type=submit],
.wpcf7 .row.coming-soon input[type=submit],
.wpcf7 .row.services input[type=submit],
.wpcf7 .row.faq input[type=submit] {
    height: 56px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wgl-button-cf7 {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.wpcf7 .wgl-button-cf7 .wpcf7-submit {
    padding: 7px 32px 10px 52px;
}

.wpcf7 .wgl-button-cf7 .wpcf7-submit~i {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 30px;
    top: 0;
    font-size: 17px;
    font-weight: normal;
    color: var(--quere-button-color-hover);
    box-sizing: content-box;
    pointer-events: none;
    text-align: center;
    transition: 0.4s;
}

.wpcf7 .wgl-button-cf7 .wpcf7-submit~i::before {
    transition: transform 0.4s;
    display: inline-block;
    transform: rotate(-45deg);
}

.wpcf7 .wgl-button-cf7 .wpcf7-submit:hover~i,
.wpcf7 .wgl-button-cf7 .wpcf7-submit:focus~i,
.wpcf7 .wgl-button-cf7 .wpcf7-submit:active~i {
    color: var(--quere-button-color-idle);
}

.wpcf7 .wgl-button.has-animated-bg {
    background: transparent;
    padding: 0 30px;
    margin-top: 16px;
}

.wpcf7 .wgl-button.has-animated-bg::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50% 50% 50% 50%;
    background-color: var(--quere-button-bg-idle);
    transition: 0.4s;
}

.wpcf7 .wgl-button.has-animated-bg:hover::before {
    width: 100%;
    height: 100%;
    border-radius: 32px 32px 32px 32px;
}

.wpcf7 .wgl-button.has-animated-bg .wpcf7-submit {
    background: transparent !important;
    padding: 0;
}

.wpcf7 .wgl-button.has-animated-bg .wpcf7-submit:hover {
    background: transparent !important;
}

.wpcf7 .wgl-button.has-animated-bg .wpcf7-spinner {
    display: none;
}

.wpb_text_column .wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
}

.sign_up {
    display: flex;
    justify-content: center;
    margin-right: -20px;
}

.sign_up input[type=submit] {
    margin-left: 20px;
    height: 56px;
}

.sign_up input[type=email] {
    width: 350px;
}

.sign_up .ajax-loader {
    display: none;
}

.wgl-filter_wrapper {
    pointer-events: none;
}

.isotope-filter {
    --wgl-filtet-categories-gap: 22px;
}

.isotope-filter:not(.swiper-container-initialized) {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.isotope-filter:not(.swiper-container-initialized).filter-left {
    margin-right: auto;
    text-align: left;
}

.isotope-filter:not(.swiper-container-initialized).filter-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.isotope-filter:not(.swiper-container-initialized).filter-right {
    margin-left: auto;
    text-align: right;
}

.isotope-filter.filter-left .swiper-wrapper {
    justify-content: flex-start;
}

.isotope-filter.filter-center .swiper-wrapper {
    justify-content: center;
}

.isotope-filter.filter-right .swiper-wrapper {
    justify-content: flex-end;
}

.isotope-filter.max_width_enabled {
    overflow: hidden;
}

@media (max-width: 767px) {
    .isotope-filter {
        --wgl-filtet-categories-gap: 18px;
    }
}

.isotope-filter .wgl-filter_swiper_wrapper {
    width: calc(100% + var(--wgl-filtet-categories-gap));
    margin: 0 calc(-0.5 * var(--wgl-filtet-categories-gap));
}

.isotope-filter .swiper-wrapper {
    min-width: max-content;
    width: auto;
}

.isotope-filter .swiper-slide {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    pointer-events: all;
}

.isotope-filter.wgl-filter_wrapper a {
    display: inline-block;
    position: relative;
    margin: 0 calc(0.5 * var(--wgl-filtet-categories-gap));
    padding: 0;
    padding-left: 6px;
    border-radius: unset;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: 0.4s;
    color: var(--quere-secondary-color);
    letter-spacing: 0;
    font-family: var(--quere-content-font-family);
    text-transform: uppercase;
}

.isotope-filter.wgl-filter_wrapper a .cat_title {
    position: relative;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 14px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 0.1em;
    text-decoration-thickness: 0.06em;
    transition: -webkit-text-decoration 0.4s;
    transition: text-decoration 0.4s;
    transition: text-decoration 0.4s, -webkit-text-decoration 0.4s;
}

.isotope-filter.wgl-filter_wrapper a:hover .cat_title,
.isotope-filter.wgl-filter_wrapper a.active .cat_title {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.isotope-filter.wgl-filter_wrapper a:hover,
.isotope-filter.wgl-filter_wrapper a:hover .filter_counter,
.isotope-filter.wgl-filter_wrapper a.active,
.isotope-filter.wgl-filter_wrapper a.active .filter_counter {
    color: var(--quere-primary-color);
}

.isotope-filter.wgl-filter_wrapper a .filter_counter,
.isotope-filter.wgl-filter_wrapper a.empty {
    display: none;
}

.isotope-filter.has_filter_counter .filter_counter {
    display: inline-block !important;
    z-index: 1;
    text-align: center;
    line-height: 1;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: text-top;
    margin-left: 2px;
    margin-top: -5px;
    transition: 0.4s;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    transition-duration: 0s;
}

.wgl-likes {
    display: inline-block;
    flex-shrink: 0;
}

.wgl-likes .sl-button {
    color: inherit;
    cursor: pointer;
    transition: 0.4s;
    display: inline-block;
}

.wgl-likes .sl-button .sl-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
}

.wgl-likes .sl-button .sl-icon.liked {
    color: red;
}

.wgl-likes .sl-button .sl-icon::before {
    color: inherit;
    transition: 0s;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    transform: translateY(-1px);
}

.post_featured_bg .wgl-likes .sl-button {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    text-decoration: unset;
    padding: 6px 13px;
    background-color: rgba(var(--quere-primary-rgb), 0.3);
    border-radius: 30px;
    margin: -2px 0;
}

.post_featured_bg .wgl-likes .sl-button .sl-icon {
    font-size: 22px;
    margin: -1px 0;
}

.post_featured_bg .wgl-likes .sl-button .sl-icon:before {
    transform: translateY(0);
    line-height: initial;
}

.post_featured_bg .wgl-likes .sl-button .sl-count {
    line-height: 20px;
    margin-left: 6px;
}

.post_featured_bg .wgl-likes .sl-button .sl-count-text {
    margin-left: 3px;
}

.wgl-likes .sl-count {
    display: inline-block;
    margin-left: 6px;
}

.wgl-likes .sl-count-text,
.wgl-likes .sl-loader {
    display: none !important;
}

body ul,
body ol {
    margin-left: 0;
    padding-left: 1.1em;
}

body ul li,
body ol li {
    position: relative;
    z-index: 1;
    margin-bottom: 0.7em;
}

body ul>li:last-child,
body ol>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

body ol {
    list-style: none;
    padding-left: 0.9em;
}

ol li,
ul[class*=quere_] li {
    --quere-list-icon-color: currentColor;
}

ol li::before,
ul[class*=quere_] li::before {
    color: var(--quere-list-icon-color);
}

ol.list_primary_color li,
ul[class*=quere_].list_primary_color li {
    --quere-list-icon-color: var(--quere-primary-color);
}

ol.list_secondary_color li,
ul[class*=quere_].list_secondary_color li {
    --quere-list-icon-color: var(--quere-secondary-color);
}

ol.list_tertiary_color li,
ul[class*=quere_].list_tertiary_color li {
    --quere-list-icon-color: var(--quere-tertiary-color);
}

ol.list_quaternary_color li,
ul[class*=quere_].list_quaternary_color li {
    --quere-list-icon-color: var(--quere-quaternary-color);
}

ol.list_heading_color li,
ul[class*=quere_].list_heading_color li {
    --quere-list-icon-color: var(--quere-header-font-color);
}

ol .quere_disabled_item,
ol .quere_disabled_item::before,
ol .quere_disabled_item::after,
ol .quere_disabled_item span,
ol .quere_disabled_item div,
ol .quere_disabled_item b,
ol .quere_disabled_item strong,
ol .quere_disabled_item i,
ul[class*=quere_] .quere_disabled_item,
ul[class*=quere_] .quere_disabled_item::before,
ul[class*=quere_] .quere_disabled_item::after,
ul[class*=quere_] .quere_disabled_item span,
ul[class*=quere_] .quere_disabled_item div,
ul[class*=quere_] .quere_disabled_item b,
ul[class*=quere_] .quere_disabled_item strong,
ul[class*=quere_] .quere_disabled_item i {
    color: #858585;
    --quere-list-icon-color: currentColor;
}

ol .quere_disabled_item::before,
ol .quere_disabled_item::after,
ul[class*=quere_] .quere_disabled_item::before,
ul[class*=quere_] .quere_disabled_item::after {
    opacity: 0.7;
}

ul[class*=quere_] {
    --icon-size: 1em;
    --icon-position: calc(0px);
    --quere-list-padding: calc(1em + 6px);
    margin-left: 0;
    padding-left: 0;
}

ul[class*=quere_] li {
    list-style: none;
    padding-left: var(--quere-list-padding);
}

ul[class*=quere_] li::before {
    content: "";
    position: absolute;
    z-index: 1;
    border-radius: unset;
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    box-sizing: border-box;
    transform: translateY(var(--icon-position));
}

ul[class*=quere_].icon_right li {
    padding-left: 0;
    padding-right: var(--quere-list-padding);
}

ul[class*=quere_].icon_right li::before {
    left: unset;
    right: 0;
}

ul.quere_dot li {
    --icon-size: 6px;
    --quere-list-padding: calc(1em + 5px);
}

ul.quere_dot li::before {
    top: 0.8em;
    left: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    background-color: var(--quere-list-icon-color);
}

ul.quere_hyphen {
    --icon-size: 1.2em;
    --quere-list-padding: calc(1em + 2px);
}

ul.quere_hyphen li::before {
    content: "-";
    top: -0.25em;
    left: 0em;
    font-size: var(--icon-size);
}

ul.quere_plus {
    --icon-size: 0.8em;
    --quere-list-padding: calc(1em + 10px);
}

ul.quere_plus li::before {
    content: "\f122";
    top: 0.28em;
    left: 0.1em;
    font-size: var(--icon-size);
    font-family: flaticon;
}

ul.quere_line {
    --icon-size: calc(1em - 2px);
    --quere-list-padding: calc(1em + 12px);
}

ul.quere_line li::before {
    top: 0.9em;
    left: 0;
    width: var(--icon-size);
    height: 2px;
    background-color: var(--quere-list-icon-color);
}

ul.quere_circle {
    --icon-size: 7px;
    --quere-list-padding: calc(1em + 5px);
}

ul.quere_circle li::before {
    top: 0.7em;
    left: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    border-radius: 50%;
    border: 1px solid var(--quere-list-icon-color);
    background-color: transparent;
}

ul.quere_square {
    --icon-size: 7px;
}

ul.quere_square li::before {
    top: 0.7em;
    left: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    background-color: var(--quere-list-icon-color);
}

ul.quere_rhombus {
    --icon-size: 5px;
    --quere-list-padding: calc(1em + 2px);
}

ul.quere_rhombus li::before {
    top: 0.8em;
    left: 1px;
    width: var(--icon-size);
    height: var(--icon-size);
    transform: rotate(45deg);
    background: var(--quere-list-icon-color);
}

ul.quere_check {
    --icon-size: 0.9em;
    --quere-list-padding: calc(1em + 12px);
}

ul.quere_check li::before {
    content: "\f128";
    font-family: flaticon;
    top: 0.6em;
    left: 0;
    font-size: var(--icon-size);
    line-height: 1;
    background: transparent;
}

ul.quere_arrow {
    --icon-size: 1.2em;
    --quere-list-padding: calc(1em + 14px);
}

ul.quere_arrow li::before {
    content: "\f10f";
    font-family: flaticon;
    top: 0.3em;
    left: 0;
    line-height: 1;
    font-size: var(--icon-size);
    background: transparent;
    font-weight: normal;
}

ul.quere_star {
    --icon-size: 1.5em;
    --quere-list-padding: calc(1em + 5px);
}

ul.quere_star li::before {
    content: "*";
    font-family: var(--quere-header-font-family);
    top: 0.22em;
    left: 0;
    font-size: var(--icon-size);
    font-weight: 700;
    line-height: 1.25;
    background: transparent;
}

ul.no-list-style {
    padding: 0;
}

ul.no-list-style li {
    padding: 0;
    list-style: none;
}

ul.no-list-style li::before {
    display: none;
}

ul.icon_inline li {
    padding: 0;
}

ul.icon_inline li::before,
ul.icon_inline li::after {
    margin-right: 10px;
    margin-bottom: 1px;
    display: inline-block;
    position: initial;
}

ul.icon_inline.quere_star li::before {
    transform: translateY(6px);
    line-height: 0;
}

body ol {
    counter-reset: li;
}

body ol[start="1"] {
    counter-reset: li 0;
}

body ol[start="2"] {
    counter-reset: li 1;
}

body ol[start="3"] {
    counter-reset: li 2;
}

body ol[start="4"] {
    counter-reset: li 3;
}

body ol[start="5"] {
    counter-reset: li 4;
}

body ol[start="6"] {
    counter-reset: li 5;
}

body ol[start="7"] {
    counter-reset: li 6;
}

body ol[start="8"] {
    counter-reset: li 7;
}

body ol[start="9"] {
    counter-reset: li 8;
}

body ol[start="10"] {
    counter-reset: li 9;
}

body ol[start="11"] {
    counter-reset: li 10;
}

body ol[start="12"] {
    counter-reset: li 11;
}

body ol[start="13"] {
    counter-reset: li 12;
}

body ol[start="14"] {
    counter-reset: li 13;
}

body ol[start="15"] {
    counter-reset: li 14;
}

body ol[start="16"] {
    counter-reset: li 15;
}

body ol[start="17"] {
    counter-reset: li 16;
}

body ol[start="18"] {
    counter-reset: li 17;
}

body ol[start="19"] {
    counter-reset: li 18;
}

body ol[start="20"] {
    counter-reset: li 19;
}

body ol[start="21"] {
    counter-reset: li 20;
}

body ol[start="22"] {
    counter-reset: li 21;
}

body ol[start="23"] {
    counter-reset: li 22;
}

body ol[start="24"] {
    counter-reset: li 23;
}

body ol[start="25"] {
    counter-reset: li 24;
}

body ol[start="26"] {
    counter-reset: li 25;
}

body ol[start="27"] {
    counter-reset: li 26;
}

body ol[start="28"] {
    counter-reset: li 27;
}

body ol[start="29"] {
    counter-reset: li 28;
}

body ol[start="30"] {
    counter-reset: li 29;
}

body ol>li {
    position: relative;
    counter-increment: li;
}

body ol>li::before {
    content: "." counter(li);
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    margin-left: -0.9em;
    margin-right: calc(0.25em + 6px);
    line-height: inherit;
    font-weight: 500;
    direction: rtl;
}

body ul ol>li::before {
    top: 0;
    background-color: transparent !important;
}

body li ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

body li ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.load_more_wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 60px;
}

.load_more_wrapper .button_wrapper {
    display: inline-block;
    position: relative;
}

.load_more_wrapper .load_more_item {
    white-space: nowrap;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    position: relative;
    z-index: 1;
    padding: 9px 34px;
    font-size: 14px;
}

.load_more_wrapper .load_more_item .wgl_loading_icon {
    display: inline-block;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    line-height: 1;
    font-size: 19px;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    transition: all 0.4s, color 0s;
    animation: rotating 2s linear infinite;
}

.load_more_wrapper .load_more_item .load_more__icon {
    font-weight: normal;
    box-sizing: content-box;
    color: var(--quere-button-bg-hover);
    transition: 0.4s;
    margin-right: 6px;
    font-size: 16px;
    line-height: 1;
    transform: translateY(2px);
}

.load_more_wrapper .load_more_item .load_more__icon .flaticon-right::before {
    transition: transform 0.4s;
    display: inline-block;
    transform: rotate(-45deg);
}

.load_more_wrapper .load_more_item span {
    position: relative;
    z-index: 2;
    transition: opacity 0.3s 0.3s;
    letter-spacing: inherit;
}

.load_more_wrapper .load_more_item:hover,
.load_more_wrapper .load_more_item:focus,
.load_more_wrapper .load_more_item:active {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border-color: var(--quere-button-border-hover);
}

.load_more_wrapper .load_more_item:hover .load_more__icon,
.load_more_wrapper .load_more_item:focus .load_more__icon,
.load_more_wrapper .load_more_item:active .load_more__icon {
    color: var(--quere-button-color-hover);
}

.load_more_wrapper .load_more_item:hover .load_more__icon .flaticon-right::before,
.load_more_wrapper .load_more_item:focus .load_more__icon .flaticon-right::before,
.load_more_wrapper .load_more_item:active .load_more__icon .flaticon-right::before {
    transform: rotate(0deg);
}

.load_more_wrapper .load_more_item.loading .wgl_loading_icon {
    color: inherit;
    opacity: 1;
    transition: all 0.4s 0.2s, color 0s;
}

.load_more_wrapper .load_more_item.loading span {
    opacity: 0;
    transition: opacity 0.3s 0s;
}

.load_more_wrapper .load_more_item.full_width_btn .load_more_item {
    width: 100%;
}

@keyframes rotating {
    0% {
        transform: rotate(0turn);
    }

    100% {
        transform: rotate(1turn);
    }
}

.wgl-pagination {
    margin: -5px;
    padding: 0 0 35px;
    list-style: none;
    clear: both;
}

.wgl-pagination .page,
.wgl-pagination .post-page-numbers {
    display: inline-block;
    margin: 5px;
    line-height: 1;
}

.wgl-pagination .page .page-numbers,
.wgl-pagination .page .post-page-link,
.wgl-pagination .post-page-numbers .page-numbers,
.wgl-pagination .post-page-numbers .post-page-link {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 42px;
    min-width: 42px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s;
    color: var(--quere-primary-color);
    background-color: var(--quere-tertiary-color);
    border: 1px solid var(--quere-primary-color);
    border-radius: 42px;
}

.wgl-pagination .page .page-numbers i,
.wgl-pagination .page .post-page-link i,
.wgl-pagination .post-page-numbers .page-numbers i,
.wgl-pagination .post-page-numbers .post-page-link i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s, color 0s;
}

.wgl-pagination .page .page-numbers:hover,
.wgl-pagination .page .page-numbers.current,
.wgl-pagination .page .post-page-link:hover,
.wgl-pagination .page .post-page-link.current,
.wgl-pagination .post-page-numbers .page-numbers:hover,
.wgl-pagination .post-page-numbers .page-numbers.current,
.wgl-pagination .post-page-numbers .post-page-link:hover,
.wgl-pagination .post-page-numbers .post-page-link.current {
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.wgl-pagination .page .page-numbers.prev,
.wgl-pagination .page .page-numbers.next,
.wgl-pagination .page .post-page-link.prev,
.wgl-pagination .page .post-page-link.next,
.wgl-pagination .post-page-numbers .page-numbers.prev,
.wgl-pagination .post-page-numbers .page-numbers.next,
.wgl-pagination .post-page-numbers .post-page-link.prev,
.wgl-pagination .post-page-numbers .post-page-link.next {
    padding: 0;
    font-size: 22px;
    font-weight: normal;
}

.wgl-pagination .page .page-numbers.prev::before,
.wgl-pagination .page .page-numbers.next::before,
.wgl-pagination .page .post-page-link.prev::before,
.wgl-pagination .page .post-page-link.next::before,
.wgl-pagination .post-page-numbers .page-numbers.prev::before,
.wgl-pagination .post-page-numbers .page-numbers.next::before,
.wgl-pagination .post-page-numbers .post-page-link.prev::before,
.wgl-pagination .post-page-numbers .post-page-link.next::before {
    display: none;
}

.wgl-pagination .page .page-numbers.next i,
.wgl-pagination .page .post-page-link.next i,
.wgl-pagination .post-page-numbers .page-numbers.next i,
.wgl-pagination .post-page-numbers .post-page-link.next i {
    transform: translateY(1px);
}

.wgl-pagination .page .page-numbers.prev i,
.wgl-pagination .page .post-page-link.prev i,
.wgl-pagination .post-page-numbers .page-numbers.prev i,
.wgl-pagination .post-page-numbers .post-page-link.prev i {
    transform: scaleX(-1) translateY(1px);
}

.wgl-pagination .page .page-numbers.current,
.wgl-pagination .page .post-page-link.current,
.wgl-pagination .post-page-numbers .page-numbers.current,
.wgl-pagination .post-page-numbers .post-page-link.current {
    pointer-events: none;
}

.wgl-pagination .page .page-numbers.dots,
.wgl-pagination .page .post-page-link.dots,
.wgl-pagination .post-page-numbers .page-numbers.dots,
.wgl-pagination .post-page-numbers .post-page-link.dots {
    pointer-events: none;
    min-width: unset;
    border: unset;
    color: var(--quere-secondary-color);
}

.wgl-pagination .page.current span.page-link,
.wgl-pagination .post-page-numbers.current span.page-link {
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.wgl-pagination .page.current,
.wgl-pagination .page span.current,
.wgl-pagination .post-page-numbers.current,
.wgl-pagination .post-page-numbers span.current {
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.wgl-pagination .page-numbers.dots,
.wgl-pagination .post-page-numbers.dots {
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.wgl-pagination .page-numbers.dots::after,
.wgl-pagination .page-numbers.next::after,
.wgl-pagination .page-numbers.prev::after,
.wgl-pagination .post-page-numbers.dots::after,
.wgl-pagination .post-page-numbers.next::after,
.wgl-pagination .post-page-numbers.prev::after {
    display: none;
}

.blog-post_content .wgl-pagination {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 0;
}

.blog-post_content .wgl-pagination .page:not(:last-child),
.blog-post_content .wgl-pagination .post-page-numbers:not(:last-child) {
    margin-right: 7px;
}

.blog-post_content .wgl-pagination .post-page-link {
    min-width: 25px;
    height: 30px;
    min-width: 30px;
    font-size: 16px;
    line-height: 28px;
    padding: 0 5px;
    margin: 25px 0 0 0;
}

.wgl-container rs-module [class*="fab fa-"],
.wgl-container .rb-modal-wrapper [class*="fab fa-"],
.wgl-container #rs_overview [class*="fab fa-"],
.wgl-container #objectlibrary [class*="fab fa-"],
.wgl-container #waitaminute [class*="fab fa-"],
.wgl-container #rs_overview_menu [class*="fab fa-"],
.wgl-container #builderView [class*="fab fa-"] {
    font-weight: 400;
    font-family: "Font Awesome 5 Brands";
}

.wgl-container rs-module [class*="fab fa-"]::before,
.wgl-container .rb-modal-wrapper [class*="fab fa-"]::before,
.wgl-container #rs_overview [class*="fab fa-"]::before,
.wgl-container #objectlibrary [class*="fab fa-"]::before,
.wgl-container #waitaminute [class*="fab fa-"]::before,
.wgl-container #rs_overview_menu [class*="fab fa-"]::before,
.wgl-container #builderView [class*="fab fa-"]::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: inherit;
}

.wgl-container rs-module [class*="far fa-"],
.wgl-container rs-module [class*="fal fa-"],
.wgl-container rs-module [class*="fas fa-"],
.wgl-container .rb-modal-wrapper [class*="far fa-"],
.wgl-container .rb-modal-wrapper [class*="fal fa-"],
.wgl-container .rb-modal-wrapper [class*="fas fa-"],
.wgl-container #rs_overview [class*="far fa-"],
.wgl-container #rs_overview [class*="fal fa-"],
.wgl-container #rs_overview [class*="fas fa-"],
.wgl-container #objectlibrary [class*="far fa-"],
.wgl-container #objectlibrary [class*="fal fa-"],
.wgl-container #objectlibrary [class*="fas fa-"],
.wgl-container #waitaminute [class*="far fa-"],
.wgl-container #waitaminute [class*="fal fa-"],
.wgl-container #waitaminute [class*="fas fa-"],
.wgl-container #rs_overview_menu [class*="far fa-"],
.wgl-container #rs_overview_menu [class*="fal fa-"],
.wgl-container #rs_overview_menu [class*="fas fa-"],
.wgl-container #builderView [class*="far fa-"],
.wgl-container #builderView [class*="fal fa-"],
.wgl-container #builderView [class*="fas fa-"] {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}

.wgl-container rs-module [class*="far fa-"]::before,
.wgl-container rs-module [class*="fal fa-"]::before,
.wgl-container rs-module [class*="fas fa-"]::before,
.wgl-container .rb-modal-wrapper [class*="far fa-"]::before,
.wgl-container .rb-modal-wrapper [class*="fal fa-"]::before,
.wgl-container .rb-modal-wrapper [class*="fas fa-"]::before,
.wgl-container #rs_overview [class*="far fa-"]::before,
.wgl-container #rs_overview [class*="fal fa-"]::before,
.wgl-container #rs_overview [class*="fas fa-"]::before,
.wgl-container #objectlibrary [class*="far fa-"]::before,
.wgl-container #objectlibrary [class*="fal fa-"]::before,
.wgl-container #objectlibrary [class*="fas fa-"]::before,
.wgl-container #waitaminute [class*="far fa-"]::before,
.wgl-container #waitaminute [class*="fal fa-"]::before,
.wgl-container #waitaminute [class*="fas fa-"]::before,
.wgl-container #rs_overview_menu [class*="far fa-"]::before,
.wgl-container #rs_overview_menu [class*="fal fa-"]::before,
.wgl-container #rs_overview_menu [class*="fas fa-"]::before,
.wgl-container #builderView [class*="far fa-"]::before,
.wgl-container #builderView [class*="fal fa-"]::before,
.wgl-container #builderView [class*="fas fa-"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.wgl-container rs-module [class*="far fa-"],
.wgl-container .rb-modal-wrapper [class*="far fa-"],
.wgl-container #rs_overview [class*="far fa-"],
.wgl-container #objectlibrary [class*="far fa-"],
.wgl-container #waitaminute [class*="far fa-"],
.wgl-container #rs_overview_menu [class*="far fa-"],
.wgl-container #builderView [class*="far fa-"] {
    font-weight: 900;
}

.wgl-container rs-module [class*="far fa-"]::before,
.wgl-container .rb-modal-wrapper [class*="far fa-"]::before,
.wgl-container #rs_overview [class*="far fa-"]::before,
.wgl-container #objectlibrary [class*="far fa-"]::before,
.wgl-container #waitaminute [class*="far fa-"]::before,
.wgl-container #rs_overview_menu [class*="far fa-"]::before,
.wgl-container #builderView [class*="far fa-"]::before {
    font-weight: 900;
}

.wgl-container .rs-layer.wgl-button,
.wgl-container .rev_slider_button {
    transition: all 0.4s;
}

.elementor-social-icon-instagram.elementor-icon {
    background-color: #c52ea7;
}

.blog-post_wrapper .share_post-container {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper,
.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li {
    opacity: 1;
    visibility: visible;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(1) {
    transition-delay: 0s;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(2) {
    transition-delay: 0.08s;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(3) {
    transition-delay: 0.16s;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(4) {
    transition-delay: 0.24s;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(5) {
    transition-delay: 0.32s;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(6) {
    transition-delay: 0.4s;
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper ul>li:nth-last-child(7) {
    transition-delay: 0.48s;
}

.blog-post_wrapper .share_post-container:hover>a::after {
    transform: scale(0.2);
}

.blog-post_wrapper .share_post-container::after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(100% + 12px);
}

.blog-post_wrapper .share_post-container .share_post {
    display: block;
}

.blog-post_wrapper .share_post-container span {
    display: block;
    line-height: inherit;
    border-radius: 50%;
    transition: all 0.45s;
}

.blog-post_wrapper .share_post-container>i {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    transition: color 0.3s;
}

.blog-post_wrapper .share_post-container .share_reddit .fab {
    background-color: #FF5700;
}

.blog-post_wrapper .share_post-container .share_twitter .fab {
    background-color: #1b82c4;
}

.blog-post_wrapper .share_post-container .share_facebook .fab {
    background-color: #354cd9;
}

.blog-post_wrapper .share_post-container .share_linkedin .fab {
    background-color: #007bb5;
}

.blog-post_wrapper .share_post-container .share_whatsapp .fab {
    background-color: #25d366;
}

.blog-post_wrapper .share_post-container .share_telegram .fab {
    background-color: #0088cc;
}

.blog-post_wrapper .share_post-container .share_pinterest .fab {
    background-color: #ff1226;
}

.blog-post_wrapper .share_post-container .share_social-wpapper {
    display: block;
    position: absolute;
    right: -8px;
    bottom: calc(100% + 8px);
    min-width: unset;
    z-index: 2;
    box-shadow: none;
    margin: 0;
    padding: 2px;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    background: var(--quere-primary-color);
}

.blog-post_wrapper .share_post-container .share_social-wpapper::after {
    content: "";
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5.5px 0 5.5px;
    border-color: currentColor transparent transparent transparent;
    right: 10px;
    bottom: -5px;
    color: var(--quere-primary-color);
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link {
    text-align: center;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    transition: 0.4s;
    opacity: 1;
    background: unset !important;
    visibility: hidden;
    pointer-events: all;
    margin: 0;
    border-radius: unset;
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link:first-of-type {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link:last-of-type {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link::before {
    display: none;
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    border-radius: inherit;
    background-color: transparent;
    font-weight: normal;
    color: #ffffff;
}

.blog-post_wrapper .share_post-container .share_social-wpapper a.share_link:hover span {
    background-color: rgba(255, 255, 255, 0.13);
}

.blog-post_wrapper .share_post-container:hover .share_social-wpapper a.share_link {
    visibility: visible;
}

.share_social-wpapper {
    display: flex;
    justify-content: flex-end;
}

.share_social-wpapper:not(:last-child) {
    margin-right: 10px;
}

.share_social-wpapper .share_facebook>span {
    color: #354cd9;
}

.share_social-wpapper .share_twitter>span {
    color: #1b82c4;
}

.share_social-wpapper .share_pinterest>span {
    color: #ff1226;
}

.share_social-wpapper .share_linkedin>span {
    color: #007bb5;
}

.share_social-wpapper .share_whatsapp>span {
    color: #25d366;
}

.share_social-wpapper .share_reddit>span {
    color: #FF5700;
}

.share_social-wpapper .share_telegram>span {
    color: #0088cc;
}

.share_social-wpapper .share_link:hover[class*=share]>span {
    color: #ffffff;
}

.share_social-wpapper .share_link:hover.share_facebook>span {
    background-color: #354cd9;
    border-color: #354cd9;
}

.share_social-wpapper .share_link:hover.share_twitter>span {
    background-color: #1b82c4;
    border-color: #1b82c4;
}

.share_social-wpapper .share_link:hover.share_pinterest>span {
    background-color: #ff1226;
    border-color: #ff1226;
}

.share_social-wpapper .share_link:hover.share_linkedin>span {
    background-color: #007bb5;
    border-color: #007bb5;
}

.share_social-wpapper .share_link:hover.share_whatsapp>span {
    background-color: #25d366;
    border-color: #25d366;
}

.share_social-wpapper .share_link:hover.share_reddit>span {
    background-color: #FF5700;
    border-color: #FF5700;
}

.share_social-wpapper .share_link:hover.share_telegram>span {
    background-color: #0088cc;
    border-color: #0088cc;
}

.share_social-wpapper .share_link {
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}

.share_social-wpapper .share_link>span {
    display: flex;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    border-radius: inherit;
    white-space: nowrap;
    max-width: 30px;
    transition: 0.65s;
}

.share_social-wpapper .share_link>span::before {
    display: inline-block;
    width: 30px;
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    flex-shrink: 0;
}

.share_social-wpapper .share_link .share_name {
    display: none;
}

.share_social-wpapper .share_link:not(:last-of-type) {
    padding-right: 10px;
}

.author-info_social-wrapper .author-info_social-link {
    line-height: 30px;
}

.author-info_social-wrapper .author-info_social-link.fa {
    color: #969696;
}

.wgl-page-socials {
    position: absolute;
    z-index: 90;
    left: 50px;
}

.wgl-page-socials.fixed {
    position: fixed;
    z-index: 90;
}

.wgl-page-socials li {
    padding-bottom: 17px;
    line-height: 27px;
}

.wgl-page-socials .social__link {
    font-size: 13px;
    color: #ffffff;
    white-space: nowrap;
    transition: all 0.4s, width 0s 1s;
}

.wgl-page-socials .social__link .social__name {
    display: inline-block;
    width: 0;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    overflow: hidden;
    opacity: 0;
    transform-origin: -25px 50%;
    transform: translateY(-1px) rotateY(0.25turn);
    transition: inherit;
}

.wgl-page-socials .social__link .social__icon {
    padding-right: 1.2em;
}

.wgl-page-socials .social__link:hover {
    transition: all 0.4s;
}

.wgl-page-socials .social__link:hover .social__name {
    width: auto;
    opacity: 1;
    transform: translateY(-1px) rotateY(0turn);
}

.wgl-page-socials .socials__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wgl-page-socials.appearence-hovered {
    padding-top: 35px;
    height: 0;
}

.wgl-page-socials.appearence-hovered .socials__desc {
    position: absolute;
    top: 0;
    left: 0;
    margin: -5px -5px 0;
    padding: 5px 5px 0;
    cursor: pointer;
}

.wgl-page-socials.appearence-hovered .socials__desc .social__icon {
    color: #ffffff;
}

.wgl-page-socials.appearence-hovered .socials__desc .social__name {
    display: none;
}

.wgl-page-socials.appearence-hovered .socials__list {
    visibility: hidden;
}

.wgl-page-socials.appearence-hovered .socials__list li {
    transform: translateX(-150%);
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(1) {
    transition-delay: 0.05s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(2) {
    transition-delay: 0.1s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(3) {
    transition-delay: 0.15s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(4) {
    transition-delay: 0.2s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(5) {
    transition-delay: 0.25s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(6) {
    transition-delay: 0.3s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(7) {
    transition-delay: 0.35s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(8) {
    transition-delay: 0.4s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(9) {
    transition-delay: 0.45s;
}

.wgl-page-socials.appearence-hovered .socials__list li:nth-child(10) {
    transition-delay: 0.5s;
}

.wgl-page-socials.appearence-hovered .socials__desc:hover+.socials__list {
    visibility: visible;
}

.wgl-page-socials.appearence-hovered .socials__desc:hover+.socials__list li,
.wgl-page-socials.appearence-hovered .socials__list:hover li {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li {
    opacity: 0;
    transform: translateX(-150%);
    animation: soc_slide_right 0.5s forwards;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(1) {
    animation-delay: 5.1s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(2) {
    animation-delay: 5.2s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(3) {
    animation-delay: 5.3s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(4) {
    animation-delay: 5.4s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(5) {
    animation-delay: 5.5s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(6) {
    animation-delay: 5.6s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(7) {
    animation-delay: 5.7s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(8) {
    animation-delay: 5.8s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(9) {
    animation-delay: 5.9s;
}

.wgl-page-socials:not(.appearence-hovered) .socials__list li:nth-child(10) {
    animation-delay: 6s;
}

@keyframes soc_slide_right {
    0% {
        transform: translateX(-150%);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.wgl-social-icons .elementor-icon i,
.wgl-social-icons .elementor-icon svg {
    transition: 0.3s;
}

.single_post_info>* {
    margin-bottom: 20px;
}

.single_post_info .share_post-container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.single_post_info .share_post-container::after {
    display: none;
}

.single_post_info .share_post-container:hover>a {
    color: rgba(var(--quere-header-rgb), 0.54);
}

.single_post_info .share_post-container:hover .share_social-wpapper {
    opacity: 1;
    visibility: visible;
}

.single_post_info .share_post-container .share_social-wpapper::after {
    display: none;
}

.single_post_info .share_post-container .share_post-title {
    font-size: 14px;
    font-weight: 700;
    margin-right: 26px;
    color: var(--quere-header-font-color);
}

.single_post_info .share_post-container .share_link {
    line-height: 30px;
    padding: 0;
    width: 30px;
    height: 30px;
    overflow: visible;
    border-radius: 50%;
    text-align: center;
}

.single_post_info .share_post-container .share_link>span {
    font-size: 15px;
    transition: 0.4s;
    width: 100%;
    height: inherit;
    line-height: inherit;
    max-width: unset;
    color: var(--quere-header-font-color);
    background-color: transparent;
    border: unset;
    position: relative;
    z-index: 1;
}

.single_post_info .share_post-container .share_link:hover[class*=share]>span {
    color: rgba(var(--quere-primary-rgb), 0.3);
    background-color: transparent;
    transition: 0.4s;
}

.single_post_info .share_post-container .share_link:not(:last-child) {
    margin-right: 12px;
}

@media (max-width: 767px) {
    .single_post_info .share_post-container>a {
        display: none;
    }

    .single_post_info .share_post-container .share_social-wpapper {
        position: relative;
        opacity: 1;
        visibility: visible;
        padding: 0;
    }
}

.woocommerce div.product .share_social-wpapper .share_link {
    margin-right: 20px;
    font-size: 12px;
    color: #c2c2c2;
}

.woocommerce div.product .share_social-wpapper .share_link span.fa {
    transition: 0.45s ease-in-out;
}

.woocommerce div.product .share_social-wpapper .share_link:last-child {
    margin-right: 0;
}

.elementor-social-icon-instagram.elementor-icon {
    background-color: #c52ea7;
}

.wgl_module_team {
    position: relative;
    z-index: 1;
}

.wgl_module_team .team__member {
    transition: 0.4s;
}

.wgl_module_team .member__wrapper {
    position: relative;
    z-index: 1;
    transition: 0.4s;
    color: var(--quere-tertiary-color);
    overflow: hidden;
}

.wgl_module_team .member__wrapper::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, var(--quere-primary-color) 100%);
}

.wgl_module_team .member__wrapper:hover .member__info {
    transform: translateY(0);
}

.wgl_module_team .member__wrapper:hover .member__socials {
    opacity: 1;
}

.wgl_module_team .member__thumbnail {
    display: block;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.wgl_module_team .member__thumbnail img {
    transition: 0.4s;
    border-radius: inherit;
}

.wgl_module_team .member__thumbnail::before,
.wgl_module_team .member__thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transition: 0.4s;
}

.wgl_module_team .member__thumbnail::after {
    opacity: 0;
}

.wgl_module_team .member__info {
    margin-top: 33px;
    margin-bottom: 8px;
    transform: translateY(45px);
    transition: 0.4s;
}

@media (max-width: 767px) {
    .wgl_module_team .member__info {
        transform: translateY(0);
    }
}

.wgl_module_team .member__info-wrapper {
    padding: 30px 40px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    transition: 0.4s;
}

@media (max-width: 767px) {
    .wgl_module_team .member__info-wrapper {
        padding: 30px;
    }
}

.wgl_module_team .member__name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
    color: inherit;
}

.wgl_module_team .member__name a,
.wgl_module_team .member__name span {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    transition: 0.4s;
}

.wgl_module_team .member__name span {
    cursor: default;
}

.wgl_module_team .member__name a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.1em;
}

.wgl_module_team .member__name a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.wgl_module_team .member__meta-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.wgl_module_team .member__highlighted {
    font-family: var(--quere-additional-font-family);
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    transition: 0.4s;
    color: inherit;
    margin-top: 12px;
}

.wgl_module_team .member__icon {
    line-height: 0;
}

.wgl_module_team .member__icon i {
    display: inline-block;
    color: var(--quere-primary-color);
    font-size: 24px;
    line-height: 0;
    transform: rotate(-45deg) translateX(7px);
}

.wgl_module_team .member__excerpt {
    margin-top: 15px;
    line-height: 1.7;
    transition: 0.4s;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.wgl_module_team .member__excerpt::-webkit-scrollbar {
    display: none;
}

.team__member .member__socials {
    z-index: 1;
    line-height: 1;
}

.team__member .member__media {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team__member .member__media .member__socials {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    width: 100%;
    transition: 0.4s;
}

.team__member .member__media .social__icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    opacity: 0;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    transform: translateY(-20px);
}

@media (max-width: 767px) {
    .team__member .member__media .social__icon {
        opacity: 1;
        transform: translateY(0);
    }
}

.team__member .member__wrapper .member__socials {
    transition: 0.4s;
    opacity: 0;
    margin-top: 20px;
    margin-bottom: -5px;
}

.team__member .member__wrapper:hover .social__icon {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.team__member .member__wrapper:hover .social__icon:nth-child(1) {
    transition-delay: 0s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(2) {
    transition-delay: 0.1s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(3) {
    transition-delay: 0.2s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(4) {
    transition-delay: 0.3s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(5) {
    transition-delay: 0.4s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(6) {
    transition-delay: 0.5s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(7) {
    transition-delay: 0.6s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(8) {
    transition-delay: 0.7s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(9) {
    transition-delay: 0.8s;
}

.team__member .member__wrapper:hover .social__icon:nth-child(10) {
    transition-delay: 0.9s;
}

@media (max-width: 767px) {
    .team__member .member__wrapper .member__socials {
        opacity: 1;
        transform: translateY(0);
    }

    .team__member .member__wrapper .social__icon {
        opacity: 1;
        transform: translateY(0);
    }
}

.team__member .social__icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    margin-right: 26px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.team__member .social__icon::before {
    display: inline-block;
    transition: 0.4s;
}

.team__member .social__icon:last-child {
    margin-right: 0;
}

.team__member .social__icon:hover {
    color: #fff;
}

.team__member .social__icon:hover::before {
    transform: translateY(-4px);
}

.wgl_module_team {
    --quere-team-grid-gap: 30px;
}

.wgl_module_team .team__members:not(.carousel) {
    display: flex;
    flex-wrap: wrap;
}

.wgl_module_team .team__members:not(.carousel) .team__member {
    margin-bottom: var(--quere-team-grid-gap);
}

@media (min-width: 768px) {
    .wgl_module_team .team__members:not(.carousel) {
        margin-right: calc(var(--quere-team-grid-gap) / 2 * -1);
        margin-left: calc(var(--quere-team-grid-gap) / 2 * -1);
    }

    .wgl_module_team .team__members:not(.carousel) .team__member {
        margin-right: calc(var(--quere-team-grid-gap) / 2);
        margin-left: calc(var(--quere-team-grid-gap) / 2);
    }
}

.wgl_module_team .team__members.carousel .wgl-carousel_wrapper {
    margin-right: calc(var(--quere-team-grid-gap) / 2 * -1);
    margin-left: calc(var(--quere-team-grid-gap) / 2 * -1);
}

.wgl_module_team .team__members.carousel .member__wrapper {
    margin-right: calc(var(--quere-team-grid-gap) / 2);
    margin-left: calc(var(--quere-team-grid-gap) / 2);
}

.wgl_module_team .grid-col--1 .team__member {
    width: 100%;
}

.wgl_module_team .grid-col--2 .team__member {
    width: calc(50% - var(--quere-team-grid-gap));
}

.wgl_module_team .grid-col--3 .team__member {
    width: calc(33.333333% - var(--quere-team-grid-gap));
}

.wgl_module_team .grid-col--4 .team__member {
    width: calc(25% - var(--quere-team-grid-gap));
}

.wgl_module_team .grid-col--5 .team__member {
    width: calc(20% - var(--quere-team-grid-gap));
}

.wgl_module_team .grid-col--6 .team__member {
    width: calc(16.6666% - var(--quere-team-grid-gap));
}

@media (max-width: 1500px) {

    .wgl_module_team .grid-col--5 .team__member,
    .wgl_module_team .grid-col--6 .team__member {
        width: calc(25% - var(--quere-team-grid-gap));
    }
}

@media (max-width: 1370px) {

    .wgl_module_team .grid-col--4 .team__member,
    .wgl_module_team .grid-col--5 .team__member,
    .wgl_module_team .grid-col--6 .team__member {
        width: calc(33.333333% - var(--quere-team-grid-gap));
    }
}

@media (max-width: 1025px) {

    .wgl_module_team .grid-col--3 .team__member,
    .wgl_module_team .grid-col--4 .team__member,
    .wgl_module_team .grid-col--5 .team__member,
    .wgl_module_team .grid-col--6 .team__member {
        width: calc(50% - var(--quere-team-grid-gap));
    }
}

@media (max-width: 767px) {

    .wgl_module_team .grid-col--2 .team__member,
    .wgl_module_team .grid-col--3 .team__member,
    .wgl_module_team .grid-col--4 .team__member,
    .wgl_module_team .grid-col--5 .team__member,
    .wgl_module_team .grid-col--6 .team__member {
        width: 100%;
    }
}

.wgl-views {
    display: inline-block;
}

.wgl-views .post_views_inner {
    color: inherit;
    transition: 0.45s;
}

.wgl-views .sl-icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
    transform: translateY(1px);
}

.wgl-views .sl-icon:before {
    line-height: 0;
}

.post_featured_bg .wgl-views {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: unset;
    padding: 6px 13px;
    background-color: rgba(var(--quere-primary-rgb), 0.3);
    border-radius: 30px;
    margin: -2px 0;
    line-height: 1;
}

.post_featured_bg .wgl-views .sl-icon:before {
    line-height: initial;
}

.post_featured_bg .wgl-views .sl-count {
    line-height: 20px;
    margin-left: 6px;
}

.post_featured_bg .wgl-views .sl-count-text {
    margin-left: 3px;
}

.wgl-views .sl-count {
    display: inline-block;
    margin-left: 8px;
    transition: inherit;
}

.wgl-views .sl-count-text {
    display: none !important;
}

.widget_block h2,
.title-wrapper .title,
.sidebar [class*=berocket_] h3 {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 24px;
    line-height: 1.3;
    color: var(--quere-primary-color);
    font-family: var(--quere-additional-font-family);
    font-weight: 600;
    font-style: italic;
}

.widget_block h2::before,
.title-wrapper .title::before,
.sidebar [class*=berocket_] h3::before {
    content: "/";
    display: inline-block;
    margin-right: 13px;
}

.widget {
    position: relative;
}

.widget:not(:first-child) {
    padding-top: 40px;
}

.widget:last-child {
    margin-bottom: 40px;
}

.widget .wp-block-group h2,
.widget .title-wrapper {
    margin: 0 0 20px;
    line-height: 1.3;
}

.widget .wp-block-group h2 .rsswidget img,
.widget .title-wrapper .rsswidget img {
    margin-top: 10px;
}

.widget ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 1px;
    transition: 0.3s;
}

.widget ul li a {
    line-height: 24px;
    color: inherit;
}

.widget>ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.widget>ul>li ul,
.widget>div>ul>li ul,
.widget>div>div>ul>li ul {
    padding-left: 15px;
}

.widget ul li a {
    position: relative;
    line-height: 24px;
    z-index: 1;
}

.widget ul li a .post_count {
    z-index: 1;
    padding: 0 !important;
    letter-spacing: 0;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
}

.widget ul li.current-cat>a .post_count {
    color: var(--quere-primary-color);
}

.widget.widget_categories ul,
.widget.widget_product_categories ul,
.widget.widget_layered_nav ul,
.widget.woocommerce-widget-layered-nav ul,
.widget.widget_archive ul {
    position: relative;
    margin-bottom: -4px;
}

.widget.widget_categories ul li,
.widget.widget_product_categories ul li,
.widget.widget_layered_nav ul li,
.widget.woocommerce-widget-layered-nav ul li,
.widget.widget_archive ul li {
    margin: 0;
    line-height: 1.4;
}

.widget.widget_categories ul li:not(:last-child),
.widget.widget_product_categories ul li:not(:last-child),
.widget.widget_layered_nav ul li:not(:last-child),
.widget.woocommerce-widget-layered-nav ul li:not(:last-child),
.widget.widget_archive ul li:not(:last-child) {
    margin-bottom: 11px;
}

.widget.widget_categories ul li a,
.widget.widget_categories ul li label,
.widget.widget_product_categories ul li a,
.widget.widget_product_categories ul li label,
.widget.widget_layered_nav ul li a,
.widget.widget_layered_nav ul li label,
.widget.woocommerce-widget-layered-nav ul li a,
.widget.woocommerce-widget-layered-nav ul li label,
.widget.widget_archive ul li a,
.widget.widget_archive ul li label {
    font-size: 14px;
    font-weight: 600;
    color: var(--quere-secondary-color);
    text-transform: uppercase;
    font-family: var(--quere-header-font-family);
    background-image: linear-gradient(to top, currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0% 84%;
    background-repeat: no-repeat;
    transition: background-size 1s, color 0.4s;
    display: inline;
}

.widget.widget_categories ul li.current-cat>a,
.widget.widget_categories ul li.chosen>a,
.widget.widget_categories ul li a:hover,
.widget.widget_categories ul li.checked label,
.widget.widget_categories ul li label:hover,
.widget.widget_product_categories ul li.current-cat>a,
.widget.widget_product_categories ul li.chosen>a,
.widget.widget_product_categories ul li a:hover,
.widget.widget_product_categories ul li.checked label,
.widget.widget_product_categories ul li label:hover,
.widget.widget_layered_nav ul li.current-cat>a,
.widget.widget_layered_nav ul li.chosen>a,
.widget.widget_layered_nav ul li a:hover,
.widget.widget_layered_nav ul li.checked label,
.widget.widget_layered_nav ul li label:hover,
.widget.woocommerce-widget-layered-nav ul li.current-cat>a,
.widget.woocommerce-widget-layered-nav ul li.chosen>a,
.widget.woocommerce-widget-layered-nav ul li a:hover,
.widget.woocommerce-widget-layered-nav ul li.checked label,
.widget.woocommerce-widget-layered-nav ul li label:hover,
.widget.widget_archive ul li.current-cat>a,
.widget.widget_archive ul li.chosen>a,
.widget.widget_archive ul li a:hover,
.widget.widget_archive ul li.checked label,
.widget.widget_archive ul li label:hover {
    color: var(--quere-primary-color);
    background-size: 100% 1px;
}

.widget.widget_categories ul li a,
.widget.widget_product_categories ul li a,
.widget.widget_layered_nav ul li a,
.widget.woocommerce-widget-layered-nav ul li a,
.widget.widget_archive ul li a {
    padding: 1px 0;
}

.widget.widget_categories ul li ul,
.widget.widget_product_categories ul li ul,
.widget.widget_layered_nav ul li ul,
.widget.woocommerce-widget-layered-nav ul li ul,
.widget.widget_archive ul li ul {
    margin-bottom: 0;
    margin-top: 10px;
}

.widget.widget_categories .title-wrapper+ul,
.widget.widget_product_categories .title-wrapper+ul,
.widget.widget_layered_nav .title-wrapper+ul,
.widget.woocommerce-widget-layered-nav .title-wrapper+ul,
.widget.widget_archive .title-wrapper+ul {
    margin-top: 21px;
}

.widget_product_categories ul li img {
    margin-right: 13px;
}

.widget_shopping_cart .widget_shopping_cart_content {
    margin-top: 22px;
    margin-bottom: 6px;
}

.widget_recent_entries>ul>li>a {
    position: relative;
    padding-left: 20px;
}

.widget_recent_entries>ul>li>a::before {
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    color: #b7b7b7;
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
    transition: color 0.3s;
}

.widget_recent_entries ul li .post-date {
    display: block;
    font-size: 0.8em;
}

.widget_rss .title-wrapper>a {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.widget_rss .title-wrapper>a img {
    display: none;
}

.widget_rss ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.widget_rss li {
    padding: 18px 0 0 0;
}

.widget_rss li:first-child {
    padding-top: 0;
}

.widget_rss li .rsswidget {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.widget_rss li .rss-date {
    display: block;
    margin: 0 0 9px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #7b7b7b;
    font-style: normal;
}

.widget_rss li .rssSummary {
    line-height: 26px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

.widget_rss li cite {
    display: block;
    position: relative;
    margin-top: 0;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--quere-primary-color);
}

.widget_rss li cite::before {
    content: "–";
    margin-right: 5px;
}

.widget_text .textwidget {
    margin-top: -9px;
}

.widget ul.wp-block-latest-posts li {
    padding-left: 0;
}

ul[class*=wp-block-] li a {
    color: inherit;
}

.wp-block-rss {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-weight: 600;
}

.wp-block-rss a {
    color: inherit;
}

.wp-block-rss .wp-block-rss__item:not(:last-child) {
    margin-bottom: 20px;
}

.wp-block-rss .wp-block-rss__item-excerpt {
    color: var(--quere-content-color);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}

.widget_comments>ul>li::before,
.widget_meta>ul>li::before,
.widget_archive>ul>li::before,
.widget_recent_comments>ul>li::before,
ul.wp-block-archives>li::before {
    font-family: flaticon;
    transition: inherit;
}

.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul,
.widget_product_categories ul,
.widget_layered_nav ul,
.widget_meta ul,
ul.wp-block-archives {
    list-style: none;
}

.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul,
.widget_product_categories ul ul,
.widget_layered_nav ul ul,
.widget_meta ul ul,
ul.wp-block-archives ul {
    margin: 0;
    padding: 0;
}

.widget_archive ul li ul li:last-child,
.widget_recent_entries ul li ul li:last-child,
.widget_categories ul li ul li:last-child,
.widget_product_categories ul li ul li:last-child,
.widget_layered_nav ul li ul li:last-child,
.widget_meta ul li ul li:last-child,
ul.wp-block-archives li ul li:last-child {
    border-bottom: 0;
}

.widget_categories ul li img,
.widget_product_categories ul li img,
.widget_layered_nav ul li img,
.widget_meta ul li img,
.widget_archive ul li img,
ul.wp-block-archives li img {
    max-width: 40px;
    margin-top: -4px;
    margin-right: 5px;
    vertical-align: middle;
}

.widget_categories ul li ul li img,
.widget_product_categories ul li ul li img,
.widget_layered_nav ul li ul li img,
.widget_meta ul li ul li img,
.widget_archive ul li ul li img,
ul.wp-block-archives li ul li img {
    display: none;
}

.widget_meta.widget>ul li a {
    position: relative;
    padding-left: 20px;
}

.widget_meta.widget>ul li a::before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    color: #b7b7b7;
    position: absolute;
    line-height: 1;
    top: 5px;
    left: 0;
    transition: color 0.3s;
}

.widget_recent_comments>ul {
    margin-top: -10px;
    margin-bottom: -6px;
    list-style: none;
}

.widget_recent_comments>ul>li::before {
    content: "\f075";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 700;
    color: #b7b7b7;
    position: absolute;
    top: 10px;
    left: 0;
    line-height: 1;
}

.widget_recent_comments ul li {
    position: relative;
    padding: 3px 0 3px 20px;
    line-height: 1.5;
}

.widget_recent_comments a {
    display: inline !important;
}

.widget_recent_comments a[rel~=external] {
    text-decoration: underline;
}

.widget .wp-block-latest-comments {
    margin-top: 5px;
    padding-bottom: 0;
}

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

.wp-block-latest-comments>li {
    padding-left: 0;
    line-height: 1.3em;
}

.wp-block-latest-comments>li article {
    display: inline;
}

.wp-block-latest-comments__comment {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.wp-block-latest-comments__comment::before {
    display: none;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    font-weight: 500;
    color: var(--quere-header-font-color);
    display: inline;
    margin-left: 0 !important;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: inherit;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
    color: var(--quere-primary-color);
}

.wp-block-latest-comments__comment .avatar,
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-avatar {
    width: auto;
    height: auto;
    float: none;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-date {
    font-size: 14px;
    line-height: 22px;
    color: #6e777e;
    margin-top: 9px;
    margin-bottom: 11px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0 !important;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt p:last-child {
    margin-bottom: 0;
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    font-size: 14px;
    line-height: 22px;
    color: #6e777e;
    margin-top: 5px;
}

ul.wp-block-latest-posts {
    margin-left: 0;
    padding: 0;
    list-style: none;
}

ul.wp-block-latest-posts li {
    position: relative;
}

ul.wp-block-latest-posts li:not(:first-child) {
    margin-top: 15px;
}

ul.wp-block-latest-posts li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: inherit;
    padding-left: 20px;
}

ul.wp-block-latest-posts li a::before {
    content: "\f15b";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 600;
    color: #b7b7b7;
    position: absolute;
    line-height: 1;
    top: 6px;
    left: 0;
    transition: color 0.3s;
}

ul.wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin-bottom: 10px;
}

ul.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
    margin-bottom: 25px;
}

ul.wp-block-latest-posts.is-grid li {
    margin: 0 20px 20px 0;
}

ul.wp-block-archives li,
ul.wp-block-categories li {
    margin: 0;
    line-height: 1.4;
}

ul.wp-block-archives li:not(:last-child),
ul.wp-block-categories li:not(:last-child) {
    margin-bottom: 11px;
}

ul.wp-block-archives li a,
ul.wp-block-archives li label,
ul.wp-block-categories li a,
ul.wp-block-categories li label {
    font-size: 14px;
    font-weight: 600;
    color: var(--quere-secondary-color);
    text-transform: uppercase;
    font-family: var(--quere-header-font-family);
    background-image: linear-gradient(to top, currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0% 84%;
    background-repeat: no-repeat;
    transition: background-size 1s, color 0.4s;
    display: inline;
}

ul.wp-block-archives li.current-cat>a,
ul.wp-block-archives li.chosen>a,
ul.wp-block-archives li a:hover,
ul.wp-block-archives li.checked label,
ul.wp-block-archives li label:hover,
ul.wp-block-categories li.current-cat>a,
ul.wp-block-categories li.chosen>a,
ul.wp-block-categories li a:hover,
ul.wp-block-categories li.checked label,
ul.wp-block-categories li label:hover {
    color: var(--quere-primary-color);
    background-size: 100% 1px;
}

ul.wp-block-archives li a,
ul.wp-block-categories li a {
    padding: 1px 0;
}

ul.wp-block-archives li ul,
ul.wp-block-categories li ul {
    margin-bottom: 0;
    margin-top: 10px;
}

ul.wp-block-archives li.current-cat>a,
ul.wp-block-archives li.chosen>a,
ul.wp-block-archives li a:hover,
ul.wp-block-categories li.current-cat>a,
ul.wp-block-categories li.chosen>a,
ul.wp-block-categories li a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

ul.wp-block-archives li a,
ul.wp-block-categories li a {
    position: relative;
    line-height: 24px;
    z-index: 1;
}

ul.wp-block-archives li a .post_count,
ul.wp-block-categories li a .post_count {
    z-index: 1;
    padding: 0 !important;
    letter-spacing: 0;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin-left: 6px;
}

ul.wp-block-archives li.current-cat>a .post_count,
ul.wp-block-categories li.current-cat>a .post_count {
    color: var(--quere-primary-color);
}

.widget ul.wp-block-archives {
    padding: 0;
}

ul.wp-block-archives {
    padding: 0;
    padding-bottom: 20px;
    position: relative;
}

ul.wp-block-categories {
    position: relative;
}

ul.wp-block-categories,
ul.wp-block-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

aside select,
footer select {
    margin-bottom: 0;
}

aside .widget_calendar,
footer .widget_calendar {
    margin-bottom: -13px;
}

.widget_author {
    margin-bottom: 0;
}

.author-widget_wrapper {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    overflow: hidden;
    padding: 30px;
    color: var(--quere-tertiary-color);
}

.author-widget_wrapper>h4+.author-widget_social,
.author-widget_wrapper>p+.author-widget_social {
    margin-top: 19px;
}

.author-widget_img {
    width: 210px;
    border-radius: 50%;
    margin: 0 auto;
}

.author-widget_title {
    margin-top: 23px;
    font-size: 24px;
    line-height: 1.333em;
    color: inherit;
}

.author-widget_title span {
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.author-widget_text {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--quere-additional-font-family);
    font-style: italic;
    margin-top: 4px;
    margin-bottom: 14px;
    color: inherit;
}

.author-widget_social {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
}

.author-widget_social a {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 20px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: var(--quere-tertiary-color);
    background: transparent;
    transition: 0.4s 0.1s;
    text-align: center;
}

.author-widget_social a::before {
    display: inline-block;
    transition: unset;
}

.author-widget_social a:hover {
    color: rgba(var(--quere-tertiary-rgb), 0.4);
    transition: 0.4s;
}

.author-widget_social-link:not(:last-child) {
    margin-right: 20px;
}

.author-widget_img_sign-wrapper {
    margin: 0;
    line-height: 0;
    font-size: 0;
    margin: -67px -20px -109px 0;
    z-index: -1;
    position: relative;
}

.banner-widget_wrapper {
    display: block;
    position: relative;
    padding: 40px 20px 152px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    max-width: 270px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    overflow: hidden;
    color: var(--quere-header-font-color);
}

.banner-widget_wrapper .banner-widget_img-wrapper {
    display: block;
    margin-bottom: 25px;
    line-height: 0;
}

.banner-widget_wrapper .banner-widget_text_sub {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 11px;
}

.banner-widget_wrapper .banner-widget_text_sub+.banner-widget_text {
    margin-top: 22px;
}

.banner-widget_wrapper .banner-widget_text {
    font-size: 20px;
    line-height: 1.2em;
    color: inherit;
    font-family: var(--quere-additional-font-family);
    font-weight: 600;
    font-style: italic;
    margin-bottom: 7px;
}

.banner-widget_wrapper .banner-widget_button {
    position: relative;
    z-index: 1;
    transition: 0.4s;
    text-align: left;
    color: var(--quere-header-font-color);
    width: auto;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}

.banner-widget_wrapper .banner-widget_button:before,
.banner-widget_wrapper .banner-widget_button:after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    transition: 0.4s;
    background: currentColor;
}

.banner-widget_wrapper .banner-widget_button:before {
    left: 0;
    right: auto;
    width: 0;
    transition-delay: 0s;
}

.banner-widget_wrapper .banner-widget_button:after {
    right: 0;
    left: auto;
    width: 100%;
}

.banner-widget_wrapper .banner-widget__link {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: inherit;
}

.banner-widget_wrapper:hover .banner-widget_button:before {
    width: 100%;
    transition-delay: 0.4s;
}

.banner-widget_wrapper:hover .banner-widget_button:after {
    width: 0;
}

.banner-widget_wrapper:empty {
    display: none;
}

body .widget_calendar .calendar_wrap {
    width: 100%;
}

body .widget_calendar .calendar_wrap table td {
    position: relative;
    z-index: 1;
    padding: 4px 0;
    text-align: center;
    font-size: 14px;
}

body .widget_calendar .calendar_wrap table td>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

body .widget_calendar .calendar_wrap table td#today {
    color: #ffffff;
}

body .widget_calendar .calendar_wrap table tr {
    border: 0;
}

body .widget_calendar .calendar_wrap table th {
    padding: 5px 0;
    text-align: center;
}

body .widget_calendar .calendar_wrap table caption {
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: unset;
}

body .widget_calendar .calendar_wrap table tfoot {
    display: none;
}

body .widget_calendar .calendar_wrap table td#today::before,
body .widget_calendar .calendar_wrap tbody td>a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
}

body .widget_calendar .calendar_wrap .wp-calendar-nav {
    margin-bottom: -7px;
}

.footer .calendar_wrap .wp-calendar-nav span a,
.footer .calendar_wrap tbody,
.footer .calendar_wrap td#today {
    color: #ffffff;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 4px 0;
    font-size: 14px;
}

.wp-block-calendar tbody td#today,
.wp-block-calendar tbody td a,
.wp-block-calendar th#today,
.wp-block-calendar th a {
    color: #ffffff;
}

.wp-block-calendar tbody td#today::before,
.wp-block-calendar tbody td a::before,
.wp-block-calendar th#today::before,
.wp-block-calendar th a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.wp-block-calendar tfoot #next {
    text-align: right;
}

.wp-block-calendar table tbody,
.wp-block-calendar table caption {
    color: inherit;
}

.wp-block-calendar table caption {
    padding: 7px;
    font-size: 16px;
    font-weight: 600;
}

.wp-block-calendar table caption,
.wp-block-calendar table #today>a {
    color: #ffffff;
}

.wp-block-calendar table th {
    padding: 5px 0;
    text-align: center;
    background-color: transparent;
}

.wp-block-calendar a {
    text-decoration: none;
}

.widget_calendar table th,
.wp-block-calendar table th {
    font-weight: 700;
    font-size: 16px;
}

.widget_calendar .wp-calendar-nav,
.wp-block-calendar .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 0;
}

.widget_calendar .wp-calendar-nav span a,
.wp-block-calendar .wp-calendar-nav span a {
    display: inline-block;
    margin-top: -1em;
    margin-bottom: 21px;
    line-height: 1;
}

.widget_media_gallery .title-wrapper {
    margin-bottom: 27px;
}

[class*=widget][class*=media_gallery] .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -8px -5px -5px -5px;
}

[class*=widget][class*=media_gallery] .gallery-item {
    margin: 0;
}

[class*=widget][class*=media_gallery] .gallery-item .gallery-icon {
    position: relative;
    z-index: 1;
    margin: 5px;
}

[class*=widget][class*=media_gallery] .gallery-item .gallery-icon>a {
    display: block;
    border-radius: 0;
}

[class*=widget][class*=media_gallery] .gallery-item .gallery-icon>a::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.3s;
    background-color: rgba(var(--quere-primary-rgb), 0.3);
}

[class*=widget][class*=media_gallery] .gallery-item .gallery-icon>a::after {
    content: "\f104";
    font-family: flaticon;
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    font-size: 16px;
    transition: 0.3s;
}

[class*=widget][class*=media_gallery] .gallery-item .gallery-icon>a:hover::before {
    opacity: 1;
}

[class*=widget][class*=media_gallery] .gallery-item .gallery-icon>a:hover::after {
    opacity: 1;
}

[class*=widget][class*=media_gallery] .gallery-item img {
    border: 0;
    border-radius: inherit;
}

[class*=widget][class*=media_gallery] .gallery-columns-1 .gallery-item {
    width: calc(100% / 1);
}

[class*=widget][class*=media_gallery] .gallery-columns-2 .gallery-item {
    width: calc(100% / 2);
}

[class*=widget][class*=media_gallery] .gallery-columns-3 .gallery-item {
    width: calc(100% / 3);
}

[class*=widget][class*=media_gallery] .gallery-columns-4 .gallery-item {
    width: calc(100% / 4);
}

[class*=widget][class*=media_gallery] .gallery-columns-5 .gallery-item {
    width: calc(100% / 5);
}

[class*=widget][class*=media_gallery] .gallery-columns-6 .gallery-item {
    width: calc(100% / 6);
}

[class*=widget][class*=media_gallery] .gallery-columns-7 .gallery-item {
    width: calc(100% / 7);
}

[class*=widget][class*=media_gallery] .gallery-columns-8 .gallery-item {
    width: calc(100% / 8);
}

[class*=widget][class*=media_gallery] .gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
}

[class*=widget][class*=media_gallery] .gallery .gallery-caption {
    display: none;
}

.blog-post_content .gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px -5px 20px;
}

.blog-post_content .gallery-item {
    margin: 0;
}

.blog-post_content .gallery-item .gallery-icon {
    margin: 5px;
    text-align: center;
}

.blog-post_content .gallery-columns-1 .gallery-item {
    width: calc(100% / 1);
}

.blog-post_content .gallery-columns-2 .gallery-item {
    width: calc(100% / 2);
}

.blog-post_content .gallery-columns-3 .gallery-item {
    width: calc(100% / 3);
}

.blog-post_content .gallery-columns-4 .gallery-item {
    width: calc(100% / 4);
}

.blog-post_content .gallery-columns-5 .gallery-item {
    width: calc(100% / 5);
}

.blog-post_content .gallery-columns-6 .gallery-item {
    width: calc(100% / 6);
}

.blog-post_content .gallery-columns-7 .gallery-item {
    width: calc(100% / 7);
}

.blog-post_content .gallery-columns-8 .gallery-item {
    width: calc(100% / 8);
}

.blog-post_content .gallery-columns-9 .gallery-item {
    width: calc(100% / 9);
}

.blog-post_content .gallery-caption {
    margin-left: 0;
}

.widget_nav_menu .menu,
.widget_nav_menu>ul,
.widget_pages .menu,
.widget_pages>ul {
    padding: 0;
    margin: 0;
}

.widget_nav_menu .menu li,
.widget_nav_menu>ul li,
.widget_pages .menu li,
.widget_pages>ul li {
    padding-right: 0;
    margin-bottom: 10px;
}

.widget_nav_menu .menu,
.widget_nav_menu .menu ul,
.widget_nav_menu>ul,
.widget_nav_menu>ul ul,
.widget_pages .menu,
.widget_pages .menu ul,
.widget_pages>ul,
.widget_pages>ul ul {
    list-style: none;
}

.widget_nav_menu .menu a,
.widget_nav_menu>ul a,
.widget_pages .menu a,
.widget_pages>ul a {
    display: block;
    position: relative;
    padding-left: 17px;
}

.widget_nav_menu .menu a::before,
.widget_nav_menu>ul a::before,
.widget_pages .menu a::before,
.widget_pages>ul a::before {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    top: 10px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: currentColor;
    color: #c2c2c2;
    transition: background-color 0.3s;
}

.widget_nav_menu .menu a:hover::before,
.widget_nav_menu>ul a:hover::before,
.widget_pages .menu a:hover::before,
.widget_pages>ul a:hover::before {
    background-color: var(--quere-secondary-color);
}

.widget_nav_menu .current-menu-item>a::before,
.widget_pages .current-menu-item>a::before {
    color: inherit;
}

.wgl-posts {
    margin-top: -4px;
}

.wgl-posts .title-wrapper {
    margin-bottom: 24px;
}

.widget .recent-posts-widget {
    margin: 0 0 1px;
    padding: 0;
    list-style: none;
}

.widget .recent-posts-widget li {
    padding: 0;
    line-height: inherit;
}

.widget .recent-posts-widget li img {
    min-width: 70px;
    width: 70px;
}

.widget .recent-posts-widget li:not(:first-child) {
    margin-top: 30px;
}

.widget .recent-posts-widget li a {
    margin: 0;
    display: flex;
}

.widget .recent-posts-widget li a:hover .post__title {
    text-decoration: underline;
}

.widget .recent-posts-widget .recent-posts-image_wrapper {
    margin: 0 19px 0 0;
}

.widget .recent-posts-widget .recent-posts-image_wrapper img {
    border-radius: 0;
}

.widget .recent-posts-widget .meta-data {
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: var(--quere-secondary-color);
    margin-bottom: 11px;
    text-transform: uppercase;
}

.widget .recent-posts-widget .meta-data span {
    line-height: inherit;
    font: inherit;
    letter-spacing: inherit;
}

.widget .recent-posts-widget .recent-posts-content_wrapper {
    width: calc(100% - 20px);
    align-self: center;
}

.widget .recent-posts-widget .recent-posts-content_wrapper:first-child {
    margin-top: -4px;
}

.widget .recent-posts-widget .recent-post-content {
    margin-top: 3px;
    font-size: 0.9rem;
    line-height: 1.8;
}

.widget .recent-posts-widget .post__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    transition: 0.4s;
    margin-top: -5px;
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.widget .recent-posts-widget .post__link {
    color: var(--quere-header-font-color);
}

.widget_wgl_posts .recent-posts-widget {
    margin-top: 0;
    margin-bottom: -7px;
}

.widget_search,
.widget_product_search {
    margin-bottom: 3px;
}

body .widget_search .search-form,
body .widget_product_search .woocommerce-product-search,
body .wc-block-product-search__fields {
    position: relative;
    z-index: 1;
}

body .widget_search .search-form .search-field,
body .widget_product_search .woocommerce-product-search .search-field,
body .wc-block-product-search__fields .search-field {
    width: 100%;
    margin-bottom: 0;
    padding-left: 35px;
    outline: none;
    overflow: hidden;
}

body .widget_search .search-form .search-field::placeholder,
body .widget_product_search .woocommerce-product-search .search-field::placeholder,
body .wc-block-product-search__fields .search-field::placeholder {
    font: inherit;
    line-height: inherit;
    color: inherit;
    outline: none;
    -webkit-appearance: none;
    transition: 0.4s;
    transform: translateY(0) scale(1);
    transform-origin: left bottom;
}

body .widget_search .search-form .search-field:active,
body .widget_search .search-form .search-field:focus,
body .widget_product_search .woocommerce-product-search .search-field:active,
body .widget_product_search .woocommerce-product-search .search-field:focus,
body .wc-block-product-search__fields .search-field:active,
body .wc-block-product-search__fields .search-field:focus {
    border-color: var(--quere-header-font-color);
}

body .widget_search .search-form .search-field:active::placeholder,
body .widget_search .search-form .search-field:focus::placeholder,
body .widget_product_search .woocommerce-product-search .search-field:active::placeholder,
body .widget_product_search .woocommerce-product-search .search-field:focus::placeholder,
body .wc-block-product-search__fields .search-field:active::placeholder,
body .wc-block-product-search__fields .search-field:focus::placeholder {
    opacity: 0;
}

body .widget_search .search-form .search__icon,
body .widget_search .search-form .wc-block-product-search__button,
body .widget_product_search .woocommerce-product-search .search__icon,
body .widget_product_search .woocommerce-product-search .wc-block-product-search__button,
body .wc-block-product-search__fields .search__icon,
body .wc-block-product-search__fields .wc-block-product-search__button {
    color: var(--quere-primary-color);
}

body .widget_search .search-form .search-button:hover~.search__icon,
body .widget_search .search-form .wc-block-product-search__button:hover,
body .widget_product_search .woocommerce-product-search .search-button:hover~.search__icon,
body .widget_product_search .woocommerce-product-search .wc-block-product-search__button:hover,
body .wc-block-product-search__fields .search-button:hover~.search__icon,
body .wc-block-product-search__fields .wc-block-product-search__button:hover {
    color: var(--quere-secondary-color);
}

body .widget_search .search-form .search-button,
body .widget_product_search .woocommerce-product-search .search-button,
body .wc-block-product-search__fields .search-button {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 27px;
    top: 0;
    left: 0;
    margin: 0;
    border: none;
    outline: none;
    padding: 0;
    font-size: 0;
    box-shadow: none;
    cursor: pointer;
    background: transparent;
}

body .widget_search .search-form .search-button:focus,
body .widget_search .search-form .search-button:active,
body .widget_product_search .woocommerce-product-search .search-button:focus,
body .widget_product_search .woocommerce-product-search .search-button:active,
body .wc-block-product-search__fields .search-button:focus,
body .wc-block-product-search__fields .search-button:active {
    box-shadow: none;
}

body .widget_search .search-form .search__icon,
body .widget_search .search-form .wc-block-product-search__button,
body .widget_product_search .woocommerce-product-search .search__icon,
body .widget_product_search .woocommerce-product-search .wc-block-product-search__button,
body .wc-block-product-search__fields .search__icon,
body .wc-block-product-search__fields .wc-block-product-search__button {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 40px;
    width: 20px;
    font-size: 20px;
    line-height: 44px;
    font-style: normal;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    transition: 0.4s;
    pointer-events: none;
    border-radius: 0;
    color: var(--quere-primary-color);
}

body .wc-block-product-search__fields .wc-block-product-search__field {
    margin: 0;
}

body .wc-block-product-search__fields .wc-block-product-search__button {
    display: block;
    margin: 0;
    padding: 0;
    overflow: unset;
    border: unset;
    pointer-events: auto;
    background: unset;
}

body .wc-block-product-search__fields .wc-block-product-search__button::before {
    content: "\f101";
    font-family: "Flaticon";
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

body .wc-block-product-search__fields .wc-block-product-search__button svg {
    display: none;
}

.wp-block-search .wp-block-search__inside-wrapper {
    border: 0;
    padding: 0;
    position: relative;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    margin: 0;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    border: 0;
    padding-left: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input:focus,
.wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    border-color: var(--quere-header-font-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 0;
    padding: 0;
    position: relative;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding-left: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-inside .wp-block-search__button,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-outside .wp-block-search__button,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button {
    margin-left: 10px;
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-outside .wp-block-search__button,
.wp-block-search.wp-block-search__text-button.wp-block-search__button-inside .wp-block-search__button {
    font-size: 14px;
    padding: 5px 20px;
    line-height: 1;
}

.wp-block-search.wp-block-search__text-button.wp-block-search__button-inside .wp-block-search__input {
    padding-right: 95px;
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button {
    padding: 0;
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button::before,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button::before {
    content: "\f104";
    font-family: "flaticon";
    display: block;
    top: 0;
    left: 12px;
    height: 40px;
    width: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
    font-style: normal;
    text-align: center;
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: none;
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-outside .wp-block-search__button .search-icon,
.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__button .search-icon {
    display: none;
}

.wp-block-search.wp-block-search__icon-button.wp-block-search__button-inside .wp-block-search__input {
    padding-right: 50px;
}

.tagcloud,
.wp-block-tag-cloud {
    font-size: 0;
    margin-bottom: -10px;
}

.tagcloud a,
.wp-block-tag-cloud a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 7px 12px;
    font-size: 14px !important;
    line-height: 1;
    font-weight: 500;
    color: var(--quere-primary-color);
    background-color: var(--quere-tertiary-color);
    border: 1px solid var(--quere-primary-color);
    transition: 0.4s;
    border-radius: 0;
}

.tagcloud a:not(:last-child),
.wp-block-tag-cloud a:not(:last-child) {
    margin-right: 10px;
}

.tagcloud a:hover,
.format-no_featured .tagcloud a:hover,
.wp-block-tag-cloud a:hover,
.format-no_featured .wp-block-tag-cloud a:hover {
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
}

.widget_tag_cloud,
.widget_product_tag_cloud {
    margin-bottom: 11px;
}

.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
    margin-bottom: -20px;
}

.widget_tag_cloud .title-wrapper,
.widget_product_tag_cloud .title-wrapper {
    margin-bottom: 26px;
}

.textwidget p:last-child {
    margin-bottom: 0;
}

.wgl-header-date {
    font-size: 11px;
    line-height: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
}

.wgl-header-date.wgl-default-format {
    align-items: center;
}

.wgl-header-date.wgl-default-format>span:first-child {
    font-size: 28px;
    margin-right: 8px;
}

.wgl-header-date.wgl-default-format>span:last-child {
    font-weight: 400;
}

.wgl-header-date.wgl-default-format>span:last-child span {
    display: block;
}

.wgl-header-date>span:first-child {
    color: var(--quere-primary-color);
}

.wgl-header-date>span:last-child {
    color: var(--quere-header-font-color);
}

.elementor-widget.elementor-align-center .wgl-header-list-info .elementor-icon-list-item::after {
    margin: 0;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-item {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-item,
.elementor-widget-wgl-header-list-info .elementor-icon-list-item a {
    display: flex;
    align-items: flex-start;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-item::before {
    display: none;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-item span,
.elementor-widget-wgl-header-list-info .elementor-icon-list-item i {
    transition: 0.4s;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-item i,
.elementor-widget-wgl-header-list-info .elementor-icon-list-item svg {
    color: var(--quere-primary-color);
    fill: var(--quere-primary-color);
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-item:hover .elementor-icon-list-icon i,
.elementor-widget-wgl-header-list-info .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
    color: var(--quere-primary-color);
    fill: var(--quere-primary-color);
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap;
}

.elementor-widget-wgl-header-list-info .wgl-header-list-icon i {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.elementor-widget-wgl-header-list-info a {
    color: inherit;
}

.elementor-widget-wgl-header-list-info svg {
    transition: inherit;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px;
}

.elementor-widget-wgl-header-list-info .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px;
}

.elementor-element.elementor-widget.elementor-widget-wgl-header-logo,
.elementor-element.elementor-widget.elementor-widget-wgl-header-search,
.elementor-element.elementor-widget.elementor-widget-wgl-header-delimiter,
.elementor-element.elementor-widget.elementor-widget-wgl-header-list-info,
.elementor-element.elementor-widget.elementor-widget-wgl-header-cart,
.elementor-element.elementor-widget.elementor-widget-wgl-header-favorite,
.elementor-element.elementor-widget.elementor-widget-wgl-header-wishlist,
.elementor-element.elementor-widget.elementor-widget-wgl-header-login,
.elementor-element.elementor-widget.elementor-widget-wgl-date,
.elementor-element.elementor-widget.elementor-widget-wgl-menu {
    margin-bottom: 0;
}

.elementor-element.elementor-widget.elementor-widget-wgl-header-logo,
.elementor-element.elementor-widget.elementor-widget-wgl-header-date,
.elementor-element.elementor-widget.elementor-widget-wgl-header-search,
.elementor-element.elementor-widget.elementor-widget-wgl-header-delimiter,
.elementor-element.elementor-widget.elementor-widget-wgl-header-list-info,
.elementor-element.elementor-widget.elementor-widget-wgl-header-side_panel,
.elementor-element.elementor-widget.elementor-widget-wgl-header-cart,
.elementor-element.elementor-widget.elementor-widget-wgl-header-favorite,
.elementor-element.elementor-widget.elementor-widget-wgl-header-wishlist,
.elementor-element.elementor-widget.elementor-widget-wgl-header-login {
    width: auto;
}

.elementor-element.elementor-widget.elementor-widget-wgl-date {
    width: auto;
}

.elementor-element.elementor-widget.elementor-widget-wgl-header-delimiter .delimiter {
    background: #e5e5e5;
}

.wgl-accordion-services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 -10px;
}

.wgl-accordion-services .service__item {
    display: flex;
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
    transition: 0.5s;
}

.wgl-accordion-services .service__item.active .service__content {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    transition-delay: 0.3s;
}

.wgl-accordion-services .service__item:not(.active) .service__thumbnail {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.wgl-accordion-services .service__thumbnail {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 0;
    width: calc(100% - 15px);
    height: 100%;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    transition: 0.3s;
    background-color: var(--quere-header-font-color);
}

.wgl-accordion-services .content__title {
    color: var(--quere-header-font-color);
}

.wgl-accordion-services .service__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    left: -5px;
    width: 100%;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: 0.2s;
}

.wgl-accordion-services .content__media {
    line-height: 1;
    color: var(--quere-primary-color);
}

.wgl-accordion-services .content__media svg {
    width: 1em;
    height: 1em;
    display: block;
}

.wgl-accordion-services .content__button {
    align-self: baseline;
    color: #fff;
    background-color: var(--quere-secondary-color);
}

.wgl-accordion-services .content__button:hover {
    color: #fff;
    background-color: var(--quere-primary-color);
}

.elementor-widget-wgl-accordion-service.grid-col-2 .service__item {
    width: 33.333333%;
}

.elementor-widget-wgl-accordion-service.grid-col-2 .service__item.active {
    margin-right: 33.333333%;
}

.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active),
.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active),
.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active),
.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) {
    margin-right: 33.333333%;
}

.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active) .service__content,
.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content,
.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content,
.elementor-widget-wgl-accordion-service.grid-col-2 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-wgl-accordion-service.grid-col-3 .service__item {
    width: 25%;
}

.elementor-widget-wgl-accordion-service.grid-col-3 .service__item.active {
    margin-right: 25%;
}

@media only screen and (min-width: 1201px) {

    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) {
        margin-right: 25%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) .service__content {
        opacity: 1;
        visibility: visible;
    }
}

.elementor-widget-wgl-accordion-service.grid-col-4 .service__item {
    width: 20%;
}

.elementor-widget-wgl-accordion-service.grid-col-4 .service__item.active {
    margin-right: 20%;
}

@media only screen and (min-width: 1301px) {

    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active)+.service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(9):not(.active)+.service__item:nth-child(10):not(.active)+.service__item:nth-child(11):not(.active)+.service__item:nth-child(12):not(.active) {
        margin-right: 20%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active)+.service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(9):not(.active)+.service__item:nth-child(10):not(.active)+.service__item:nth-child(11):not(.active)+.service__item:nth-child(12):not(.active) .service__content {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item {
        width: 25%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item.active {
        margin-right: 25%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) {
        margin-right: 25%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active)+.service__item:nth-child(3):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(4):not(.active)+.service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active)+.service__item:nth-child(9):not(.active) .service__content {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1200px) {

    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item {
        width: 33.333333%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item.active,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item.active {
        margin-right: 33.333333%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active),
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) {
        margin-right: 33.333333%;
    }

    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(1):not(.active)+.service__item:nth-child(2):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(3):not(.active)+.service__item:nth-child(4):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(5):not(.active)+.service__item:nth-child(6):not(.active) .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item:nth-child(7):not(.active)+.service__item:nth-child(8):not(.active) .service__content {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 992px) {

    .elementor-widget-wgl-accordion-service.grid-col-2 .service__item,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item {
        width: 100%;
        margin-right: 0 !important;
    }

    .elementor-widget-wgl-accordion-service.grid-col-2 .service__item .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item .service__content {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .elementor-widget-wgl-accordion-service.grid-col-2 .service__item .service__thumbnail,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item .service__thumbnail,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item .service__thumbnail {
        position: relative;
        min-height: inherit;
        height: auto;
    }
}

@media only screen and (max-width: 767px) {

    .elementor-widget-wgl-accordion-service.grid-col-2 .service__item,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item {
        flex-direction: column;
    }

    .elementor-widget-wgl-accordion-service.grid-col-2 .service__item .service__thumbnail,
    .elementor-widget-wgl-accordion-service.grid-col-2 .service__item .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item .service__thumbnail,
    .elementor-widget-wgl-accordion-service.grid-col-3 .service__item .service__content,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item .service__thumbnail,
    .elementor-widget-wgl-accordion-service.grid-col-4 .service__item .service__content {
        position: static;
        width: 100%;
    }
}

.wgl-button {
    --button-padding: 20px 34px 20px 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: var(--button-padding, 0);
    --border-color: var(--quere-button-border-idle, "unset");
    border: 1px solid var(--border-color);
    border-radius: var(--button-border-radius, 30px);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    transition: 0.4s;
}

.wgl-button::after {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
}

.elementor-widget-wgl-info-box:hover .wgl-button,
.wgl-button:focus,
.wgl-button:hover,
.wgl-button:active {
    --border-color: var(--quere-button-border-hover);
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border-color: var(--border-color);
}

.elementor-widget-wgl-info-box:hover .wgl-button .elementor-icon,
.wgl-button:focus .elementor-icon,
.wgl-button:hover .elementor-icon,
.wgl-button:active .elementor-icon {
    color: var(--quere-button-color-hover);
}

.wgl-button .button__content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--gap, 5px);
    position: relative;
    z-index: 2;
    -webkit-user-select: none;
    user-select: none;
}

.wgl-button .button__text {
    transition: transform 0.4s;
}

.wgl-button.btn-size-xl {
    --button-padding: 22px 37px 22px 37px;
}

.wgl-button.btn-size-md {
    --button-padding: 18px 32px 18px 32px;
}

.wgl-button.btn-size-sm {
    font-size: 13px;
    --button-padding: 16px 33px 17px 33px;
}

.wgl-button .wgl-icon {
    --icon-size: 16px;
}

.wgl-button .elementor-icon {
    font-size: var(--icon-size, 16px);
    line-height: 0;
    margin: 0;
    transition: inherit;
    color: var(--quere-button-bg-hover);
    transform: translateY(var(--icon-translate-y, -1px)) rotate(var(--icon-rotate, -45deg));
}

.wgl-button .align-icon-left .elementor-icon {
    text-align: left;
}

.wgl-button .align-icon-left .button__text {
    text-align: right;
}

.wgl-button .align-icon-right {
    flex-direction: row-reverse;
}

.wgl-button .align-icon-right .elementor-icon {
    text-align: right;
}

.wgl-button .align-icon-right .button__text {
    text-align: left;
}

.wgl-button .icon-wrapper {
    line-height: 0;
    font-weight: normal;
    margin: -1em 0;
}

.wgl-button .icon-wrapper:empty {
    display: none;
}

.elementor-widget-wgl-button .elementor-widget-container {
    font-size: 0;
}

.elementor-widget-wgl-button.button-animation-enabled .wgl-button {
    background-repeat: no-repeat;
    background-size: 0 100%;
    background-position: 0 100%;
    transition: 0.8s, background-size 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.elementor-widget-wgl-button.button-animation-enabled .wgl-button:hover {
    background-size: 100% 100%;
}

.has-highlight_animation .highlight_svg {
    position: absolute;
    top: -55px;
    left: -20px;
    width: calc(100% + 50px);
    height: calc(100% + 110px);
    overflow: visible;
    pointer-events: none;
}

.has-highlight_animation .highlight_svg path {
    stroke: white;
    stroke-width: 2;
    fill: none;
    opacity: 0;
    stroke-dasharray: 0 1500;
    transition: 0.3s;
}

.has-highlight_animation .highlight_svg.active path {
    animation: wgl-headline-dash forwards;
    animation-duration: var(--animation-duration, 1.2s);
    animation-iteration-count: 1;
}

.has-highlight_animation .highlight_svg.active path+path {
    animation-delay: 350ms;
}

.has-highlight_animation .highlight_svg.hide-highlight path {
    opacity: 1;
    stroke-dasharray: 1500 1500;
    animation: wgl-hide-highlight 0.4s forwards;
    animation-iteration-count: 1;
}

@media (max-width: 1024px) {
    .has-highlight_animation .highlight_svg:not(.active) path {
        animation: wgl-headline-dash forwards;
        animation-duration: var(--animation-duration, 1.2s);
        animation-iteration-count: 1;
    }

    .has-highlight_animation .highlight_svg.active path {
        opacity: 1;
        stroke-dasharray: 1500 1500;
        animation: wgl-hide-highlight 0.4s forwards;
        animation-iteration-count: 1;
    }
}

.has-clip_animation .wpcf7-submit,
.has-clip_animation .wgl-button {
    --corner-size: 14px;
    --border-size: 2px;
    --border-color: var(--quere-button-bg-idle);
    --sin45: 0.7071;
    --gradient-size: calc(var(--corner-size) * var(--sin45) - var(--border-size) * 0.4);
    border: var(--border-size) solid var(--border-color) !important;
    background-image: linear-gradient(-45deg, var(--border-color) var(--gradient-size), transparent var(--gradient-size));
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(101% 0, 100% calc(101% - var(--corner-size)), calc(100% - var(--corner-size)) 101%, 0 100%, 0 0);
    clip-path: polygon(101% 0, 100% calc(101% - var(--corner-size)), calc(100% - var(--corner-size)) 101%, 0 100%, 0 0);
    transition: 0.4s, -webkit-clip-path 0s;
    transition: 0.4s, clip-path 0s;
    transition: 0.4s, clip-path 0s, -webkit-clip-path 0s;
}

.has-bg_animation .wgl-button {
    background-color: transparent;
    border: unset;
    --button-padding: 23px 21px 23px;
    color: var(--quere-header-font-color);
}

.has-bg_animation .wgl-button .button__content {
    --gap: 32px;
}

.has-bg_animation .wgl-button::after {
    content: "";
    background-color: var(--quere-button-bg-idle);
}

.has-bg_animation .wgl-button:focus::after,
.has-bg_animation .wgl-button:hover::after,
.has-bg_animation .wgl-button:active::after {
    background-color: var(--quere-secondary-color);
}

.has-bg_animation .wgl-button:focus .elementor-icon,
.has-bg_animation .wgl-button:hover .elementor-icon,
.has-bg_animation .wgl-button:active .elementor-icon {
    color: var(--quere-button-color-idle);
}

.has-border_animation .wgl-button {
    --ab-width: 1;
    --ab-offset: 6;
    --ab-extend: 4;
    --ab-color: var(--quere-button-border-hover);
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border-color: var(--quere-button-border-hover);
}

.has-border_animation .wgl-button::before,
.has-border_animation .wgl-button::after {
    content: "";
    color: var(--ab-color);
    position: absolute;
    pointer-events: none;
    opacity: 1;
    transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.has-border_animation .wgl-button::before {
    top: 0;
    left: 100%;
    width: calc(1px * var(--ab-width));
    height: calc(100% + 1px * var(--ab-extend));
    border-right: calc(1px * var(--ab-width)) solid currentColor;
    transform: translate(calc(1px * var(--ab-offset)), calc(1px * var(--ab-offset) + 4px));
}

.has-border_animation .wgl-button::after {
    top: 100%;
    left: 0;
    width: calc(100% + 1px * var(--ab-extend));
    height: calc(1px * var(--ab-width));
    border-bottom: calc(1px * var(--ab-width)) solid currentColor;
    transform: translate(calc(1px * var(--ab-offset) + 4px), calc(1px * var(--ab-offset)));
}

.has-border_animation .wgl-button:focus::before,
.has-border_animation .wgl-button:hover::before,
.has-border_animation .wgl-button:active::before {
    height: 0;
    transform: translate(calc(1px * var(--ab-offset)), -16px);
}

.has-border_animation .wgl-button:focus::after,
.has-border_animation .wgl-button:hover::after,
.has-border_animation .wgl-button:active::after {
    width: 0;
    transform: translate(-16px, calc(1px * var(--ab-offset)));
}

.has-border_animation .wgl-button:focus::before,
.has-border_animation .wgl-button:focus::after,
.has-border_animation .wgl-button:hover::before,
.has-border_animation .wgl-button:hover::after,
.has-border_animation .wgl-button:active::before,
.has-border_animation .wgl-button:active::after {
    opacity: 0;
    transition: 0.5s, opacity 0.3s 0.2s;
}

.has-border_animation.revers .wgl-button::before {
    height: 0;
    transform: translate(calc(1px * var(--ab-offset)), -16px);
}

.has-border_animation.revers .wgl-button::after {
    width: 0;
    transform: translate(-16px, calc(1px * var(--ab-offset)));
}

.has-border_animation.revers .wgl-button::before,
.has-border_animation.revers .wgl-button::after {
    opacity: 0;
    transition: 0.7s 0.2s, opacity 0.5s 0.4s;
}

.has-border_animation.revers .wgl-button:focus::before,
.has-border_animation.revers .wgl-button:hover::before,
.has-border_animation.revers .wgl-button:active::before {
    height: calc(100% + 4px);
    transform: translate(calc(1px * var(--ab-offset)), calc(1px * var(--ab-offset) + 4px));
}

.has-border_animation.revers .wgl-button:focus::after,
.has-border_animation.revers .wgl-button:hover::after,
.has-border_animation.revers .wgl-button:active::after {
    width: calc(100% + 4px);
    transform: translate(calc(1px * var(--ab-offset) + 4px), calc(1px * var(--ab-offset)));
}

.has-border_animation.revers .wgl-button:focus::before,
.has-border_animation.revers .wgl-button:focus::after,
.has-border_animation.revers .wgl-button:hover::before,
.has-border_animation.revers .wgl-button:hover::after,
.has-border_animation.revers .wgl-button:active::before,
.has-border_animation.revers .wgl-button:active::after {
    opacity: 1;
    transition: 0.7s cubic-bezier(0.65, 0, 0.6, 1.55);
}

.has-separate_icon .wgl-button {
    --button-padding: 18px 34px 16px;
    padding: 0;
}

.has-separate_icon .wgl-button.btn-size-lg {
    --button-padding: 16px 33px 14px;
}

.has-separate_icon .wgl-button.btn-size-lg .button__content {
    --gap: 15px;
}

.has-separate_icon .wgl-button.btn-size-md {
    --button-padding: 13px 30px 13px;
}

.has-separate_icon .wgl-button.btn-size-md .button__content {
    --gap: 13px;
}

.has-separate_icon .wgl-button.btn-size-sm {
    --button-padding: 12px 28px 12px;
}

.has-separate_icon .wgl-button.btn-size-sm .button__content {
    --gap: 12px;
}

.has-separate_icon .wgl-button .button__content {
    --gap: 17px;
    align-items: stretch !important;
    gap: 0;
    width: 100% !important;
}

.has-separate_icon .wgl-button .button__text {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    padding: var(--button-padding, 0);
}

.has-separate_icon .wgl-button .media-wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    transition: 0.4s;
}

.has-separate_icon .wgl-button .elementor-icon {
    --icon-rotate: -45deg;
    padding: var(--button-padding, 0);
    padding-left: var(--gap);
    padding-right: var(--gap);
}

.has-separate_icon .wgl-button .align-icon-right .media-wrapper {
    border-left: 1px solid var(--border-color);
    border-top: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
}

.has-separate_icon .wgl-button .align-icon-left .media-wrapper {
    border-top: unset !important;
    border-right: 1px solid var(--border-color);
    border-bottom: unset !important;
    border-left: unset !important;
}

.has-separate_icon .wgl-button:hover,
.has-separate_icon .wgl-button:focus {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-hover-alt);
}

.has-separate_icon .wgl-button:hover .elementor-icon,
.has-separate_icon .wgl-button:focus .elementor-icon {
    color: var(--quere-button-color-idle);
    --icon-rotate: 0deg;
}

.has-icon_visibility .wgl-button .button__content {
    transition: gap 0.4s;
}

.has-icon_visibility .wgl-button .wgl-icon {
    width: var(--icon-size);
}

.has-icon_visibility .wgl-button:not(:hover) .button__content {
    --gap: 0 !important;
}

.has-icon_visibility .wgl-button:not(:hover) .wgl-icon {
    transform: scale(0);
    width: 0;
    opacity: 0;
}

body .elementor-widget-wgl-button.aleft .wgl-button,
body .elementor-widget-wgl-button.acenter .wgl-button,
body .elementor-widget-wgl-button.aright .wgl-button {
    width: auto;
}

body .elementor-widget-wgl-button.aleft .button__content,
body .elementor-widget-wgl-button.acenter .button__content,
body .elementor-widget-wgl-button.aright .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-button.ajustify .wgl-button {
    width: 100%;
}

body .elementor-widget-wgl-button.ajustify .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-button.aspace-between .wgl-button {
    width: 100%;
}

body .elementor-widget-wgl-button.aspace-between .button__content {
    justify-content: space-between;
    width: 100%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletleft .wgl-button,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletcenter .wgl-button,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletright .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletleft .button__content,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletcenter .button__content,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletright .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletjustify .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletjustify .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletspace-between .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-tabletspace-between .button__content {
    justify-content: space-between;
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobileleft .wgl-button,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobilecenter .wgl-button,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobileright .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobileleft .button__content,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobilecenter .button__content,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobileright .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobilejustify .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobilejustify .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobilespace-between .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-button.a-mobilespace-between .button__content {
    justify-content: space-between;
    width: 100%;
}

@keyframes wgl-headline-dash {
    from {
        stroke-dasharray: 0 1500;
        opacity: 1;
    }

    to {
        stroke-dasharray: 1500 1500;
        opacity: 1;
    }
}

@keyframes wgl-hide-highlight {
    from {
        opacity: 1;
        stroke-dasharray: 1500 1500;
    }

    to {
        opacity: 0;
        filter: blur(10px);
    }
}

.elementor-widget-wgl-background-clip-text .clip-text__title {
    font-size: 200px;
    line-height: 0.9;
}

.wgl-carousel_wrapper {
    position: relative;
}

.wgl-carousel_wrapper .elementor-swiper-button,
.wgl-carousel_wrapper .motion-arrow {
    --wgl-swiper-button-diameter: 40px;
    display: block;
    position: relative;
    right: unset;
    left: unset;
    top: unset;
    margin: unset;
    width: var(--wgl-swiper-button-diameter);
    height: var(--wgl-swiper-button-diameter);
    border-radius: var(--wgl-swiper-button-diameter);
    padding: 0;
    line-height: 0.5em;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: unset;
    text-align: center;
    text-indent: unset;
    box-shadow: unset;
    cursor: pointer;
    transition: all 0.4s, transform 0.15s;
    transform: unset;
    flex-shrink: 0;
    box-sizing: content-box;
    background-color: transparent;
    color: var(--quere-primary-color);
    border: 1px solid transparent;
}

@media (max-width: 767px) {

    .wgl-carousel_wrapper .elementor-swiper-button,
    .wgl-carousel_wrapper .motion-arrow {
        --wgl-swiper-button-diameter: 30px;
        font-size: 21px;
    }
}

.wgl-carousel_wrapper .elementor-swiper-button.swiper-button-disabled,
.wgl-carousel_wrapper .motion-arrow.swiper-button-disabled {
    opacity: 0.7;
}

.wgl-carousel_wrapper .elementor-swiper-button:not(.swiper-button-disabled):hover,
.wgl-carousel_wrapper .motion-arrow:not(.swiper-button-disabled):hover {
    background-color: transparent;
    border-color: transparent;
    color: rgba(var(--quere-primary-rgb), 0.6);
}

.wgl-carousel_wrapper .elementor-swiper-button svg,
.wgl-carousel_wrapper .motion-arrow svg {
    fill: currentColor;
}

.wgl-carousel_wrapper .elementor-swiper-button span,
.wgl-carousel_wrapper .motion-arrow span {
    display: none;
    position: absolute;
    bottom: 100%;
    color: inherit;
    font-family: var(--quere-content-font-family);
    font-size: 13px;
    font-weight: var(--quere-header-font-weight);
    line-height: 1.85em;
    letter-spacing: 0.2em;
    text-align: center;
    left: -100px;
    right: -100px;
    pointer-events: none;
}

.wgl-carousel_wrapper .elementor-swiper-button span::before,
.wgl-carousel_wrapper .motion-arrow span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: var(--wgl-swiper-button-diameter);
    pointer-events: auto;
    margin: auto;
}

.wgl-carousel_wrapper .elementor-swiper-button-next i,
.wgl-carousel_wrapper .motion-next i {
    display: inline-block;
}

.wgl-carousel_wrapper .elementor-swiper-button-prev i,
.wgl-carousel_wrapper .motion-prev i {
    display: inline-block;
    transform: scale(-1);
}

.wgl-carousel_wrapper .swiper-pagination.swiper-pagination-fraction {
    font-size: 16px;
    line-height: 1.35;
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
}

.wgl-carousel_wrapper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
    margin-right: -1px;
}

.wgl-carousel_wrapper .swiper-pagination.swiper-pagination-fraction .swiper-pagination-total {
    margin-left: -2px;
}

.wgl-carousel_wrapper .quere_carousel_list {
    overflow: hidden;
}

.wgl-carousel_wrapper .wgl-navigation_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    z-index: 1;
}

.wgl-carousel_wrapper .wgl-navigation_wrapper .elementor-swiper-button,
.wgl-carousel_wrapper .wgl-navigation_wrapper .motion-arrow {
    pointer-events: auto;
}

.wgl-carousel_wrapper .wgl-carousel_inner_wrapper {
    overflow: hidden;
}

div.swiper-pagination .swiper-pagination-bullet button {
    display: none;
}

body .wgl-carousel.swiper-container:not(.swiper-container-initialized) .swiper-wrapper,
body .wgl-carousel.swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: unset;
    overflow: unset;
}

body .wgl-carousel .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: initial;
    opacity: 1;
}

body .wgl-carousel.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    width: max-content;
}

body .wgl-carousel .swiper-pagination {
    position: relative;
    z-index: 2;
    width: max-content;
    margin: 30px 0 0;
    padding: 0 15px;
    min-height: 20px;
    max-width: 100%;
    bottom: unset;
    left: unset;
}

body .wgl-carousel .swiper-pagination:not(.swiper-pagination-fraction) {
    line-height: 0;
    font-size: 0;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 6px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    opacity: 1;
    cursor: pointer;
    transition: 0.4s;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet button {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: inherit;
    background-color: #CECECE;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet button:focus {
    outline: none;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet button::before {
    transition: 0.4s;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet-active button {
    background-color: var(--quere-primary-color);
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

body .wgl-carousel .swiper-pagination .swiper-pagination-bullet:only-child {
    display: none;
}

body .wgl-carousel .swiper-pagination-fraction {
    font-size: 16px;
    font-weight: var(--quere-header-font-weight);
    font-family: var(--quere-header-font-family);
    min-height: 1em;
    line-height: 1;
    color: #9e9eca;
}

body .wgl-carousel .swiper-pagination-fraction .swiper-pagination-current {
    margin-right: -0.25em;
}

body .wgl-carousel .swiper-pagination-fraction .swiper-pagination-total {
    margin-left: -0.25em;
}

body .wgl-carousel.pagination_circle .swiper-pagination li {
    padding: 6px;
}

body .wgl-carousel.pagination_circle .swiper-pagination li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(var(--quere-primary-rgb), 0.4);
}

body .wgl-carousel.pagination_circle .swiper-pagination li.swiper-pagination-bullet {
    margin: 1px;
}

body .wgl-carousel.pagination_circle .swiper-pagination li.swiper-pagination-bullet-active button {
    background-color: rgba(var(--quere-primary-rgb), 1);
}

body .wgl-carousel.pagination_circle_border .swiper-pagination li {
    margin: 0;
    padding: 0;
}

body .wgl-carousel.pagination_circle_border .swiper-pagination li button {
    border-radius: 50%;
    width: 29px;
    height: 29px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background: transparent;
    opacity: 1;
}

body .wgl-carousel.pagination_circle_border .swiper-pagination li button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border-radius: 50%;
    background-color: var(--quere-primary-color);
}

body .wgl-carousel.pagination_circle_border .swiper-pagination li:hover button,
body .wgl-carousel.pagination_circle_border .swiper-pagination li.swiper-pagination-bullet-active button {
    border-color: var(--quere-primary-color);
}

body .wgl-carousel.pagination_square_border .swiper-pagination li {
    margin: 0;
    padding: 0;
}

body .wgl-carousel.pagination_square_border .swiper-pagination li button {
    width: 31px;
    height: 31px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: unset;
    background-color: transparent;
}

body .wgl-carousel.pagination_square_border .swiper-pagination li button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: unset;
    background-color: #CECECE;
}

body .wgl-carousel.pagination_square_border .swiper-pagination li:hover button::before,
body .wgl-carousel.pagination_square_border .swiper-pagination li.swiper-pagination-bullet-active button::before {
    background-color: var(--quere-primary-color);
}

body .wgl-carousel.pagination_square_border .swiper-pagination li.swiper-pagination-bullet-active button {
    border-color: var(--quere-primary-color);
}

body .wgl-carousel.pagination_line .swiper-pagination {
    min-height: unset;
    padding: 0 calc(0.5 * var(--gap));
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    zoom: 1.01;
}

body .wgl-carousel.pagination_line .swiper-pagination li {
    margin: 0;
    padding: 5px;
}

body .wgl-carousel.pagination_line .swiper-pagination li:first-child {
    margin-left: -5px;
}

body .wgl-carousel.pagination_line .swiper-pagination li:last-child {
    margin-right: -5px;
}

body .wgl-carousel.pagination_line .swiper-pagination li button {
    width: 30px;
    height: 1px;
    opacity: 1;
    background-color: var(--quere-tertiary-color);
}

body .wgl-carousel.pagination_line .swiper-pagination li.swiper-pagination-bullet-active button {
    width: 45px;
}

body .wgl-carousel.pagination_square .swiper-pagination li button {
    width: 8px;
    height: 8px;
    border-radius: unset;
}

body .wgl-carousel.pagination_line_circle .swiper-pagination li {
    margin: 0;
    padding: 10px 5px;
    zoom: 1.01;
}

body .wgl-carousel.pagination_line_circle .swiper-pagination li button {
    width: 6px;
    height: 6px;
    border-radius: 6px;
}

body .wgl-carousel.pagination_line_circle .swiper-pagination li.swiper-pagination-bullet-active button {
    width: 25px;
}

.wgl-carousel.swiper-vertical {
    margin: 0;
    padding: 0;
}

.wgl-carousel.swiper-vertical .swiper-slide {
    padding: calc(0.5 * var(--gap)) 0;
    display: flex;
    align-items: center;
}

.wgl-carousel.swiper-vertical~.wgl-navigation_wrapper .elementor-swiper-button-prev {
    transform: rotate(90deg);
}

.wgl-carousel.swiper-vertical~.wgl-navigation_wrapper .elementor-swiper-button-next {
    transform: rotate(90deg);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical {
    height: 600px;
    perspective: 1000px;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap {
    height: 100%;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item>* {
    pointer-events: auto;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: auto 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: transform 0.7s, opacity 1s;
    pointer-events: none;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item .testimonial__item,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item .author__thumbnail,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper .testimonial__item,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper .author__thumbnail {
    pointer-events: auto;
    cursor: pointer;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item.active,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper.active {
    opacity: 0.6;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item.current,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper.current {
    opacity: 1;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item.current .testimonial__item,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item.current .author__thumbnail,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper.current .testimonial__item,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper.current .author__thumbnail {
    cursor: default;
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(1),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(1) {
    transform: rotateX(0deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(2),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(2) {
    transform: rotateX(40deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(3),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(3) {
    transform: rotateX(80deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(4),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(4) {
    transform: rotateX(120deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(5),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(5) {
    transform: rotateX(160deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(6),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(6) {
    transform: rotateX(200deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(7),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(7) {
    transform: rotateX(240deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(8),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(8) {
    transform: rotateX(280deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item:nth-child(9),
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper:nth-child(9) {
    transform: rotateX(320deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .wgl-item>div,
.wgl-carousel.animation-style-3d.animation-direction-vertical .wgl-carousel_wrap .testimonials__wrapper>div {
    background-color: var(--quere-tertiary-color);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .motion-prev {
    transform: rotate(-90deg);
}

.wgl-carousel.animation-style-3d.animation-direction-vertical .motion-next {
    transform: rotate(-90deg);
    order: -1;
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal {
    height: 600px;
    perspective: 1000px;
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap {
    height: 100%;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s;
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item>* {
    pointer-events: auto;
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item,
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    width: 700px;
    max-width: 100%;
    margin: auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: transform 0.7s, opacity 1s;
    pointer-events: none;
}

@media (min-width: 600px) {

    .wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item,
    .wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper {
        max-width: 75%;
    }

    .wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item.active,
    .wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper.active {
        opacity: 0.6;
    }
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item.current,
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper.current {
    opacity: 1;
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item.current .testimonial__item,
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper.current .testimonial__item {
    cursor: default;
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(1),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(1) {
    transform: rotateY(0deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(2),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(2) {
    transform: rotateY(40deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(3),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(3) {
    transform: rotateY(80deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(4),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(4) {
    transform: rotateY(120deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(5),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(5) {
    transform: rotateY(160deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(6),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(6) {
    transform: rotateY(200deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(7),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(7) {
    transform: rotateY(240deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(8),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(8) {
    transform: rotateY(280deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item:nth-child(9),
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper:nth-child(9) {
    transform: rotateY(320deg) translateZ(288px);
}

.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .wgl-item>div,
.wgl-carousel.animation-style-3d.animation-direction-horizontal .wgl-carousel_wrap .testimonials__wrapper>div {
    background-color: var(--quere-tertiary-color);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-carousel.animation-style-3d.animation-direction-vertical .motion-arrow {
    display: none;
}

.wgl-cases {
    display: flex;
    flex-wrap: wrap;
}

.wgl-cases:not([data-carousel=yes]) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.wgl-cases__link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wgl-cases__button_wrapper {
    width: 100%;
}

.wgl-cases .button-read-more::before,
.wgl-cases .button-read-more::after {
    display: none;
}

.wgl-cases .read-more-icon {
    font-weight: normal;
    letter-spacing: 0;
}

.wgl-cases .image_wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.wgl-cases .image_wrapper .icon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgl-cases .image_wrapper .icon-wrapper .wgl-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.wgl-cases .image_wrapper .icon-wrapper .wgl-icon .elementor-icon {
    color: inherit;
    fill: inherit;
    font-size: inherit;
    transition: unset;
}

.wgl-cases .image_wrapper .icon-wrapper .wgl-text_over_image {
    font-family: var(--quere-content-font-family);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: inherit;
}

.wgl-cases .image_wrapper .wgl-image-box_img {
    transition: box-shadow 0.5s;
}

.wgl-cases .icon_wrapper .elementor-icon {
    position: relative;
}

.wgl-cases .icon_wrapper .elementor-icon::after {
    --bubble-top: 0;
    --bubble-left: 0;
    display: none;
    content: "";
    position: absolute;
    top: -1000px;
    left: -1000px;
    right: -1000px;
    bottom: -1000px;
    margin: auto;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
    background-color: #ffffff;
    transform: translate(var(--bubble-left), var(--bubble-top));
}

.wgl-cases div.case_bg_text {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 200px;
    letter-spacing: 0;
    line-height: 1em;
    transition: 0.4s;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    pointer-events: none;
}

.wgl-cases .case_title {
    font-size: 32px;
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    line-height: 1.25em;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-cases .case_title span {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}

.wgl-cases .case_subtitle {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 1.5em;
    color: var(--quere-secondary-color);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: 0.4s;
}

.wgl-cases .case_subtitle span {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}

.wgl-cases .wgl-carousel_wrapper {
    width: 100%;
    overflow: visible;
}

.wgl-cases .case_item {
    float: left;
    pointer-events: none;
    overflow: hidden;
}

.wgl-cases .case_item__inner_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    pointer-events: auto;
    overflow: hidden;
}

.wgl-cases .case_item__inner_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
}

.wgl-cases .case_item__inner_wrapper>div {
    position: relative;
    z-index: 1;
}

.wgl-cases .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
}

.wgl-cases img {
    transition: inherit;
}

.elementor-section-full_width .elementor-column-gap-no .elementor-widget-wgl-cases .wgl-carousel .swiper-container {
    overflow: visible;
}

.wgl-circuit-service {
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 100%;
}

.wgl-circuit-service::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 10%;
    top: 10%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    border: 1px solid #dee1ed;
}

.wgl-circuit-service .wgl-services_icon-wrap {
    position: absolute;
    z-index: 1;
    left: 41%;
    top: 41%;
    width: 18%;
    height: 18%;
    font-size: 40px;
    border-radius: 50%;
    box-shadow: 0px 6px 13px rgba(145, 145, 145, 0.2);
    cursor: pointer;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.wgl-circuit-service .wgl-services_icon-wrap .services_icon {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 1;
    transition: 0.6s;
    line-height: 1;
}

.wgl-circuit-service .wgl-services_content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25% 29%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
}

.wgl-circuit-service .wgl-services_icon {
    color: var(--quere-primary-color);
}

.wgl-circuit-service .wgl-services_item.active .wgl-services_icon {
    color: #fff;
}

.wgl-circuit-service .wgl-services_item.active .wgl-services_icon-wrap {
    background-color: var(--quere-primary-color);
}

.wgl-circuit-service .wgl-services_item.active .wgl-services_icon-wrap+.wgl-services_content-wrap {
    opacity: 1;
    visibility: visible;
}

.wgl-circuit-service .wgl-services_title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: var(--quere-header-font-color);
}

.wgl-circuit-service .wgl-services_text {
    font-size: 14px;
    color: var(--quere-content-color);
}

.wgl-circuit-service.tablet_resp .services_descr {
    display: none;
}

.wgl-circuit-service.tablet_resp .services_title {
    margin-bottom: 0;
    font-size: 22px;
}

.wgl-circuit-service.tablet_resp .services_icon {
    font-size: 75%;
}

.wgl-circuit-service.mobile_resp .services_title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
}

.wgl-circuit-service.mobile_resp .services_subtitle {
    font-size: 13px;
}

.wgl-circuit-service.mobile_resp .services_icon {
    font-size: 55%;
}

.wgl-circuit-service.mobile_resp .services_descr {
    display: none;
}

.wgl-clients {
    --gap: 30px;
    display: flex;
    flex-wrap: wrap;
    margin: calc(-0.5 * var(--gap));
}

.wgl-clients .wgl-carousel_wrapper {
    width: 100%;
    overflow: visible;
}

.wgl-clients .clients_item {
    height: auto;
    padding: calc(0.5 * var(--gap));
}

.wgl-clients .clients_image {
    display: flex;
    height: 100%;
    transition: 0.4s;
}

.wgl-clients .clients_image .image_wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    height: max-content;
    width: auto;
    justify-content: center;
}

.wgl-clients .clients_image .image_wrapper,
.wgl-clients .clients_image .image_wrapper>img {
    border-radius: inherit;
}

.link_on-wrapper .wgl-clients .clients_image .image_wrapper {
    height: 100%;
    width: 100%;
}

.link_on-wrapper .wgl-clients .clients_image {
    align-items: stretch;
}

.wgl-clients .clients_image.swiper-slide {
    display: flex;
    height: auto;
}

.link_on-image .wgl-clients .clients_image {
    align-items: stretch;
    align-content: stretch;
}

.wgl-clients .hover_image {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    visibility: hidden;
}

.wgl-clients.items-1>.clients_image {
    width: 100%;
}

.wgl-clients.items-1>.clients_image:nth-child(2),
.wgl-clients.items-1>.clients_image:nth-child(n+3) {
    clear: left;
}

.wgl-clients.items-2>.clients_image {
    width: 50%;
}

.wgl-clients.items-2>.clients_image:nth-child(3),
.wgl-clients.items-2>.clients_image:nth-child(2n+5) {
    clear: left;
}

.wgl-clients.items-3>.clients_image {
    width: 33.333333%;
}

.wgl-clients.items-3>.clients_image:nth-child(4),
.wgl-clients.items-3>.clients_image:nth-child(3n+7) {
    clear: left;
}

.wgl-clients.items-4>.clients_image {
    width: 25%;
}

.wgl-clients.items-4>.clients_image:nth-child(5),
.wgl-clients.items-4>.clients_image:nth-child(4n+9) {
    clear: left;
}

.wgl-clients.items-5>.clients_image {
    width: 20%;
}

.wgl-clients.items-5>.clients_image:nth-child(6),
.wgl-clients.items-5>.clients_image:nth-child(5n+11) {
    clear: left;
}

.wgl-clients.items-6>.clients_image {
    width: 16.666666%;
}

.wgl-clients.items-6>.clients_image:nth-child(7),
.wgl-clients.items-6>.clients_image:nth-child(6n+13) {
    clear: left;
}

.wgl-clients.items-7>.clients_image {
    width: 14.2857%;
}

.wgl-clients.items-7>.clients_image:nth-child(8),
.wgl-clients.items-7>.clients_image:nth-child(7n+15) {
    clear: left;
}

.wgl-clients img {
    transition: 0.3s;
}

.link_on-wrapper .wgl-clients.anim-zoom .clients_image img,
.link_on-image .wgl-clients.anim-zoom .image_wrapper img {
    transform: scale(0.95);
}

.link_on-wrapper .wgl-clients.anim-zoom .clients_image:hover img,
.link_on-image .wgl-clients.anim-zoom .image_wrapper:hover img {
    transform: scale(1);
}

.link_on-wrapper .wgl-clients.anim-opacity .clients_image img,
.link_on-image .wgl-clients.anim-opacity .image_wrapper img {
    opacity: 0.5;
}

.link_on-wrapper .wgl-clients.anim-opacity .clients_image:hover img,
.link_on-image .wgl-clients.anim-opacity .image_wrapper:hover img {
    opacity: 1;
}

.link_on-wrapper .wgl-clients.anim-grayscale .clients_image img,
.link_on-image .wgl-clients.anim-grayscale .image_wrapper img {
    filter: grayscale(100%);
    opacity: 0.6;
}

.link_on-wrapper .wgl-clients.anim-grayscale .clients_image:hover img,
.link_on-image .wgl-clients.anim-grayscale .image_wrapper:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.link_on-wrapper .wgl-clients.anim-contrast .clients_image:hover img,
.link_on-image .wgl-clients.anim-contrast .image_wrapper:hover img {
    filter: contrast(300%);
}

.link_on-wrapper .wgl-clients.anim-blur-1 .clients_image:hover img,
.link_on-image .wgl-clients.anim-blur-1 .image_wrapper:hover img {
    filter: blur(1px);
}

.link_on-wrapper .wgl-clients.anim-blur-2 .clients_image img,
.link_on-image .wgl-clients.anim-blur-2 .image_wrapper img {
    filter: blur(1px);
}

.link_on-wrapper .wgl-clients.anim-blur-2 .clients_image:hover img,
.link_on-image .wgl-clients.anim-blur-2 .image_wrapper:hover img {
    filter: blur(0);
}

.link_on-wrapper .wgl-clients.anim-invert .clients_image img,
.link_on-image .wgl-clients.anim-invert .image_wrapper img {
    filter: invert(100%);
}

.link_on-wrapper .wgl-clients.anim-ex_images .clients_image .hover_image,
.link_on-image .wgl-clients.anim-ex_images .image_wrapper .hover_image {
    display: block;
    opacity: 0;
}

.link_on-wrapper .wgl-clients.anim-ex_images .clients_image:hover .hover_image,
.link_on-image .wgl-clients.anim-ex_images .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible;
}

.link_on-wrapper .wgl-clients.anim-ex_images .clients_image:hover .hover_image+.main_image,
.link_on-image .wgl-clients.anim-ex_images .image_wrapper:hover .hover_image+.main_image {
    opacity: 0;
}

.link_on-wrapper .wgl-clients.anim-ex_images_ver .clients_image,
.link_on-image .wgl-clients.anim-ex_images_ver .image_wrapper {
    overflow: hidden;
}

.link_on-wrapper .wgl-clients.anim-ex_images_ver .clients_image .hover_image,
.link_on-image .wgl-clients.anim-ex_images_ver .image_wrapper .hover_image {
    opacity: 0;
    display: block;
    transform: translateY(-100%);
}

.link_on-wrapper .wgl-clients.anim-ex_images_ver .clients_image:hover .hover_image,
.link_on-image .wgl-clients.anim-ex_images_ver .image_wrapper:hover .hover_image {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.link_on-wrapper .wgl-clients.anim-ex_images_ver .clients_image:hover .hover_image+.main_image,
.link_on-image .wgl-clients.anim-ex_images_ver .image_wrapper:hover .hover_image+.main_image {
    opacity: 0;
    transform: translateY(100%);
}

.wgl-clients.anim-mask_image .clients_image {
    justify-content: center;
}

.wgl-clients.anim-mask_image .image_wrapper {
    height: auto !important;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    overflow: hidden;
    transition: 0.4s;
}

.elementor-section-full_width .elementor-column-gap-no .elementor-widget-wgl-clients .wgl-carousel .swiper-container {
    overflow: visible;
}

.wgl-combo-menu .menu-item {
    display: flex;
    align-items: center;
}

.wgl-combo-menu .menu-item:first-child {
    margin-top: 0 !important;
}

.wgl-combo-menu .menu-item:last-child {
    margin-bottom: 0 !important;
}

.wgl-combo-menu .menu-item:hover .menu-item_title {
    color: var(--quere-header-font-color);
}

.wgl-combo-menu .menu-item_title {
    font-family: var(--quere-header-font-family);
    margin-right: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.333;
    transition: 0.4s;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
    order: 1;
}

.wgl-combo-menu .menu-item_price {
    order: 3;
    margin-left: 20px;
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.333;
    color: var(--quere-secondary-color);
}

.wgl-combo-menu .menu-item_desc {
    font-size: 13px;
    font-weight: 500;
    color: #949494;
    line-height: 1.4em;
}

.wgl-combo-menu .menu-item_content {
    display: flex;
    align-items: flex-end;
}

.wgl-combo-menu .menu-item_content::after {
    display: none;
    content: "";
    width: 100%;
    min-width: 20px;
    height: 1px;
    flex: 1;
    order: 2;
    border-bottom: 1px solid;
    border-color: var(--quere-primary-color);
}

.wgl-combo-menu .menu-item_content-wrap {
    flex: 1;
}

.wgl-combo-menu .menu-item_image-wrap {
    align-self: flex-start;
}

.wgl-countdown .countdown-row {
    display: flex;
    align-items: center;
}

.wgl-countdown .countdown-section {
    position: relative;
    color: inherit;
}

.wgl-countdown .countdown-section .countdown-amount {
    --dots-size: 10px;
    --dots-interval: 20px;
    --dots-v-pos: 20%;
    --dots-h-pos: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    box-sizing: border-box;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
}

.wgl-countdown .countdown-section .countdown-amount span {
    display: inline-block;
}

.wgl-countdown .countdown-section .countdown-period {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    font-family: var(--quere-content-font-family);
    line-height: 1;
    color: var(--quere-header-font-color);
    text-transform: uppercase;
    min-width: 100%;
    margin: auto;
    padding-top: 9px;
}

.elementor-widget-wgl-countdown.aleft .countdown-row {
    justify-content: flex-start;
}

.elementor-widget-wgl-countdown.acenter .countdown-row {
    justify-content: center;
}

.elementor-widget-wgl-countdown.aright .countdown-row {
    justify-content: flex-end;
}

.elementor-widget-wgl-countdown.ajustify .countdown-section {
    flex: 1;
}

.elementor-widget-wgl-countdown:not(.show_title_yes) .countdown-period {
    display: none !important;
}

.elementor-widget-wgl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-wgl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-wgl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::after {
    content: "";
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: var(--dots-v-pos);
    right: var(--dots-h-pos);
    width: var(--dots-size);
    height: var(--dots-size);
    background: currentColor;
    color: var(--quere-primary-color);
}

.elementor-widget-wgl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::before {
    margin-top: 0;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}

.elementor-widget-wgl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-wgl-countdown.dots_style-rhombus .countdown-section:not(:last-child) .countdown-amount::after,
.elementor-widget-wgl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::after {
    margin-top: calc(var(--dots-interval) + var(--dots-size));
    transform: translateX(50%) translateY(50%) rotate(45deg);
}

.elementor-widget-wgl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-square .countdown-section:not(:last-child) .countdown-amount::after {
    border-radius: 0;
    transform: translateX(50%) translateY(-50%) rotate(0deg);
}

.elementor-widget-wgl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::before,
.elementor-widget-wgl-countdown.dots_style-circle .countdown-section:not(:last-child) .countdown-amount::after {
    border-radius: 50%;
}

.elementor-widget-wgl-countdown.dots_style-font .countdown-section:not(:last-child) .countdown-amount::after {
    content: ":";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    margin-top: 0;
    transform: translateX(50%);
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-countdown.a-tabletleft .countdown-row {
    justify-content: flex-start;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-countdown.a-tabletcenter .countdown-row {
    justify-content: center;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-countdown.a-tabletright .countdown-row {
    justify-content: flex-end;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-countdown.a-tabletjustify .countdown-section {
    flex: 1;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-countdown.a-mobileleft .countdown-row {
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-countdown.a-mobilecenter .countdown-row {
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-countdown.a-mobileright .countdown-row {
    justify-content: flex-end;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-countdown.a-mobilejustify .countdown-section {
    flex: 1;
}

.wgl-counter {
    position: relative;
    z-index: 1;
}

.wgl-counter .media-wrap {
    display: inline-block;
}

.wgl-counter_value-wrap {
    display: inline-flex;
    font-size: 96px;
    line-height: 1;
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    color: var(--quere-header-font-color);
    justify-content: center;
    letter-spacing: 0;
}

.wgl-counter__placeholder-wrap {
    font-weight: inherit;
    position: relative;
    white-space: nowrap;
}

.wgl-counter__value {
    position: absolute;
    z-index: 2;
    right: 0;
}

.wgl-counter__placeholder {
    visibility: hidden;
}

.wgl-counter__prefix {
    text-align: right;
}

.wgl-counter__suffix {
    text-align: left;
}

.wgl-counter_title {
    width: 100%;
    font-size: 16px;
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    color: var(--quere-header-font-color);
    line-height: 1em;
    letter-spacing: 0;
    margin-top: 15px;
}

.wgl-counter_content {
    font-size: 16px;
    margin-top: 6px;
}

.wgl-counter_divider {
    width: 20px;
    height: 2px;
    background: var(--quere-primary-color);
    flex-shrink: 0;
    margin: 16px 0 21px;
}

.wgl-counter.title-inline .content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgl-counter.title-inline .wgl-counter_value-wrap {
    font-size: 110px;
}

.wgl-counter.title-inline .wgl-counter_title {
    font-size: 26px;
    line-height: 1em;
    letter-spacing: -0.05em;
    margin: 17px 0 17px 15px;
}

.wgl-counter.title-inline .wgl-counter_divider {
    width: 2px;
    height: 20px;
    margin: 0 -2px 0 18px;
}

.wgl-counter.title-top .content-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.wgl-counter .elementor-icon {
    color: var(--quere-primary-color);
}

.wgl-counter .elementor-icon:hover {
    color: var(--quere-primary-color);
}

body .elementor-widget-wgl-counter.aleft .wgl-counter_title {
    text-align: left;
}

body .elementor-widget-wgl-counter.aleft .title-inline .content-wrap {
    justify-content: flex-start;
}

body .elementor-widget-wgl-counter.aright .wgl-counter_title {
    text-align: right;
}

body .elementor-widget-wgl-counter.aright .title-inline .content-wrap {
    justify-content: flex-end;
}

body .elementor-widget-wgl-counter.acenter .wgl-counter_title {
    text-align: center;
}

body .elementor-widget-wgl-counter.acenter .title-inline .content-wrap {
    justify-content: center;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-counter.a-tabletleft .wgl-counter_title {
    text-align: left;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-counter.a-tabletleft .title-inline .content-wrap {
    justify-content: flex-start;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-counter.a-tabletright .wgl-counter_title {
    text-align: right;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-counter.a-tabletright .title-inline .content-wrap {
    justify-content: flex-end;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-counter.a-tabletcenter .wgl-counter_title {
    text-align: center;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-counter.a-tabletcenter .title-inline .content-wrap {
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-counter.a-mobileleft .wgl-counter_title {
    text-align: left;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-counter.a-mobileleft .title-inline .content-wrap {
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-counter.a-mobileright .wgl-counter_title {
    text-align: right;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-counter.a-mobileright .title-inline .content-wrap {
    justify-content: flex-end;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-counter.a-mobilecenter .wgl-counter_title {
    text-align: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-counter.a-mobilecenter .title-inline .content-wrap {
    justify-content: center;
}

.wgl-demo-item {
    text-align: center;
}

.wgl-demo-item .demo-item {
    transition: 0.4s;
    display: block;
}

.wgl-demo-item .demo-item_image {
    transition: 0.4s;
}

.wgl-demo-item .demo-item_title {
    font-size: 24px;
    line-height: 1.25em;
    transition: 0.4s;
    color: var(--quere-header-font-color);
    display: flex;
}

.wgl-demo-item .demo-item_title>* {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.wgl-demo-item:hover .demo-item_title {
    color: var(--quere-primary-color);
}

.wgl-demo-item.lift_on_hover:hover .demo-item {
    transform: translateY(-15px);
}

.elementor-widget-wgl-double-heading .wgl-double-heading {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__wrapper {
    display: flex;
    justify-content: space-between;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__subtitle {
    display: block;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__title-wrapper {
    position: relative;
    z-index: 1;
    line-height: 1.42em;
    letter-spacing: 0;
    width: 100%;
    margin: 0;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__content {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    display: inline-block;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__content p:last-child {
    margin: 0;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__title {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    transition: 0.4s ease-in-out;
    text-decoration-thickness: 0.03em !important;
    text-underline-offset: 0.1em;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__title-1 {
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    color: var(--quere-header-font-color);
    font-style: italic;
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__title-2 {
    color: var(--quere-header-font-color);
}

.elementor-widget-wgl-double-heading .wgl-double-heading .dblh__title-3 {
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    color: var(--quere-header-font-color);
    font-style: italic;
}

.elementor-widget-wgl-double-heading.divider-yes {
    position: relative;
}

.elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::before,
.elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::after {
    font-size: 48px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    margin-bottom: 0.1em;
    background-color: currentColor;
}

body[data-elementor-device-mode=mobile_extra] .elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::before,
body[data-elementor-device-mode=mobile] .elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::before,
body[data-elementor-device-mode=mobile_extra] .elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::after,
body[data-elementor-device-mode=mobile] .elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::after {
    font-size: 25px;
}

.elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::before {
    margin-right: calc(0.25em + 10px);
    margin-left: -100% !important;
}

.elementor-widget-wgl-double-heading.divider-yes .dblh__subtitle::after {
    margin-left: calc(0.25em + 10px);
    margin-right: -100% !important;
}

body .elementor-widget-wgl-double-heading.aright .dblh__subtitle::after {
    display: none;
}

body .elementor-widget-wgl-double-heading.aright .dblh__subtitle::before {
    display: inline-block;
}

body .elementor-widget-wgl-double-heading.aleft .dblh__subtitle::before {
    display: none;
}

body .elementor-widget-wgl-double-heading.aleft .dblh__subtitle::after {
    display: inline-block;
}

body .elementor-widget-wgl-double-heading.acenter .dblh__subtitle::before,
body .elementor-widget-wgl-double-heading.acenter .dblh__subtitle::after {
    display: inline-block;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-double-heading.a-tabletright .dblh__subtitle::after {
    display: none;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-double-heading.a-tabletright .dblh__subtitle::before {
    display: inline-block;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-double-heading.a-tabletleft .dblh__subtitle::before {
    display: none;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-double-heading.a-tabletleft .dblh__subtitle::after {
    display: inline-block;
}

body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-double-heading.a-tabletcenter .dblh__subtitle::before,
body:not([data-elementor-device-mode=widescreen],
    [data-elementor-device-mode=desktop]) .elementor-widget-wgl-double-heading.a-tabletcenter .dblh__subtitle::after {
    display: inline-block;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-double-heading.a-mobileright .dblh__subtitle::after {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-double-heading.a-mobileright .dblh__subtitle::before {
    display: inline-block;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-double-heading.a-mobileleft .dblh__subtitle::before {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-double-heading.a-mobileleft .dblh__subtitle::after {
    display: inline-block;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-double-heading.a-mobilecenter .dblh__subtitle::before,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-double-heading.a-mobilecenter .dblh__subtitle::after {
    display: inline-block;
}

.wgl-image-animate {
    position: relative;
    line-height: 0;
    max-width: 100%;
}

.wgl-image-animate .img-layer_image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%;
}

.wgl-image-animate .img-layer_image-wrapper img {
    pointer-events: none;
}

.wgl-image-animate .img-layer_image-wrapper:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

.wgl-image-animate .img-layer_image-wrapper .img-layer_image {
    transition: all 0.5s;
}

.wgl-image-animate .img-layer_image-wrapper.up_down1 .img-layer_image {
    animation: image_upDown1 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.up_down2 .img-layer_image {
    animation: image_upDown2 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.up_down3 .img-layer_image {
    animation: image_upDown3 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.left_right1 .img-layer_image {
    animation: image_leftRight1 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.left_right2 .img-layer_image {
    animation: image_leftRight2 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.left_right3 .img-layer_image {
    animation: image_leftRight3 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.scale1 .img-layer_image {
    animation: image_scale1 2s infinite alternate;
}

.wgl-image-animate .img-layer_image-wrapper.scale2 .img-layer_image {
    animation: image_scale2 2s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.scale3 .img-layer_image {
    animation: image_scale3 2s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move1 .img-layer_image {
    animation: image_move1 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move2 .img-layer_image {
    animation: image_move2 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move3 .img-layer_image {
    animation: image_move3 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move4 .img-layer_image {
    animation: image_move4 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move-rotate1 .img-layer_image {
    animation: image_move_rotate1 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move-rotate2 .img-layer_image {
    animation: image_move_rotate2 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move-rotate3 .img-layer_image {
    animation: image_move_rotate3 4s infinite linear;
}

.wgl-image-animate .img-layer_image-wrapper.move-rotate4 .img-layer_image {
    animation: image_move_rotate4 4s infinite linear;
}

@keyframes image_upDown1 {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

@keyframes image_upDown2 {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

@keyframes image_upDown3 {
    0% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(15px);
    }
}

@keyframes image_leftRight1 {
    0% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

@keyframes image_leftRight2 {
    0% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

@keyframes image_leftRight3 {
    0% {
        transform: translateX(-15px);
    }

    100% {
        transform: translateX(15px);
    }
}

@keyframes image_scale1 {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes image_scale2 {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes image_scale3 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes image_move1 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(10px, 20px);
    }

    50% {
        transform: translate(30px, 30px);
    }

    75% {
        transform: translate(20px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes image_move2 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(20px, -20px);
    }

    50% {
        transform: translate(0px, -40px);
    }

    75% {
        transform: translate(20px, -20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes image_move3 {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(20px, 0px);
    }

    50% {
        transform: translate(30px, -20px);
    }

    75% {
        transform: translate(20px, 0px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes image_move4 {
    0% {
        transform: translate(0px, 0px);
    }

    15% {
        transform: translate(0px, 20px);
    }

    30% {
        transform: translate(-20px, 20px);
    }

    45% {
        transform: translate(-20px, 40px);
    }

    60% {
        transform: translate(-25px, 30px);
    }

    75% {
        transform: translate(-20px, 20px);
    }

    90% {
        transform: translate(0px, 20px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes image_move_rotate1 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }

    25% {
        transform: translate(-10px, -10px) rotate(5deg);
    }

    50% {
        transform: translate(-20px, 0px) rotate(0);
    }

    75% {
        transform: translate(-10px, -10px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes image_move_rotate2 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }

    25% {
        transform: translate(10px, 10px) rotate(-5deg);
    }

    50% {
        transform: translate(-5px, 15px) rotate(-10deg);
    }

    75% {
        transform: translate(-10px, 5px) rotate(-5deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes image_move_rotate3 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }

    20% {
        transform: translate(0px, -10px) rotate(-5deg);
    }

    40% {
        transform: translate(15px, -15px) rotate(0deg);
    }

    60% {
        transform: translate(25px, 0px) rotate(7deg);
    }

    80% {
        transform: translate(10px, 10px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

@keyframes image_move_rotate4 {
    0% {
        transform: translate(0px, 0px) rotate(0);
    }

    15% {
        transform: translate(-10px, 10px) rotate(5deg);
    }

    30% {
        transform: translate(-25px, 15px) rotate(10deg);
    }

    45% {
        transform: translate(-25px, 25px) rotate(13deg);
    }

    60% {
        transform: translate(-5px, 20px) rotate(16deg);
    }

    75% {
        transform: translate(5px, 5px) rotate(13deg);
    }

    90% {
        transform: translate(15px, -10px) rotate(8deg);
    }

    100% {
        transform: translate(0, 0) rotate(0);
    }
}

.wgl-image_comparison.cocoen {
    cursor: pointer;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    border-radius: 0;
}

.wgl-image_comparison.cocoen img.comp-image {
    max-width: none;
    display: block;
    width: 100%;
}

.wgl-image_comparison.cocoen>div {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 50%;
}

.wgl-image_comparison.cocoen .cocoen-drag {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    margin-left: -1px;
    background: var(--quere-tertiary-color);
    cursor: ew-resize;
}

.wgl-image_comparison.cocoen .cocoen-drag::before,
.wgl-image_comparison.cocoen .cocoen-drag::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 80px;
    height: 80px;
    line-height: 40px;
    text-align: center;
    color: var(--quere-primary-color);
    cursor: pointer;
    font-size: 22px;
    font-weight: 400;
    margin-top: -40px;
    border-radius: 0;
    padding-top: 38px;
    transform: rotate(90deg);
    background-image: var(--quere-bg-caret);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 50% 78%;
}

.wgl-image_comparison.cocoen .cocoen-drag::before {
    z-index: 1;
    left: 50%;
    margin-left: -40px;
    background-color: var(--quere-tertiary-color);
    border-radius: 40px;
    transform: scaleX(-1) rotate(90deg);
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.1);
}

.wgl-image_comparison.cocoen .cocoen-drag::after {
    z-index: 2;
    right: 50%;
    margin-right: -40px;
    background-color: transparent !important;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_image-wrap {
    display: inline-block;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.appear_animation .hotspots__item {
    opacity: 0;
    transition: 1.4s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.appear_animation .hotspots__item.appeared {
    opacity: 1;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation-pulse .hotspots__item {
    animation: 5s both running infinite hotspots_pulse;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation-flash .hotspots__item {
    animation: 5s both running infinite hotspots_flash;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation-zoom .hotspots__item {
    animation: 5s both running infinite hotspots_zoom;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation-shake .hotspots__item {
    animation: 5s both running infinite hotspots_shake;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation-swing .hotspots__item {
    animation: 5s both running infinite hotspots_swing;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation-rubber .hotspots__item {
    animation: 5s both running infinite hotspots_rubber;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__container.loop_animation .hotspots__item:hover {
    animation-play-state: paused;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item {
    line-height: 1em;
    position: absolute;
    cursor: pointer;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item:hover .hotspot__tooltip {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item:hover .hotspot__tooltip .tooltip__wrapper {
    opacity: inherit;
    visibility: inherit;
    transition: inherit;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item:hover .hotspots_point-icon.default {
    transform: translate(-50%, -50%) scale(1.553);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_media-wrap {
    transition: 0.4s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_point-wrap {
    display: flex;
    align-items: center;
    transition: 0.4s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_point-icon {
    line-height: 0;
    width: 1em;
    display: block;
    text-align: center;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_point-icon.default {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(1px, 16.08%, 20px);
    height: clamp(1px, 16.08%, 20px);
    border-radius: 50%;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: inherit;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_point-icon svg {
    width: 1em;
    height: 1em;
    display: block;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots_point-text {
    margin: 0;
    line-height: 1;
    transition: 0.4s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top_l .hotspot__tooltip {
    top: initial;
    right: 100%;
    bottom: 100%;
    left: initial;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top_l .tooltip__wrapper {
    margin: 0 10px 10px 0;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top_l .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top .tooltip__wrapper {
    margin-bottom: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top .tooltip__wrapper::after {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top_r .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 100%;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top_r .tooltip__wrapper {
    margin: 0 0 10px 10px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-top_r .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-right .hotspot__tooltip {
    top: 50%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: translateY(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-right .tooltip__wrapper {
    margin-left: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-right .tooltip__wrapper::after {
    top: 50%;
    left: 14px;
    transform: translateY(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom_r .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom_r .tooltip__wrapper {
    margin: 10px 0 0 10px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom_r .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom .tooltip__wrapper {
    margin-top: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom .tooltip__wrapper::after {
    left: 50%;
    top: 14px;
    transform: translateX(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom_l .hotspot__tooltip {
    top: 100%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom_l .tooltip__wrapper {
    margin: 10px 10px 0 0;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-bottom_l .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-left .hotspot__tooltip {
    top: 50%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: translateY(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-left .tooltip__wrapper {
    margin-right: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-desktop-left .tooltip__wrapper::after {
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-desktop-left .hotspots_point-wrap {
    flex-direction: row;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-desktop-top .hotspots_point-wrap {
    flex-direction: column;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-desktop-right .hotspots_point-wrap {
    flex-direction: row-reverse;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-desktop-bottom .hotspots_point-wrap {
    flex-direction: column-reverse;
}

@media (max-width: 1024px) {
    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top_l .hotspot__tooltip {
        top: initial;
        right: 100%;
        bottom: 100%;
        left: initial;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top_l .tooltip__wrapper {
        margin: 0 10px 10px 0;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top_l .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top .hotspot__tooltip {
        top: initial;
        right: initial;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top .tooltip__wrapper {
        margin-bottom: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top .tooltip__wrapper::after {
        left: 50%;
        bottom: 14px;
        transform: translateX(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top_r .hotspot__tooltip {
        top: initial;
        right: initial;
        bottom: 100%;
        left: 100%;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top_r .tooltip__wrapper {
        margin: 0 0 10px 10px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-top_r .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-right .hotspot__tooltip {
        top: 50%;
        right: initial;
        bottom: initial;
        left: 100%;
        transform: translateY(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-right .tooltip__wrapper {
        margin-left: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-right .tooltip__wrapper::after {
        top: 50%;
        left: 14px;
        transform: translateY(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom_r .hotspot__tooltip {
        top: 100%;
        right: initial;
        bottom: initial;
        left: 100%;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom_r .tooltip__wrapper {
        margin: 10px 0 0 10px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom_r .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom .hotspot__tooltip {
        top: 100%;
        right: initial;
        bottom: initial;
        left: 50%;
        transform: translateX(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom .tooltip__wrapper {
        margin-top: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom .tooltip__wrapper::after {
        left: 50%;
        top: 14px;
        transform: translateX(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom_l .hotspot__tooltip {
        top: 100%;
        right: 100%;
        bottom: initial;
        left: initial;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom_l .tooltip__wrapper {
        margin: 10px 10px 0 0;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-bottom_l .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-left .hotspot__tooltip {
        top: 50%;
        right: 100%;
        bottom: initial;
        left: initial;
        transform: translateY(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-left .tooltip__wrapper {
        margin-right: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-tablet-left .tooltip__wrapper::after {
        top: 50%;
        right: 14px;
        transform: translateY(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-tablet-left .hotspots_point-wrap {
        flex-direction: row;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-tablet-top .hotspots_point-wrap {
        flex-direction: column;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-tablet-right .hotspots_point-wrap {
        flex-direction: row-reverse;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-tablet-bottom .hotspots_point-wrap {
        flex-direction: column-reverse;
    }
}

@media (max-width: 767px) {
    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top_l .hotspot__tooltip {
        top: initial;
        right: 100%;
        bottom: 100%;
        left: initial;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top_l .tooltip__wrapper {
        margin: 0 10px 10px 0;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top_l .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top .hotspot__tooltip {
        top: initial;
        right: initial;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top .tooltip__wrapper {
        margin-bottom: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top .tooltip__wrapper::after {
        left: 50%;
        bottom: 14px;
        transform: translateX(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top_r .hotspot__tooltip {
        top: initial;
        right: initial;
        bottom: 100%;
        left: 100%;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top_r .tooltip__wrapper {
        margin: 0 0 10px 10px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-top_r .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-right .hotspot__tooltip {
        top: 50%;
        right: initial;
        bottom: initial;
        left: 100%;
        transform: translateY(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-right .tooltip__wrapper {
        margin-left: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-right .tooltip__wrapper::after {
        top: 50%;
        left: 14px;
        transform: translateY(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom_r .hotspot__tooltip {
        top: 100%;
        right: initial;
        bottom: initial;
        left: 100%;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom_r .tooltip__wrapper {
        margin: 10px 0 0 10px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom_r .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom .hotspot__tooltip {
        top: 100%;
        right: initial;
        bottom: initial;
        left: 50%;
        transform: translateX(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom .tooltip__wrapper {
        margin-top: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom .tooltip__wrapper::after {
        left: 50%;
        top: 14px;
        transform: translateX(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom_l .hotspot__tooltip {
        top: 100%;
        right: 100%;
        bottom: initial;
        left: initial;
        transform: unset;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom_l .tooltip__wrapper {
        margin: 10px 10px 0 0;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-bottom_l .tooltip__wrapper::after {
        display: none;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-left .hotspot__tooltip {
        top: 50%;
        right: 100%;
        bottom: initial;
        left: initial;
        transform: translateY(-50%);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-left .tooltip__wrapper {
        margin-right: 20px;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-mobile-left .tooltip__wrapper::after {
        top: 50%;
        right: 14px;
        transform: translateY(-50%) rotate(45deg);
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-mobile-left .hotspots_point-wrap {
        flex-direction: row;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-mobile-top .hotspots_point-wrap {
        flex-direction: column;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-mobile-right .hotspots_point-wrap {
        flex-direction: row-reverse;
    }

    .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.m-mobile-bottom .hotspots_point-wrap {
        flex-direction: column-reverse;
    }
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top_l .hotspot__tooltip {
    top: initial;
    right: 100%;
    bottom: 100%;
    left: initial;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top_l .tooltip__wrapper {
    margin: 0 10px 10px 0;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top_l .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top .tooltip__wrapper {
    margin-bottom: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top .tooltip__wrapper::after {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top_r .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 100%;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top_r .tooltip__wrapper {
    margin: 0 0 10px 10px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-top_r .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-right .hotspot__tooltip {
    top: 50%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: translateY(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-right .tooltip__wrapper {
    margin-left: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-right .tooltip__wrapper::after {
    top: 50%;
    left: 14px;
    transform: translateY(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom_r .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom_r .tooltip__wrapper {
    margin: 10px 0 0 10px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom_r .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom .tooltip__wrapper {
    margin-top: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom .tooltip__wrapper::after {
    left: 50%;
    top: 14px;
    transform: translateX(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom_l .hotspot__tooltip {
    top: 100%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: unset;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom_l .tooltip__wrapper {
    margin: 10px 10px 0 0;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-bottom_l .tooltip__wrapper::after {
    display: none;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-left .hotspot__tooltip {
    top: 50%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: translateY(-50%);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-left .tooltip__wrapper {
    margin-right: 20px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-desktop-left .tooltip__wrapper::after {
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top_l .hotspot__tooltip {
    top: initial;
    right: 100%;
    bottom: 100%;
    left: initial;
    transform: unset;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top_l .tooltip__wrapper {
    margin: 0 10px 10px 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top_l .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top .tooltip__wrapper {
    margin-bottom: 20px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top .tooltip__wrapper::after {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top_r .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 100%;
    transform: unset;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top_r .tooltip__wrapper {
    margin: 0 0 10px 10px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-top_r .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-right .hotspot__tooltip {
    top: 50%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: translateY(-50%);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-right .tooltip__wrapper {
    margin-left: 20px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-right .tooltip__wrapper::after {
    top: 50%;
    left: 14px;
    transform: translateY(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom_r .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: unset;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom_r .tooltip__wrapper {
    margin: 10px 0 0 10px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom_r .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom .tooltip__wrapper {
    margin-top: 20px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom .tooltip__wrapper::after {
    left: 50%;
    top: 14px;
    transform: translateX(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom_l .hotspot__tooltip {
    top: 100%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: unset;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom_l .tooltip__wrapper {
    margin: 10px 10px 0 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-bottom_l .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-left .hotspot__tooltip {
    top: 50%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: translateY(-50%);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-left .tooltip__wrapper {
    margin-right: 20px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-tablet-left .tooltip__wrapper::after {
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top_l .hotspot__tooltip {
    top: initial;
    right: 100%;
    bottom: 100%;
    left: initial;
    transform: unset;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top_l .tooltip__wrapper {
    margin: 0 10px 10px 0;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top_l .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top .tooltip__wrapper {
    margin-bottom: 20px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top .tooltip__wrapper::after {
    left: 50%;
    bottom: 14px;
    transform: translateX(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top_r .hotspot__tooltip {
    top: initial;
    right: initial;
    bottom: 100%;
    left: 100%;
    transform: unset;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top_r .tooltip__wrapper {
    margin: 0 0 10px 10px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-top_r .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-right .hotspot__tooltip {
    top: 50%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: translateY(-50%);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-right .tooltip__wrapper {
    margin-left: 20px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-right .tooltip__wrapper::after {
    top: 50%;
    left: 14px;
    transform: translateY(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom_r .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 100%;
    transform: unset;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom_r .tooltip__wrapper {
    margin: 10px 0 0 10px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom_r .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom .hotspot__tooltip {
    top: 100%;
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom .tooltip__wrapper {
    margin-top: 20px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom .tooltip__wrapper::after {
    left: 50%;
    top: 14px;
    transform: translateX(-50%) rotate(45deg);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom_l .hotspot__tooltip {
    top: 100%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: unset;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom_l .tooltip__wrapper {
    margin: 10px 10px 0 0;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-bottom_l .tooltip__wrapper::after {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-left .hotspot__tooltip {
    top: 50%;
    right: 100%;
    bottom: initial;
    left: initial;
    transform: translateY(-50%);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-left .tooltip__wrapper {
    margin-right: 20px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspots__item.tt-c-mobile-left .tooltip__wrapper::after {
    top: 50%;
    right: 14px;
    transform: translateY(-50%) rotate(45deg);
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip {
    position: absolute;
    z-index: 1;
    transition: 0.2s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip .tooltip__wrapper {
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip .tooltip__wrapper p:last-child {
    margin-bottom: 0;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip .tooltip__wrapper p:last-of-type {
    display: inline;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip .tooltip__wrapper .tooltip__icon {
    display: inline-block;
    margin-left: 12px;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip .tooltip__wrapper .tooltip__icon.flaticon-long-next {
    width: 23px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.elementor-widget-wgl-image-hotspots .wgl-image-hotspots .hotspot__tooltip .tooltip__wrapper::after {
    width: 20px;
    height: 20px;
    background: inherit;
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover .hotspot__tooltip {
    visibility: hidden;
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover .hotspot__tooltip .tooltip__wrapper {
    opacity: 0;
    visibility: inherit;
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-zoom .tooltip__wrapper {
    transform: scale3d(0.1, 0.1, 0.1);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-zoom .hotspots__item:hover .tooltip__wrapper {
    transform: scale3d(1, 1, 1);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_left .tooltip__wrapper {
    transform: translateX(20px);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_left .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_top .tooltip__wrapper {
    transform: translateY(20px);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_top .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_right .tooltip__wrapper {
    transform: translateX(-20px);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_right .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_bottom .tooltip__wrapper {
    transform: translateY(-20px);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-to_bottom .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body .elementor-widget-wgl-image-hotspots.tooltips-hover.animation-shake .hotspots__item:hover .tooltip__wrapper {
    animation: tooltips_shake 0.4s ease-in-out forwards;
}

body .elementor-widget-wgl-image-hotspots.tooltips-show .hotspot__tooltip {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

body .elementor-widget-wgl-image-hotspots.tooltips-show .hotspot__tooltip .tooltip__wrapper {
    opacity: inherit;
    visibility: inherit;
    transition: inherit;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover .hotspot__tooltip {
    visibility: hidden;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover .hotspot__tooltip .tooltip__wrapper {
    opacity: 0;
    visibility: inherit;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-zoom .tooltip__wrapper {
    transform: scale3d(0.1, 0.1, 0.1);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-zoom .hotspots__item:hover .tooltip__wrapper {
    transform: scale3d(1, 1, 1);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_left .tooltip__wrapper {
    transform: translateX(20px);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_left .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_top .tooltip__wrapper {
    transform: translateY(20px);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_top .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_right .tooltip__wrapper {
    transform: translateX(-20px);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_right .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_bottom .tooltip__wrapper {
    transform: translateY(-20px);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-to_bottom .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-hover.animation-shake .hotspots__item:hover .tooltip__wrapper {
    animation: tooltips_shake 0.4s ease-in-out forwards;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-show .hotspot__tooltip {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-tablet-show .hotspot__tooltip .tooltip__wrapper {
    opacity: inherit;
    visibility: inherit;
    transition: inherit;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover .hotspot__tooltip {
    visibility: hidden;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover .hotspot__tooltip .tooltip__wrapper {
    opacity: 0;
    visibility: inherit;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-zoom .tooltip__wrapper {
    transform: scale3d(0.1, 0.1, 0.1);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-zoom .hotspots__item:hover .tooltip__wrapper {
    transform: scale3d(1, 1, 1);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_left .tooltip__wrapper {
    transform: translateX(20px);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_left .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_top .tooltip__wrapper {
    transform: translateY(20px);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_top .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_right .tooltip__wrapper {
    transform: translateX(-20px);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_right .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_bottom .tooltip__wrapper {
    transform: translateY(-20px);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-to_bottom .hotspots__item:hover .tooltip__wrapper {
    transform: translate(0);
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-hover.animation-shake .hotspots__item:hover .tooltip__wrapper {
    animation: tooltips_shake 0.4s ease-in-out forwards;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-show .hotspot__tooltip {
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-image-hotspots.tooltips-mobile-show .hotspot__tooltip .tooltip__wrapper {
    opacity: inherit;
    visibility: inherit;
    transition: inherit;
}

@keyframes tooltips_shake {
    0% {
        transform: rotate(2deg) translateY(9px);
    }

    50% {
        transform: rotate(-3deg) translateY(6px);
    }

    70% {
        transform: rotate(3deg) translateY(3px);
    }

    100% {
        transform: rotate(0deg) translateY(0);
    }
}

@keyframes hotspots_pulse {

    0%,
    89%,
    to {
        transform: scale3d(1, 1, 1);
    }

    90%,
    94%,
    98% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    92%,
    96% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
}

@keyframes hotspots_flash {

    0%,
    89%,
    to {
        opacity: 1;
    }

    90%,
    94%,
    98% {
        opacity: 0;
    }

    92%,
    96% {
        opacity: 1;
    }
}

@keyframes hotspots_shake {

    0%,
    89%,
    to {
        transform: translate3d(0, 0, 0);
    }

    90%,
    94%,
    98% {
        transform: translate3d(-5px, 0, 0);
    }

    92%,
    96% {
        transform: translate3d(5px, 0, 0);
    }
}

@keyframes hotspots_zoom {

    0%,
    86%,
    to {
        transform: scale3d(1, 1, 1);
    }

    87% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    90%,
    94%,
    98% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    92%,
    96% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
}

@keyframes hotspots_rubber {
    64% {
        transform: scale3d(1, 1, 1);
    }

    73% {
        transform: scale3d(1.25, 0.75, 1);
    }

    77% {
        transform: scale3d(0.75, 1.25, 1);
    }

    81% {
        transform: scale3d(1.15, 0.85, 1);
    }

    86% {
        transform: scale3d(0.95, 1.05, 1);
    }

    90% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes hotspots_swing {

    0%,
    75%,
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    85% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    90% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    95% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
}

.elementor-widget-wgl-image-layers {
    font-size: 0;
}

.wgl-image-layers {
    position: relative;
    line-height: 0;
    max-width: 100%;
}

.wgl-image-layers .img-layer_item {
    transform: translate(var(--pos-x, 0%), var(--pos-y, 0%));
}

.wgl-image-layers .img-layer_image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%;
}

.wgl-image-layers .img-layer_image-wrapper:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
}

.wgl-image-layers .img-layer_image-wrapper .img-layer_image {
    transition: all 0.5s;
}

.wgl-image-layers .img-layer_image-wrapper.fade_in .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image,
.wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
    opacity: 0;
    visibility: hidden;
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_up .img-layer_image {
    transform: translateY(100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_down .img-layer_image {
    transform: translateY(-100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_left .img-layer_image {
    transform: translateX(100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_big_right .img-layer_image {
    transform: translateX(-100%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_up .img-layer_image {
    transform: translateY(50%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_down .img-layer_image {
    transform: translateY(-50%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_left .img-layer_image {
    transform: translateX(50%);
}

.wgl-image-layers .img-layer_image-wrapper.slide_right .img-layer_image {
    transform: translateX(-50%);
}

.wgl-image-layers .img-layer_image-wrapper.flip_x .img-layer_image {
    transform: rotateX(-100deg);
}

.wgl-image-layers .img-layer_image-wrapper.flip_y .img-layer_image {
    transform: rotateY(-100deg);
}

.wgl-image-layers .img-layer_image-wrapper.zoom_in .img-layer_image {
    transform: scale3d(0.2, 0.2, 0.2);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.fade_in .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    opacity: 1;
    visibility: visible;
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_up .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_down .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_up .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_down .img-layer_image {
    transform: translateY(0);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_left .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_big_right .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_left .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.slide_right .img-layer_image {
    transform: translateX(0);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_x .img-layer_image,
.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.flip_y .img-layer_image {
    transform: rotate(0);
}

.wgl-image-layers.img-layer_animate .img-layer_image-wrapper.zoom_in .img-layer_image {
    transform: scale3d(1, 1, 1);
}

.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .elementor-icon {
    color: var(--quere-primary-color);
}

.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .wgl-icon .icon,
.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .wgl-number .number,
.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .wgl-image-box_img {
    z-index: 1;
}

.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .wgl-icon .icon::after,
.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .wgl-number .number::after,
.elementor-widget-wgl-info-box.elementor-view-bubble .wgl-infobox .wgl-image-box_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 50%;
    transition: 0.4s;
    background-color: var(--quere-secondary-color);
}

.elementor-widget-wgl-info-box.elementor-view-bubble:hover .elementor-icon {
    fill: var(--quere-primary-color);
    color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.elementor-widget-wgl-info-box.elementor-view-stacked .wgl-infobox .elementor-icon {
    fill: var(--quere-primary-color);
    color: var(--quere-primary-color);
    background-color: #FCF8F4;
}

.elementor-widget-wgl-info-box.elementor-view-stacked:hover .elementor-icon {
    background-color: var(--quere-primary-color);
    fill: #ffffff;
    color: #ffffff;
}

.elementor-widget-wgl-info-box.elementor-view-framed .wgl-infobox .elementor-icon {
    fill: var(--quere-primary-color);
    color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
    background-color: transparent;
}

.elementor-widget-wgl-info-box.elementor-view-framed:hover .elementor-icon {
    fill: var(--quere-primary-color);
    color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.elementor-widget-wgl-info-box.elementor-view-default .wgl-infobox .elementor-icon {
    fill: var(--quere-primary-color);
    color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.elementor-widget-wgl-info-box.elementor-view-default:hover .elementor-icon {
    fill: var(--quere-primary-color);
    color: var(--quere-primary-color);
    border-color: var(--quere-primary-color);
}

.elementor-widget-wgl-info-box .elementor-icon {
    width: 1em;
    height: 1em;
    box-sizing: content-box;
}

.elementor-widget-wgl-info-box .elementor-widget-container {
    position: relative;
}

.elementor-widget-wgl-info-box .elementor-widget-container .wgl-infobox__link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.elementor-widget-wgl-info-box .elementor-widget-container::before,
.elementor-widget-wgl-info-box .elementor-widget-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
}

.elementor-widget-wgl-info-box .elementor-widget-container::before {
    opacity: 0;
}

.elementor-widget-wgl-info-box .elementor-widget-container:hover::before {
    opacity: 1;
}

.elementor-widget-wgl-info-box .elementor-widget-container:hover .wgl-infobox::before,
.elementor-widget-wgl-info-box .elementor-widget-container:hover .wgl-infobox::after {
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.7s ease-in-out;
}

.elementor-widget-wgl-info-box .elementor-widget-container .wgl-infobox__link+.wgl-infobox_wrapper .button-read-more {
    transition: all 0.4s;
}

.elementor-widget-wgl-info-box .elementor-widget-container:hover .wgl-infobox_title {
    border-color: var(--quere-primary-color);
}

.elementor-widget-wgl-info-box .wgl-infobox {
    transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox::before,
.elementor-widget-wgl-info-box .wgl-infobox::after {
    display: none;
    content: "";
    position: absolute;
    opacity: 0;
    border-radius: inherit;
    transition: all 0.6s ease-in-out, opacity 0.4s 0.2s ease-in-out;
    transform: scale(1, 1);
    color: var(--quere-primary-color);
    z-index: 3;
    pointer-events: none;
}

.elementor-widget-wgl-info-box .wgl-infobox::before {
    top: -25px;
    right: 25px;
    bottom: -25px;
    left: 25px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: scale(1.15, 0.85);
}

.elementor-widget-wgl-info-box .wgl-infobox::after {
    top: -24px;
    right: 25px;
    bottom: -24px;
    left: 25px;
    border-right: 1px solid currentColor;
    border-left: 1px solid currentColor;
    transform: scale(0.85, 1.15);
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_button.image {
    padding-left: 0;
    margin-right: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_button .read-more-svg {
    width: 1em;
    height: 1em;
    display: inline-block;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_button .read-more-svg svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    transition: all 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_button .wgl-infobox_button__media {
    transition: all 0.4s;
    display: inline-block;
    order: -1;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_button:hover .wgl-infobox_button__media {
    opacity: 1;
}

.elementor-widget-wgl-info-box .wgl-infobox .button-read-more {
    gap: 11px;
    margin: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .button-read-more::before,
.elementor-widget-wgl-info-box .wgl-infobox .button-read-more::after {
    display: none;
}

.elementor-widget-wgl-info-box .wgl-infobox .button-read-more>span,
.elementor-widget-wgl-info-box .wgl-infobox .button-read-more .read-more-icon {
    display: inline-block;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_wrapper {
    position: relative;
    z-index: 1;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title {
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.5;
    word-break: break-word;
    transition: 0.4s;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title a {
    font: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title .wgl-infobox_title-idle,
.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title .wgl-infobox_bg_text {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title .wgl-infobox_bg_text {
    transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title::after {
    content: "";
    display: none;
    margin: 25px 0 20px 0;
    background-color: currentColor;
    transition: color 0.3s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title i {
    display: inline-block;
    vertical-align: middle;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_title i:not(:only-child) {
    margin: 0 0.7em;
}

.elementor-widget-wgl-info-box .wgl-infobox .media-wrapper {
    max-width: 100%;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-image-box_img {
    display: inline-block;
    max-width: 100%;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-image-box_img>span {
    display: block;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox-title_wrapper {
    position: relative;
    display: block;
}

.elementor-widget-wgl-info-box .wgl-infobox .content_wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_content {
    font-size: 15px;
    line-height: 2em;
    transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_content p:last-child {
    margin-bottom: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_subtitle {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 12px;
    line-height: 1.3em;
    color: var(--quere-secondary-color);
    text-transform: uppercase;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_bg_text {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    font-size: 96px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 0;
    transition: 0.4s;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    pointer-events: none;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_footer_wrapper {
    font-size: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_footer_text {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_footer_separator::after {
    content: "";
    display: none;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox-button_wrapper {
    flex-shrink: 2;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox-button_wrapper .wgl-infobox_button.corner-attached {
    position: absolute;
    left: 0;
    bottom: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox-button_wrapper .wgl-infobox_button.corner-attached.corner-position_right {
    left: auto;
    right: 0;
}

.elementor-widget-wgl-info-box .wgl-infobox .number-wrapper::after {
    content: "";
    display: none;
    margin: -8px 0 30px 0;
    background-color: currentColor;
    width: auto;
    height: 1px;
    transition: color 0.3s;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-layout-left .number-wrapper,
.elementor-widget-wgl-info-box .wgl-infobox .wgl-layout-right .number-wrapper {
    display: flex;
    flex-direction: row;
    height: -moz-fit-content;
    height: fit-content;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-layout-left .number-wrapper::after,
.elementor-widget-wgl-info-box .wgl-infobox .wgl-layout-right .number-wrapper::after {
    height: auto;
    width: 1px;
    margin: 0 10px 0 10px;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-layout-right .number-wrapper::after {
    order: -1;
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-number {
    font-family: var(--quere-additional-font-family);
    font-size: 64px;
    line-height: 1em;
    font-weight: 600;
    font-style: italic;
}

.elementor-widget-wgl-info-box .wgl-infobox .elementor-icon,
.elementor-widget-wgl-info-box .wgl-infobox .wgl-image-box_img {
    position: relative;
    color: rgba(var(--quere-primary-rgb), 1);
}

.elementor-widget-wgl-info-box.animation_lifting {
    padding-top: 20px;
    transition: 0.5s;
}

.elementor-widget-wgl-info-box.animation_lifting>.elementor-widget-container {
    position: relative;
    transform: translateY(0);
    will-change: transform;
    transition: 0.5s;
}

.elementor-widget-wgl-info-box.animation_lifting:hover>.elementor-widget-container {
    transform: translateY(-10px);
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox_wrapper,
.elementor-widget-wgl-info-box.animation_toggling .media-wrapper {
    transition: 0.6s;
}

.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox_content,
.elementor-widget-wgl-info-box.animation_toggling .wgl-infobox-button_wrapper {
    opacity: 0;
}

.elementor-widget-wgl-info-box.animation_toggling .elementor-widget-container {
    overflow: hidden;
}

.elementor-widget-wgl-info-box.animation_toggling .elementor-widget-container:hover .media-wrapper {
    opacity: 0;
}

.elementor-widget-wgl-info-box.animation_toggling .elementor-widget-container:hover .wgl-infobox_content,
.elementor-widget-wgl-info-box.animation_toggling .elementor-widget-container:hover .wgl-infobox-button_wrapper {
    opacity: 1;
}

.elementor-widget-wgl-info-box.animation_toggling_icon .content_wrapper {
    transition: 0.4s;
}

.elementor-widget-wgl-info-box.animation_toggling_icon .media-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    transition: 0.4s;
    opacity: 0;
    transform: translateX(-10px) scale(0.5);
}

.elementor-widget-wgl-info-box.animation_toggling_icon .elementor-widget-container:hover .wgl-infobox .media-wrapper {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.elementor-widget-wgl-info-box.icon_on_image_yes .wgl-image-box_img {
    position: relative;
}

.elementor-widget-wgl-info-box.icon_on_image_yes .wgl-image-box_img::after {
    content: "\f112";
    font-family: "Flaticon";
    line-height: 1;
    font-size: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    font-weight: 400;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(34, 35, 40, 0.3);
    opacity: 0;
    transition: opacity 0.4s;
}

.elementor-widget-wgl-info-box.button_left .wgl-infobox-button_wrapper {
    text-align: left;
}

.elementor-widget-wgl-info-box.button_center .wgl-infobox-button_wrapper {
    text-align: center;
}

.elementor-widget-wgl-info-box.button_right .wgl-infobox-button_wrapper {
    text-align: right;
}

.elementor-widget-wgl-info-box.button_justify .wgl-infobox-button_wrapper {
    text-align: justify;
}

.elementor-widget-wgl-info-box.button_justify .wgl-infobox_button {
    width: 100%;
}

.wgl-instagram {
    position: relative;
}

.wgl-instagram .instagram__wrapper {
    transition: 0.4s;
}

.wgl-instagram .instagram__wrapper.wgl_col-12:nth-child(2),
.wgl-instagram .instagram__wrapper.wgl_col-12:nth-child(n+3) {
    clear: left;
}

.wgl-instagram .instagram__wrapper.wgl_col-6:nth-child(3),
.wgl-instagram .instagram__wrapper.wgl_col-6:nth-child(2n+5) {
    clear: left;
}

.wgl-instagram .instagram__wrapper.wgl_col-4:nth-child(4),
.wgl-instagram .instagram__wrapper.wgl_col-4:nth-child(3n+7) {
    clear: left;
}

.wgl-instagram .instagram__wrapper.wgl_col-3:nth-child(5),
.wgl-instagram .instagram__wrapper.wgl_col-3:nth-child(4n+9) {
    clear: left;
}

.wgl-instagram .instagram__wrapper.wgl_col-1-5:nth-child(6),
.wgl-instagram .instagram__wrapper.wgl_col-1-5:nth-child(5n+11) {
    clear: left;
}

.wgl-instagram .instagram__item {
    position: relative;
    z-index: 1;
    transform: translate(0);
    transition: inherit;
}

.wgl-instagram .instagram__item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.wgl-instagram .instagram__item:hover .item__icon::after {
    animation-play-state: running;
}

.wgl-instagram .item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wgl-instagram .item__content .item_image {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.wgl-instagram .item__content .item_image img {
    transition: transform 0.3s ease-in-out;
}

.wgl-instagram .item__content .item_image::after,
.wgl-instagram .item__content .item_image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: 0.4s;
}

.wgl-instagram .item__content .item_image::after {
    opacity: 0;
    background-color: rgba(var(--quere-secondary-rgb), 0.3);
}

.wgl-instagram .item__content .item_image:hover::before {
    opacity: 0;
}

.wgl-instagram .item__content .item_image:hover::after {
    opacity: 1;
}

.wgl-instagram .item__author {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wgl-instagram .author__meta {
    display: flex;
    flex-direction: column;
}

.wgl-instagram .author__name {
    font-size: 14px;
    line-height: 1.3;
    font-weight: var(--quere-header-font-weight);
    transition: 0.4s;
    padding-bottom: 19px;
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
}

.wgl-instagram .author__name a {
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}

@media (max-width: 600px) {
    .wgl-instagram .author__name {
        font-size: 18px;
    }
}

.wgl-instagram .item__icon {
    display: block;
    font-size: 24px;
    line-height: 1em;
    position: absolute;
    z-index: 2;
    right: 0;
    margin: -15px -8px 0 0px;
}

.wgl-instagram .item__icon::before {
    display: inline-block;
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    position: static;
    min-width: 1em;
    min-height: 1em;
    line-height: 1em;
    font-style: normal;
    color: var(--quere-primary-color);
}

.wgl-instagram .item__icon::after {
    content: "";
    position: absolute;
    top: 0.36em;
    left: 0.37em;
    width: 0.8em;
    height: 0.8em;
    z-index: -1;
    background-color: rgba(var(--quere-primary-rgb), 0.08);
    border-radius: 50%;
    transition: 0.4s;
}

.wgl-instagram .item__icon a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wgl-instagram .item__info {
    position: relative;
    font-size: 14px;
    line-height: 1.857142em;
    color: var(--quere-primary-color);
}

.wgl-instagram .item__info p:last-child {
    margin-bottom: 0;
}

.wgl-instagram .item__info .likes_count {
    font-size: 14px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
    margin: 0 0 6px 0;
}

.wgl-instagram .item__info .likes_count.show_icon::before {
    display: inline-block;
}

.wgl-instagram .item__info .likes_count::before {
    content: "\f10c";
    display: none;
    font-family: "Flaticon";
    font-size: 1em;
    color: inherit;
    margin-right: 6px;
    transform: translateY(2px);
}

.wgl-instagram .author__thumbnail {
    flex-shrink: 0;
    padding-right: 17px;
    padding-bottom: 19px;
}

.wgl-instagram .author__thumbnail img {
    display: inline-block;
}

.wgl-instagram .wgl-carousel:not(.animation-style-3d) .wgl-carousel_wrapper {
    overflow: visible;
    margin: 0 -15px;
}

.wgl-instagram .wgl-carousel:not(.animation-style-3d) .wgl-carousel_wrapper .swiper-wrapper {
    padding: 0 15px;
}

@media (max-width: 1300px) {
    .wgl-instagram .row .wgl_col-1-5 {
        width: 33.333333%;
    }

    .wgl-instagram .row .wgl_col-1-5:nth-child(4),
    .wgl-instagram .row .wgl_col-1-5:nth-child(3n+7) {
        clear: left;
    }

    .wgl-instagram .row .wgl_col-1-5:nth-child(6),
    .wgl-instagram .row .wgl_col-1-5:nth-child(5n+11) {
        clear: none;
    }
}

@media (max-width: 1024px) {
    .wgl-instagram .row .wgl_col-3 {
        width: 33.333333%;
    }

    .wgl-instagram .row .wgl_col-3:nth-child(5),
    .wgl-instagram .row .wgl_col-3:nth-child(4n+9) {
        clear: none;
    }

    .wgl-instagram .row .wgl_col-3:nth-child(4),
    .wgl-instagram .row .wgl_col-3:nth-child(3n+7) {
        clear: left;
    }
}

@media (max-width: 768px) {

    .wgl-instagram .row .wgl_col-3,
    .wgl-instagram .row .wgl_col-4,
    .wgl-instagram .row .wgl_col-1-5 {
        width: 100%;
    }
}

.wgl-flipbox {
    position: relative;
    perspective: 1000px;
    width: 100%;
    height: 300px;
}

.wgl-flipbox_wrap {
    position: relative;
    z-index: 1;
    transition: 0.7s;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    perspective: inherit;
}

.wgl-flipbox_wrap .media-wrapper.number-wrapper .wgl-number {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    border-radius: 50%;
}

.wgl-flipbox_title {
    display: inline-block;
    font-family: var(--quere-header-font-family);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.5em;
    word-break: break-word;
    transition: 0.4s;
}

.wgl-flipbox_title span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.wgl-flipbox_subtitle {
    display: inline-block;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wgl-flipbox_subtitle span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    color: inherit;
}

.wgl-flipbox_content {
    font-size: 15px;
    line-height: 2em;
}

.wgl-flipbox_content p:last-child {
    margin-bottom: 0;
}

.wgl-flipbox_button-wrap {
    line-height: 0;
    font-size: 0;
}

.wgl-flipbox_button-wrap .wgl-flipbox_button::before,
.wgl-flipbox_button-wrap .wgl-flipbox_button::after {
    display: none;
}

.wgl-flipbox_button-wrap .wgl-flipbox_button.icon-read-more {
    line-height: inherit;
    font-size: inherit;
    display: inline-block;
    transition: 0.4s;
}

.wgl-flipbox_button-wrap .wgl-flipbox_button.icon-read-more i,
.wgl-flipbox_button-wrap .wgl-flipbox_button.icon-read-more span {
    z-index: 1;
    right: 0;
    bottom: 0;
    text-align: center;
    display: inline-block;
    transition: background-color 0.4s, color 0.4s, transform 0.4s;
    color: var(--quere-tertiary-color);
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 24px;
    background: unset;
    border-radius: 0;
}

.wgl-flipbox_button-wrap .wgl-flipbox_button.icon-read-more i::before,
.wgl-flipbox_button-wrap .wgl-flipbox_button.icon-read-more span::before {
    display: block;
    transition: transform 0.4s;
    line-height: inherit;
}

.wgl-flipbox_item-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wgl-flipbox_front,
.wgl-flipbox_back {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    transform: rotate(0);
    transition: 0.7s;
    perspective: inherit;
    transform-style: preserve-3d;
    border-radius: 0;
}

.wgl-flipbox_front {
    z-index: 2;
}

.wgl-flipbox_front .elementor-icon {
    color: #ffffff;
    fill: #ffffff;
}

.wgl-flipbox_back .elementor-icon {
    color: #ffffff;
    fill: #ffffff;
}

.wgl-flipbox.type_flip_right .wgl-flipbox_back {
    transform: rotateY(-180deg);
}

.elementor-editor-active .dev_view-active .wgl-flipbox.type_flip_right .wgl-flipbox_wrap,
.wgl-flipbox.type_flip_right:hover .wgl-flipbox_wrap {
    transform: rotateY(180deg);
}

.wgl-flipbox.type_flip_left .wgl-flipbox_back {
    transform: rotateY(180deg);
}

.elementor-editor-active .dev_view-active .wgl-flipbox.type_flip_left .wgl-flipbox_wrap,
.wgl-flipbox.type_flip_left:hover .wgl-flipbox_wrap {
    transform: rotateY(-180deg);
}

.wgl-flipbox.type_flip_top .wgl-flipbox_back {
    transform: rotateX(-180deg);
}

.elementor-editor-active .dev_view-active .wgl-flipbox.type_flip_top .wgl-flipbox_wrap,
.wgl-flipbox.type_flip_top:hover .wgl-flipbox_wrap {
    transform: rotateX(180deg);
}

.wgl-flipbox.type_flip_bottom .wgl-flipbox_back {
    transform: rotateX(180deg);
}

.elementor-editor-active .dev_view-active .wgl-flipbox.type_flip_bottom .wgl-flipbox_wrap,
.wgl-flipbox.type_flip_bottom:hover .wgl-flipbox_wrap {
    transform: rotateX(-180deg);
}

.elementor-widget-wgl-flipbox.aleft .wgl-flipbox .wgl-image-box_img {
    margin-right: auto;
}

.elementor-widget-wgl-flipbox.acenter .wgl-flipbox .wgl-image-box_img {
    margin-left: auto;
    margin-right: auto;
}

.elementor-widget-wgl-flipbox.aright .wgl-flipbox .wgl-image-box_img {
    margin-left: auto;
}

.elementor-widget-wgl-gallery .wgl-gallery_items {
    --quere-gallery-gap: 10px;
}

.elementor-widget-wgl-gallery .wgl-gallery_items:not(.gallery-carousel) {
    display: flex;
    flex-wrap: wrap;
}

.elementor-widget-wgl-gallery .wgl-gallery_items.gallery-justified .wgl-gallery_item {
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
}

.elementor-widget-wgl-gallery .wgl-gallery_items:not(.gallery-justified) {
    margin: calc(var(--quere-gallery-gap) * -1 / 2);
}

.elementor-widget-wgl-gallery .wgl-gallery_items:not(.gallery-justified) .wgl-gallery_item-wrapper {
    padding: calc(var(--quere-gallery-gap) / 2);
}

.elementor-widget-wgl-gallery .wgl-gallery_item-wrapper>a {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

.elementor-widget-wgl-gallery .wgl-gallery_item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.elementor-widget-wgl-gallery .wgl-gallery_item::before,
.elementor-widget-wgl-gallery .wgl-gallery_item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.elementor-widget-wgl-gallery .wgl-gallery_item::after {
    opacity: 0;
}

.elementor-widget-wgl-gallery .wgl-gallery_image-info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.elementor-widget-wgl-gallery .wgl-gallery_image-info.show_until_hover,
.elementor-widget-wgl-gallery .wgl-gallery_image-info.show_always {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-wgl-gallery .wgl-gallery_image-info.show_disable {
    opacity: 0 !important;
    visibility: hidden !important;
}

.elementor-widget-wgl-gallery .wgl-gallery_image-title {
    line-height: 1.1;
    font-size: 1.1em;
    font-weight: 600;
    color: var(--quere-header-font-color);
    transition: 0.4s;
}

.elementor-widget-wgl-gallery .wgl-gallery_image-title+.wgl-gallery_image-descr {
    margin-top: 5px;
}

.elementor-widget-wgl-gallery .wgl-gallery_image-descr {
    line-height: 1;
    color: var(--quere-header-font-color);
    transition: 0.4s;
}

.elementor-widget-wgl-gallery .wgl-gallery_item:hover::before {
    opacity: 0;
}

.elementor-widget-wgl-gallery .wgl-gallery_item:hover::after {
    opacity: 1;
}

.elementor-widget-wgl-gallery .wgl-gallery_item:hover .wgl-gallery_image-info {
    opacity: 1;
    visibility: visible;
}

.elementor-widget-wgl-gallery .wgl-gallery_item:hover .wgl-gallery_image-info.show_until_hover {
    opacity: 0;
    visibility: hidden;
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation .wgl-gallery_item-wrapper {
    opacity: 0;
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation.fade-in .wgl-gallery_item-wrapper.animate {
    animation: fade_in 0.9s ease forwards;
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation.slide-top .wgl-gallery_item-wrapper.animate {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px);
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation.slide-bottom .wgl-gallery_item-wrapper.animate {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px);
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation.slide-left .wgl-gallery_item-wrapper.animate {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px);
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation.slide-right .wgl-gallery_item-wrapper.animate {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px);
}

.elementor-widget-wgl-gallery .wgl-gallery_items.appear-animation.zoom .wgl-gallery_item-wrapper.animate {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(0.5);
}

.elementor-widget-wgl-gallery .wgl-gallery_item {
    transition-duration: var(--wgl-gallery-duration, 300ms) !important;
}

.elementor-widget-wgl-gallery .swiper-slide {
    --wgl-gallery-scale-size: 0.7;
}

.elementor-widget-wgl-gallery.layout-scale_even .swiper-slide:nth-child(even) .wgl-gallery_item {
    transform: scale(var(--wgl-gallery-scale-size));
}

.elementor-widget-wgl-gallery.layout-scale_odd .swiper-slide:nth-child(odd) .wgl-gallery_item {
    transform: scale(var(--wgl-gallery-scale-size));
}

.elementor-widget-wgl-gallery.layout-scale_active .swiper-slide:not(.swiper-slide-active) .wgl-gallery_item {
    transform: scale(var(--wgl-gallery-scale-size));
}

.elementor-widget-wgl-gallery.col-1 .wgl-gallery_item-wrapper {
    width: 100%;
}

.elementor-widget-wgl-gallery.col-2 .wgl-gallery_item-wrapper {
    width: 50%;
}

.elementor-widget-wgl-gallery.col-3 .wgl-gallery_item-wrapper {
    width: 33.333333%;
}

.elementor-widget-wgl-gallery.col-4 .wgl-gallery_item-wrapper {
    width: 25%;
}

.elementor-widget-wgl-gallery.col-5 .wgl-gallery_item-wrapper {
    width: 20%;
}

@media (max-width: 1024px) {
    .elementor-widget-wgl-gallery.col-tablet-1 .wgl-gallery_item-wrapper {
        width: 100%;
    }

    .elementor-widget-wgl-gallery.col-tablet-2 .wgl-gallery_item-wrapper {
        width: 50%;
    }

    .elementor-widget-wgl-gallery.col-tablet-3 .wgl-gallery_item-wrapper {
        width: 33.333333%;
    }

    .elementor-widget-wgl-gallery.col-tablet-4 .wgl-gallery_item-wrapper {
        width: 25%;
    }

    .elementor-widget-wgl-gallery.col-tablet-5 .wgl-gallery_item-wrapper {
        width: 20%;
    }
}

@media (max-width: 767px) {
    .elementor-widget-wgl-gallery.col-mobile-1 .wgl-gallery_item-wrapper {
        width: 100%;
    }

    .elementor-widget-wgl-gallery.col-mobile-2 .wgl-gallery_item-wrapper {
        width: 50%;
    }

    .elementor-widget-wgl-gallery.col-mobile-3 .wgl-gallery_item-wrapper {
        width: 33.333333%;
    }

    .elementor-widget-wgl-gallery.col-mobile-4 .wgl-gallery_item-wrapper {
        width: 25%;
    }

    .elementor-widget-wgl-gallery.col-mobile-5 .wgl-gallery_item-wrapper {
        width: 20%;
    }
}

.elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper {
    width: 100%;
}

@media (min-width: 993px) {
    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper {
        width: 25%;
    }

    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper:nth-of-type(6n+3),
    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper:nth-of-type(6n+4) {
        width: 50%;
    }

    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper:nth-of-type(6n+3) .wgl-gallery_image,
    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper:nth-of-type(6n+4) .wgl-gallery_image {
        margin-top: calc(var(--quere-gallery-gap) * -1 / 2);
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper {
        width: 50%;
    }

    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper:nth-of-type(6n+3),
    .elementor-widget-wgl-gallery .wgl-gallery .gallery-masonry-2 .wgl-gallery_item-wrapper:nth-of-type(6n+4) {
        width: 100%;
    }
}

.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.justified-gallery>a,
.justified-gallery>div,
.justified-gallery>figure {
    position: absolute;
    display: inline-block;
    filter: "alpha(opacity=10)";
    opacity: 0.1;
    margin: 0;
    padding: 0;
}

.justified-gallery>a>img,
.justified-gallery>div>img,
.justified-gallery>figure>img,
.justified-gallery>a>a>img,
.justified-gallery>div>a>img,
.justified-gallery>figure>a>img,
.justified-gallery>a>svg,
.justified-gallery>div>svg,
.justified-gallery>figure>svg,
.justified-gallery>a>a>svg,
.justified-gallery>div>a>svg,
.justified-gallery>figure>a>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    border: none;
    filter: "alpha(opacity=0)";
    opacity: 0;
}

.justified-gallery>.jg-entry-visible {
    filter: "alpha(opacity=100)";
    opacity: 1;
    background: none;
}

.justified-gallery>.jg-entry-visible>img,
.justified-gallery>.jg-entry-visible>a>img,
.justified-gallery>.jg-entry-visible>svg,
.justified-gallery>.jg-entry-visible>a>svg {
    filter: "alpha(opacity=100)";
    opacity: 1;
    transition: opacity 500ms ease-in;
}

.justified-gallery>.jg-spinner {
    position: absolute;
    bottom: 0;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    left: 50%;
    filter: "alpha(opacity=100)";
    opacity: 1;
    overflow: initial;
}

.justified-gallery>.jg-spinner>span {
    display: inline-block;
    filter: "alpha(opacity=0)";
    opacity: 0;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    background-color: #000;
    border-radius: 6px;
}

.wgl-link-overlay {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wgl-pie_chart .chart__wrapper {
    position: relative;
    line-height: 0;
}

.wgl-pie_chart .chart {
    --value-margin: 18px;
    --track-offset: 1px;
    --track-width: 1px;
    position: relative;
    display: inline-block;
    box-sizing: content-box;
}

.wgl-pie_chart .chart::before {
    content: "";
    display: block;
    position: absolute;
    top: var(--track-offset);
    right: var(--track-offset);
    bottom: var(--track-offset);
    left: var(--track-offset);
    border-radius: 50%;
    border: var(--track-width) solid transparent;
    z-index: 2;
    pointer-events: none;
}

.wgl-pie_chart .chart canvas {
    display: block;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.wgl-pie_chart .chart__percent {
    --value-margin: 1px;
    font-size: 42px;
    line-height: 1;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    letter-spacing: 0;
    padding-left: 0;
    z-index: 1;
    text-align: center;
    position: absolute;
    top: var(--value-margin);
    left: var(--value-margin);
    width: calc(100% - var(--value-margin) * 2);
    height: calc(100% - var(--value-margin) * 2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--quere-header-font-color);
}

.wgl-pie_chart .chart__sub_title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-top: 15px;
    color: var(--quere-primary-color);
    font-family: var(--quere-content-font-family);
}

.wgl-pie_chart .chart__sub_title+.chart__title {
    margin-top: 0;
}

.wgl-pie_chart .chart__sub_title+.chart__description {
    margin-top: 3px;
}

.wgl-pie_chart .chart__title {
    display: block;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 16px;
    z-index: 2;
    transition: inherit;
    letter-spacing: 0;
    line-height: 1.35em;
    color: var(--quere-header-font-color);
    margin-top: 19px;
}

.wgl-pie_chart .chart__title+.chart__description {
    margin-top: 3px;
}

.wgl-pie_chart .chart__description {
    display: block;
    font-size: 16px;
    line-height: 1.875em;
    color: var(--quere-content-color);
    margin-top: 15px;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-pie_chart .wgl-layout-left,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-pie_chart .wgl-layout-right {
    display: block;
}

.row .portfolio__item.swiper-slide {
    display: inline-block;
}

body[data-elementor-device-mode=desktop] .item__wrapper.wgl-cursor-text .item__description,
body[data-elementor-device-mode=laptop] .item__wrapper.wgl-cursor-text .item__description,
body[data-elementor-device-mode=widescreen] .item__wrapper.wgl-cursor-text .item__description {
    display: none;
}

.portfolio__item .description__wrapper {
    text-align: left;
    width: 100%;
    transition: 0.3s;
}

.portfolio__item .item__title .title {
    font-size: 26px;
    line-height: 1.333;
    letter-spacing: 0;
}

.portfolio__item .item__title .title a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.06em;
    letter-spacing: inherit;
}

.portfolio__item .item__title .title a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.portfolio__item .item__title span,
.portfolio__item .item__title a {
    color: inherit;
    font: inherit;
    line-height: inherit;
    transition: 0.4s;
}

.portfolio__item .overlay {
    display: flex;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}

.portfolio__item .overlay i {
    color: #ffffff;
    font-size: 30px;
    margin: auto;
}

.portfolio__item .portfolio_link {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    opacity: 0;
}

.portfolio__item .portfolio_link,
.portfolio__item .portfolio_link-icon {
    transition: 0.5s;
}

.portfolio__item .gallery_mode {
    position: relative;
    overflow: hidden;
}

.portfolio__item .gallery_mode .overlay {
    pointer-events: unset;
    background-color: rgba(var(--quere-primary-rgb), 0.7);
}

.portfolio__item .gallery_mode .portfolio_link {
    justify-content: center;
    align-items: center;
}

.portfolio__item .gallery_mode:hover .overlay {
    opacity: 1;
}

.portfolio__item .gallery_mode .item__image img {
    display: block;
}

.portfolio__item .wgl-portfolio-item_icon {
    display: inline-block;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    font-size: 20px;
    line-height: 0;
    background: #ffffff;
    transition: 0.4s;
}

.portfolio__item .wgl-portfolio-item_icon:hover a,
.portfolio__item .wgl-portfolio-item_icon:hover i {
    color: #ffffff;
}

.portfolio__item .wgl-portfolio-item_icon:hover .icon_plus {
    background: #ffffff;
}

.portfolio__item .wgl-portfolio-item_icon .icon_plus::before,
.portfolio__item .wgl-portfolio-item_icon .icon_plus::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -1px;
    background: currentColor;
    transition: 0s, background-color 0.4s;
}

.portfolio__item .wgl-portfolio-item_icon .icon_plus::after {
    transform: rotate(90deg);
}

.portfolio__item .wgl-portfolio-item_icon a {
    display: inline-block;
    transition: 0s;
}

.portfolio__item .wgl-portfolio-item_icon>a,
.portfolio__item .wgl-portfolio-item_icon>i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    padding: 20px;
}

.portfolio__item .wgl-portfolio-item_icon:empty {
    display: none;
}

.portfolio__item .item__image img {
    border-radius: inherit;
    transition: 0.4s;
}

.portfolio__item .item__wrapper {
    position: relative;
    z-index: 1;
}

.portfolio__item .item__wrapper .item__image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.portfolio__item .item__wrapper .item__image::before,
.portfolio__item .item__wrapper .item__image::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: 0.35s;
}

.portfolio__item .item__wrapper .item__image::after {
    opacity: 0;
}

.portfolio__item .item__wrapper .item__icon {
    position: absolute;
    z-index: 2;
    color: var(--quere-tertiary-color);
    font-size: 28px;
    --icon-rotate: 0;
    pointer-events: none;
    transition: 0.4s;
}

.portfolio__item .item__wrapper .item__icon .flaticon::before {
    display: block;
    transition: transform 0.4s;
    transform: rotate(var(--icon-rotate));
}

.portfolio__item .item__wrapper:hover .item__image::after {
    opacity: 1;
}

.portfolio__item .item__wrapper:hover .item__image::before {
    opacity: 0;
}

.portfolio__item .item__wrapper:hover .item__icon {
    --icon-rotate: 0;
}

.portfolio__item .item__wrapper.description_under_image .item__image {
    position: relative;
}

.portfolio__item .item__wrapper.description_under_image .item__image::after {
    background: rgba(var(--quere-tertiary-rgb), 0.4);
}

.portfolio__item .item__wrapper.description_under_image.description_cursor_tooltip .item__image {
    position: relative;
}

.portfolio__item .item__wrapper.description_under_image.description_cursor_tooltip .item__image::after {
    background: transparent;
}

.portfolio__item .item__wrapper.description_under_image .post_cats {
    color: var(--quere-primary-color);
}

.portfolio__item .item__wrapper.description_under_image:hover .overlay {
    opacity: 1;
}

.portfolio__item .item__description:empty {
    display: none;
}

.portfolio__item .item__meta {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    font-family: var(--quere-additional-font-family);
    font-style: italic;
    margin-top: 5px;
}

.portfolio__item .item__meta>*:not(:last-child)::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.portfolio__item .item__meta a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 0.06em;
}

.portfolio__item .item__meta a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.portfolio__item .item__meta .post_cats .portfolio-category {
    letter-spacing: inherit;
    display: inline-block;
}

.portfolio__item .item__meta .post_cats .portfolio-category::after {
    content: "/";
    display: inline-block;
    word-break: normal;
    margin: 0 3px;
    font-style: normal;
}

.portfolio__item .item__meta .post_cats .portfolio-category:last-child::after {
    display: none;
}

.portfolio__item.additional-post .item__wrapper {
    display: flex;
    height: 100%;
}

.portfolio__item.additional-post .item__button {
    position: absolute;
    z-index: 1;
    border: solid 2px var(--quere-primary-color);
    border-radius: 0;
    padding: 13px 40px;
    font-size: 14px;
    font-weight: bold;
}

.portfolio__item.additional-post .item__button:hover {
    color: #ffffff;
    background-color: var(--quere-primary-color);
}

.description_under_image {
    position: relative;
    z-index: 1;
}

.description_under_image.item__wrapper .item__icon {
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    padding: 29px;
    background-color: var(--quere-primary-color);
    opacity: 0;
}

.description_under_image.item__wrapper:hover .item__icon {
    opacity: 1;
}

.description_under_image .item__title .title {
    font-size: 24px;
}

.description_under_image .item__title .title a {
    text-decoration: unset;
    position: relative;
    margin-right: 21px;
    display: block;
}

.description_under_image .item__title .title a::before {
    content: "/";
    position: absolute;
    z-index: 1;
    top: 0;
    left: -2px;
    opacity: 0;
    transition: 0.4s;
    transform: translateX(-5px);
}

.description_under_image .item__title .title a:hover {
    padding-left: 21px;
    margin-right: 0;
}

.description_under_image .item__title .title a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.description_under_image .item__image {
    position: relative;
    overflow: hidden;
    transition: 0.6s ease-in-out;
}

.description_under_image .item__image img {
    transform: translateY(0);
    transition: 0.5s;
}

.description_under_image .item__meta {
    color: var(--quere-primary-color);
    margin-top: 3px;
}

.description_under_image .post_cats .portfolio-category {
    color: var(--quere-primary-color);
}

.description_under_image .portfolio_link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.description_under_image .item__description {
    z-index: 3;
    padding-top: 23px;
    padding-bottom: 27px;
    transition: 0.4s;
    border-bottom: 1px solid var(--quere-primary-color);
    margin-bottom: 20px;
}

.description_under_image .overlay {
    background: transparent;
    z-index: 2;
}

.description_under_image .overlay::before,
.description_under_image .overlay::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
}

.description_under_image .overlay::before {
    width: 30px;
    height: 2px;
    transform: translate(-15px, -1px);
}

.description_under_image .overlay::after {
    height: 30px;
    width: 2px;
    transform: translate(-1px, -15px);
}

.description_inside_image {
    position: relative;
}

.description_inside_image .item__title .title {
    color: var(--quere-tertiary-color);
}

.description_inside_image .item__image:empty {
    height: 320px;
    background: currentColor;
}

.description_inside_image .item__meta {
    color: var(--quere-tertiary-color);
}

.description_inside_image .post_cats .portfolio-category {
    color: var(--quere-tertiary-color);
}

.description_inside_image.item__wrapper .item__icon {
    top: 34px;
    right: 34px;
    color: var(--quere-tertiary-color);
    font-size: 28px;
    --icon-rotate: -45deg;
}

.description_inside_image .item__description {
    display: flex;
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 30px 39px 32px;
    opacity: 0;
    overflow: hidden;
    transition: 0.5s;
}

.description_inside_image .description__wrapper a {
    position: relative;
    z-index: 2;
}

.description_inside_image.animation_simple {
    overflow: hidden;
}

.description_inside_image.animation_simple .item__description {
    background-color: var(--quere-primary-color);
}

.description_inside_image.animation_simple .description__wrapper {
    pointer-events: none;
}

.description_inside_image.animation_simple .description__wrapper a {
    pointer-events: auto;
}

.description_inside_image.animation_simple .description__wrapper>div,
.description_inside_image.animation_simple .description__wrapper>span,
.description_inside_image.animation_simple .description__wrapper>a {
    transition: 0.5s;
    opacity: 0;
}

.description_inside_image.animation_simple .description__wrapper>div:nth-child(2),
.description_inside_image.animation_simple .description__wrapper>span:nth-child(2),
.description_inside_image.animation_simple .description__wrapper>a:nth-child(2) {
    transition: 0.7s;
}

.description_inside_image.animation_simple .description__wrapper>div:nth-child(3),
.description_inside_image.animation_simple .description__wrapper>span:nth-child(3),
.description_inside_image.animation_simple .description__wrapper>a:nth-child(3) {
    transition: 0.9s;
}

.description_inside_image.animation_simple .description__wrapper>div:nth-child(4),
.description_inside_image.animation_simple .description__wrapper>span:nth-child(4),
.description_inside_image.animation_simple .description__wrapper>a:nth-child(4) {
    transition: 1.1s;
}

.description_inside_image.animation_simple>.portfolio_link {
    z-index: 1;
}

.description_inside_image.animation_simple:hover .description__wrapper>div,
.description_inside_image.animation_simple:hover .description__wrapper>span,
.description_inside_image.animation_simple:hover .description__wrapper>a {
    opacity: 1;
}

.description_inside_image.animation_sub_layer {
    overflow: hidden;
    border-radius: 0;
    perspective: 300px;
}

.description_inside_image.animation_sub_layer .item__description {
    top: initial;
    right: 0;
    left: 30px;
    bottom: 0;
    height: auto;
    align-items: flex-start;
    width: calc(100% - 30px);
    word-break: break-word;
    transform: translate(20px, 20px);
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    transition: opacity 0.5s, transform 0.5s;
    transform-origin: left center;
    background-color: var(--quere-primary-color);
}

.description_inside_image.animation_sub_layer .wgl-portfolio-item_icon {
    margin-top: 28px;
}

.description_inside_image.animation_sub_layer .portfolio_link {
    z-index: 1;
}

.description_inside_image.animation_sub_layer .item__image::after {
    background: transparent;
}

.description_inside_image.animation_sub_layer:hover .item__description {
    transition: opacity 0.2s, transform 0.5s;
    transform: translate(0, 0);
}

.description_inside_image.animation_offset {
    z-index: 1;
}

.description_inside_image.animation_offset .item__image,
.description_inside_image.animation_offset .item__description {
    transition: 0.5s;
}

.description_inside_image.animation_offset .item__image::after {
    background: rgba(35, 36, 40, 0.7);
}

.description_inside_image.animation_offset .overlay {
    z-index: -1;
    background-color: var(--quere-primary-color);
    border-radius: 0;
}

.description_inside_image.animation_offset:hover {
    z-index: 2;
}

.description_inside_image.animation_offset:hover .item__image,
.description_inside_image.animation_offset:hover .item__description {
    transform: translate(15px, 15px);
}

.description_inside_image.animation_offset .item__description::before {
    display: none;
}

.description_inside_image.animation_zoom_in .item__description {
    top: 15px;
}

.description_inside_image.animation_zoom_in .overlay {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    transform: scale(0.7);
    background: rgba(35, 36, 40, 0.7);
}

.description_inside_image.animation_zoom_in .item__description {
    transform: scale(0.9);
    justify-content: center;
}

.description_inside_image.animation_zoom_in:hover .overlay,
.description_inside_image.animation_zoom_in:hover .item__description {
    transform: scale(1);
}

.description_inside_image.animation_outline {
    overflow: hidden;
    border-radius: 0;
}

.description_inside_image.animation_outline .item__description::before {
    display: none;
}

.description_inside_image.animation_outline .overlay::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: inherit;
    transition: 0.5s;
}

.description_inside_image.animation_outline:hover .overlay::before {
    box-shadow: inset 0px 0px 0px 10px var(--quere-primary-color);
}

.description_inside_image.animation_until_hover .item__description {
    background-color: var(--quere-primary-color);
}

.description_inside_image.animation_until_hover>.portfolio_link {
    z-index: 1;
}

.description_inside_image.animation_until_hover .description__wrapper>div,
.description_inside_image.animation_until_hover .description__wrapper>span,
.description_inside_image.animation_until_hover .description__wrapper>a {
    transition: 0.5s;
    opacity: 1;
}

.description_inside_image.animation_until_hover .description__wrapper>div:nth-child(2),
.description_inside_image.animation_until_hover .description__wrapper>span:nth-child(2),
.description_inside_image.animation_until_hover .description__wrapper>a:nth-child(2) {
    transition: opacity 0.7s, transform 0.7s;
}

.description_inside_image.animation_until_hover .description__wrapper>div:nth-child(3),
.description_inside_image.animation_until_hover .description__wrapper>span:nth-child(3),
.description_inside_image.animation_until_hover .description__wrapper>a:nth-child(3) {
    transition: opacity 0.9s, transform 0.9s;
}

.description_inside_image.animation_until_hover .description__wrapper>div:nth-child(4),
.description_inside_image.animation_until_hover .description__wrapper>span:nth-child(4),
.description_inside_image.animation_until_hover .description__wrapper>a:nth-child(4) {
    transition: opacity 1.1s, transform 1.1s;
}

.description_inside_image.animation_until_hover:hover .description__wrapper>div,
.description_inside_image.animation_until_hover:hover .description__wrapper>span,
.description_inside_image.animation_until_hover:hover .description__wrapper>a {
    opacity: 0;
}

.description_inside_image.animation_always .item__image::before {
    background: linear-gradient(180deg, rgba(var(--quere-primary-rgb), 0) 25%, rgba(var(--quere-primary-rgb), 0.5) 100%);
}

.description_inside_image.animation_always .item__image::after {
    background-color: var(--quere-primary-color);
}

.description_inside_image.animation_always .overlay {
    background-color: rgba(var(--quere-primary-rgb), 0.2);
}

.description_inside_image.animation_always>.portfolio_link {
    z-index: 1;
}

.description_inside_image:hover .item__description,
.description_inside_image:hover .item__description::before,
.description_inside_image:hover .overlay,
.description_inside_image:hover .portfolio_link,
.description_inside_image.animation_until_hover .item__description,
.description_inside_image.animation_until_hover .item__description::before,
.description_inside_image.animation_until_hover .overlay,
.description_inside_image.animation_until_hover .portfolio_link,
.description_inside_image.animation_always .item__description,
.description_inside_image.animation_always .item__description::before,
.description_inside_image.animation_always .overlay,
.description_inside_image.animation_always .portfolio_link {
    opacity: 1;
}

.description_inside_image.animation_until_hover:hover .item__description,
.description_inside_image.animation_until_hover:hover .item__description::before,
.description_inside_image.animation_until_hover:hover .description__wrapper,
.description_inside_image.animation_until_hover:hover .description_content,
.description_inside_image.animation_until_hover:hover .overlay {
    opacity: 0;
    visibility: hidden;
}

.description_cursor_tooltip .portfolio_link {
    z-index: 1;
}

.elementor-widget-wgl-portfolio.layout-scale .portfolio__item:nth-child(even) {
    --wgl-portfolio-scale-size: 0.7357;
}

.elementor-widget-wgl-portfolio.layout-scale .portfolio__item:nth-child(even) .item__wrapper {
    transform: scale(var(--wgl-portfolio-scale-size));
}

.elementor-widget-wgl-portfolio.layout-scale .portfolio__item:nth-child(even) .overlay {
    pointer-events: none;
}

.elementor-widget-wgl-portfolio.layout-scale .portfolio__item:nth-child(even) .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(var(--wgl-portfolio-scale-size));
    pointer-events: auto;
}

.wgl-portfolio .load_more_wrapper {
    margin-top: 70px;
}

.wgl-portfolio_container .wgl-carousel_wrapper .wgl-carousel {
    margin-left: 0;
    margin-right: 0;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .item__description,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .item__description::before,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .overlay,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .portfolio_link {
    opacity: 1;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .description__wrapper>div,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .description__wrapper>span,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_simple .description__wrapper>a {
    opacity: 1;
    transform: translateY(0);
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_sub_layer .item__description,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_sub_layer .item__description::before,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_sub_layer .overlay,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_sub_layer .portfolio_link {
    opacity: 1;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_sub_layer .item__description {
    transform: translateY(0);
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .item__description,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .item__description::before,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .overlay,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .portfolio_link {
    opacity: 1;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .item__image,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .item__description {
    transform: translate(15px, 15px);
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_offset .item__image::after {
    opacity: 1;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_zoom_in .item__description,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_zoom_in .item__description::before,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_zoom_in .overlay,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_zoom_in .portfolio_link {
    opacity: 1;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_zoom_in .overlay,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_zoom_in .item__description {
    transform: scale(1);
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_outline .item__description,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_outline .item__description::before,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_outline .overlay,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_outline .portfolio_link {
    opacity: 1;
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_outline .overlay::before {
    box-shadow: inset 0px 0px 0px 10px var(--quere-primary-color);
}

.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_until_hover .item__description,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_until_hover .item__description::before,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_until_hover .description__wrapper,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_until_hover .description_content,
.wgl-portfolio_container .wgl-carousel.center-mode .swiper-slide-active .animation_until_hover .overlay {
    opacity: 0;
    visibility: hidden;
}

.wgl-portfolio_container .wgl-carousel.variable-width {
    margin-right: 15px;
}

.wgl-portfolio_container .wgl-carousel.variable-width .portfolio__item {
    width: auto !important;
}

.wgl-portfolio_container .wgl-carousel .wgl-carousel_swiper {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.wgl-portfolio_container .wgl-carousel .portfolio__item {
    width: 1000px;
}

@media (max-width: 992px) {
    .wgl-portfolio_container .wgl-carousel .portfolio__item {
        width: 750px;
    }
}

@media (max-width: 767px) {
    .wgl-portfolio_container .wgl-carousel .portfolio__item {
        width: 600px;
    }
}

@media (max-width: 600px) {
    .wgl-portfolio_container .wgl-carousel .portfolio__item {
        width: 550px;
    }
}

.wgl-portfolio_container.appear-animation .portfolio__item .item__wrapper {
    opacity: 0;
}

.wgl-portfolio_container.appear-animation.anim-fade-in .animate .item__wrapper {
    animation: fade_in 0.9s ease forwards;
}

.wgl-portfolio_container.appear-animation.anim-slide-top .animate .item__wrapper {
    animation: slide_top 0.5s ease forwards;
    transform: translateY(50px);
}

.wgl-portfolio_container.appear-animation.anim-slide-bottom .animate .item__wrapper {
    animation: slide_bottom 0.5s ease forwards;
    transform: translateY(-50px);
}

.wgl-portfolio_container.appear-animation.anim-slide-left .animate .item__wrapper {
    animation: slide_left 0.5s ease forwards;
    transform: translateX(50px);
}

.wgl-portfolio_container.appear-animation.anim-slide-right .animate .item__wrapper {
    animation: slide_right 0.5s ease forwards;
    transform: translateX(-50px);
}

.wgl-portfolio_container.appear-animation.anim-zoom .animate .item__wrapper {
    animation: zoom_in 0.5s ease forwards;
    transform: scale(0.5);
}

.wgl-portfolio_header,
.wgl-products_header {
    display: flex;
    margin-bottom: 25px;
}

.wgl-portfolio {
    --portfolio-columns-gap: 30px;
}

.wgl-portfolio_header .item_title {
    min-width: 33.333333%;
}

.wgl-portfolio_header .portfolio_subtitle {
    display: block;
    color: var(--quere-secondary-color);
    font-family: var(--quere-content-font-family);
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 13px;
}

.wgl-portfolio_header .portfolio_title {
    font-size: 48px;
    line-height: 1.25em;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wgl-portfolio_header .isotope-filter:not(.swiper-container-initialized) {
    margin-bottom: -2px;
}

.wgl-portfolio_header.filter-left {
    flex-direction: row-reverse;
}

.wgl-portfolio_header.filter-left .item_title {
    text-align: right;
}

.wgl-portfolio_header.filter-left .swiper-wrapper {
    justify-content: flex-start;
}

.wgl-portfolio_header.filter-left .isotope-filter:not(.swiper-container-initialized) {
    margin-right: auto;
    text-align: left;
}

.wgl-portfolio_header.filter-center {
    flex-direction: column;
    text-align: center;
}

.wgl-portfolio_header.filter-center .item_title {
    margin-bottom: 30px;
}

.wgl-portfolio_header.filter-center .swiper-wrapper {
    justify-content: center;
}

.wgl-portfolio_header.filter-center .isotope-filter:not(.swiper-container-initialized) {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wgl-portfolio_header.filter-right .swiper-wrapper {
    justify-content: flex-end;
}

.wgl-portfolio_header.filter-right .isotope-filter:not(.swiper-container-initialized) {
    margin-left: auto;
    text-align: right;
}

@media (max-width: 1200px) {
    .wgl-portfolio_header[class*=filter] {
        flex-direction: column;
        text-align: center;
    }

    .wgl-portfolio_header[class*=filter] .item_title {
        margin-bottom: 30px;
    }

    .wgl-portfolio_header[class*=filter] .swiper-wrapper {
        justify-content: center;
    }

    .wgl-portfolio_header[class*=filter] .isotope-filter:not(.swiper-container-initialized) {
        margin: 0 auto;
        text-align: center;
    }
}

.wgl-portfolio_container:not(.carousel) {
    padding-top: var(--portfolio-chess-gap, 0px) !important;
}

.wgl-portfolio_container:not(.carousel) .portfolio__item {
    margin-bottom: min(var(--portfolio-chess-gap, 0px), 0.01px);
}

.wgl-portfolio_container:not(.carousel).col-5 .portfolio__item:is(:nth-child(5n+1), :nth-child(5n+3), :nth-child(5n+5)),
.wgl-portfolio_container:not(.carousel).col-4 .portfolio__item:nth-child(odd),
.wgl-portfolio_container:not(.carousel).col-3 .portfolio__item:is(:nth-child(3n+1), :nth-child(3n+3)),
.wgl-portfolio_container:not(.carousel).col-2 .portfolio__item:nth-child(odd) {
    margin-top: calc(-1 * var(--portfolio-chess-gap, 0px));
}

.wgl-portfolio_container:not(.carousel).col-1 {
    --portfolio-chess-gap: 0;
}

@media (max-width: 1545px) {
    .wgl-portfolio_container:not(.carousel).col-5 .portfolio__item:nth-child(n) {
        margin-top: 0;
    }

    .wgl-portfolio_container:not(.carousel).col-5 .portfolio__item:nth-child(odd) {
        margin-top: calc(-1 * var(--portfolio-chess-gap, 0px));
    }
}

@media (max-width: 1370px) {
    .wgl-portfolio_container:not(.carousel):is(.col-4, .col-5) .item.portfolio__item:nth-child(n) {
        margin-top: 0;
    }

    .wgl-portfolio_container:not(.carousel):is(.col-4, .col-5) .item.portfolio__item:is(:nth-child(3n+1), :nth-child(3n+3)) {
        margin-top: calc(-1 * var(--portfolio-chess-gap, 0px));
    }
}

@media (max-width: 1024px) {
    .wgl-portfolio_container:not(.carousel):is(.col-3, .col-4, .col-5) .item.portfolio__item:nth-child(n) {
        margin-top: 0;
    }

    .wgl-portfolio_container:not(.carousel):is(.col-3, .col-4, .col-5) .item.portfolio__item:nth-child(odd) {
        margin-top: calc(-1 * var(--portfolio-chess-gap, 0px));
    }
}

@media (max-width: 767px) {
    .wgl-portfolio_container:not(.carousel):is(.col-2, .col-3, .col-4, .col-5) .item.portfolio__item {
        --portfolio-chess-gap: 0;
    }
}

.wgl-portfolio_container {
    margin-right: calc(var(--portfolio-columns-gap) * -0.5);
    margin-left: calc(var(--portfolio-columns-gap) * -0.5);
}

.wgl-portfolio_container:not(.carousel) {
    margin-bottom: calc(var(--portfolio-columns-gap) * -1);
}

.wgl-portfolio_container .portfolio__item {
    padding: 0 calc(var(--portfolio-columns-gap) / 2) var(--portfolio-columns-gap);
}

.wgl-portfolio_container[style*="height: 0px;"] {
    margin-bottom: 0;
}

.wgl-portfolio_container:not(.carousel):not([class*=masonry]) {
    display: flex;
    flex-wrap: wrap;
}

.wgl-portfolio_container[class*=masonry] .portfolio__item {
    float: left;
    min-height: 1px;
}

.wgl-portfolio_container.masonry-2 .portfolio__item {
    width: 100%;
}

.wgl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+2) img,
.wgl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+6) img {
    max-width: unset;
    width: calc(100% + var(--portfolio-columns-gap) / 2 + var(--portfolio-masonry-2-equalizer, 0px));
}

@media (min-width: 993px) {
    .wgl-portfolio_container.masonry-2 .portfolio__item {
        width: 25%;
    }

    .wgl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+1),
    .wgl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+7) {
        width: 50%;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .wgl-portfolio_container.masonry-2 .portfolio__item {
        width: 50%;
    }

    .wgl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+1),
    .wgl-portfolio_container.masonry-2 .portfolio__item:nth-of-type(8n+7) {
        width: 50%;
    }
}

.wgl-portfolio_container.masonry-3 .portfolio__item {
    width: 100%;
}

@media (min-width: 993px) {
    .wgl-portfolio_container.masonry-3 .portfolio__item {
        width: 25%;
    }

    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+1),
    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+2),
    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+5),
    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+6) {
        width: 50%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .wgl-portfolio_container.masonry-3 .portfolio__item {
        width: 50%;
    }
}

@media (min-width: 601px) and (max-width: 768px) {
    .wgl-portfolio_container.masonry-3 .portfolio__item {
        width: 50%;
    }

    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+1),
    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+2),
    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+5),
    .wgl-portfolio_container.masonry-3 .portfolio__item:nth-of-type(8n+6) {
        width: 100%;
    }
}

.wgl-portfolio_container.masonry-4 .portfolio__item {
    width: 100%;
}

@media (min-width: 993px) {
    .wgl-portfolio_container.masonry-4 .portfolio__item {
        width: 25%;
    }

    .wgl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+1),
    .wgl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+6) {
        width: 50%;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .wgl-portfolio_container.masonry-4 .portfolio__item {
        width: 50%;
    }

    .wgl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+1),
    .wgl-portfolio_container.masonry-4 .portfolio__item:nth-of-type(6n+6) {
        width: 100%;
    }
}

.wgl-portfolio_container.col-5 .portfolio__item {
    width: 20%;
}

.wgl-portfolio_container.col-4 .portfolio__item {
    width: 25%;
}

.wgl-portfolio_container.col-3 .portfolio__item {
    width: 33.333333%;
}

.wgl-portfolio_container.col-2 .portfolio__item {
    width: 50%;
}

.wgl-portfolio_container.col-1 .portfolio__item {
    width: 100%;
}

@media (max-width: 1545px) {
    .wgl-portfolio_container.col-5 .portfolio__item {
        width: 25%;
    }
}

@media (max-width: 1370px) {

    .wgl-portfolio_container:is(.col-4,
        .col-5) .portfolio__item {
        width: 33.333333%;
    }
}

@media (max-width: 1024px) {

    .wgl-portfolio_container:is(.col-3,
        .col-4,
        .col-5) .portfolio__item {
        width: 50%;
    }
}

@media (max-width: 767px) {

    .wgl-portfolio_container:is(.col-2,
        .col-3,
        .col-4,
        .col-5) .portfolio__item {
        width: 100%;
    }
}

@keyframes fade_in {
    100% {
        opacity: 1;
    }
}

@keyframes slide_top {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide_bottom {
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slide_left {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slide_right {
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes zoom_in {
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.wgl-portfolio .wgl-pagination {
    margin-top: 33px;
}

.wgl-portfolio-single_wrapper .portfolio-item__meta-wrap {
    margin-bottom: 20px;
}

.wgl-portfolio-single_wrapper .portfolio-item__meta-wrap:empty {
    display: none;
}

.wgl-portfolio-single_wrapper .post_categories {
    margin-bottom: 0;
}

.wgl-portfolio-single_item .item__image {
    border-radius: 0;
    overflow: hidden;
}

.wgl-portfolio-single_item .item__image img {
    display: block;
    border-radius: inherit;
}

.wgl-portfolio-single_item .item__image:first-child {
    margin-top: 0;
    margin-bottom: 40px;
}

.wgl-portfolio-single_item .item__image:last-child {
    margin-top: 40px;
    margin-bottom: 10px;
}

.wgl-portfolio-single_item .item__image+.meta_wrapper {
    margin-top: -16px;
}

.wgl-portfolio-single_item .item__image+.post_categories {
    padding: 0;
}

.wgl-portfolio-single_item .post_categories+.item__title {
    margin-top: 13px;
}

.wgl-portfolio-single_item .item__title {
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .wgl-portfolio-single_item .item__title {
        font-size: var(--quere-h4-font-size);
        line-height: var(--quere-h4-line-height);
    }
}

.wgl-portfolio-single_item .item__title+.meta_wrapper {
    margin-bottom: 25px;
    margin-top: 12px;
}

.wgl-portfolio-single_item .description_content {
    margin-bottom: 34px;
}

.wgl-portfolio-single_item+.quere-post-navigation {
    margin-top: 26px;
}

.wgl-portfolio-single_item .single_post_info {
    margin-top: 35px;
}

.single_portfolio .related_portfolio {
    margin-top: 80px;
}

.single_portfolio .related_portfolio .wgl-carousel {
    margin: 0;
}

.single_portfolio .related_portfolio .quere_module_title {
    margin-bottom: 25px;
}

.single_portfolio .related_portfolio .quere_module_title h3,
.single_portfolio .related_portfolio .quere_module_title h4 {
    font-size: 30px;
}

@media (max-width: 767px) {

    .single_portfolio .related_portfolio .quere_module_title h3,
    .single_portfolio .related_portfolio .quere_module_title h4 {
        font-size: 24px;
    }
}

.single_portfolio .related_portfolio .wgl-portfolio_container .wgl-carousel .portfolio__item.wgl_col-6 {
    width: 600px;
}

.single_portfolio .related_portfolio .wgl-portfolio_container .wgl-carousel .portfolio__item.wgl_col-4 {
    width: 400px;
}

.single_portfolio .related_portfolio .wgl-portfolio_container .wgl-carousel .portfolio__item.wgl_col-3 {
    width: 300px;
}

.single_portfolio #comments {
    margin-top: 60px;
    margin-bottom: 70px;
    padding-top: 0;
}

.single_portfolio #comments .comment-respond {
    margin-bottom: 70px;
}

.wgl-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.wgl-ellipsis span {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    background: #ffffff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.wgl-ellipsis span:nth-child(1) {
    left: 6px;
    animation: wgl-ellipsis1 0.6s infinite;
}

.wgl-ellipsis span:nth-child(2) {
    left: 6px;
    animation: wgl-ellipsis2 0.6s infinite;
}

.wgl-ellipsis span:nth-child(3) {
    left: 26px;
    animation: wgl-ellipsis2 0.6s infinite;
}

.wgl-ellipsis span:nth-child(4) {
    left: 45px;
    animation: wgl-ellipsis3 0.6s infinite;
}

@keyframes wgl-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes wgl-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}

@keyframes wgl-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

.elementor-social-icon-instagram.elementor-icon {
    background-color: #c52ea7;
}

.wgl_module_properties {
    position: relative;
    z-index: 1;
}

.wgl_module_properties .property__media-wrap {
    position: relative;
    z-index: 1;
}

.wgl_module_properties .property__media-wrap .property__thumbnail::before,
.wgl_module_properties .property__media-wrap .swiper-wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    transition: 0.4s;
    background: linear-gradient(180deg, rgba(var(--quere-primary-rgb), 0) 25%, rgba(var(--quere-primary-rgb), 0.5) 100%);
}

.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper {
    overflow: hidden;
}

.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .wgl-navigation_wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
    margin: 18px 11px;
}

.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button {
    position: initial;
    display: block;
    color: #fff;
    border: unset;
    box-shadow: unset;
    background: transparent;
    transform: translateY(0);
    --wgl-swiper-button-diameter: 40px;
}

.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
    cursor: unset;
}

.wgl_module_properties .property__media-wrap .wgl-carousel_wrapper .property__media-slider.wgl-carousel .elementor-swiper-button:hover:not(.swiper-button-disabled) {
    opacity: 0.6;
}

.wgl_module_properties .property__media-wrap .property__statuses {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
}

.wgl_module_properties .property__media-wrap .property__favorite {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: 0.45s;
}

.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button {
    border: 0;
    padding: 0;
    min-height: auto;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
}

.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button.liked,
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button:hover {
    background: var(--quere-primary-color);
}

.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button.liked i,
.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button:hover i {
    fill: #fff;
    color: #fff;
}

.wgl_module_properties .property__media-wrap .property__favorite .property_favorite button i {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.45s;
    color: var(--quere-primary-color, #232323);
    fill: var(--quere-primary-color, #232323);
}

.wgl_module_properties .property__thumbnail {
    display: block;
    border-radius: 0;
    overflow: hidden;
}

.wgl_module_properties .property__thumbnail img {
    transition: 0.4s;
    border-radius: inherit;
}

.wgl_module_properties .property__info {
    margin-top: 26px;
    margin-bottom: 10px;
}

.wgl_module_properties .property__location {
    font-size: 14px;
    font-weight: 500;
    color: #3C3C3B;
    margin-bottom: 8px;
}

.wgl_module_properties .property__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}

.wgl_module_properties .property__title a,
.wgl_module_properties .property__title span {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    transition: 0.4s;
}

.wgl_module_properties .property__title span {
    cursor: default;
}

.wgl_module_properties .property__title a {
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.05em;
    text-underline-offset: 0.1em;
}

.wgl_module_properties .property__title a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.wgl_module_properties .property__excerpt {
    font-size: 14px;
    line-height: 2;
    margin-top: 11px;
}

.wgl_module_properties .property__meta-wrapper {
    border-top: 1px solid var(--quere-header-font-color);
    margin-top: 20px;
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wgl_module_properties .property__price {
    font-size: 18px;
    font-weight: 600;
    color: var(--quere-header-font-color);
}

.wgl_module_properties .property__meta {
    display: flex;
    gap: 16px;
    font-size: 13px;
    font-weight: 500;
    color: var(--quere-header-font-color);
}

.wgl_module_properties .property__meta>* {
    display: inline-block;
    vertical-align: middle;
}

.wgl_module_properties .property__meta>*::before {
    font-family: flaticon;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    font-size: 22px;
}

.wgl_module_properties .property__meta-area::before {
    content: "\f117";
}

.wgl_module_properties .property__meta-bedrooms::before {
    content: "\f11c";
}

.wgl_module_properties .property__meta-baths::before {
    content: "\f144";
}

.wgl_module_properties .property__meta-rooms::before {
    content: "\f106";
}

.wgl_module_properties {
    --quere-properties-grid-gap: 30px;
}

.wgl_module_properties .properties:not(.carousel) {
    display: flex;
    flex-wrap: wrap;
}

.wgl_module_properties .properties:not(.carousel) .property__item {
    margin-bottom: var(--quere-properties-grid-gap);
}

@media (min-width: 768px) {
    .wgl_module_properties .properties:not(.carousel) {
        margin-right: calc(var(--quere-properties-grid-gap) / 2 * -1);
        margin-left: calc(var(--quere-properties-grid-gap) / 2 * -1);
    }

    .wgl_module_properties .properties:not(.carousel) .property__item {
        margin-right: calc(var(--quere-properties-grid-gap) / 2);
        margin-left: calc(var(--quere-properties-grid-gap) / 2);
    }
}

.wgl_module_properties .properties.carousel>.wgl-carousel_wrapper {
    margin-right: calc(var(--quere-properties-grid-gap) / 2 * -1);
    margin-left: calc(var(--quere-properties-grid-gap) / 2 * -1);
}

.wgl_module_properties .properties.carousel .property__wrapper {
    margin-right: calc(var(--quere-properties-grid-gap) / 2);
    margin-left: calc(var(--quere-properties-grid-gap) / 2);
}

.wgl_module_properties .grid-col--1 .property__item {
    width: 100%;
}

.wgl_module_properties .grid-col--2 .property__item {
    width: calc(50% - var(--quere-properties-grid-gap));
}

.wgl_module_properties .grid-col--3 .property__item {
    width: calc(33.333333% - var(--quere-properties-grid-gap));
}

.wgl_module_properties .grid-col--4 .property__item {
    width: calc(25% - var(--quere-properties-grid-gap));
}

.wgl_module_properties .grid-col--5 .property__item {
    width: calc(20% - var(--quere-properties-grid-gap));
}

@media (max-width: 1500px) {
    .wgl_module_properties .grid-col--5 .property__item {
        width: calc(25% - var(--quere-properties-grid-gap));
    }
}

@media (max-width: 1370px) {

    .wgl_module_properties .grid-col--4 .property__item,
    .wgl_module_properties .grid-col--5 .property__item {
        width: calc(33.333333% - var(--quere-properties-grid-gap));
    }
}

@media (max-width: 1025px) {

    .wgl_module_properties .grid-col--3 .property__item,
    .wgl_module_properties .grid-col--4 .property__item,
    .wgl_module_properties .grid-col--5 .property__item {
        width: calc(50% - var(--quere-properties-grid-gap));
    }
}

@media (max-width: 767px) {

    .wgl_module_properties .grid-col--2 .property__item,
    .wgl_module_properties .grid-col--3 .property__item,
    .wgl_module_properties .grid-col--4 .property__item,
    .wgl_module_properties .grid-col--5 .property__item {
        width: 100%;
    }
}

.related_property {
    margin-top: 44px;
    margin-bottom: 40px;
}

.related_property .quere_module_title {
    margin-bottom: 30px;
}

.wgl-theme-header .favorite_icon {
    display: flex;
    align-items: center;
    line-height: 30px;
    height: 100%;
    letter-spacing: 0;
}

.wgl-theme-header .favorite_icon .favorite-count {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-style: normal;
    color: inherit;
    backface-visibility: hidden;
    transition: 0s;
}

.wgl-theme-header .favorite_icon .favorite-count:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: unset;
    font-weight: normal;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-weight: 700;
}

.wgl-theme-header .favorite_icon .favorite-count span {
    display: inline-block;
    border-radius: 19px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 19px;
    min-width: 19px;
    height: 19px;
    font-size: 10px;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    text-align: center;
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    right: 0;
    top: -18px;
    bottom: 5px;
    margin: auto;
}

.wgl-pricing_plan {
    position: relative;
    z-index: 1;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.wgl-pricing_plan.hover-animation {
    padding-top: 20px;
}

.wgl-pricing_plan.hover-animation .pricing__wrapper {
    transform: translateY(0);
}

.wgl-pricing_plan.hover-animation:hover .pricing__wrapper {
    transform: translateY(-20px);
}

.wgl-pricing_plan .pricing__wrapper {
    background-size: cover;
    background-position: center;
    transition: 0.5s;
}

.wgl-pricing_plan .pricing__header {
    line-height: 0;
}

.wgl-pricing_plan .pricing__pretitle {
    position: relative;
}

.wgl-pricing_plan .pricing__pretitle .pretitle {
    position: relative;
    display: inline-block;
    font-family: var(--quere-additional-font-family);
    font-size: 24px;
    line-height: 1.3em;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0;
    color: var(--quere-header-font-color);
    transition: 0.4s;
}

.wgl-pricing_plan .pricing__pretitle .pricing__thumbnail {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.wgl-pricing_plan .pricing__title {
    position: relative;
    font-family: var(--quere-header-font-family);
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: 0;
    font-weight: var(--quere-header-font-weight);
    transition: 0.4s;
}

.wgl-pricing_plan .pricing__title .title__suffix {
    font: inherit;
    transition: inherit;
}

.wgl-pricing_plan .pricing__title .title {
    position: relative;
    display: inline-block;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    text-transform: inherit;
    transition: none;
    z-index: 1;
}

.wgl-pricing_plan .pricing__price {
    font-size: 36px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.25em;
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-pricing_plan .pricing__price .price__value {
    position: relative;
    z-index: 1;
    font: inherit;
    line-height: inherit;
    color: inherit;
    vertical-align: baseline;
    text-decoration: inherit;
}

.wgl-pricing_plan .pricing__price .price__period {
    font-size: 12px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.5em;
    display: inline-block;
    position: relative;
    letter-spacing: 0;
    text-transform: uppercase;
    transition: 0.4s;
}

.wgl-pricing_plan .pricing__price .price__currency_right {
    font-weight: inherit;
}

.wgl-pricing_plan .pricing__content {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-pricing_plan .pricing__content ul {
    padding-bottom: 19px;
    word-break: break-word;
}

.wgl-pricing_plan .pricing__content ul:last-child {
    padding-bottom: 0;
}

.wgl-pricing_plan .pricing__content ul[class*=quere_] {
    display: flex;
    flex-direction: column;
}

.wgl-pricing_plan .pricing__content ul[class*=quere_] li:not(:last-child) {
    margin-bottom: 7px;
}

.wgl-pricing_plan .pricing__content ul li[style*=color]::before {
    color: inherit;
}

.wgl-pricing_plan .pricing__content ul li i {
    margin-right: 10px;
}

.wgl-pricing_plan .pricing__content ul li b {
    color: var(--quere-header-font-color);
}

.wgl-pricing_plan .pricing__content p {
    margin-bottom: 20px;
}

.wgl-pricing_plan .pricing__description {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.wgl-pricing_plan .pricing__bg_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 150px;
    line-height: 1em;
    transition: 0.4s;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
}

.wgl-pricing_plan .mask_image {
    height: auto !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    -webkit-mask-size: contain;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    overflow: hidden;
    margin: auto !important;
    transition: 0.4s;
}

.wgl-pricing_plan .mask_image img {
    visibility: hidden;
}

.wgl-pricing_plan .wgl-button {
    display: inline-flex;
    justify-content: center;
}

body .elementor-widget-wgl-pricing-table.aleft .pricing__content ul {
    align-items: flex-start;
}

body .elementor-widget-wgl-pricing-table.acenter .pricing__content ul {
    align-items: center;
}

body .elementor-widget-wgl-pricing-table.aright .pricing__content ul {
    align-items: flex-end;
}

body .elementor-widget-wgl-pricing-table.button-align-left .pricing__button {
    text-align: left;
}

body .elementor-widget-wgl-pricing-table.button-align-left .wgl-button {
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-left .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-center .pricing__button {
    text-align: center;
}

body .elementor-widget-wgl-pricing-table.button-align-center .wgl-button {
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-center .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-right .pricing__button {
    text-align: right;
}

body .elementor-widget-wgl-pricing-table.button-align-right .wgl-button {
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-right .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-justify .pricing__button {
    text-align: center;
}

body .elementor-widget-wgl-pricing-table.button-align-justify .wgl-button {
    width: 100%;
}

body .elementor-widget-wgl-pricing-table.button-align-justify .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-pricing-table.button-align-space-between .pricing__button {
    text-align: center;
}

body .elementor-widget-wgl-pricing-table.button-align-space-between .wgl-button {
    width: 100%;
}

body .elementor-widget-wgl-pricing-table.button-align-space-between .button__content {
    justify-content: space-between;
    width: 100%;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.a-tabletleft .pricing__content ul {
    align-items: flex-start;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.a-tabletcenter .pricing__content ul {
    align-items: center;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.a-tabletright .pricing__content ul {
    align-items: flex-end;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-left .pricing__button {
    text-align: left;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-left .wgl-button {
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-left .button__content {
    justify-content: center;
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-center .pricing__button {
    text-align: center;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-center .wgl-button {
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-center .button__content {
    justify-content: center;
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-right .pricing__button {
    text-align: right;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-right .wgl-button {
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-right .button__content {
    justify-content: center;
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-justify .pricing__button {
    text-align: center;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-justify .wgl-button {
    width: 100%;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-justify .button__content {
    justify-content: center;
    width: auto;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-space-between .pricing__button {
    text-align: center;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-space-between .wgl-button {
    width: 100%;
}

body:not([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .elementor-widget-wgl-pricing-table.button-align-tablet-space-between .button__content {
    justify-content: space-between;
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.a-mobileleft .pricing__content ul {
    align-items: flex-start;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.a-mobilecenter .pricing__content ul {
    align-items: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.a-mobileright .pricing__content ul {
    align-items: flex-end;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-left .pricing__button {
    text-align: left;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-left .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-left .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-center .pricing__button {
    text-align: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-center .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-center .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-right .pricing__button {
    text-align: right;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-right .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-right .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-justify .pricing__button {
    text-align: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-justify .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-justify .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-space-between .pricing__button {
    text-align: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-space-between .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-pricing-table.button-align-mobile-space-between .button__content {
    justify-content: space-between;
    width: 100%;
}

.wgl-progress-bar {
    display: block;
    border-radius: unset;
    transition: 1.5s;
}

.wgl-progress-bar .progress__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 1;
    z-index: 2;
    transition: inherit;
    letter-spacing: 0;
    text-transform: uppercase;
}

.wgl-progress-bar .content__value {
    position: relative;
    margin-left: 8px;
    display: flex;
}

.wgl-progress-bar .progress__bar {
    position: relative;
    z-index: 0;
    width: auto;
    box-sizing: content-box;
    transition: inherit;
}

.wgl-progress-bar .bar__empty {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.wgl-progress-bar .bar__filled {
    position: relative;
    z-index: 1;
    top: 50%;
    width: 0;
    height: inherit;
    border-radius: inherit;
    transform: translateY(-50%);
    transition: inherit;
    max-width: 100%;
}

.wgl-progress-bar.layout-fixed .progress__bar,
.wgl-progress-bar.layout-dynamic .progress__bar {
    margin-bottom: 2px;
}

.wgl-progress-bar.layout-dynamic .progress__content {
    width: 0;
    white-space: nowrap;
}

.wgl-progress-bar.layout-aside {
    display: flex;
    align-items: flex-end;
    margin-top: 7px;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
}

.wgl-progress-bar.layout-aside .progress__bar {
    margin-top: 0;
}

.wgl-progress-bar.layout-aside .aside__wrapper {
    flex-grow: 1;
    transition: inherit;
}

.wgl-progress-bar.layout-aside .content__value {
    position: relative;
    margin-left: 15px;
}

.wgl-progress-bar.layout-aside .content__value,
.wgl-progress-bar.layout-aside .content__value .value__wrapper {
    text-align: right;
}

.wgl-progress-bar.layout-aside .content__value .value__wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

.wgl-progress-bar.layout-aside .content__value .placeholder__digit,
.wgl-progress-bar.layout-aside .content__value .placeholder__unit {
    visibility: hidden;
}

.elementor-widget-wgl-rotated-text .elementor-widget-container {
    transform: rotate(180deg);
    writing-mode: vertical-rl;
}

.wgl-rotated_text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.wgl-rotated_text .rt__title-wrapper {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    transition: 0.4s;
}

.wgl-rotated_text .rt__title-wrapper .rt__title {
    line-height: inherit;
}

.wgl-rotated_text .rt__subtitle {
    font-size: 16px;
    line-height: 1.3em;
    transition: color 0.3s;
    color: var(--quere-secondary-color);
    height: 100%;
}

.wgl-rotated_text .rt-title span,
.wgl-rotated_text .rt__subtitle span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

.wgl-rotated_text .rt__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.wgl-rotated_text .media-wrapper {
    line-height: 0;
    transition: 0.4s;
}

body:is([data-elementor-device-mode=widescreen], [data-elementor-device-mode=desktop]) .disable-rotation-yes.elementor-widget-wgl-rotated-text .elementor-widget-container,
body:is([data-elementor-device-mode=tablet_extra], [data-elementor-device-mode=tablet]) .disable-rotation-tablet-yes.elementor-widget-wgl-rotated-text .elementor-widget-container,
body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .disable-rotation-mobile-yes.elementor-widget-wgl-rotated-text .elementor-widget-container {
    transform: unset;
    writing-mode: unset;
    height: auto;
}

.elementor-widget-wgl-satellite-service:hover .wgl-services_title {
    color: var(--quere-header-font-color);
}

.elementor-widget-wgl-satellite-service:hover .wgl-services_title a {
    color: var(--quere-header-font-color);
}

.wgl-service-sat .wgl-services_wrap {
    transition: 0.4s;
}

.wgl-service-sat .wgl-services_media-wrap {
    position: relative;
    z-index: 1;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 45px;
    display: inline-block;
    border: 1px dashed CurrentColor;
    box-sizing: content-box;
    border-radius: 50%;
    text-align: center;
    transition: 0.4s;
    border-color: var(--quere-secondary-color);
}

.wgl-service-sat .wgl-services_title {
    font-size: 24px;
    line-height: 1.4;
    transition: 0.4s;
    color: var(--quere-header-font-color);
}

.wgl-service-sat .wgl-services_circle-wrapper {
    position: absolute;
    z-index: -1;
    width: 78px;
    height: 78px;
    left: 16px;
    top: 16px;
}

.wgl-service-sat .wgl-services_circle-wrapper:nth-child(1) {
    transform: rotate(0deg);
    animation: service_hexagon_1 2s infinite linear;
    animation-play-state: paused;
}

.wgl-service-sat .wgl-services_circle-wrapper:nth-child(1) .wgl-services_circle {
    background-color: var(--quere-secondary-color);
}

.wgl-service-sat .wgl-services_circle-wrapper:nth-child(2) {
    transform: rotate(180deg);
    animation: service_hexagon_2 2s infinite linear;
    animation-play-state: paused;
}

.wgl-service-sat .wgl-services_circle-wrapper:nth-child(2) .wgl-services_circle {
    background-color: var(--quere-secondary-color);
}

.wgl-service-sat .wgl-services_circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    transform: translate3d(-50%, -50%, 0);
}

.wgl-service-sat .wgl-services_readmore {
    display: inline-block;
    color: var(--quere-primary-color);
}

.wgl-service-sat .wgl-services_readmore:hover {
    color: var(--quere-secondary-color);
}

.wgl-service-sat .wgl-services_item-link {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.wgl-service-sat .wgl-icon {
    color: var(--quere-secondary-color);
}

.wgl-service-sat .elementor-icon {
    display: block;
    line-height: inherit;
    font-size: inherit;
}

.wgl-service-sat .elementor-icon i {
    display: inline;
}

.wgl-service-sat .wgl-widget_wrapper.elementor-image-box-img {
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wgl-service-sat .wgl-image-box_img>span {
    display: flex;
}

.wgl-service-sat:hover .wgl-services_circle-wrapper:nth-child(1),
.wgl-service-sat:hover .wgl-services_circle-wrapper:nth-child(2) {
    animation-play-state: running;
}

@keyframes service_hexagon_1 {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(450deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%;
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%;
}

div.elementor-widget-wgl-social-icons.elementor-grid-0 .elementor-widget-container,
div.elementor-widget-wgl-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
div.elementor-widget-wgl-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0;
}

div.elementor-widget-wgl-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid;
}

div.elementor-widget-wgl-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center);
}

div.elementor-widget-wgl-social-icons .elementor-social-icon {
    --e-social-icon-icon-color: var(--quere-tertiary-color);
    display: inline-flex;
    background-color: #818a91;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

div.elementor-widget-wgl-social-icons .elementor-social-icon i {
    color: var(--e-social-icon-icon-color);
}

div.elementor-widget-wgl-social-icons .elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color);
}

div.elementor-widget-wgl-social-icons .elementor-social-icon:last-child {
    margin: 0;
}

div.elementor-widget-wgl-social-icons .elementor-social-icon:hover {
    opacity: 0.9;
    color: var(--quere-tertiary-color);
}

div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, 0.5em));
}

div.elementor-widget-wgl-social-icons .wgl-social-icons .icon__wrapper {
    display: inline-block;
}

div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-animation-float:active,
div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-animation-float:focus,
div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-animation-float:hover {
    transform: none;
}

div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-animation-float:active .elementor-icon,
div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-animation-float:focus .elementor-icon,
div.elementor-widget-wgl-social-icons .wgl-social-icons .elementor-animation-float:hover .elementor-icon {
    transform: translateY(-8px);
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-twitter,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-twitter-square,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-twitter,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-twitter,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-twitter-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-twitter,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-twitter,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-twitter-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-twitter {
    background-color: #1b82c4;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-instagram,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-instagram,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-instagram,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-instagram,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-instagram,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-instagram {
    background-color: #c52ea7;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-telegram,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-telegram-plane,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-telegram,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-telegram-plane,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-telegram,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-telegram-plane {
    background-color: #0088cc;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-pinterest-p,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-pinterest-square,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-pinterest-round-logo,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-pinterest-p,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-pinterest-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-pinterest-round-logo,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-pinterest-p,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-pinterest-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-pinterest-round-logo {
    background-color: #ff1226;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-facebook,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-facebook-f,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-facebook-square,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-facebook-messenger,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-flaticon-facebook-circular-logo,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook-f,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-facebook-messenger,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-flaticon-facebook-circular-logo,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-facebook,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-facebook-f,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-facebook-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-facebook-messenger,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-flaticon-facebook-circular-logo {
    background-color: #354cd9;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-reddit,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-reddit-alien,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-reddit-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-reddit,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-reddit-alien,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-reddit-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-reddit,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-reddit-alien,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-reddit-square {
    background-color: #FF5700;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-whatsapp-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-whatsapp-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-whatsapp-square {
    background-color: #25d366;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-youtube,
div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-youtube-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-youtube,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-youtube-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-youtube,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-youtube-square {
    background-color: #ff0000;
}

div.elementor-widget-wgl-social-icons.elementor-shape-circle .elementor-social-icon-dribbble-square,
div.elementor-widget-wgl-social-icons.elementor-shape-rounded .elementor-social-icon-dribbble-square,
div.elementor-widget-wgl-social-icons.elementor-shape-square .elementor-social-icon-dribbble-square {
    background-color: #ea4c89;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .icon__wrapper:hover i {
    color: var(--quere-secondary-color);
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon {
    background-color: transparent;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon i {
    color: var(--quere-primary-color);
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-twitter i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-twitter-square i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-twitter i {
    color: #1b82c4;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-instagram i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-instagram i {
    color: #c52ea7;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-telegram i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-telegram-plane i {
    color: #0088cc;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-pinterest-p i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-pinterest-square i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-pinterest-round-logo i {
    color: #ff1226;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-facebook i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-facebook-f i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-facebook-square i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-facebook-messenger i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-flaticon-facebook-circular-logo i {
    color: #354cd9;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-reddit i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-reddit-alien i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-reddit-square i {
    color: #FF5700;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-whatsapp i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-whatsapp-square i {
    color: #25d366;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-youtube i,
div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-youtube-square i {
    color: #ff0000;
}

div.elementor-widget-wgl-social-icons.elementor-shape-fill .elementor-social-icon-dribbble-square i {
    color: #ea4c89;
}

.socials-official-idle .social__icon:not(:hover)[class*=skype] {
    background-color: #00aff0;
}

.socials-official-idle .social__icon:not(:hover)[class*=tumblr] {
    background-color: #35465d;
}

.socials-official-idle .social__icon:not(:hover)[class*=twitter] {
    background-color: #1b82c4;
}

.socials-official-idle .social__icon:not(:hover)[class*=youtube] {
    background-color: #ff0000;
}

.socials-official-idle .social__icon:not(:hover)[class*=facebook] {
    background-color: #354cd9;
}

.socials-official-idle .social__icon:not(:hover)[class*=linkedin] {
    background-color: #007bb5;
}

.socials-official-idle .social__icon:not(:hover)[class*=telegram] {
    background-color: #0088cc;
}

.socials-official-idle .social__icon:not(:hover)[class*=whatsapp] {
    background-color: #25d366;
}

.socials-official-idle .social__icon:not(:hover)[class*=dribbble] {
    background-color: #ea4c89;
}

.socials-official-idle .social__icon:not(:hover)[class*=pinterest] {
    background-color: #ff1226;
}

.socials-official-idle .social__icon:not(:hover)[class*=instagram] {
    background-color: #c52ea7;
}

.socials-official-hover .social__icon:hover[class*=skype] {
    background-color: #00aff0;
}

.socials-official-hover .social__icon:hover[class*=tumblr] {
    background-color: #35465d;
}

.socials-official-hover .social__icon:hover[class*=twitter] {
    background-color: #1b82c4;
}

.socials-official-hover .social__icon:hover[class*=youtube] {
    background-color: #ff0000;
}

.socials-official-hover .social__icon:hover[class*=facebook] {
    background-color: #354cd9;
}

.socials-official-hover .social__icon:hover[class*=linkedin] {
    background-color: #007bb5;
}

.socials-official-hover .social__icon:hover[class*=telegram] {
    background-color: #0088cc;
}

.socials-official-hover .social__icon:hover[class*=whatsapp] {
    background-color: #25d366;
}

.socials-official-hover .social__icon:hover[class*=dribbble] {
    background-color: #ea4c89;
}

.socials-official-hover .social__icon:hover[class*=pinterest] {
    background-color: #ff1226;
}

.socials-official-hover .social__icon:hover[class*=instagram] {
    background-color: #c52ea7;
}

.wgl-tabs .wgl-tabs_headings:not(.swiper-wrapper) {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    overflow: hidden;
}

.wgl-tabs .wgl-tabs_headings:not(.swiper-wrapper) .wgl-tabs_headings {
    flex-direction: column;
}

.wgl-tabs.wgl-tabs_swiper-wrapper {
    overflow: hidden;
}

.wgl-tabs.has-divider .wgl-tabs_header::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    margin-left: 0;
    border-radius: 0;
    transition: all 0.45s;
    transform: scalex(0.8) translateY(-15px);
}

.wgl-tabs.has-divider .wgl-tabs_header.active::after {
    transform: scalex(1) translateY(0);
    background-color: var(--quere-primary-color);
}

.wgl-tabs .lavalamp {
    position: relative;
}

.wgl-tabs .lavalamp-object {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    font-size: 0;
    line-height: 0;
}

.wgl-tabs .lavalamp-object::after {
    content: "";
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 3px;
    background-color: currentColor;
    border-radius: 0;
    display: inline-block;
}

.wgl-tabs .lavalamp_animate .lavalamp-object {
    opacity: 1;
}

.wgl-tabs .wgl-tabs_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    cursor: pointer;
    transition: 0.4s;
    z-index: 1;
    border-radius: 0;
    letter-spacing: 0;
}

.wgl-tabs .wgl-tabs_header:first-child {
    margin-left: 0 !important;
}

.wgl-tabs .wgl-tabs_header:last-child {
    margin-right: 0 !important;
}

.wgl-tabs .wgl-tabs_headings.swiper-wrapper .wgl-tabs_header {
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}

.wgl-tabs .wgl-tabs_content {
    padding: 31px 0 15px 0;
    display: block;
}

.wgl-tabs .wgl-tabs_content>.elementor {
    margin: 0;
}

.wgl-tabs .wgl-tabs_content>.elementor .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated,
.wgl-tabs .wgl-tabs_content>.elementor .elementor-column-gap-default>.elementor-column>.theiaStickySidebar>.elementor-element-populated,
.wgl-tabs .wgl-tabs_content>.elementor .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-left: 0;
    padding-right: 0;
}

.wgl-tabs .wgl-tabs_content-wrap {
    min-height: -moz-fit-content;
    min-height: fit-content;
    transition: height 0.6s ease-in-out;
}

.wgl-tabs .wgl-tabs_icon {
    line-height: 1;
    color: inherit;
    transition: 0.4s;
}

.wgl-tabs .wgl-tabs_icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    transition: inherit;
}

.wgl-tabs .wgl-tabs_title {
    font: inherit;
    color: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

.wgl-tabs.icon_position-left .wgl-tabs_header {
    flex-direction: row-reverse;
}

.wgl-tabs.icon_position-right .wgl-tabs_header {
    flex-direction: row;
}

.wgl-tabs.icon_position-top .wgl-tabs_header {
    flex-direction: column-reverse;
}

.wgl-tabs.icon_position-bottom .wgl-tabs_header {
    flex-direction: column;
}

.wgl-tabs.tabs_align-left .wgl-tabs_headings {
    justify-content: flex-start;
}

.wgl-tabs.tabs_align-left .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

.wgl-tabs.tabs_align-right .wgl-tabs_headings {
    justify-content: flex-end;
}

.wgl-tabs.tabs_align-right .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

.wgl-tabs.tabs_align-center .wgl-tabs_headings {
    justify-content: center;
}

.wgl-tabs.tabs_align-center .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

.wgl-tabs.tabs_align-center .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

.wgl-tabs.tabs_align-justify .wgl-tabs_headings .wgl-tabs_header {
    flex: 1;
}

.wgl-tabs.tabs_align-justify .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

.wgl-tabs.tabs_align-justify .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-left .wgl-tabs_headings {
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-left .wgl-tabs_headings .wgl-tabs_header {
    flex: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-left .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-right .wgl-tabs_headings {
    justify-content: flex-end;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-right .wgl-tabs_headings .wgl-tabs_header {
    flex: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-right .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings {
    justify-content: center;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings .wgl-tabs_header {
    flex: none;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-center .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-justify .wgl-tabs_headings .wgl-tabs_header {
    flex: 1;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-justify .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-tablet-justify .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-tablet-left .wgl-tabs_header {
    flex-direction: row-reverse;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-tablet-right .wgl-tabs_header {
    flex-direction: row;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-tablet-top .wgl-tabs_header {
    flex-direction: column-reverse;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-tablet-bottom .wgl-tabs_header {
    flex-direction: column;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs_headings:not(.swiper-wrapper) {
    flex-direction: column;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs_headings:not(.swiper-wrapper) .lavalamp-object {
    display: none;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-left .wgl-tabs_headings {
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-left .wgl-tabs_headings .wgl-tabs_header {
    flex: none;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-left .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-right .wgl-tabs_headings {
    justify-content: flex-end;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-right .wgl-tabs_headings .wgl-tabs_header {
    flex: none;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-right .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings {
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings .wgl-tabs_header {
    flex: none;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-center .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-justify .wgl-tabs_headings .wgl-tabs_header {
    flex: 1 !important;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-justify .wgl-tabs_headings .wgl-tabs_header:last-child {
    margin-right: 0 !important;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.tabs_align-mobile-justify .wgl-tabs_headings .wgl-tabs_header:first-child {
    margin-left: 0 !important;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-mobile-left .wgl-tabs_header {
    flex-direction: row-reverse;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-mobile-right .wgl-tabs_header {
    flex-direction: row;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-mobile-top .wgl-tabs_header {
    flex-direction: column-reverse;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-tabs.icon_position-mobile-bottom .wgl-tabs_header {
    flex-direction: column;
}

.wgl-tabs-horizontal {
    display: flex;
}

.wgl-tabs-horizontal_headings {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.wgl-tabs-horizontal_header {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 32px;
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    line-height: 1.25em;
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-tabs-horizontal_header_wrap {
    flex: 1;
    display: flex;
    justify-content: center;
    transition: background-color 0.4s;
    cursor: pointer;
}

.wgl-tabs-horizontal_content {
    width: 100%;
    display: block;
}

.wgl-tabs-horizontal_content-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.wgl-tabs-horizontal_icon {
    line-height: 1;
    color: inherit;
    transition: 0.4s;
    font-weight: normal;
}

.wgl-tabs-horizontal_title,
.wgl-tabs-horizontal_prefix {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
}

.wgl-tabs-horizontal_prefix {
    transition: color 0.4s;
}

.wgl-tabs-horizontal .lavalamp {
    position: relative;
}

.wgl-tabs-horizontal .lavalamp-object {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0px -2px auto auto;
    opacity: 0;
    font-size: 0;
    line-height: 0;
}

.wgl-tabs-horizontal .lavalamp-object::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: currentColor;
    border-radius: 0;
    display: inline-block;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}

.wgl-tabs-horizontal .lavalamp_animate .lavalamp-object {
    opacity: 1;
}

.wgl-testimonials {
    position: relative;
    --gap: 60px;
}

.wgl-testimonials>.row {
    margin: calc(-0.5 * var(--gap));
}

.wgl-testimonials .testimonials__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: 0.4s;
    padding: calc(0.5 * var(--gap));
}

.wgl-testimonials .testimonial__item {
    width: 100%;
    position: relative;
    z-index: 1;
    transform: translate(0);
    transition: inherit;
}

.wgl-testimonials.hover_animation .testimonials__wrapper {
    padding-top: 20px;
}

.wgl-testimonials.hover_animation .testimonials__wrapper:hover .testimonial__item {
    transform: translateY(-20px);
}

.wgl-testimonials .item__author {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.wgl-testimonials .author__meta {
    display: flex;
    flex-direction: column;
}

.wgl-testimonials .item__rating {
    display: inline-block;
    position: relative;
    width: 5.35em;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    color: var(--quere-primary-color);
    margin-bottom: 20px;
}

.wgl-testimonials .item__rating::before,
.wgl-testimonials .item__rating ::before {
    content: "\f138\f138\f138\f138\f138";
    font-family: flaticon;
}

.wgl-testimonials .item__rating::before {
    color: rgba(var(--quere-primary-rgb), 0.4);
}

.wgl-testimonials .item__rating span {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 1em;
    overflow: hidden;
}

.wgl-testimonials .item__rating span::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--quere-primary-color);
}

.wgl-testimonials .author__name {
    font-size: 18px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.5em;
    transition: 0.4s;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
}

.wgl-testimonials .author__name a {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.wgl-testimonials .author__position {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    display: block;
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0;
    color: var(--quere-secondary-color);
    margin-top: 6px;
    text-transform: uppercase;
}

.wgl-testimonials .item__icon {
    display: none;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: var(--quere-primary-color);
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
    vertical-align: text-bottom;
}

.wgl-testimonials .item__icon::before {
    content: "\f11f";
    font-family: flaticon;
}

.wgl-testimonials .item__title {
    font-family: var(--quere-header-font-family);
    font-size: 22px;
    font-weight: 500;
    color: var(--quere-header-font-color);
    line-height: 1.36em;
}

.wgl-testimonials .item__title .item__icon {
    margin-bottom: -6px;
    margin-right: 19px;
}

.wgl-testimonials .item__quote {
    --corner-size: 35px;
    --corner-width: 1px;
    --corner-pos-x: 80px;
    position: relative;
    font-size: 20px;
    line-height: 1.8em;
    color: var(--quere-header-font-color);
    display: inline-block;
}

.wgl-testimonials .item__quote p:last-child {
    margin-bottom: 0;
}

.wgl-testimonials .item__quote::before {
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: var(--corner-width);
    background-image: linear-gradient(90deg, currentColor var(--corner-pos-x), transparent var(--corner-pos-x), transparent calc(var(--corner-pos-x) + var(--corner-size) - var(--corner-width)), currentColor calc(var(--corner-pos-x) + var(--corner-size) - var(--corner-width)), currentColor 100%);
    background-repeat: no-repeat;
}

.wgl-testimonials .item__quote::after {
    --corner-angle: -45deg;
    display: none;
    content: "";
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: var(--corner-pos-x);
    width: var(--corner-size);
    height: var(--corner-size);
    border-top: var(--corner-width) solid transparent;
    border-left: var(--corner-width) solid currentColor;
    border-bottom: var(--corner-width) solid transparent;
    background-image: linear-gradient(var(--corner-angle), transparent 50%, currentColor 50%, currentColor calc(50% + var(--corner-width)), transparent calc(50% + var(--corner-width)));
    background-repeat: no-repeat;
}

.wgl-testimonials .author__thumbnail {
    display: inline-block;
    --image-width: 130;
    --image-not-active-width: var(--image-width);
    padding-right: 30px;
    transition: 0.7s;
}

.wgl-testimonials .author__thumbnail img {
    display: inline-block;
    width: calc(var(--image-width) * 1px);
    min-width: calc(var(--image-width) * 1px);
    transform: scale(1);
    transition: transform 0.7s;
}

@media (max-width: 600px) {
    .wgl-testimonials .author__thumbnail {
        padding-right: 20px;
    }
}

.wgl-testimonials .testimonials__wrapper:hover .author__thumbnail img {
    transform: scale(1) !important;
}

.wgl-testimonials .swiper-slide:not(.swiper-slide-active) .author__thumbnail img {
    transform: scale(calc(var(--image-not-active-width) / var(--image-width)));
}

.wgl-testimonials.type-top_block .author__thumbnail {
    margin-bottom: 10px;
    padding-right: 0;
    margin-left: 0;
}

.wgl-testimonials.type-top_block .item__icon+.author__thumbnail {
    margin-top: 20px;
}

.wgl-testimonials.type-top_block .item__author {
    margin-top: 22px;
}

.wgl-testimonials.type-bottom_block .item__author {
    flex-direction: column;
    margin-top: 30px;
}

.wgl-testimonials.type-bottom_block .author__thumbnail {
    padding: 0 0 11px 0;
}

.wgl-testimonials.type-top_inline .item__author {
    padding-bottom: 28px;
}

.wgl-testimonials.type-top_inline .item__quote {
    margin-top: 20px;
}

.wgl-testimonials.type-top_inline .author__thumbnail {
    padding: 0 0 20px 0;
}

.wgl-testimonials.type-bottom_inline .item__quote {
    margin-bottom: 26px;
}

.wgl-testimonials.type-bottom_inline .author__name {
    margin-top: -4px;
}

.wgl-testimonials.type-bottom_inline .author__thumbnail {
    padding: 0 20px 0 0;
}

.wgl-testimonials.type-left_block .author__thumbnail {
    padding-right: 5.8%;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-testimonials.type-left_block .testimonials__wrapper {
    display: block;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-testimonials.type-left_block .testimonials__wrapper .author__thumbnail {
    padding-right: 0;
    padding-bottom: 20px;
}

.wgl-testimonials .wgl-carousel_wrapper .wgl-carousel:not(.animation-style-3d) {
    margin: 0 calc(-0.5 * var(--gap));
    padding: 15px 0;
}

.wgl-testimonials .wgl-carousel_wrapper .wgl-carousel:not(.animation-style-3d) .swiper-slide {
    padding: 0 calc(0.5 * var(--gap));
}

@media (max-width: 600px) {
    .wgl-testimonials.type-inline_top .author__thumbnail {
        position: relative;
        margin-left: 0;
        margin-top: 0;
    }

    .wgl-testimonials.type-inline_top .wgl-carousel_wrapper .testimonials__wrapper {
        padding-left: 15px;
    }
}

.elementor-widget-wgl-testimonials {
    max-width: 100% !important;
}

.elementor-widget-wgl-testimonials .testimonials__wrapper.no_image .testimonial__item {
    margin: 0;
    padding: 0;
}

.elementor-widget-wgl-testimonials .testimonials__wrapper.no_image .author__thumbnail {
    position: static;
    top: unset;
    left: unset;
    right: unset;
    transform: unset;
}

.elementor-widget-wgl-testimonials.aleft .type-bottom_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.elementor-widget-wgl-testimonials.aleft .type-top_block .item__author,
.elementor-widget-wgl-testimonials.aleft .type-top_inline .item__author,
.elementor-widget-wgl-testimonials.aleft .type-left_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.elementor-widget-wgl-testimonials.aleft .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.elementor-widget-wgl-testimonials.acenter .type-bottom_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.elementor-widget-wgl-testimonials.acenter .type-top_block .item__author,
.elementor-widget-wgl-testimonials.acenter .type-top_inline .item__author,
.elementor-widget-wgl-testimonials.acenter .type-left_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.elementor-widget-wgl-testimonials.acenter .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

.elementor-widget-wgl-testimonials.aright .type-bottom_block .item__author {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

.elementor-widget-wgl-testimonials.aright .type-top_block .item__author,
.elementor-widget-wgl-testimonials.aright .type-top_inline .item__author,
.elementor-widget-wgl-testimonials.aright .type-left_block .item__author {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.elementor-widget-wgl-testimonials.aright .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletleft .type-bottom_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletleft .type-top_block .item__author,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletleft .type-top_inline .item__author,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletleft .type-left_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletleft .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletcenter .type-bottom_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletcenter .type-top_block .item__author,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletcenter .type-top_inline .item__author,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletcenter .type-left_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletcenter .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletright .type-bottom_block .item__author {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletright .type-top_block .item__author,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletright .type-top_inline .item__author,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletright .type-left_block .item__author {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-tabletright .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileleft .type-bottom_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileleft .type-top_block .item__author,
body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileleft .type-top_inline .item__author,
body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileleft .type-left_block .item__author {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileleft .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobilecenter .type-bottom_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobilecenter .type-top_block .item__author,
body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobilecenter .type-top_inline .item__author,
body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobilecenter .type-left_block .item__author {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobilecenter .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileright .type-bottom_block .item__author {
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileright .type-top_block .item__author,
body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileright .type-top_inline .item__author,
body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileright .type-left_block .item__author {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

body:is([data-elementor-device-mode=mobile],
    [data-elementor-device-mode=mobile_extra]) .elementor-widget-wgl-testimonials.a-mobileright .type-bottom_inline .item__author {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.wgl-accordion .wgl-accordion_panel::after {
    content: "";
    clear: both;
    display: block;
}

.wgl-accordion .wgl-accordion_header {
    display: flex;
    align-items: center;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    cursor: pointer;
    text-transform: unset;
    transition: 0.4s;
    color: var(--quere-header-font-color);
}

.wgl-accordion .wgl-accordion_header .wgl-accordion_icon {
    --icon-size: 16px;
    font-size: var(--icon-size);
    border: unset;
    padding: 0;
    transition: 0.4s, color 0s, --icon-size 0s;
    color: inherit;
}

.wgl-accordion .wgl-accordion_header .wgl-accordion_icon::before {
    width: 1em;
    height: 1em;
    line-height: 1em;
    display: block;
}

.wgl-accordion .wgl-accordion_header .wgl-accordion_icon:hover {
    color: inherit;
}

.wgl-accordion .wgl-accordion_title {
    font: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.wgl-accordion .wgl-accordion_title-prefix {
    margin-right: 5px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    text-transform: inherit;
}

.wgl-accordion .wgl-accordion_content {
    display: none;
    font-size: 14px;
    line-height: 2em;
}

.wgl-accordion .wgl-accordion_content p:last-child {
    margin-bottom: 0;
}

.wgl-accordion .wgl-accordion_panel:first-child {
    margin-top: 0 !important;
}

.wgl-accordion .wgl-accordion_panel:last-child {
    margin-bottom: 0 !important;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon {
    --icon-width: 2px;
    position: relative;
    z-index: 1;
    height: var(--icon-size);
    width: var(--icon-size);
    min-width: var(--icon-size);
    box-sizing: content-box;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon::before,
.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(90deg);
    transition: 0.5s ease-in-out, color 0s;
    background-color: currentColor;
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon::before {
    width: inherit;
    height: var(--icon-width);
    margin: calc(-0.5 * var(--icon-width)) 0 0 calc(-0.5 * var(--icon-size));
}

.wgl-accordion.icon-plus .wgl-accordion_header .wgl-accordion_icon::after {
    width: var(--icon-width);
    height: inherit;
    margin: calc(-0.5 * var(--icon-size)) 0 0 calc(-0.5 * var(--icon-width));
}

.wgl-accordion.icon-plus .wgl-accordion_header.active .wgl-accordion_icon::before,
.wgl-accordion.icon-plus .wgl-accordion_header.active .wgl-accordion_icon::after {
    transform: rotate(-90deg);
}

.wgl-accordion.icon-plus .wgl-accordion_header.active .wgl-accordion_icon::before {
    opacity: 0;
}

.wgl-accordion.icon-custom .wgl-accordion_header .wgl-accordion_icon {
    transition: 0.5s ease-in-out, color 0s;
}

.wgl-timeline-horizontal .time_line_h-date_wrap {
    justify-content: flex-start;
    align-items: flex-end;
    --size: 9px;
    --size-active: 15px;
    --gap: 10px;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide {
    display: flex;
    align-items: center;
    pointer-events: none;
    font-size: 0;
    margin: 0;
    position: relative;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide.slide-active {
    --size: var(--size-active) !important;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide::before,
.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide::after {
    content: "";
    width: calc(50% - var(--gap) - var(--size) / 2);
    height: 1px;
    display: block;
    background-color: black;
    position: absolute;
    bottom: calc(var(--size-active) / 2 - 0.5px);
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide::before {
    left: 0;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide::after {
    right: 0;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide:first-child::before {
    left: auto;
    right: calc(50% + var(--gap) + var(--size) / 2);
    width: 100vw;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide:last-child::after {
    left: calc(50% + var(--gap) + var(--size) / 2);
    right: auto;
    width: 100vw;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide:only-child {
    width: 100% !important;
    text-align: center;
}

.wgl-timeline-horizontal .time_line_h-date_wrap .swiper-slide:only-child .wgl-time_line-date {
    transform: unset !important;
    margin: auto;
}

.wgl-timeline-horizontal .time_line_h-date_wrap::after,
.wgl-timeline-horizontal .time_line_h-date_wrap::before {
    display: none;
}

.wgl-timeline-horizontal .time_line_h-date_inner {
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
    padding: 0;
    width: 100%;
    text-align: center;
}

.wgl-timeline-horizontal .time_line_h-title {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 24px;
    line-height: 1.778em;
}

.wgl-timeline-horizontal .wgl-time_line-date {
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    font-style: italic;
    display: block;
    font-size: 32px;
    line-height: 1.25;
    transition: 0.4s;
    position: relative;
    padding: 14px 5px 0 5px;
    text-align: center;
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-timeline-horizontal .wgl-time_line-date {
    font-size: 20px;
}

.wgl-timeline-horizontal .wgl-time_line-dot {
    display: inline-block;
    width: var(--size-active);
    height: var(--size-active);
    border-radius: var(--size-active);
    position: relative;
    z-index: 2;
}

.wgl-timeline-horizontal .wgl-time_line-dot::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    transition: all 0.2s linear;
}

.wgl-timeline-horizontal .time_line_h-date_container {
    position: relative;
    z-index: 10;
}

.wgl-timeline-horizontal .time_line_h-content_container {
    --content_gap: 30px;
    margin: 0 calc(var(--content_gap) * -1);
}

.wgl-timeline-horizontal .time_line_h-content_wrap {
    padding: 0 var(--content_gap);
}

.wgl-timeline-horizontal .time_line_h-content .time_line_h-title {
    transition: 0.4s;
}

.wgl-timeline-horizontal .time_line_h-content .time_line_h-text {
    transition: 0.4s;
}

.wgl-timeline-horizontal .elementor-swiper-button {
    --vertical-position: -7px;
    --horizontal-position: 0%;
    --center-horizontal-position: 0%;
    --wgl-swiper-button-diameter: 50px;
    display: block;
    position: absolute;
    z-index: 100;
    top: var(--vertical-position);
    margin: 0 var(--center-horizontal-position) 0 calc(-1 * var(--center-horizontal-position));
    width: var(--wgl-swiper-button-diameter);
    height: var(--wgl-swiper-button-diameter);
    padding: 0;
    font-size: 19px;
    font-weight: normal;
    line-height: 0;
    letter-spacing: unset;
    text-align: center;
    text-indent: unset;
    cursor: pointer;
    transition: all 0s, opacity 0.4s;
    color: var(--quere-primary-color);
    border: 1px solid var(--quere-primary-color);
    background-color: var(--quere-tertiary-color);
}

body:is([data-elementor-device-mode=mobile_extra], [data-elementor-device-mode=mobile]) .wgl-timeline-horizontal .elementor-swiper-button {
    --wgl-swiper-button-diameter: 30px;
    font-size: 15px;
}

.wgl-timeline-horizontal .elementor-swiper-button i {
    display: inline-block;
}

.wgl-timeline-horizontal .elementor-swiper-button-prev {
    transform: translate3d(calc(-1 * var(--horizontal-position)), 0, 0px);
    left: var(--horizontal-position);
}

.wgl-timeline-horizontal .elementor-swiper-button-prev i {
    transform: scale(-1);
}

.wgl-timeline-horizontal .elementor-swiper-button-next {
    transform: translate3d(var(--horizontal-position), 0, 0px);
    right: var(--horizontal-position);
}

.wgl-timeline-horizontal .elementor-swiper-button.swiper-button-disabled {
    opacity: 1;
}

.wgl-timeline-horizontal .elementor-swiper-button.swiper-button-disabled i {
    opacity: 0.3;
    transition: 0.2s;
}

.wgl-timeline-horizontal .swiper-pagination {
    --dots-vertical-position: 20px;
    --dots-horizontal-position: 50%;
    position: relative;
    z-index: 2;
    width: max-content;
    padding: 0;
    margin: var(--dots-vertical-position) 0 0 var(--dots-horizontal-position);
    transform: translateX(calc(-1 * var(--dots-horizontal-position)));
    min-height: 20px;
    line-height: 0;
    font-size: 0;
    bottom: 0;
    transition: none;
}

.wgl-timeline-horizontal .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0;
    background: initial;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    padding: 5px;
    font-size: 0;
    line-height: 0;
    list-style: none;
    cursor: pointer;
    transition: 0.4s;
}

.wgl-timeline-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active button {
    background-color: var(--quere-primary-color);
}

.wgl-timeline-horizontal .swiper-pagination button {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: bottom;
    transition: inherit;
    background-color: #AFBCCC;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.wgl-timeline-horizontal.appear_anim .time_line_h-date::before,
.wgl-timeline-horizontal.appear_anim .time_line_h-date::after {
    opacity: 0;
    transition: all 0.4s 0.2s, width 0.4s, left 0.4s, right 0.4s;
}

.wgl-timeline-horizontal.appear_anim .wgl-time_line-dot {
    opacity: 0;
    transform: scale(0.4);
    transition: all 0.4s 0.4s;
}

.wgl-timeline-horizontal.appear_anim .wgl-time_line-date {
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s 0.4s;
}

.wgl-timeline-horizontal.appear_anim .time_line_h-content_wrap {
    opacity: 0;
    transition: all 0.4s 0.3s;
}

.wgl-timeline-horizontal.appear_anim .elementor-swiper-button {
    opacity: 0;
    transition: all 0s, opacity 0.4s;
}

.wgl-timeline-horizontal.appear_anim.show .time_line_h-date::before,
.wgl-timeline-horizontal.appear_anim.show .time_line_h-date::after {
    opacity: 1;
}

.wgl-timeline-horizontal.appear_anim.show .wgl-time_line-date {
    opacity: 1;
    transform: translateY(0);
}

.wgl-timeline-horizontal.appear_anim.show .wgl-time_line-dot {
    opacity: 1;
    transform: scale(1);
}

.wgl-timeline-horizontal.appear_anim.show .time_line_h-content_wrap,
.wgl-timeline-horizontal.appear_anim.show .elementor-swiper-button {
    opacity: 1;
}

.wgl-timeline-vertical {
    --timeline-curve-height: 0;
    --line-size: 10px;
    --curve-width: 1px;
    --curve-gap: 115px;
    --curve-color: var(--quere-primary-color);
    --curve-h-width: 0.1px;
    --dot-size: 11px;
    --dot-color: var(--quere-primary-color);
    display: flex;
    flex-direction: column;
    gap: 90px;
    position: relative;
    padding: 90px 0;
    z-index: 1;
}

.wgl-timeline-vertical::before,
.wgl-timeline-vertical::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: var(--curve-width);
    min-width: var(--curve-width);
    transition: height 1.3s 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
    z-index: 1;
}

.wgl-timeline-vertical::before {
    bottom: 0;
    background-color: #ECECEC;
}

.wgl-timeline-vertical::after {
    height: calc(var(--timeline-curve-height) * 1px);
    max-height: 100%;
    background-color: var(--quere-primary-color);
}

.wgl-timeline-vertical .tlv__items-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.wgl-timeline-vertical .tlv__items-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__item.image {
    justify-content: flex-end;
    padding-right: var(--curve-gap);
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__curve-wrapper {
    margin-right: var(--curve-gap);
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__curve-wrapper span {
    left: -6px;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * -0.5);
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__date {
    margin-right: 17px;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__title {
    margin: 2px 0 9px 0;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) {
    flex-direction: row;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__volume-wrapper {
    flex-direction: row-reverse;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__item {
    flex-direction: row-reverse;
    text-align: right;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__item.image {
    padding-left: var(--curve-gap);
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__curve-wrapper {
    margin-left: var(--curve-gap);
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__curve-wrapper::before {
    right: -60px;
    left: auto;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__date {
    margin-left: 17px;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__bg_date {
    right: auto;
    left: 0;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__subtitle {
    margin: 9px 0 2px 0;
}

.wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__title {
    margin: 9px 0 2px 0;
}

.wgl-timeline-vertical .tlv__item {
    display: flex;
    position: relative;
    text-align: left;
    width: calc((100% - var(--curve-width)) * 0.5);
    z-index: 2;
}

.wgl-timeline-vertical .tlv__item.image {
    display: flex;
    order: 2;
    justify-content: flex-end;
}

.wgl-timeline-vertical .tlv__item.empty {
    margin: unset !important;
    padding: unset !important;
}

.wgl-timeline-vertical .tlv__item:nth-child(odd) {
    text-align: left;
}

.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__date-wrapper {
    right: 0;
}

.wgl-timeline-vertical .tlv__item:nth-child(odd) .tlv__volume-wrapper::after {
    left: 0;
}

.wgl-timeline-vertical .tlv__item:hover .tlv__thumbnail--hover {
    opacity: 1;
}

.wgl-timeline-vertical .tlv__item:hover .tlv__thumbnail--hover+.tlv__thumbnail--idle {
    opacity: 0;
}

.wgl-timeline-vertical .tlv__item:hover .tlv__curve-wrapper span::before {
    transform: rotate3d(0, 0, 1, 45deg) scale(1);
}

.wgl-timeline-vertical .tlv__volume-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    padding-top: 1%;
    transition: 0.5s;
    z-index: 1;
}

.wgl-timeline-vertical .tlv__curve-wrapper {
    position: relative;
    min-width: 0;
    width: 0;
}

.wgl-timeline-vertical .tlv__curve-wrapper::before {
    content: "";
    top: calc(50% - var(--curve-width) * 0.5);
    position: absolute;
    left: -60px;
    right: auto;
    align-self: stretch;
    width: var(--curve-h-width);
    height: var(--curve-width);
    background-color: var(--curve-color);
    order: 1;
    z-index: 1;
    transition: all 0.4s, opacity 0.5s 0.4s;
}

.wgl-timeline-vertical .tlv__curve-wrapper .dot {
    position: absolute;
    top: calc(50% - var(--dot-size) * 0.5);
    left: calc(var(--dot-size) * -0.5);
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: var(--dot-size);
    background-color: var(--dot-color);
    z-index: 2;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__media {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: -moz-fit-content;
    max-width: fit-content;
    flex-shrink: 0;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__media::before {
    content: "";
    position: absolute;
    top: var(--border-offset, -1px);
    right: var(--border-offset, -1px);
    bottom: var(--border-offset, -1px);
    left: var(--border-offset, -1px);
    border-radius: inherit;
    z-index: -1;
    pointer-events: none;
    transform: translate(var(--border-offset-x, 0), var(--border-offset-y, 0));
    background: inherit;
    transition: inherit;
}

.wgl-timeline-vertical .tlv__media [class|=tlv__thumbnail] {
    margin: auto;
    border-radius: inherit;
    transition: 0.6s;
}

.wgl-timeline-vertical .tlv__thumbnail--hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.wgl-timeline-vertical .tlv__content {
    transition: 0.5s;
}

.wgl-timeline-vertical .tlv__content p:last-child {
    margin-bottom: 0;
}

.wgl-timeline-vertical .tlv__subtitle {
    margin-bottom: 10px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 24px;
    line-height: 1.778em;
    position: relative;
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__title {
    margin-bottom: 10px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 32px;
    line-height: 1.5em;
    position: relative;
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__text {
    position: relative;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__date-wrapper {
    position: relative;
    width: 100%;
}

.wgl-timeline-vertical .tlv__date {
    display: inline-block;
    font-size: 64px;
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    font-style: italic;
    text-align: left;
    line-height: 1em;
    letter-spacing: 0;
    margin-bottom: 25px;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__bg_date {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    margin: 0;
    max-width: 100%;
    display: inline-block;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 96px;
    line-height: 0.9em;
    height: min-content;
    color: #FAF0E7;
    letter-spacing: 0;
    z-index: 1;
    pointer-events: none;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__button-wrapper {
    font-size: 0;
    z-index: 3;
}

.wgl-timeline-vertical .tlv__button-wrapper .tlv__button {
    margin: 0;
}

.wgl-timeline-vertical .tlv__button-wrapper .tlv__button .read-more-icon {
    text-align: center;
    display: inline-block;
    line-height: 0;
    transition: background-color 0.4s, color 0.4s, transform 0.4s;
    will-change: transform;
    border-radius: 0;
    box-sizing: content-box;
    transform: translateY(var(--icon-translate-y, -1px)) rotate(var(--icon-rotate, -45deg));
}

.wgl-timeline-vertical .tlv__item-start,
.wgl-timeline-vertical .tlv__item-end {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin: auto;
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: var(--dot-size);
    background-color: currentColor;
    z-index: 2;
    transition: 0.4s;
}

.wgl-timeline-vertical .tlv__item-end {
    top: auto;
    bottom: 0;
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper::before {
    opacity: 0;
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper:nth-child(odd) .tlv__date-wrapper {
    transform: translateX(-20%);
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper:nth-child(odd) .tlv__volume-wrapper {
    transform: translateX(20%);
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper:nth-child(even) .tlv__date-wrapper {
    transform: translateX(20%);
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper:nth-child(even) .tlv__volume-wrapper {
    transform: translateX(-20%);
}

.wgl-timeline-vertical.appear_animation .tlv__item {
    opacity: 0;
}

.wgl-timeline-vertical.appear_animation .tlv__item,
.wgl-timeline-vertical.appear_animation .tlv__item .tlv__date-wrapper,
.wgl-timeline-vertical.appear_animation .tlv__item .tlv__volume-wrapper {
    transition: all 0.4s, opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper.show::before {
    opacity: 1;
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper.show .tlv__item {
    opacity: 1;
}

.wgl-timeline-vertical.appear_animation .tlv__items-wrapper.show .tlv__item .tlv__date-wrapper,
.wgl-timeline-vertical.appear_animation .tlv__items-wrapper.show .tlv__item .tlv__volume-wrapper {
    transform: translateX(0);
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-timeline-vertical .tlv__items-wrapper:nth-child(even) .tlv__volume-wrapper {
    flex-direction: column;
    align-items: flex-end;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-timeline-vertical .tlv__items-wrapper:nth-child(odd) .tlv__volume-wrapper {
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen {
    --curve-h-width: 0;
    padding: 0;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__item-start,
body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__item-end,
body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen::after {
    display: none;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen::before,
body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen::after {
    right: auto;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__item {
    width: 100%;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__curve-wrapper::before {
    top: calc(var(--dot-size) * 0.5);
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
    top: 0;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__media {
    margin: 0 0 35px 65px;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__title {
    margin: 0;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__text {
    margin: 0;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__date {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__date-wrapper {
    display: flex;
    flex-direction: column;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__date-wrapper .tlv__subtitle {
    margin-bottom: 0;
    order: -1;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper {
    --curve-gap: 30px;
    flex-direction: column-reverse;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper .tlv__item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper:first-child .tlv__item {
    padding-top: 0 !important;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper:last-child .tlv__item {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper .tlv__volume-wrapper {
    padding-top: 0;
    margin-top: -10px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper .tlv__item.image {
    padding-left: var(--curve-gap);
    padding-right: 0;
}

body[data-elementor-device-mode=widescreen] .wgl-timeline-vertical.breakpoint_on-widescreen .tlv__items-wrapper .tlv__curve-wrapper {
    margin-left: 0;
    margin-right: var(--curve-gap);
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop {
    --curve-h-width: 0;
    padding: 0;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__item-start,
body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__item-end,
body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop::after {
    display: none;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop::before,
body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop::after {
    right: auto;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__item {
    width: 100%;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__curve-wrapper::before {
    top: calc(var(--dot-size) * 0.5);
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
    top: 0;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__media {
    margin: 0 0 35px 65px;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__title {
    margin: 0;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__text {
    margin: 0;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__date {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__date-wrapper {
    display: flex;
    flex-direction: column;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__date-wrapper .tlv__subtitle {
    margin-bottom: 0;
    order: -1;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper {
    --curve-gap: 30px;
    flex-direction: column-reverse;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper .tlv__item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper:first-child .tlv__item {
    padding-top: 0 !important;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper:last-child .tlv__item {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper .tlv__volume-wrapper {
    padding-top: 0;
    margin-top: -10px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper .tlv__item.image {
    padding-left: var(--curve-gap);
    padding-right: 0;
}

body[data-elementor-device-mode=desktop] .wgl-timeline-vertical.breakpoint_on-desktop .tlv__items-wrapper .tlv__curve-wrapper {
    margin-left: 0;
    margin-right: var(--curve-gap);
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra {
    --curve-h-width: 0;
    padding: 0;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__item-start,
body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__item-end,
body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra::after {
    display: none;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra::before,
body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra::after {
    right: auto;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__item {
    width: 100%;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__curve-wrapper::before {
    top: calc(var(--dot-size) * 0.5);
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
    top: 0;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__media {
    margin: 0 0 35px 65px;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__title {
    margin: 0;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__text {
    margin: 0;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__date {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__date-wrapper {
    display: flex;
    flex-direction: column;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__date-wrapper .tlv__subtitle {
    margin-bottom: 0;
    order: -1;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper {
    --curve-gap: 30px;
    flex-direction: column-reverse;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper .tlv__item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper:first-child .tlv__item {
    padding-top: 0 !important;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper:last-child .tlv__item {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper .tlv__volume-wrapper {
    padding-top: 0;
    margin-top: -10px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper .tlv__item.image {
    padding-left: var(--curve-gap);
    padding-right: 0;
}

body[data-elementor-device-mode=tablet_extra] .wgl-timeline-vertical.breakpoint_on-tablet_extra .tlv__items-wrapper .tlv__curve-wrapper {
    margin-left: 0;
    margin-right: var(--curve-gap);
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet {
    --curve-h-width: 0;
    padding: 0;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__item-start,
body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__item-end,
body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet::after {
    display: none;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet::before,
body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet::after {
    right: auto;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__item {
    width: 100%;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__curve-wrapper::before {
    top: calc(var(--dot-size) * 0.5);
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
    top: 0;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__media {
    margin: 0 0 35px 65px;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__title {
    margin: 0;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__text {
    margin: 0;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__date {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__date-wrapper {
    display: flex;
    flex-direction: column;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__date-wrapper .tlv__subtitle {
    margin-bottom: 0;
    order: -1;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper {
    --curve-gap: 30px;
    flex-direction: column-reverse;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper .tlv__item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper:first-child .tlv__item {
    padding-top: 0 !important;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper:last-child .tlv__item {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper .tlv__volume-wrapper {
    padding-top: 0;
    margin-top: -10px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper .tlv__item.image {
    padding-left: var(--curve-gap);
    padding-right: 0;
}

body[data-elementor-device-mode=tablet] .wgl-timeline-vertical.breakpoint_on-tablet .tlv__items-wrapper .tlv__curve-wrapper {
    margin-left: 0;
    margin-right: var(--curve-gap);
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra {
    --curve-h-width: 0;
    padding: 0;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__item-start,
body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__item-end,
body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra::after {
    display: none;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra::before,
body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra::after {
    right: auto;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__item {
    width: 100%;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__curve-wrapper::before {
    top: calc(var(--dot-size) * 0.5);
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
    top: 0;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__media {
    margin: 0 0 35px 65px;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__title {
    margin: 0;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__text {
    margin: 0;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__date {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__date-wrapper {
    display: flex;
    flex-direction: column;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__date-wrapper .tlv__subtitle {
    margin-bottom: 0;
    order: -1;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper {
    --curve-gap: 30px;
    flex-direction: column-reverse;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper .tlv__item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper:first-child .tlv__item {
    padding-top: 0 !important;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper:last-child .tlv__item {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper .tlv__volume-wrapper {
    padding-top: 0;
    margin-top: -10px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper .tlv__item.image {
    padding-left: var(--curve-gap);
    padding-right: 0;
}

body[data-elementor-device-mode=mobile_extra] .wgl-timeline-vertical.breakpoint_on-mobile_extra .tlv__items-wrapper .tlv__curve-wrapper {
    margin-left: 0;
    margin-right: var(--curve-gap);
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile {
    --curve-h-width: 0;
    padding: 0;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__item-start,
body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__item-end,
body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile::after {
    display: none;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile::before,
body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile::after {
    right: auto;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__item {
    width: 100%;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__curve-wrapper::before {
    top: calc(var(--dot-size) * 0.5);
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__curve-wrapper .dot {
    margin-left: calc(var(--curve-width) * 0.5);
    top: 0;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__media {
    margin: 0 0 35px 65px;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__title {
    margin: 0;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__text {
    margin: 0;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__date {
    font-size: 42px;
    margin-bottom: 15px;
    margin-left: 0;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__date-wrapper {
    display: flex;
    flex-direction: column;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__date-wrapper .tlv__subtitle {
    margin-bottom: 0;
    order: -1;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper {
    --curve-gap: 30px;
    flex-direction: column-reverse;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper .tlv__item {
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper:first-child .tlv__item {
    padding-top: 0 !important;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper:last-child .tlv__item {
    padding-bottom: 0 !important;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper .tlv__volume-wrapper {
    padding-top: 0;
    margin-top: -10px;
    flex-direction: column;
    align-items: flex-start;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper .tlv__item.image {
    padding-left: var(--curve-gap);
    padding-right: 0;
}

body[data-elementor-device-mode=mobile] .wgl-timeline-vertical.breakpoint_on-mobile .tlv__items-wrapper .tlv__curve-wrapper {
    margin-left: 0;
    margin-right: var(--curve-gap);
}

.elementor-widget-wgl-service-1 .wgl-service_link {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.elementor-widget-wgl-service-1 .wgl-service_link:hover~.wgl-service-1 {
    pointer-events: none;
}

.elementor-widget-wgl-service-1 .wgl-service_link:hover~.wgl-service-1 .read-more-icon::before {
    transform: translateX(5px);
}

.elementor-widget-wgl-service-1 .wgl-service-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 0;
}

.elementor-widget-wgl-service-1 .wgl-service-1::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    display: flex;
    opacity: 1;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.01) !important;
    pointer-events: none;
    transition: inherit;
}

.elementor-widget-wgl-service-1 .wgl-service-1::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    opacity: 1;
    z-index: -1;
    pointer-events: none;
    transition: inherit;
}

.elementor-widget-wgl-service-1 .wgl-service_button-wrapper {
    font-size: 0;
    z-index: 3;
}

.elementor-widget-wgl-service-1 .wgl-service_button-wrapper .wgl-service_button .read-more-icon {
    text-align: center;
    display: inline-block;
    line-height: 0;
    transition: background-color 0.4s, color 0.4s, transform 0.4s;
    will-change: transform;
    border-radius: 0;
    box-sizing: content-box;
    font-weight: normal;
    transform: translateY(var(--icon-translate-y, -1px)) rotate(var(--icon-rotate, -45deg));
}

.elementor-widget-wgl-service-1.height_full {
    height: 100%;
}

.elementor-widget-wgl-service-1.height_full .elementor-widget-container,
.elementor-widget-wgl-service-1.height_full .wgl-service-1 {
    height: 100%;
}

.elementor-widget-wgl-service-1.animation_stroke .wgl-service_subtitle {
    -webkit-text-stroke: 1px transparent;
}

.wgl-service-1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wgl-service-1 .wgl-service_number {
    font-family: var(--quere-content-font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 1.25em;
    letter-spacing: 0;
    transition: all 0.45s;
}

.wgl-service-1 .wgl-service_subtitle {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 1.25em;
    letter-spacing: 0;
    text-transform: uppercase;
    backface-visibility: hidden;
    transition: all 0.45s;
}

.wgl-service-1 .wgl-service_title {
    font-size: clamp(24px, 2.2vw, 32px);
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    line-height: 1.25em;
    word-break: break-word;
    transition: 0.4s;
    letter-spacing: 0;
}

.wgl-service-1 .wgl-service_title .service_title {
    font: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    position: relative;
    display: inline-block;
}

.wgl-service-1 .wgl-service_bg_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 100px;
    letter-spacing: 0;
    line-height: 1em;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    color: inherit;
    text-transform: inherit;
    transition: 0.4s;
}

.wgl-service-1 .wgl-service_wrapper_description {
    --dur: 0.6s;
    --dur_half: calc(var(--dur) * 0.5);
    --max-height: 250px;
    overflow: hidden;
}

.toggling_content .wgl-service-1 .wgl-service_wrapper_description {
    opacity: 0;
    max-height: 0;
    transition: all var(--dur), opacity var(--dur_half);
}

.toggling_content .elementor-widget-container:hover .wgl-service-1 .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
    transition: all var(--dur), opacity var(--dur_half) var(--dur_half);
}

.wgl-service-1 .wgl-service_description {
    font-size: 20px;
    line-height: 1.8em;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .wgl-service-1 .wgl-service_description {
    font-size: 18px;
}

.wgl-service-1 .wgl-service_media {
    --dur: 0.6s;
    --dur_half: calc(var(--dur) * 0.5);
}

.wgl-service-1 .wgl-service_media .wgl-image-box_img {
    display: inline-block;
}

.toggling_image .wgl-service-1 .wgl-service_media {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all var(--dur), opacity var(--dur_half);
}

.toggling_image .elementor-widget-container:hover .wgl-service-1 .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
    transition: all var(--dur), opacity var(--dur_half) var(--dur_half);
}

.wgl-service-1 .wgl-service_button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    max-width: 100%;
}

body[data-elementor-device-mode=widescreen] .wgl-service-1.breakpoint_on-widescreen::before {
    opacity: 0;
}

body[data-elementor-device-mode=widescreen] .elementor-widget-wgl-service-1.toggling_content .breakpoint_on-widescreen .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=widescreen] .elementor-widget-wgl-service-1.toggling_image .breakpoint_on-widescreen .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=desktop] .wgl-service-1.breakpoint_on-desktop::before {
    opacity: 0;
}

body[data-elementor-device-mode=desktop] .elementor-widget-wgl-service-1.toggling_content .breakpoint_on-desktop .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=desktop] .elementor-widget-wgl-service-1.toggling_image .breakpoint_on-desktop .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=tablet_extra] .wgl-service-1.breakpoint_on-tablet_extra::before {
    opacity: 0;
}

body[data-elementor-device-mode=tablet_extra] .elementor-widget-wgl-service-1.toggling_content .breakpoint_on-tablet_extra .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=tablet_extra] .elementor-widget-wgl-service-1.toggling_image .breakpoint_on-tablet_extra .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=tablet] .wgl-service-1.breakpoint_on-tablet::before {
    opacity: 0;
}

body[data-elementor-device-mode=tablet] .elementor-widget-wgl-service-1.toggling_content .breakpoint_on-tablet .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=tablet] .elementor-widget-wgl-service-1.toggling_image .breakpoint_on-tablet .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=mobile_extra] .wgl-service-1.breakpoint_on-mobile_extra::before {
    opacity: 0;
}

body[data-elementor-device-mode=mobile_extra] .elementor-widget-wgl-service-1.toggling_content .breakpoint_on-mobile_extra .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=mobile_extra] .elementor-widget-wgl-service-1.toggling_image .breakpoint_on-mobile_extra .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=mobile] .wgl-service-1.breakpoint_on-mobile::before {
    opacity: 0;
}

body[data-elementor-device-mode=mobile] .elementor-widget-wgl-service-1.toggling_content .breakpoint_on-mobile .wgl-service_wrapper_description {
    opacity: 1;
    max-height: var(--max-height);
}

body[data-elementor-device-mode=mobile] .elementor-widget-wgl-service-1.toggling_image .breakpoint_on-mobile .wgl-service_media {
    opacity: 1;
    max-height: var(--max-height);
}

body .elementor-widget-wgl-service-1.read_more_alignment-left .wgl-button,
body .elementor-widget-wgl-service-1.read_more_alignment-center .wgl-button,
body .elementor-widget-wgl-service-1.read_more_alignment-right .wgl-button {
    width: auto;
}

body .elementor-widget-wgl-service-1.read_more_alignment-left .button__content,
body .elementor-widget-wgl-service-1.read_more_alignment-center .button__content,
body .elementor-widget-wgl-service-1.read_more_alignment-right .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-service-1.read_more_alignment-justify .wgl-button {
    width: 100%;
}

body .elementor-widget-wgl-service-1.read_more_alignment-justify .button__content {
    justify-content: center;
    width: auto;
}

body .elementor-widget-wgl-service-1.read_more_alignment-space-between .wgl-button {
    width: 100%;
}

body .elementor-widget-wgl-service-1.read_more_alignment-space-between .button__content {
    justify-content: space-between;
    width: 100%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletleft .wgl-button,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletcenter .wgl-button,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletright .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletleft .button__content,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletcenter .button__content,
body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletright .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletjustify .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletjustify .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletspace-between .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet],
    [data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--tabletspace-between .button__content {
    justify-content: space-between;
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobileleft .wgl-button,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobilecenter .wgl-button,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobileright .wgl-button {
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobileleft .button__content,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobilecenter .button__content,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobileright .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobilejustify .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobilejustify .button__content {
    justify-content: center;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobilespace-between .wgl-button {
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-service-1.read_more_alignment--mobilespace-between .button__content {
    justify-content: space-between;
    width: 100%;
}

.admin-bar .wgl-showcase-height-full .wgl-showcase.slide-showcase .showcase__wrapper {
    height: calc(100vh - 32px);
}

.elementor-widget-wgl-showcase .wgl-double-heading .dblh__title-1 {
    color: #fff;
}

.elementor-widget-wgl-showcase.dbl-heading-right .dblh__subtitle::before {
    display: none;
}

.elementor-widget-wgl-showcase.dbl-heading-left .dblh__subtitle::after {
    display: none;
}

.elementor-widget-wgl-showcase.wgl-showcase-height-full .wgl-showcase.slide-showcase .showcase__wrapper {
    height: 100vh;
}

.elementor-widget-wgl-showcase .wgl-showcase {
    position: relative;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
    visibility: hidden;
    vertical-align: top;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase.showcase__init .showcase__wrapper {
    visibility: visible;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__title-inner {
    transition: inherit;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 39%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

@media (max-width: 992px) {
    .elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles {
        width: 100% !important;
    }
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles::-webkit-scrollbar {
    display: none;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles .showcase__title {
    display: inline-block;
    padding: 0 40px 0 12px;
    margin: 14px 0;
    transition: all 0.45s;
    max-width: max-content;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles .showcase__title:first-child {
    margin-top: auto !important;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles .showcase__title:last-child {
    margin-bottom: auto !important;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles .showcase__title.active .title {
    color: var(--quere-secondary-color);
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles .showcase__title .title {
    display: inline-block;
    font-size: clamp(24px, 2.8vw, 48px);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.167em;
    color: var(--quere-header-font-color);
    transition: all 0.4s;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__titles .showcase__title .subtitle {
    display: inline-block;
    position: relative;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 12px;
    line-height: 1.25em;
    color: var(--quere-secondary-color);
    white-space: normal;
    text-transform: uppercase;
    transition: all 0.4s;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images {
    position: relative;
    width: 61%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation: wgl-split-to-left 0.7s cubic-bezier(0.81, 0.065, 0.21, 1) forwards;
    transition: opacity 0s 0.7s;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image:hover::before {
    opacity: 0;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image:hover::after {
    opacity: 1;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image::before,
.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image img {
    display: none;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__images .showcase__image.active {
    opacity: 1;
    z-index: 1;
    transition: opacity 0s;
    animation: wgl-split-from-left 0.7s cubic-bezier(0.81, 0.065, 0.21, 1) forwards;
}

.elementor-widget-wgl-showcase .wgl-showcase.slide-showcase .showcase__button {
    display: inline-block;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase {
    display: flex;
    flex-direction: column;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__wrapper {
    position: relative;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__title {
    white-space: nowrap;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__title,
.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__button {
    position: relative;
    z-index: 2;
    transition: z-index 0s 0.1s;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__image {
    --wgl-image-position: 20%;
    position: absolute;
    top: 50%;
    height: auto;
    left: var(--wgl-image-position);
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    transform: translate(calc(var(--wgl-image-position) * -1), -40px);
    transform-origin: top center;
    pointer-events: none;
    transition: all 0.45s;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__image img {
    max-width: unset;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__title {
    display: flex;
    align-items: baseline;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .subtitle {
    display: inline-block;
    position: relative;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 12px;
    line-height: 1.25em;
    color: var(--quere-secondary-color);
    white-space: normal;
    text-transform: uppercase;
    transition: all 0.4s;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .title {
    display: inline-block;
    font-size: clamp(24px, 2.8vw, 48px);
    line-height: 1.167em;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
    white-space: normal;
    transition: all 0.4s;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__content {
    position: relative;
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase:not(:hover) .showcase__content.active_default .showcase__title,
.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase:not(:hover) .showcase__content.active_default .showcase__button,
.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__content:hover .showcase__title,
.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__content:hover .showcase__button {
    position: relative;
    z-index: 5;
    transition: z-index 0s 0s;
}

.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase:not(:hover) .showcase__content.active_default .showcase__image,
.elementor-widget-wgl-showcase .wgl-showcase.interactive-showcase .showcase__content:hover .showcase__image {
    opacity: 1;
    transform: translate(calc(var(--wgl-image-position) * -1), -50%) skewY(0) scaleZ(1);
    visibility: visible;
}

.elementor-widget-wgl-showcase .wgl-showcase .showcase__button {
    position: relative;
}

.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button::before {
    transition: 0s, transform 0.4s;
}

.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more {
    line-height: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    will-change: transform;
    background-color: transparent;
    color: var(--quere-secondary-color);
    border-radius: 50%;
}

.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more i,
.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more span {
    text-align: center;
    display: inline-block;
    box-sizing: content-box;
    transition: 0s;
}

.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more i::before,
.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more span::before {
    display: block;
    transition: transform 0.4s;
    will-change: transform;
    line-height: inherit;
}

.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more i.flaticon-long-next,
.elementor-widget-wgl-showcase .wgl-showcase .showcase__button .wgl-showcase_button.icon-read-more i.flaticon-long-prev {
    height: 1em;
    width: 1em;
    min-width: 1em;
    line-height: 1em;
}

@keyframes wgl-split-to-left {
    from {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }

    to {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
}

@keyframes wgl-split-from-left {
    from {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%);
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}

.wgl-steps-wrap .steps-single-wrap {
    display: grid;
    width: 100%;
    height: auto;
    position: relative;
    justify-items: center;
    grid-template-rows: 1fr 1fr;
    grid-gap: 30px;
}

.wgl-steps-wrap .steps-single-wrap .steps-content_wrap {
    font-size: initial;
}

.wgl-steps-wrap .steps-single-wrap .steps-content_wrap .steps-date {
    font-family: var(--quere-additional-font-family);
    font-weight: var(--quere-additional-font-weight);
    font-style: italic;
    line-height: 1.5em;
    font-size: 40px;
    letter-spacing: 0;
    transition: 0.4s;
}

.wgl-steps-wrap .steps-single-wrap .steps-content_wrap .steps-title {
    font-family: var(--quere-header-font-family);
    font-size: 18px;
    line-height: 1.333em;
    font-weight: var(--quere-header-font-weight);
    transition: 0.4s;
}

.wgl-steps-wrap .steps-single-wrap .steps-content_wrap .steps-text p:last-child {
    margin-bottom: 0;
}

.wgl-steps-wrap .steps-single-wrap .steps-icon i {
    line-height: 1em;
}

.wgl-steps-wrap .steps-single-wrap .steps-image img {
    box-sizing: content-box;
    transition: 0.4s;
}

.wgl-steps-wrap .steps-single-wrap .steps-same_height {
    display: flex;
    flex-direction: column;
}

.wgl-steps-wrap .steps-single-wrap.steps-single-invert .steps-image {
    margin-bottom: auto;
}

.wgl-steps-wrap .steps-single-wrap:not(.steps-single-invert) .steps-image {
    margin-top: auto;
}

.wgl-steps-wrap .steps-single-wrap.steps-single-invert .steps-same_height.steps-media {
    order: 1;
}

.wgl-steps-wrap .steps-single-wrap.steps-single-invert .steps-same_height.steps-content_wrap {
    justify-content: flex-end;
}

.wgl-steps-wrap .steps-single-wrap.steps-single-invert .steps-dot .dot::after {
    top: 100%;
    bottom: auto;
    margin: 10px auto 0;
}

.wgl-steps-wrap .steps-single-wrap .steps-dot {
    position: absolute;
    z-index: 2;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto !important;
}

.wgl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line {
    --color-1: transparent;
    --color-2: currentColor;
    --line-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.wgl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::before,
.wgl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::after {
    content: "";
    width: calc(50% + var(--line-size) * 0.5);
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
}

.wgl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::before {
    right: 50%;
    background-image: repeating-linear-gradient(90deg, var(--color-1) 0, var(--color-1) var(--line-size), var(--color-2) var(--line-size), var(--color-2) calc(var(--line-size) * 2));
}

.wgl-steps-wrap .steps-single-wrap .steps-dot .steps-dot-line::after {
    left: 50%;
    background-image: repeating-linear-gradient(270deg, var(--color-1) 0, var(--color-1) var(--line-size), var(--color-2) var(--line-size), var(--color-2) calc(var(--line-size) * 2));
}

.wgl-steps-wrap .steps-single-wrap .steps-dot .dot {
    --dot-size: 9px;
    display: block;
    line-height: var(--dot-size);
    padding-top: 1px;
    font-size: 14px;
    margin: auto;
    background-size: var(--dot-size);
    background-repeat: no-repeat;
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: var(--dot-size);
    z-index: 2;
    position: relative;
}

.wgl-steps-wrap .steps-single-wrap .steps-dot .dot::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 2px;
    height: 19px;
    margin: 0 auto 10px;
}

.wgl-steps-wrap .steps-single-wrap:first-child .steps-dot-line::before {
    width: 100vw;
}

.wgl-steps-wrap .steps-single-wrap:last-child .steps-dot-line::after {
    width: 100vw;
}

.wgl-steps.wgl-steps-col-1 .steps-single-wrap.steps-single-invert {
    flex-direction: column;
}

.wgl-steps.wgl-steps-col-1 .steps-single-wrap.steps-single-invert .steps-same_height.steps-content_wrap {
    justify-content: flex-start;
}

.wgl-steps.wgl-steps-col-1 .steps-single-wrap.steps-single-invert .steps-same_height.steps-media {
    order: 0;
}

.wgl-steps.appear_anim .steps-dot,
.wgl-steps.appear_anim .steps-content_wrap,
.wgl-steps.appear_anim .steps-media {
    opacity: 0;
}

.wgl-steps.appear_anim .steps-dot {
    transition: all 0.4s, opacity 0.4s 0.3s, transform 0.4s 0.3s;
}

.wgl-steps.appear_anim .steps-single-wrap:not(.steps-single-invert) .steps-content_wrap {
    transition: all 0.4s, opacity 0.4s 0.5s, transform 0.4s 0.5s;
    transform: translateY(-20px);
}

.wgl-steps.appear_anim .steps-single-wrap:not(.steps-single-invert) .steps-media {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    transform: translateY(20px);
}

.wgl-steps.appear_anim .steps-single-wrap.steps-single-invert .steps-content_wrap {
    transition: all 0.4s, opacity 0.4s 0.5s, transform 0.4s 0.5s;
    transform: translateY(20px);
}

.wgl-steps.appear_anim .steps-single-wrap.steps-single-invert .steps-media {
    transition: all 0.4s, opacity 0.4s 0.9s, transform 0.4s 0.9s;
    transform: translateY(-20px);
}

.wgl-steps.appear_anim .show .steps-dot,
.wgl-steps.appear_anim .show .steps-media,
.wgl-steps.appear_anim .show .steps-content_wrap {
    opacity: 1;
    transform: translateY(0) !important;
}

.svg_to_clip {
    width: 50px;
}

.wgl-striped-services {
    display: flex;
    flex-direction: row;
}

.wgl-striped-services .service-item {
    flex: 1;
    height: 100%;
    transition: 0.5s;
    position: relative;
}

.wgl-striped-services .service-item.active {
    flex: 3;
}

.wgl-striped-services .service-item .service-image {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    transition: 0.5s;
    z-index: 0;
    position: relative;
}

.wgl-striped-services .service-item .service-image::after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    background-color: rgba(var(--quere-tertiary-rgb), 0.2);
}

.wgl-striped-services .service-item_title {
    position: relative;
    z-index: 1;
    font-size: clamp(24px, 2.8vw, 48px);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.167em;
    transition: all 0.5s ease;
    opacity: 0;
}

.wgl-striped-services .service-item_title a {
    display: inline-block;
    font-size: 1em;
    line-height: inherit;
    color: inherit;
}

.wgl-striped-services .service-item_subtitle {
    font-size: 16px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.25;
    letter-spacing: 0;
    color: var(--quere-secondary-color);
    transition: all 0.5s ease;
    opacity: 0;
}

.wgl-striped-services .service-item_bg_text {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.25em;
    transition: all 0.5s ease;
}

.wgl-striped-services .service-item_content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wgl-striped-services .service-item_link {
    display: block;
    border-radius: 0;
    font-size: 36px;
    line-height: 0;
    text-align: center;
    transition: 0.5s;
    opacity: 1;
    font-weight: normal;
    transform: rotate(-45deg);
}

.wgl-striped-services .service-item_link svg {
    width: 1em;
    height: 1em;
    position: relative;
    top: 4px;
}

.wgl-striped-services .service-item_link:hover::after {
    transition: 0.29s;
}

.wgl-striped-services .service-item.active .service-item_title,
.wgl-striped-services .service-item.active .service-item_link,
.wgl-striped-services .service-item.active .service-item_subtitle {
    opacity: 1;
}

.wgl-striped-services .service-item.active .service-image::after {
    background-color: rgba(var(--quere-tertiary-rgb), 0);
}

.wgl-striped-services .service-item .service-item_subtitle {
    font-weight: 700;
}

body[data-elementor-device-mode=widescreen] .wgl-striped-services.breakpoint_on-widescreen {
    flex-direction: column;
    margin-right: 0 !important;
}

body[data-elementor-device-mode=widescreen] .wgl-striped-services.breakpoint_on-widescreen .service-item {
    display: flex;
    width: 100%;
}

body[data-elementor-device-mode=widescreen] .wgl-striped-services.breakpoint_on-widescreen .service-item_title,
body[data-elementor-device-mode=widescreen] .wgl-striped-services.breakpoint_on-widescreen .service-item_subtitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

body[data-elementor-device-mode=desktop] .wgl-striped-services.breakpoint_on-desktop {
    flex-direction: column;
    margin-right: 0 !important;
}

body[data-elementor-device-mode=desktop] .wgl-striped-services.breakpoint_on-desktop .service-item {
    display: flex;
    width: 100%;
}

body[data-elementor-device-mode=desktop] .wgl-striped-services.breakpoint_on-desktop .service-item_title,
body[data-elementor-device-mode=desktop] .wgl-striped-services.breakpoint_on-desktop .service-item_subtitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

body[data-elementor-device-mode=tablet_extra] .wgl-striped-services.breakpoint_on-tablet_extra {
    flex-direction: column;
    margin-right: 0 !important;
}

body[data-elementor-device-mode=tablet_extra] .wgl-striped-services.breakpoint_on-tablet_extra .service-item {
    display: flex;
    width: 100%;
}

body[data-elementor-device-mode=tablet_extra] .wgl-striped-services.breakpoint_on-tablet_extra .service-item_title,
body[data-elementor-device-mode=tablet_extra] .wgl-striped-services.breakpoint_on-tablet_extra .service-item_subtitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

body[data-elementor-device-mode=tablet] .wgl-striped-services.breakpoint_on-tablet {
    flex-direction: column;
    margin-right: 0 !important;
}

body[data-elementor-device-mode=tablet] .wgl-striped-services.breakpoint_on-tablet .service-item {
    display: flex;
    width: 100%;
}

body[data-elementor-device-mode=tablet] .wgl-striped-services.breakpoint_on-tablet .service-item_title,
body[data-elementor-device-mode=tablet] .wgl-striped-services.breakpoint_on-tablet .service-item_subtitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

body[data-elementor-device-mode=mobile_extra] .wgl-striped-services.breakpoint_on-mobile_extra {
    flex-direction: column;
    margin-right: 0 !important;
}

body[data-elementor-device-mode=mobile_extra] .wgl-striped-services.breakpoint_on-mobile_extra .service-item {
    display: flex;
    width: 100%;
}

body[data-elementor-device-mode=mobile_extra] .wgl-striped-services.breakpoint_on-mobile_extra .service-item_title,
body[data-elementor-device-mode=mobile_extra] .wgl-striped-services.breakpoint_on-mobile_extra .service-item_subtitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

body[data-elementor-device-mode=mobile] .wgl-striped-services.breakpoint_on-mobile {
    flex-direction: column;
    margin-right: 0 !important;
}

body[data-elementor-device-mode=mobile] .wgl-striped-services.breakpoint_on-mobile .service-item {
    display: flex;
    width: 100%;
}

body[data-elementor-device-mode=mobile] .wgl-striped-services.breakpoint_on-mobile .service-item_title,
body[data-elementor-device-mode=mobile] .wgl-striped-services.breakpoint_on-mobile .service-item_subtitle {
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.elementor-widget-wgl-text-path {
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    font-size: 32px;
    line-height: 1.375em;
    text-align: var(--alignment, left);
    letter-spacing: 0;
}

.elementor-widget-wgl-text-path .wgl-text-path {
    display: inline-block;
    transform: rotate(var(--rotate, 0));
}

.elementor-widget-wgl-text-path .wgl-text-path[data-type-svg=wgl_line_simple] {
    overflow: hidden;
}

.elementor-widget-wgl-text-path .wgl-text-path[data-type-svg=wgl_wave] {
    display: block;
}

.elementor-widget-wgl-text-path .wgl-text-path.rotate_circle {
    line-height: 0;
}

.elementor-widget-wgl-text-path .wgl-text-path.rotate_circle svg {
    animation-name: wgl-rotation;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.elementor-widget-wgl-text-path .simple_line {
    white-space: nowrap;
    width: var(--width);
    margin: 0 auto;
}

.elementor-widget-wgl-text-path .simple_line .text--word {
    display: inline-block;
}

.elementor-widget-wgl-text-path .simple_line .text--word .text {
    word-spacing: var(--word-spacing);
    transition: all var(--transition);
}

.elementor-widget-wgl-text-path .simple_line .divider {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.elementor-widget-wgl-text-path .wgl-text-path>svg {
    width: var(--width);
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1));
}

.elementor-widget-wgl-text-path .wgl-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-wgl-text-path .wgl-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-wgl-text-path .wgl-text-path>svg text {
    fill: var(--quere-primary-color);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill;
}

.elementor-widget-wgl-text-path .wgl-text-path>svg text:hover {
    fill: var(--quere-primary-color);
}

.elementor-widget-wgl-text-path .media-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes wgl-rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.wgl-video-popup {
    position: relative;
    line-height: 0;
    z-index: 1;
}

.wgl-video-popup .videobox_content {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    transition: 0.4s;
}

.wgl-video-popup .videobox_background img {
    position: relative;
    z-index: 0;
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
}

.wgl-video-popup .title {
    display: inline-block;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 1.333em;
    position: relative;
    z-index: 2;
}

.wgl-video-popup .videobox_link {
    display: block;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    color: var(--quere-tertiary-color);
    fill: transparent;
    stroke: currentColor;
    transition: all 0.4s;
}

.wgl-video-popup .videobox_link::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    border: 1px solid var(--quere-tertiary-color);
    border-radius: inherit;
    transition: all 0.4s;
    z-index: 2;
}

.wgl-video-popup .videobox_link .title {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.wgl-video-popup .videobox_link:hover::before {
    transform: scale(1.1);
}

.wgl-video-popup .videobox_icon {
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 24px;
    transform: translate(-40%, -50%);
    stroke-width: 0.05em;
    transition: none;
}

.wgl-video-popup .videobox_icon.icon_pack {
    width: auto;
    transform: translate(-50%, -50%);
}

.wgl-video-popup .videobox_icon.icon_pack::before {
    display: inline-block;
    content: "\f122";
    font-family: "Flaticon";
    vertical-align: middle;
}

.wgl-video-popup.title_pos-top .videobox_content {
    flex-direction: column;
}

.wgl-video-popup.title_pos-top .title {
    order: 0;
    margin-bottom: 17px;
}

.wgl-video-popup.title_pos-right .videobox_content {
    justify-content: flex-start;
}

.wgl-video-popup.title_pos-right .title {
    margin-left: 17px;
    order: 1;
}

.wgl-video-popup.title_pos-bot .videobox_content {
    flex-direction: column;
}

.wgl-video-popup.title_pos-bot .title {
    order: 1;
    margin-top: 17px;
}

.wgl-video-popup.title_pos-left .title {
    order: 0;
    margin-right: 17px;
}

.wgl-video-popup .videobox_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: var(--quere-primary-color);
}

.wgl-video-popup.animation-disable .videobox_link:hover,
.wgl-video-popup.animation-disable .videobox_link:hover::before {
    transform: unset;
}

.wgl-video-popup.animation-circles .videobox_animation {
    z-index: 1;
    border-width: 0.5px;
    border-style: solid;
    opacity: 0;
    animation: circles 3.9s linear 0s infinite;
    animation-play-state: paused;
}

.wgl-video-popup.animation-circles .videobox_animation.circle_2 {
    animation-delay: 1.3s;
}

.wgl-video-popup.animation-circles .videobox_animation.circle_3 {
    animation-delay: 2.6s;
}

.wgl-video-popup.animation-circles .videobox_link {
    border-radius: 50%;
}

.wgl-video-popup.animation-circles .videobox_link::before {
    transform: unset;
}

.wgl-video-popup.animation-circles .videobox_link:hover .videobox_animation,
.wgl-video-popup.animation-circles.idle-animation .videobox_animation {
    animation-play-state: running;
}

.wgl-video-popup.animation-circles.idle-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}

@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    20% {
        transform: scale(1.44);
        opacity: 0.5;
    }

    100% {
        transform: scale(3.2);
        opacity: 0;
    }
}

.wgl-video-popup.animation-ring_pulse .videobox_animation {
    z-index: 1;
    background: inherit;
    background-color: var(--quere-primary-color);
    animation: pulse_ring 2.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
    animation-play-state: paused;
}

.wgl-video-popup.animation-ring_pulse .videobox_link {
    border-radius: 50%;
}

.wgl-video-popup.animation-ring_pulse .videobox_link::before {
    transform: unset;
}

.wgl-video-popup.animation-ring_pulse .videobox_link:hover .videobox_animation,
.wgl-video-popup.animation-ring_pulse.idle-animation .videobox_animation {
    animation-play-state: running;
}

.wgl-video-popup.animation-ring_pulse.idle-animation .videobox_link:hover .videobox_animation {
    animation-play-state: paused;
}

@keyframes pulse_ring {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.7);
    }

    100% {
        transform: scale(1);
    }
}

.wgl-video-popup.animation-ring_static .videobox_link {
    border-radius: 50%;
}

.wgl-video-popup.animation-ring_static .videobox_link::before {
    transform: unset;
}

.wgl-video-popup.animation-ring_static .videobox_link .videobox_animation {
    z-index: -1;
    border: 1px solid;
    border-radius: inherit;
    top: -70%;
    left: -70%;
    width: 242%;
    height: 242%;
    transition: 0.5s;
    pointer-events: none;
}

.wgl-video-popup.animation-ring_static .videobox_link:hover .videobox_animation {
    transform: scale(0.3);
    opacity: 0;
}

.wgl-video-popup.animation-scale .videobox_link {
    transition: 0.4s, transform 0.2s;
}

.wgl-video-popup.animation-scale .videobox_link:hover {
    transform: scale(1.03);
}

.wgl-video-popup.animation-scale .videobox_link:active {
    transform: scale(0.97);
}

.wgl-video-popup.with_image .videobox_link_wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
}

.wgl-video-popup.with_image .videobox_link {
    width: 74px;
    height: 74px;
    color: var(--quere-tertiary-color);
    border-color: var(--quere-tertiary-color);
    background-color: transparent;
    fill: currentColor;
}

.wgl-video-popup.with_image .videobox_link::before {
    border-radius: 50%;
}

.wgl-video-popup.with_image .videobox_link svg {
    stroke: var(--quere-primary-color);
}

.wgl-video-popup.with_image .videobox_link:hover::before {
    transform: scale(1.1);
}

body .elementor-widget-wgl-video-popup.button_align-left {
    text-align: left;
}

body .elementor-widget-wgl-video-popup.button_align-left .videobox_content {
    justify-content: flex-start;
}

body .elementor-widget-wgl-video-popup.button_align-left .title_pos-bot .videobox_content,
body .elementor-widget-wgl-video-popup.button_align-left .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-start;
}

body .elementor-widget-wgl-video-popup.button_align-left.elementor-element {
    display: block;
    width: 100%;
}

body .elementor-widget-wgl-video-popup.button_align-center {
    text-align: center;
}

body .elementor-widget-wgl-video-popup.button_align-center .videobox_content {
    justify-content: center;
    align-items: center;
}

body .elementor-widget-wgl-video-popup.button_align-center .title_pos-right .videobox_content {
    justify-content: center;
    align-items: center;
}

body .elementor-widget-wgl-video-popup.button_align-center.elementor-element {
    display: block;
    width: 100%;
}

body .elementor-widget-wgl-video-popup.button_align-right {
    text-align: right;
}

body .elementor-widget-wgl-video-popup.button_align-right .videobox_content {
    justify-content: flex-end;
    flex-direction: row;
}

body .elementor-widget-wgl-video-popup.button_align-right .title_pos-bot .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
}

body .elementor-widget-wgl-video-popup.button_align-right .title_pos-bot .title {
    order: 1;
}

body .elementor-widget-wgl-video-popup.button_align-right .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
}

body .elementor-widget-wgl-video-popup.button_align-right .title_pos-top .title {
    order: 0;
}

body .elementor-widget-wgl-video-popup.button_align-right.elementor-element {
    display: block;
    width: 100%;
}

body .elementor-widget-wgl-video-popup.button_align-inline.elementor-element {
    display: inline-block;
    width: auto;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-left {
    text-align: left;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-left .videobox_content {
    justify-content: flex-start;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-left .title_pos-bot .videobox_content,
body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-left .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-start;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-left.elementor-element {
    display: block;
    width: 100%;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-center {
    text-align: center;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-center .videobox_content {
    justify-content: center;
    align-items: center;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-center .title_pos-right .videobox_content {
    justify-content: center;
    align-items: center;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-center.elementor-element {
    display: block;
    width: 100%;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right {
    text-align: right;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right .videobox_content {
    justify-content: flex-end;
    flex-direction: row;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right .title_pos-bot .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right .title_pos-bot .title {
    order: 1;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right .title_pos-top .title {
    order: 0;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-right.elementor-element {
    display: block;
    width: 100%;
}

body:is(:not([data-elementor-device-mode=widescreen],
        [data-elementor-device-mode=desktop])) .elementor-widget-wgl-video-popup.button_align-tablet-inline.elementor-element {
    display: inline-block;
    width: auto;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-left {
    text-align: left;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-left .videobox_content {
    justify-content: flex-start;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-left .title_pos-bot .videobox_content,
body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-left .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-start;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-left.elementor-element {
    display: block;
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-center {
    text-align: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-center .videobox_content {
    justify-content: center;
    align-items: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-center .title_pos-right .videobox_content {
    justify-content: center;
    align-items: center;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-center.elementor-element {
    display: block;
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right {
    text-align: right;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right .videobox_content {
    justify-content: flex-end;
    flex-direction: row;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right .title_pos-bot .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right .title_pos-bot .title {
    order: 1;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right .title_pos-top .videobox_content {
    justify-content: unset;
    align-items: flex-end;
    flex-direction: column;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right .title_pos-top .title {
    order: 0;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-right.elementor-element {
    display: block;
    width: 100%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .elementor-widget-wgl-video-popup.button_align-mobile-inline.elementor-element {
    display: inline-block;
    width: auto;
}

.wgl-working-hours .working-item {
    display: flex;
    align-items: baseline;
}

.wgl-working-hours .working-item_day {
    order: 1;
    margin-right: 13px;
}

.wgl-working-hours .working-item_hours {
    order: 3;
    margin-left: 13px;
}

.wgl-working-hours .working-item::after {
    content: "";
    width: 100%;
    height: 1px;
    flex: 1;
    order: 2;
    transform: translateY(1px);
}

.wgl-working-hours .working-item .working-item_day {
    font-weight: 400;
}

.wgl-working-hours .working-item .working-item_hours {
    font-weight: 600;
}

.widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
    text-align: left;
    margin-bottom: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    overflow: hidden;
    padding: 0;
}

.woocommerce ul.cart_list li:not(:last-child),
.woocommerce ul.product_list_widget li:not(:last-child) {
    margin-bottom: 30px;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: inline-flex;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 12px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
    transition: 0.3s ease-in-out;
}

.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
}

.woocommerce ul.cart_list li a:hover::after,
.woocommerce ul.product_list_widget li a:hover::after {
    opacity: 1;
}

.woocommerce ul.cart_list li a~.price,
.woocommerce ul.product_list_widget li a~.price {
    margin-top: 0;
    margin-bottom: 3px;
}

.woocommerce ul.cart_list li .star-rating~a~.price,
.woocommerce ul.product_list_widget li .star-rating~a~.price {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    width: 70px;
    min-width: 70px;
    margin: 0;
    border: unset;
    border-radius: unset;
    transition: inherit;
}

.woocommerce .wgl_mini-cart_flex {
    display: flex;
    align-items: center;
}

.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image {
    width: 70px;
    min-width: 70px;
    margin: 0 19px 0 0;
    transition: 0.4s;
    box-shadow: unset;
    border-radius: 0;
    align-self: flex-start;
    position: relative;
    font-size: 0;
    line-height: 0;
}

.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image a {
    position: static;
    margin: 0;
}

.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000000;
    border: unset;
    opacity: 0.03;
    transition: 0.4s;
}

.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image:hover a::before,
.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image:hover a::after {
    opacity: 1;
}

.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_image:hover~.wgl_mini-cart_contents a {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    color: var(--quere-header-font-color);
}

.woocommerce .wgl_mini-cart_flex:hover .wgl_mini-cart_image a::before {
    opacity: 0.03;
}

.woocommerce .wgl_mini-cart_flex .wgl_mini-cart_contents {
    margin-top: -4px;
    transition: opacity 0.3s;
}

.woocommerce .wgl_mini-cart_flex p.price {
    line-height: 1;
    margin: 0;
}

.woocommerce ul.cart_list li.wgl_mini-cart_flex {
    padding-left: 0;
}

.woocommerce ul.cart_list li.wgl_mini-cart_flex .wgl_mini-cart_contents {
    position: relative;
    margin: -4px 0 0px;
    padding-right: 20px;
    width: 100%;
}

.woocommerce .woo_mini_cart::-webkit-scrollbar {
    display: none;
}

.woocommerce .woo_mini_cart ul.cart_list {
    padding: 10px 0 30px 0;
    margin: -10px 0 -30px 0;
    max-height: 410px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(var(--quere-primary-rgb), 0.7) rgba(var(--quere-primary-rgb), 0);
    scrollbar-width: thin;
}

.woocommerce .woo_mini_cart ul.cart_list::-webkit-scrollbar {
    width: 20px;
}

.woocommerce .woo_mini_cart ul.cart_list::-webkit-scrollbar-track {
    background-color: rgba(var(--quere-primary-rgb), 0);
    border-left: 18px solid var(--quere-tertiary-color);
}

.woocommerce .woo_mini_cart ul.cart_list::-webkit-scrollbar-thumb {
    background-color: rgba(var(--quere-primary-rgb), 0.7);
    border-left: 18px solid var(--quere-tertiary-color);
}

@-moz-document url-prefix() {
    .woocommerce .woo_mini_cart ul.cart_list {
        padding: 10px 10px 0 0;
        margin: -10px -10px auto 0;
    }
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a {
    display: block;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove {
    position: absolute;
    z-index: 2;
    top: 4px;
    bottom: auto;
    left: auto;
    right: 0;
    font-size: 12px;
    height: 1em;
    width: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: unset !important;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove::before {
    content: "\f12d";
    font-family: "Flaticon";
    position: static;
    padding: 0;
    font-size: inherit;
    line-height: 1em;
    box-shadow: none;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover~a,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover~dl,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item a.remove:hover~span {
    opacity: 0.5;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity {
    display: block;
    margin-top: 10px;
    color: var(--quere-header-font-color);
    transition: opacity 0.4s;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity,
.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    color: var(--quere-header-font-color);
}

.woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .woocommerce-Price-currencySymbol {
    display: inline-block;
}

.woocommerce .woo_mini_cart .total {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    font-family: var(--quere-header-font-family);
    font-weight: 500;
    color: var(--quere-header-font-color);
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 23px;
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: var(--quere-primary-color);
    padding: 22px 0 0 0;
    text-align: left;
    letter-spacing: 0;
}

.woocommerce .woo_mini_cart .total strong {
    font-weight: inherit;
}

.woocommerce .woo_mini_cart .total strong::after {
    content: ":";
}

.woocommerce .woo_mini_cart .total .woocommerce-Price-amount {
    padding-left: 10px;
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    color: var(--quere-header-font-color);
}

.woocommerce .woo_mini_cart .total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    padding-right: 0;
}

.woocommerce .woo_mini_cart .buttons {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 0;
    margin: 0;
}

.woocommerce .woo_mini_cart .buttons .button {
    width: 100%;
    min-width: calc(50% - 10px);
    flex-grow: 1;
    margin: 0;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 10px 26px 10px;
    text-align: center;
    white-space: nowrap;
    transition: 0.4s;
}

.woocommerce .woo_mini_cart .buttons .button:not(.checkout) {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce .woo_mini_cart .buttons .button:not(.checkout):hover,
.woocommerce .woo_mini_cart .buttons .button:not(.checkout):focus,
.woocommerce .woo_mini_cart .buttons .button:not(.checkout):active {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

.woocommerce .woo_mini_cart .buttons .button.checkout {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

.woocommerce .woo_mini_cart .buttons .button.checkout:hover,
.woocommerce .woo_mini_cart .buttons .button.checkout:focus,
.woocommerce .woo_mini_cart .buttons .button.checkout:active {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce .woo_mini_cart .buttons::before,
.woocommerce .woo_mini_cart .buttons::after {
    display: none !important;
}

.woocommerce div.product form.cart .variations tr {
    border: 0;
    border-bottom: 10px solid transparent;
}

.woocommerce div.product form.cart .variations th.label {
    padding: 0;
    width: 130px;
    line-height: 24px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .woocommerce div.product form.cart .variations th.label {
        width: 112px;
    }
}

.woocommerce div.product form.cart .variations th.label label {
    font-family: var(--quere-content-font-family);
    font-size: 15px;
    font-weight: 700;
    color: var(--quere-header-font-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 20px 0 0;
}

@media (max-width: 767px) {
    .woocommerce div.product form.cart .variations th.label label {
        margin: 0 10px 0 0;
    }
}

.woocommerce div.product form.cart .variations th.label label::after {
    content: ":";
}

.woocommerce div.product form.cart .variations td.value {
    max-width: 270px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 1;
    padding: 0;
    vertical-align: unset;
}

.woocommerce div.product form.cart .variations select {
    min-width: auto;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
}

.woocommerce div.product form.cart .reset_variations {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 12px;
    line-height: 24px;
}

.woocommerce div.product form.cart .single_variation {
    margin-top: 21px;
    margin-bottom: 21px;
}

.woocommerce div.product form.cart {
    --quantity-height: 52px;
}

.woocommerce div.product form.cart .quantity {
    display: inline-block;
    position: relative;
    background: transparent;
}

.woocommerce div.product form.cart .quantity label.label-qty {
    display: none;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    height: var(--quantity-height);
    line-height: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--quere-primary-color);
    background: var(--quere-tertiary-color);
    -webkit-user-select: none;
    user-select: none;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .qty {
    display: inline-block;
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    height: var(--quantity-height);
    font-weight: var(--quere-header-font-weight);
    width: 32px;
    border: 0;
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    background: transparent;
    box-shadow: unset !important;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper .qty::placeholder {
    color: inherit;
    font: inherit;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 34px;
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    padding-right: 2px;
    background-color: transparent;
    border-radius: 0;
    color: var(--quere-header-font-color);
}

@media all and (max-width: 767px) {
    .woocommerce div.product form.cart .quantity .quantity-wrapper span {
        width: 32px;
    }
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span::after {
    content: "";
    font-size: 12px;
    line-height: 0;
    width: 1em;
    height: 1em;
    transition: 0.3s;
    transform: rotate(180deg);
    will-change: transform;
    background-image: var(--quere-bg-caret);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: 50% 78%;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus {
    padding-left: 2px;
    padding-right: 0;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span.minus::after {
    transform: rotate(0);
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span:active {
    transform: translate3d(1px, 1px, 0);
}

.woocommerce div.product form.cart .quantity .quantity-wrapper span:hover {
    color: var(--quere-primary-color);
}

.woocommerce div.product form.cart .quantity .quantity-wrapper input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

.woocommerce div.product form.cart .quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product form.cart .quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.woocommerce div.product form.cart div.quantity {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.woocommerce div.product form.cart div.quantity .quantity_title {
    display: none;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-secondary-color);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    margin-right: 11px;
    text-transform: uppercase;
}

.woocommerce div.product form.cart div.quantity.hidden {
    display: none;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart-disabled .wgl-button {
    opacity: 0.5;
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination {
    font-size: 16px;
    font-weight: 400;
    clear: both;
    color: var(--quere-content-color);
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals .woocommerce-shipping-destination strong {
    font-weight: 500;
    color: var(--quere-header-font-color);
}

.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-totals.shipping th {
    line-height: 36px;
    vertical-align: top;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce table.shop_table td.actions .coupon h2 {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 22px;
    line-height: 1.333em;
    margin-top: 0;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    margin-bottom: 50px;
}

.woocommerce .cart-collaterals .cross-sells .swiper-pagination,
.woocommerce-page .cart-collaterals .cross-sells .swiper-pagination {
    margin-bottom: 13px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    background: transparent;
    float: right;
    width: 370px;
    max-width: calc(50% - 15px);
    margin-top: 28px;
    margin-bottom: 55px;
    padding: 0;
    border-radius: 0;
    box-shadow: unset;
}

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
    margin-bottom: 16px;
}

.woocommerce .cart-collaterals .cart_totals table tr,
.woocommerce-page .cart-collaterals .cart_totals table tr {
    border: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce-page .cart-collaterals .cart_totals table tr th {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals table tr td,
.woocommerce-page .cart-collaterals .cart_totals table tr td {
    text-align: left !important;
}

.woocommerce .cart-collaterals .cart_totals table tr td::before,
.woocommerce-page .cart-collaterals .cart_totals table tr td::before {
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 18px;
    content: attr(data-title) ": ";
    float: unset;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td {
    padding-bottom: 2px;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-discount td::before,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-discount td::before {
    margin-right: 6px;
    content: attr(data-title);
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-discount .woocommerce-remove-coupon {
    float: right;
    clear: right;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals th,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
    padding-top: 0;
    padding-bottom: 0;
    border: unset;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals td {
    padding-top: 9px;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals #shipping_method .amount {
    margin-left: 4px;
    font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row {
    margin-bottom: 18px;
    padding: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row input,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row select,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row textarea,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row .button {
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals .form-row:last-child {
    margin-bottom: 20px;
}

.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals.shipping th,
.woocommerce .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals.shipping td,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals.shipping th,
.woocommerce-page .cart-collaterals .cart_totals table tr.woocommerce-shipping-totals.shipping td {
    padding-bottom: 15px;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th {
    font-size: 18px;
    font-weight: var(--quere-header-font-weight);
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    font-size: 18px;
    font-weight: var(--quere-header-font-weight);
    line-height: 30px;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-family: var(--quere-header-font-family);
    font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total th,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    padding-top: 2px;
    padding-bottom: 12px;
    border-width: 0;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 8px 0;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    font-size: 17px;
    font-weight: 500;
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    padding-left: 0;
}

.woocommerce .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce .cart-collaterals .cart_totals table tr.order-total td,
.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
.woocommerce-page .cart-collaterals .cart_totals table tr.order-total td {
    font-size: 20px;
    font-weight: 500;
}

.woocommerce .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount,
.woocommerce-page .cart-collaterals .cart_totals table .woocommerce-Price-amount.amount {
    font-size: 18px;
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    color: var(--quere-header-font-color);
    float: none;
    margin-left: 8px;
}

.woocommerce .woo_mini_cart .variation,
.woocommerce-page .woo_mini_cart .variation {
    border-left: 2px solid rgba(var(--quere-header-rgb), 0.1);
    line-height: 1;
    font-size: 14px;
    margin-top: 4px;
    margin-bottom: 9px;
    padding-left: 0.5em;
    padding-top: 4px;
    color: var(--quere-header-font-color);
    transition: 0.3s ease-in-out;
}

.woocommerce .woo_mini_cart .variation dt,
.woocommerce-page .woo_mini_cart .variation dt {
    font-family: var(--quere-header-font-family);
}

.woocommerce .woo_mini_cart .variation dd,
.woocommerce-page .woo_mini_cart .variation dd {
    margin-bottom: 0.3em;
}

.woocommerce .woo_mini_cart .variation [class*=variation]:last-child,
.woocommerce-page .woo_mini_cart .variation [class*=variation]:last-child {
    margin-bottom: 0;
}

.woocommerce .woo_mini_cart .variation label,
.woocommerce-page .woo_mini_cart .variation label {
    margin: 0;
    font: inherit;
    display: inline;
}

.woocommerce table.shop_table {
    border: 0;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    border-collapse: collapse;
    text-align: center;
}

.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item {
    position: relative;
}

.woocommerce table.shop_table .woocommerce-Price-amount.amount {
    font-size: 16px;
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    color: var(--quere-header-font-color);
}

.woocommerce table.shop_table.cart input.button {
    height: 56px;
    margin-left: 9px;
    margin-right: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    padding: 0 25px;
    font-size: 18px;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: transparent;
}

.woocommerce table.shop_table.cart input.button:hover {
    color: #ffffff;
}

.woocommerce table.shop_table td {
    padding: 20px 0;
    border: 0;
}

.woocommerce table.shop_table td.product-total .woocommerce-Price-amount.amount {
    font-weight: var(--quere-header-font-weight);
}

.woocommerce table.shop_table td.product-remove {
    padding: 0;
}

.woocommerce table.shop_table td.product-remove a.remove span {
    position: relative;
    z-index: 5;
}

.woocommerce table.shop_table td.product-remove a.remove::before {
    font-size: 14px;
    padding: 0 13px;
    margin: 0 -13px;
}

.woocommerce table.shop_table td.product-remove a.remove::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    z-index: 3;
    pointer-events: none;
    transition: 0.5s;
}

.woocommerce table.shop_table td.product-remove a.remove:hover::after {
    background-color: rgba(255, 255, 255, 0.7);
}

.woocommerce table.shop_table td.product-name .product-quantity {
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: 400;
}

.woocommerce table.shop_table td.product-name .variation {
    border-left: 2px solid rgba(0, 0, 0, 0.2);
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.3em;
    margin-bottom: 9px;
    padding-left: 1em;
    padding-bottom: 0;
    font-weight: 400;
}

.woocommerce table.shop_table td.product-name .variation label {
    margin: 0;
    font: inherit;
    display: inline;
}

.woocommerce table.shop_table td.product-quantity {
    --quantity-height: 52px;
}

.woocommerce table.shop_table td.product-quantity .quantity {
    display: inline-block;
    position: relative;
    background: transparent;
}

.woocommerce table.shop_table td.product-quantity .quantity label.label-qty {
    display: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
    height: var(--quantity-height);
    line-height: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--quere-primary-color);
    background: var(--quere-tertiary-color);
    -webkit-user-select: none;
    user-select: none;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty {
    display: inline-block;
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    height: var(--quantity-height);
    font-weight: var(--quere-header-font-weight);
    width: 32px;
    border: 0;
    padding: 0 0 2px 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
    background: transparent;
    box-shadow: unset !important;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper .qty::placeholder {
    color: inherit;
    font: inherit;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 34px;
    height: 100%;
    opacity: 1;
    transform: translateY(0);
    padding-right: 2px;
    background-color: transparent;
    border-radius: 0;
    color: var(--quere-header-font-color);
}

@media all and (max-width: 767px) {
    .woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span {
        width: 32px;
    }
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span::after {
    content: "";
    font-size: 12px;
    line-height: 0;
    width: 1em;
    height: 1em;
    transition: 0.3s;
    transform: rotate(180deg);
    will-change: transform;
    background-image: var(--quere-bg-caret);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: 50% 78%;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus {
    padding-left: 2px;
    padding-right: 0;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span.minus::after {
    transform: rotate(0);
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:active {
    transform: translate3d(1px, 1px, 0);
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper span:hover {
    color: var(--quere-primary-color);
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
}

.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.woocommerce table.shop_table td.product-quantity .quantity .quantity-wrapper input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail {
    text-align: left;
}

.woocommerce table.shop_table td.product-thumbnail {
    white-space: nowrap;
    width: 70px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 0;
}

.woocommerce table.shop_table td.product-thumbnail a {
    position: relative;
    display: block;
}

.woocommerce table.shop_table td.product-thumbnail a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: unset;
    opacity: 0.03;
    background: #000000;
    transition: 0.4s;
}

.woocommerce table.shop_table td.product-name {
    padding-left: 0;
    padding-right: 20px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 16px;
    color: var(--quere-header-font-color);
}

.woocommerce table.shop_table td.product-name a {
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
}

.woocommerce table.shop_table td.product-name a:hover {
    color: inherit;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.woocommerce table.shop_table td.actions {
    padding-top: 30px;
}

.woocommerce table.shop_table td.actions .action__wrapper {
    margin-top: 100px;
    margin-bottom: -600px;
    width: 370px;
    max-width: calc(50% - 15px);
    float: left;
    position: relative;
}

@media (max-width: 767px) {
    .woocommerce table.shop_table td.actions .action__wrapper {
        max-width: unset;
        width: 100%;
        margin: 60px 0 0;
    }
}

@media (min-width: 768px) {
    .woocommerce table.shop_table td.actions .wps_wpr_apply_custom_points {
        position: absolute;
        left: 0;
        top: 100%;
    }
}

.woocommerce table.shop_table td.actions .coupon {
    position: relative;
    text-align: left;
}

.woocommerce table.shop_table td.actions .coupon h2 {
    margin-bottom: 0;
}

.woocommerce table.shop_table td.actions .coupon label {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 15px;
}

.woocommerce table.shop_table td.actions .coupon .input-text {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.woocommerce table.shop_table td.actions .coupon .input-text:focus,
.woocommerce table.shop_table td.actions .coupon .input-text:active {
    border-color: var(--quere-header-font-color);
}

.woocommerce table.shop_table td.actions .coupon .input-text~button.button {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

.woocommerce table.shop_table td.actions .coupon .input-text~button.button:hover,
.woocommerce table.shop_table td.actions .coupon .input-text~button.button:focus {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce table.shop_table td.actions>button.button {
    min-width: 200px;
    max-width: 100%;
}

.woocommerce table.shop_table thead {
    background-color: transparent;
}

.woocommerce table.shop_table thead,
.woocommerce table.shop_table thead tr {
    border-radius: 0;
}

.woocommerce table.shop_table thead th {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 30px;
    background-color: unset;
    color: var(--quere-header-font-color);
    border: unset;
    border-bottom: 1px solid var(--quere-primary-color);
}

.woocommerce table.shop_table thead th:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}

.woocommerce table.shop_table thead th:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.woocommerce table.shop_table thead th.product-price {
    text-align: left;
    width: 15.5%;
}

.woocommerce table.shop_table thead th.product-quantity {
    text-align: left;
    width: 19%;
}

.woocommerce table.shop_table thead th.product-subtotal {
    text-align: left;
    width: 14.5%;
}

.woocommerce table.shop_table thead th.product-remove {
    width: 4%;
}

.woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-number {
    padding-left: 20px;
}

.woocommerce table.shop_table thead th.woocommerce-orders-table__header-order-actions {
    width: 1%;
    padding-right: 20px;
}

.woocommerce table.shop_table thead th.product-name {
    padding-left: 90px;
    text-align: left;
}

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

.woocommerce table.shop_table tbody tr td.product-price,
.woocommerce table.shop_table tbody tr td.product-quantity,
.woocommerce table.shop_table tbody tr td.product-subtotal,
.woocommerce table.shop_table tbody tr td.product-remove {
    text-align: left;
}

.woocommerce table.shop_table tbody tr td.product-remove {
    padding-right: 0;
    text-align: right;
}

.woocommerce table.shop_table tbody tr td.woocommerce-orders-table__cell-order-number {
    padding-left: 20px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
}

.woocommerce table.shop_table tfoot {
    font-size: 17px;
}

.woocommerce table.shop_table tfoot tr th {
    padding-left: 0;
    text-align: left;
}

.woocommerce table.shop_table tfoot tr td {
    padding-right: 0;
    text-align: right;
}

.woocommerce table.shop_table tfoot tr.shipping td {
    font-size: 15px;
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid var(--quere-primary-color);
    font-weight: 700;
}

.woocommerce table.shop_table th {
    border: 0;
    color: var(--quere-header-font-color);
}

#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 4px 0 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 70px;
    min-width: 70px;
    border: unset;
    border-radius: 0;
}

@media (max-width: 767px) {

    #add_payment_method table.cart img,
    .woocommerce-cart table.cart img,
    .woocommerce-checkout table.cart img {
        width: 140px;
        min-width: 140px;
    }
}

#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td {
    border-top: 1px solid rgba(var(--quere-primary-rgb), 0.2);
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border: unset;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td {
    background-color: unset !important;
    border-top: 0;
}

#add_payment_method .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-destination {
    margin-top: 15px;
}

#add_payment_method .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator,
.woocommerce-checkout .cart-collaterals .woocommerce-shipping-calculator {
    margin-top: 7px;
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin-bottom: -12px;
    text-align: right;
}

#add_payment_method .cart-collaterals .shipping-calculator-form p button.button,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: auto;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    padding: 5px 0;
    width: auto;
    height: auto;
    line-height: 20px;
    color: var(--quere-primary-color);
    background: unset;
    border: unset;
    letter-spacing: 0;
    text-align: center;
    background: unset;
    margin-top: 2px;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-primary-color);
    text-decoration-color: var(--quere-primary-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

#add_payment_method .cart-collaterals .shipping-calculator-form p button.button:hover,
#add_payment_method .cart-collaterals .shipping-calculator-form p button.button:focus,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-form p button.button:focus,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button:hover,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form p button.button:focus {
    color: var(--quere-primary-color);
    background: unset;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    margin-top: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

#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 {
    display: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-button:hover,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:hover {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 19px 0 0;
}

#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 {
    overflow: hidden;
    z-index: 1;
}

.woocommerce-cart main#main {
    margin-bottom: 0;
}

.woocommerce-cart .wgl_cart_empty_wrapper {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 30px;
    line-height: 1.25em;
    text-align: left;
    color: var(--quere-header-font-color);
    margin-top: 25px;
    margin-bottom: 29px;
    text-transform: uppercase;
}

.woocommerce-cart .return-to-shop {
    margin-bottom: 46px;
}

.woocommerce-cart #main>.wgl-container,
.woocommerce-checkout #main>.wgl-container {
    margin-top: 10px;
}

.woocommerce-cart .cart-collaterals .button:not(.add_to_cart_button),
.woocommerce-checkout .cart-collaterals .button:not(.add_to_cart_button) {
    width: 100%;
}

.woocommerce ul#shipping_method {
    width: 100%;
    margin-top: 15px;
    font-weight: normal;
}

.woocommerce ul#shipping_method li {
    margin: 0 0 4px 0;
    padding-left: 0;
}

.woocommerce ul#shipping_method li .shipping_method {
    margin: 0 8px 0 0;
    vertical-align: middle;
}

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

.woocommerce a.remove {
    font-size: 0;
    text-shadow: none;
    color: transparent !important;
    margin: 0;
    display: inline;
    line-height: inherit;
    text-decoration: unset !important;
}

.woocommerce a.remove::before {
    content: "\f12d";
    font-family: "Flaticon";
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 15px;
    color: var(--quere-secondary-color);
    text-rendering: auto;
    font-weight: normal;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 5;
    transition: 0.3s;
}

.woocommerce a.remove:hover::before {
    color: var(--quere-header-font-color);
}

body {
    --wgl-stars-primary-color: var(--quere-primary-color);
    --wgl-stars-secondary-color: rgba(var(--quere-primary-rgb), 0.17);
}

.wgl-products-catalog,
.wgl-products-related {
    clear: both;
}

.wgl-products-catalog {
    margin-bottom: 80px;
}

.elementor-widget-wgl-products-grid .wgl-products-catalog {
    margin-bottom: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    font-size: 14px;
    font-weight: 400;
    color: var(--quere-header-font-color);
}

.woocommerce .woocommerce-ordering select.orderby,
.woocommerce-page .woocommerce-ordering select.orderby {
    margin-bottom: 0;
}

.woo_product_post_media {
    margin: 0;
}

.wgl-products-catalog.carousel div.wgl-products {
    display: block;
    margin: 0;
}

.wgl-products-catalog.carousel div.wgl-products div.product {
    display: flex;
}

div.wgl-products,
.woocommerce .products div.wgl-products {
    --products-gap: 30px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin: calc(0px - var(--products-gap) / 2);
    padding: 0;
}

@keyframes wgl_fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

div.wgl-products.animated_products div.product,
.woocommerce .products div.wgl-products.animated_products div.product {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

div.wgl-products.animated_products div.product.visible_item,
.woocommerce .products div.wgl-products.animated_products div.product.visible_item {
    animation-fill-mode: both;
    animation-name: wgl_fadeInUp;
    animation-duration: 0.3s;
}

div.wgl-products div.product,
.woocommerce .products div.wgl-products div.product {
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    margin: calc(var(--products-gap) / 2);
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

div.wgl-products div.product .woo_product_image,
.woocommerce .products div.wgl-products div.product .woo_product_image {
    display: flex;
    justify-content: center;
    border: unset;
    transition: inherit;
    position: relative;
    border-radius: 0;
}

div.wgl-products div.product .price,
.woocommerce .products div.wgl-products div.product .price {
    display: block;
    margin-top: 0;
    font-size: 15px;
    line-height: 1.25em;
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
    transition: 0.3s;
}

div.wgl-products div.product .price ins,
.woocommerce .products div.wgl-products div.product .price ins {
    font-weight: inherit;
}

div.wgl-products div.product .price del,
.woocommerce .products div.wgl-products div.product .price del {
    color: var(--quere-header-font-color);
    opacity: 1;
    margin-right: 11px;
}

div.wgl-products .woo_product_inner_wrapper,
.woocommerce .products div.wgl-products .woo_product_inner_wrapper {
    text-align: center;
    transition: 0.4s;
}

div.wgl-products .woo_product_content,
.woocommerce .products div.wgl-products .woo_product_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding: 19px 0 15px;
    opacity: 1;
    transition: 0.3s;
    position: relative;
}

div.wgl-products .woocommerce-loop-product__title,
.woocommerce .products div.wgl-products .woocommerce-loop-product__title {
    display: block;
    position: relative;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 7px;
    letter-spacing: 0;
}

div.wgl-products .woocommerce-loop-product__title>a,
.woocommerce .products div.wgl-products .woocommerce-loop-product__title>a {
    display: block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: rgba(var(--quere-header-rgb), 1);
    text-transform: inherit;
    letter-spacing: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
}

div.wgl-products .woocommerce-loop-product__title>a:hover,
.woocommerce .products div.wgl-products .woocommerce-loop-product__title>a:hover {
    -webkit-text-decoration-color: rgba(var(--quere-header-rgb), 1);
    text-decoration-color: rgba(var(--quere-header-rgb), 1);
}

div.wgl-products .woocommerce-loop-category__title,
.woocommerce .products div.wgl-products .woocommerce-loop-category__title {
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    transition: all 0.4s;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
}

div.wgl-products .woocommerce-loop-category__title mark,
.woocommerce .products div.wgl-products .woocommerce-loop-category__title mark {
    color: var(--quere-primary-color);
    opacity: 1;
    background-color: unset;
    font-weight: inherit;
    padding: 0;
}

div.wgl-products .product-category a:hover .woocommerce-loop-category__title,
div.wgl-products .product-category .woocommerce-loop-category__title:hover,
.woocommerce .products div.wgl-products .product-category a:hover .woocommerce-loop-category__title,
.woocommerce .products div.wgl-products .product-category .woocommerce-loop-category__title:hover {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

div.wgl-products .star-rating,
.woocommerce .products div.wgl-products .star-rating {
    float: none;
    margin: 4px 0 9px -0.15em;
    order: -1;
    font-size: 12px;
}

div.wgl-products .star-rating::before,
.woocommerce .products div.wgl-products .star-rating::before {
    content: "SSSSS";
    color: var(--wgl-stars-secondary-color);
    opacity: 1;
    margin-left: 0.15em;
    transition: 0.4s;
}

div.wgl-products .star-rating span::before,
.woocommerce .products div.wgl-products .star-rating span::before {
    color: var(--wgl-stars-primary-color);
    opacity: 1;
}

div.wgl-products .wgl-carousel_wrapper,
.woocommerce .products div.wgl-products .wgl-carousel_wrapper {
    width: 100%;
}

div.wgl-products .wgl-carousel_wrapper .wgl-carousel,
.woocommerce .products div.wgl-products .wgl-carousel_wrapper .wgl-carousel {
    margin: -15px;
    padding: 15px;
}

div.wgl-products .wgl-carousel_wrapper .swiper-pagination,
.woocommerce .products div.wgl-products .wgl-carousel_wrapper .swiper-pagination {
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 34px;
    max-width: 100%;
}

div.wgl-products .wgl-carousel_wrapper .swiper-pagination li:only-child,
.woocommerce .products div.wgl-products .wgl-carousel_wrapper .swiper-pagination li:only-child {
    display: none;
}

div.wgl-products .wgl-carousel_wrapper div.product.swiper-slide,
.woocommerce .products div.wgl-products .wgl-carousel_wrapper div.product.swiper-slide {
    margin: 0;
    padding: 0;
}

div.wgl-products div.product .woocommerce-product-rating,
.woocommerce .products div.wgl-products div.product .woocommerce-product-rating {
    margin-top: -3px;
    margin-bottom: 6px;
}

div.wgl-products div.product .woocommerce-product-rating .star-rating,
.woocommerce .products div.wgl-products div.product .woocommerce-product-rating .star-rating {
    font-size: 12px;
    width: 6.255em;
    letter-spacing: 0.2em;
    margin-top: 0;
}

div.wgl-products div.product .woocommerce-product-rating .woocommerce-review-link,
.woocommerce .products div.wgl-products div.product .woocommerce-product-rating .woocommerce-review-link {
    font-size: 14px;
    color: var(--quere-content-color);
    text-decoration: underline;
    text-underline-offset: 0.1em;
}

div.wgl-products div.product .woocommerce-product-rating .woocommerce-review-link:hover,
.woocommerce .products div.wgl-products div.product .woocommerce-product-rating .woocommerce-review-link:hover {
    color: var(--quere-primary-color);
}

.woocommerce .star-rating {
    width: 6.75em;
    margin-top: 0;
    margin-left: -0.15em;
    font-size: 12px;
    line-height: 1em;
    height: 1em;
    letter-spacing: 0.3em;
    float: unset;
    font-weight: normal;
    font-family: star;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before {
    content: "SSSSS";
    color: var(--wgl-stars-secondary-color);
    opacity: 1;
    margin-left: 0.15em;
    transition: 0.4s;
}

.woocommerce .star-rating span::before,
.woocommerce .star-rating span span::before {
    color: var(--wgl-stars-primary-color);
    opacity: 1;
}

.woocommerce .woocommerce-product-rating .star-rating {
    width: 6.75em;
    font-size: 13px;
    margin-top: 4px;
    margin-right: 11px;
    margin-left: -0.15em;
    letter-spacing: 0.3em;
}

.columns-6 div.wgl-products {
    --products-width: 16.666666%;
}

.columns-5 div.wgl-products {
    --products-width: 20%;
}

.columns-4 div.wgl-products {
    --products-width: 25%;
}

.columns-3 div.wgl-products {
    --products-width: 33.333333%;
}

.columns-2 div.wgl-products {
    --products-width: 50%;
}

.columns-1 div.wgl-products {
    --products-width: 100%;
    --products-gap: 20px;
}

@media all and (max-width: 1599px) {

    body[data-elementor-device-mode=desktop] .columns-6 div.wgl-products,
    body[data-elementor-device-mode=desktop] .columns-5 div.wgl-products {
        --products-width: 25% !important;
    }
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet]) .columns-tablet-6 div.wgl-products {
    --products-width: 16.666666%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet]) .columns-tablet-5 div.wgl-products {
    --products-width: 20%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet]) .columns-tablet-4 div.wgl-products {
    --products-width: 25%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet]) .columns-tablet-3 div.wgl-products {
    --products-width: 33.333333%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet]) .columns-tablet-2 div.wgl-products {
    --products-width: 50%;
}

body:is([data-elementor-device-mode=tablet_extra],
    [data-elementor-device-mode=tablet]) .columns-tablet-1 div.wgl-products {
    --products-width: 100%;
    --products-gap: 20px;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .columns-mobile-6 div.wgl-products {
    --products-width: 16.666666%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .columns-mobile-5 div.wgl-products {
    --products-width: 20%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .columns-mobile-4 div.wgl-products {
    --products-width: 25%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .columns-mobile-3 div.wgl-products {
    --products-width: 33.333333%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .columns-mobile-2 div.wgl-products {
    --products-width: 50%;
}

body:is([data-elementor-device-mode=mobile_extra],
    [data-elementor-device-mode=mobile]) .columns-mobile-1 div.wgl-products {
    --products-width: 100%;
    --products-gap: 20px;
}

div.wgl-products {
    --products-gap: 30px;
}

div.wgl-products div.product {
    width: calc(var(--products-width) - var(--products-gap));
}

@media all and (max-width: 599px) {
    div.wgl-products {
        --products-gap: 20px;
    }
}

div.wgl-products div.product {
    transition: box-shadow 0.4s;
}

div.wgl-products div.product::before,
div.wgl-products div.product::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.4s;
    border-radius: inherit;
}

div.wgl-products div.product::before {
    opacity: 1;
}

div.wgl-products div.product .picture {
    position: relative;
    padding: 0;
    text-align: center;
    transition: box-shadow 0.3s;
}

div.wgl-products div.product .picture .woo_post-link {
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    opacity: 1;
    transition: opacity 0.3s;
}

div.wgl-products div.product .picture img {
    border-radius: 0;
}

div.wgl-products div.product .picture img~img {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.7s;
}

.elementor-widget-wgl-products-grid div.wgl-products div.product .picture img~img {
    display: none;
}

div.wgl-products div.product .picture::after {
    display: block;
    content: "";
    background-color: var(--quere-shop-products-overlay-idle);
    opacity: 1;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media all and (max-width: 1024px) {
    div.wgl-products div.product .picture::after {
        background-color: var(--quere-shop-products-overlay-hover);
    }
}

div.wgl-products div.product.added_to_cart_item::before,
div.wgl-products div.product:hover::before {
    opacity: 0;
}

div.wgl-products div.product.added_to_cart_item::after,
div.wgl-products div.product:hover::after {
    opacity: 1;
}

div.wgl-products div.product.added_to_cart_item .picture img~img,
div.wgl-products div.product:hover .picture img~img {
    opacity: 1;
    pointer-events: inherit;
    transform: translateZ(0) translateY(0) !important;
}

div.wgl-products div.product.added_to_cart_item .picture::before,
div.wgl-products div.product:hover .picture::before {
    opacity: 0;
}

div.wgl-products div.product.added_to_cart_item .picture::after,
div.wgl-products div.product:hover .picture::after {
    background-color: var(--quere-shop-products-overlay-hover);
}

div.wgl-products div.product .wgl_woo_button_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.4s;
}

@media all and (max-width: 1024px) {
    div.wgl-products div.product .wgl_woo_button_wrapper {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (min-width: 380px) and (max-width: 599px) {
    div.wgl-products div.product .wgl_woo_button_wrapper {
        top: 10px;
        right: 10px;
    }
}

div.wgl-products div.product a.button,
div.wgl-products div.product a.wc-forward {
    pointer-events: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    text-align: center;
    border-radius: 42px;
    padding: 10px 26px 10px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    color: var(--quere-button-color-hover);
    background: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
    z-index: 2;
    transition: 0.4s;
    -webkit-appearance: none;
}

div.wgl-products div.product a.button.added,
div.wgl-products div.product a.button.loading,
div.wgl-products div.product a.button:hover,
div.wgl-products div.product a.button:focus,
div.wgl-products div.product a.button:active,
div.wgl-products div.product a.wc-forward.added,
div.wgl-products div.product a.wc-forward.loading,
div.wgl-products div.product a.wc-forward:hover,
div.wgl-products div.product a.wc-forward:focus,
div.wgl-products div.product a.wc-forward:active {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-tertiary-color);
    border: 1px solid rgba(var(--quere-primary-rgb), 0.17);
}

div.wgl-products div.product a.button span,
div.wgl-products div.product a.wc-forward span {
    display: flex;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    line-height: 16px;
    min-height: 26px;
    height: min-content;
    margin: auto;
    padding: 5px 10px;
    font-size: 12px;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-button-color-idle);
    letter-spacing: 0;
    transform: translateX(-20px);
    text-transform: capitalize;
    opacity: 0;
    transition: 0.8s;
    pointer-events: none;
    max-width: 170px;
    width: max-content;
    align-items: center;
}

div.wgl-products div.product a.button span::after,
div.wgl-products div.product a.wc-forward span::after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
    border-left-color: var(--quere-button-color-idle);
    position: absolute;
    left: calc(100% - 1px);
    top: 5px;
    right: 0;
    bottom: 5px;
    margin: auto;
}

@media all and (max-width: 767px) {

    div.wgl-products div.product a.button span,
    div.wgl-products div.product a.wc-forward span {
        display: none;
    }
}

div.wgl-products div.product a.button:hover span,
div.wgl-products div.product a.wc-forward:hover span {
    transform: translateX(-10px);
    opacity: 1;
}

div.wgl-products div.product .woosw-btn~.woo_product_image .wgl_woo_button_wrapper,
div.wgl-products div.product .woosc-btn~.woo_product_image .wgl_woo_button_wrapper {
    top: 72px;
    --delay: 0.2s;
}

@media (min-width: 380px) and (max-width: 599px) {

    div.wgl-products div.product .woosw-btn~.woo_product_image .wgl_woo_button_wrapper,
    div.wgl-products div.product .woosc-btn~.woo_product_image .wgl_woo_button_wrapper {
        top: 50px;
    }
}

div.wgl-products div.product .woosw-btn~.woosc-btn~.woo_product_image .wgl_woo_button_wrapper,
div.wgl-products div.product .woosc-btn~.woosc-btn~.woo_product_image .wgl_woo_button_wrapper {
    top: 124px;
    --delay: 0.4s;
}

@media (min-width: 380px) and (max-width: 599px) {

    div.wgl-products div.product .woosw-btn~.woosc-btn~.woo_product_image .wgl_woo_button_wrapper,
    div.wgl-products div.product .woosc-btn~.woosc-btn~.woo_product_image .wgl_woo_button_wrapper {
        top: 90px;
    }
}

div.wgl-products div.product a.button,
div.wgl-products div.product a.wc-forward {
    visibility: visible;
    font-size: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    min-width: unset;
    line-height: 40px;
}

@media (min-width: 380px) and (max-width: 599px) {

    div.wgl-products div.product a.button,
    div.wgl-products div.product a.wc-forward {
        font-size: 18px;
        height: 34px;
        line-height: 32px;
        width: 34px;
    }
}

div.wgl-products div.product a.button::before,
div.wgl-products div.product a.wc-forward::before {
    content: "\f12a";
    font-size: 19px;
    font-family: "Flaticon";
    min-width: 1em;
    font-weight: normal;
    color: inherit;
    overflow: hidden;
    letter-spacing: 0;
    opacity: 1;
    transition: all 0.3s 0.3s, color 0s, opacity 0.2s, margin 0.3s, min-width 0.3s;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    line-height: inherit;
}

div.wgl-products div.product a.button::after,
div.wgl-products div.product a.wc-forward::after {
    content: "";
    position: static;
    font-size: 18px;
    background-image: var(--quere-button-loading);
    background-size: 1em;
    background-position: center;
    background-repeat: no-repeat;
    width: 0;
    transition: all 0.3s, opacity 0.3s 0.3s, background-size 0s;
    order: 1;
    opacity: 0;
    animation: fa-spin 2s infinite linear;
    margin: 0 0 0 2px;
    height: 42px;
}

div.wgl-products div.product a.button.product_type_grouped::before,
div.wgl-products div.product a.button.product_type_variable::before,
div.wgl-products div.product a.button.product_type_external::before,
div.wgl-products div.product a.wc-forward.product_type_grouped::before,
div.wgl-products div.product a.wc-forward.product_type_variable::before,
div.wgl-products div.product a.wc-forward.product_type_external::before {
    transform: translateY(1px);
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    min-width: 1.2em;
    font-weight: 900;
}

div.wgl-products div.product a.button.product_type_grouped::before,
div.wgl-products div.product a.wc-forward.product_type_grouped::before {
    content: "\f5fd";
}

div.wgl-products div.product a.button.product_type_variable::before,
div.wgl-products div.product a.wc-forward.product_type_variable::before {
    content: "\f0ca";
}

div.wgl-products div.product a.button.product_type_external::before,
div.wgl-products div.product a.wc-forward.product_type_external::before {
    content: "\f35d";
}

div.wgl-products div.product a.wc-forward {
    position: absolute;
    top: 0;
    right: 0;
}

div.wgl-products div.product a.wc-forward i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

div.wgl-products div.product:hover .wgl_woo_button_wrapper {
    transition-delay: 0s, var(--delay), var(--delay);
    transition-property: all, transform, opacity;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

div.wgl-products div.product a.button.loading::before {
    width: 0;
    min-width: 0;
    margin: 0;
    opacity: 0;
}

div.wgl-products div.product a.button.loading::after {
    width: 1em;
    opacity: 1;
    margin: 0;
    height: 40px;
}

div.wgl-products div.product a.button.added {
    opacity: 0;
    filter: blur(5px);
    transition: 0.5s 1.5s, color 0.3s, background-color 0.3s;
}

div.wgl-products div.product a.button.added::before {
    width: 0;
    min-width: 0;
    margin: 0;
    opacity: 0;
}

div.wgl-products div.product a.button.added::after {
    font-size: 20px;
    background-size: 1em;
    width: 1em;
    height: 40px;
    opacity: 0;
    margin: 0;
    animation: wc_fade_out_in 0.6s forwards;
}

div.wgl-products div.product a.button.added+.added_to_cart {
    animation: wc_fade_in 0.6s 2s both;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0turn);
    }

    100% {
        transform: rotate(1turn);
    }
}

@keyframes wc_slide_right {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wc_fade_out {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        z-index: -1;
        opacity: 0;
        transform: translateY(15px);
    }
}

@keyframes wc_fade_in {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wc_fade_out_in {
    0% {
        opacity: 0;
        background-image: var(--quere-button-loading);
    }

    20% {
        opacity: 0;
        background-image: var(--quere-button-success);
    }

    100% {
        opacity: 1;
        background-image: var(--quere-button-success);
    }
}

.woocommerce span.onsale {
    top: 20px;
    right: auto;
    bottom: auto;
    left: 20px;
    min-width: 54px;
    min-height: auto;
    width: auto;
    height: auto;
    padding: 3px 11px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

@media (max-width: 599px) {
    .woocommerce span.onsale {
        min-width: unset;
        padding: 0 9px;
        font-size: 11px;
    }
}

@media (min-width: 380px) and (max-width: 599px) {
    .woocommerce span.onsale {
        top: 10px;
        left: 10px;
    }
}

.woocommerce .products .star-rating {
    margin: 5px auto 10px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.woosw-btn,
.woocommerce button.woosc-btn {
    border-radius: 52px;
    padding: 10px 26px 10px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 30px;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    height: auto;
    letter-spacing: 0;
    text-transform: capitalize;
    transition: 0.4s;
}

.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce button.woosw-btn:hover,
.woocommerce button.woosw-btn:focus,
.woocommerce button.woosw-btn:active,
.woocommerce button.woosc-btn:hover,
.woocommerce button.woosc-btn:focus,
.woocommerce button.woosc-btn:active {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.woosw-btn.alt,
.woocommerce button.woosc-btn.alt {
    padding: 10px 26px 10px;
    font-size: 14px;
    margin-bottom: 15px;
    min-width: 150px;
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit.alt:active,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce a.button.alt:active,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:active,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:active,
.woocommerce button.woosw-btn.alt:hover,
.woocommerce button.woosw-btn.alt:focus,
.woocommerce button.woosw-btn.alt:active,
.woocommerce button.woosc-btn.alt:hover,
.woocommerce button.woosc-btn.alt:focus,
.woocommerce button.woosc-btn.alt:active {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

.woocommerce .woocommerce-error .button.woocommerce-Button,
.woocommerce .woocommerce-info .button.woocommerce-Button,
.woocommerce .woocommerce-message .button.woocommerce-Button,
.woocommerce .woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce .woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button,
.woocommerce table.my_account_orders .button,
.woocommerce .return-to-shop a.button {
    min-width: unset;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    letter-spacing: 0;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s;
}

.woocommerce .woocommerce-error .button.woocommerce-Button:hover,
.woocommerce .woocommerce-error .button.woocommerce-Button:focus,
.woocommerce .woocommerce-error .button.woocommerce-Button:active,
.woocommerce .woocommerce-info .button.woocommerce-Button:hover,
.woocommerce .woocommerce-info .button.woocommerce-Button:focus,
.woocommerce .woocommerce-info .button.woocommerce-Button:active,
.woocommerce .woocommerce-message .button.woocommerce-Button:hover,
.woocommerce .woocommerce-message .button.woocommerce-Button:focus,
.woocommerce .woocommerce-message .button.woocommerce-Button:active,
.woocommerce .woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce .woocommerce-button.button.woocommerce-form-register__submit:focus,
.woocommerce .woocommerce-button.button.woocommerce-form-register__submit:active,
.woocommerce .woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-button.button.woocommerce-form-login__submit:focus,
.woocommerce .woocommerce-button.button.woocommerce-form-login__submit:active,
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button:hover,
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button:focus,
.woocommerce .woocommerce-ResetPassword .woocommerce-Button.button:active,
.woocommerce table.my_account_orders .button:hover,
.woocommerce table.my_account_orders .button:focus,
.woocommerce table.my_account_orders .button:active,
.woocommerce .return-to-shop a.button:hover,
.woocommerce .return-to-shop a.button:focus,
.woocommerce .return-to-shop a.button:active {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce #respond input#submit {
    padding: 10px 26px 10px;
    border: none;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 10px 26px 10px;
    opacity: 1 !important;
    color: rgba(var(--quere-button-color-rgb-hover), 1) !important;
    background-color: rgba(var(--quere-button-bg-rgb-hover), 0.3) !important;
    box-shadow: unset !important;
    border: 1px solid transparent !important;
    border-radius: 52px !important;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce #respond input#submit.disabled:active,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled:focus,
.woocommerce #respond input#submit:disabled:active,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce #respond input#submit:disabled[disabled]:active,
.woocommerce a.button.disabled:hover,
.woocommerce a.button.disabled:focus,
.woocommerce a.button.disabled:active,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled:focus,
.woocommerce a.button:disabled:active,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled]:active,
.woocommerce button.button.disabled:hover,
.woocommerce button.button.disabled:focus,
.woocommerce button.button.disabled:active,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled:focus,
.woocommerce button.button:disabled:active,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:active,
.woocommerce input.button.disabled:hover,
.woocommerce input.button.disabled:focus,
.woocommerce input.button.disabled:active,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled:active,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:active {
    color: rgba(var(--quere-button-color-rgb-hover), 1) !important;
    background-color: rgba(var(--quere-button-bg-rgb-hover), 0.3) !important;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
    color: rgba(var(--quere-button-color-rgb-hover), 1) !important;
    background-color: rgba(var(--quere-button-bg-rgb-hover), 0.3) !important;
}

.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce #respond input#submit.alt.disabled:active,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled:focus,
.woocommerce #respond input#submit.alt:disabled:active,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:active,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt.disabled:focus,
.woocommerce a.button.alt.disabled:active,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled:focus,
.woocommerce a.button.alt:disabled:active,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:focus,
.woocommerce a.button.alt:disabled[disabled]:active,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:active,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled:focus,
.woocommerce button.button.alt:disabled:active,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:focus,
.woocommerce button.button.alt:disabled[disabled]:active,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:active,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled:focus,
.woocommerce input.button.alt:disabled:active,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:focus,
.woocommerce input.button.alt:disabled[disabled]:active {
    color: rgba(var(--quere-button-color-rgb-hover), 1) !important;
    background-color: rgba(var(--quere-button-bg-rgb-hover), 0.3) !important;
}

.wgl-products.appear-animation.anim-fade-in .product {
    transition: opacity 0.9s ease, box-shadow 0.4s;
}

.wgl-products.appear-animation.anim-slide-top .product {
    transform: translateY(50px);
    transition: all 0.5s ease-in-out;
}

.wgl-products.appear-animation.anim-slide-bottom .product {
    transform: translateY(-50px);
    transition: all 0.5s ease-in-out;
}

.wgl-products.appear-animation.anim-slide-left .product {
    transform: translateX(50px);
    transition: all 0.5s ease-in-out;
}

.wgl-products.appear-animation.anim-slide-right .product {
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
}

.wgl-products.appear-animation.anim-zoom .product {
    transform: scale(0.5);
    transition: all 0.5s ease-in-out;
}

.wgl-products.appear-animation .product {
    opacity: 0;
}

.wgl-products.appear-animation .animate .product,
.wgl-products.appear-animation .product.animate {
    opacity: 1;
    transform: unset;
}

@media (min-width: 1025px) {
    .wgl-filter-sidebar_button {
        display: none;
    }
}

body.advanced_sidebar_filter_open #main,
body.advanced_filter_open #main {
    z-index: 99999;
}

.site-main div.wgl-filter-products {
    display: none;
    position: relative;
    padding-bottom: 40px;
    overflow: visible !important;
}

.site-main div.wgl-filter-products .sidebar-container {
    height: 100%;
    padding: 36px 40px;
    overflow: hidden;
    float: none;
    background-color: var(--quere-quaternary-color);
    border: 1px solid rgba(var(--quere-primary-rgb), 0.17);
    box-shadow: unset;
}

.site-main div.wgl-filter-products .sidebar-container .sidebar {
    --gap: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: calc(-1 * var(--gap));
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>* {
    margin: 0;
    max-width: 100%;
    padding: var(--gap);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(1) {
    width: var(--quere-filters-columns-1, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(2) {
    width: var(--quere-filters-columns-2, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(3) {
    width: var(--quere-filters-columns-3, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(4) {
    width: var(--quere-filters-columns-4, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(5) {
    width: var(--quere-filters-columns-5, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(6) {
    width: var(--quere-filters-columns-6, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(7) {
    width: var(--quere-filters-columns-7, 25%);
}

.site-main div.wgl-filter-products .sidebar-container .sidebar>*:nth-child(8) {
    width: var(--quere-filters-columns-8, 25%);
}

@media (max-width: 767px) {
    .site-main div.wgl-filter-products .sidebar-container .sidebar>* {
        width: 100% !important;
    }
}

.site-main div.wgl-filter-products .sidebar-container .bapf_sfilter {
    margin: 0;
}

.site-main div.wgl-filter-products .wgl-filter-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100%;
    background: rgba(24, 24, 24, 0.6);
    opacity: 1;
    z-index: -1;
    transition: 0.45s ease-in-out;
}

.site-main div.wgl-filter-products .wgl-reset-filter {
    display: block;
    text-align: right;
    margin-right: -25px;
    margin-bottom: -23px;
    margin-top: -22px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
    transition: 0.4s;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 0 10px;
}

.site-main div.wgl-filter-products .wgl-reset-filter:hover,
.site-main div.wgl-filter-products .wgl-reset-filter.active {
    color: var(--quere-primary-color);
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (max-width: 767px) {
    .site-main div.wgl-filter-products .wgl-reset-filter {
        margin-right: -10px;
        margin-bottom: -19px;
        margin-top: -14px;
    }
}

.site-main div.wgl-filter-products .wgl-filter-close {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: calc(100% + 20px);
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 50%;
    line-height: 0;
    border: unset;
    color: var(--quere-tertiary-color);
    background: var(--quere-secondary-color);
    text-align: center;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

@media (max-width: 767px) {
    .site-main div.wgl-filter-products .wgl-filter-close {
        display: flex;
    }
}

@media (max-width: 420px) {
    .site-main div.wgl-filter-products .wgl-filter-close {
        top: 10px;
        left: calc(100% + 5px);
        width: 40px;
        height: 40px;
    }
}

.site-main div.wgl-filter-products .wgl-filter-close::before {
    content: "";
    width: inherit;
    height: inherit;
    background-color: rgba(var(--quere-tertiary-rgb), 0.25);
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: inherit;
}

.site-main div.wgl-filter-products .wgl-filter-close .wgl-filter-close-icon {
    width: 30px;
    line-height: 0;
    cursor: pointer;
    transition: 0.4s;
}

@media (max-width: 420px) {
    .site-main div.wgl-filter-products .wgl-filter-close .wgl-filter-close-icon {
        width: 20px;
    }
}

.site-main div.wgl-filter-products .wgl-filter-close .wgl-filter-close-icon span {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 2px;
    vertical-align: top;
    background: currentColor;
}

@media (max-width: 420px) {
    .site-main div.wgl-filter-products .wgl-filter-close .wgl-filter-close-icon span {
        width: 20px;
    }
}

.site-main div.wgl-filter-products .wgl-filter-close .wgl-filter-close-icon span:nth-child(1) {
    top: 1px;
    transform: rotate(45deg);
}

.site-main div.wgl-filter-products .wgl-filter-close .wgl-filter-close-icon span:nth-child(2) {
    top: -1px;
    transform: rotate(135deg);
}

.site-main div.wgl-filter-products .wgl-filter-close:hover .wgl-filter-close-icon {
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .site-main div.wgl-filter-products {
        position: fixed;
        top: var(--admin-bar-height);
        left: 0;
        height: calc(100vh - var(--admin-bar-height)) !important;
        width: 400px;
        max-width: calc(100% - 100px);
        padding: 0;
        transform: translateX(-100%);
        transition: transform 0.45s ease-in-out;
        z-index: 99999;
    }

    .site-main div.wgl-filter-products.active {
        transform: translateX(0);
    }

    .site-main div.wgl-filter-products.active .wgl-filter-close {
        opacity: 1;
        transition: 0.3s 0.1s ease-in-out;
    }

    .site-main div.wgl-filter-products::before {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.45s ease-in-out;
    }

    .site-main div.wgl-filter-products .sidebar-container {
        overflow: auto;
        padding: 30px 30px 35px;
    }

    .site-main div.wgl-filter-products .wgl-filter-overlay {
        display: block;
    }
}

@media (max-width: 420px) {
    .site-main div.wgl-filter-products {
        max-width: calc(100% - 50px);
    }
}
    
@media (max-width: 1024px) {
    .site-main .advanced_mobile>.row>div.wgl-filter-products .sidebar-container .sidebar>* {
        width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .site-main .advanced_mobile>.row>div.wgl-filter-products .wgl-reset-filter {
        margin-right: -10px;
        margin-bottom: -19px;
        margin-top: -14px;
    }
}

@media (max-width: 1024px) {
    .site-main .advanced_mobile>.row>div.wgl-filter-products .wgl-filter-close {
        display: flex;
    }
}

@media (max-width: 1024px) {
    .site-main .advanced_mobile>.row>div.wgl-filter-products {
        position: fixed;
        top: var(--admin-bar-height);
        left: 0;
        height: calc(100vh - var(--admin-bar-height)) !important;
        width: 400px;
        max-width: calc(100% - 100px);
        padding: 0;
        transform: translateX(-100%);
        transition: transform 0.45s ease-in-out;
        z-index: 99999;
    }

    .site-main .advanced_mobile>.row>div.wgl-filter-products.active {
        transform: translateX(0);
    }

    .site-main .advanced_mobile>.row>div.wgl-filter-products.active .wgl-filter-close {
        opacity: 1;
        transition: 0.3s 0.1s ease-in-out;
    }

    .site-main .advanced_mobile>.row>div.wgl-filter-products::before {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        opacity: 0;
        transition: 0.45s ease-in-out;
    }

    .site-main .advanced_mobile>.row>div.wgl-filter-products .sidebar-container {
        overflow: auto;
        padding: 30px 30px 35px;
    }

    .site-main .advanced_mobile>.row>div.wgl-filter-products .wgl-filter-overlay {
        display: block;
    }
}

.wgl-woocommerce-sorting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 50px;
    margin-top: -7px;
}

.wgl-woocommerce-sorting>* {
    margin-bottom: 0 !important;
}

.wgl-woocommerce-sorting>*:not(:last-child) {
    margin-right: auto;
}

.wgl-woocommerce-sorting .wgl-filter-button {
    border: unset;
    border-bottom: 1px solid var(--quere-button-border-idle);
    font-family: var(--quere-content-font-family);
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    background: unset;
    color: var(--quere-button-color-idle);
    transition: 0.3s ease-in-out;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    padding: 0 30px 0 0;
    margin-right: 0;
    position: relative;
    min-width: 100px;
    height: 40px;
    text-align: left;
    border-radius: 0;
}

.wgl-woocommerce-sorting .wgl-filter-button::after {
    --size: 12px;
    content: "";
    display: block;
    background-image: var(--quere-bg-caret);
    background-size: var(--size);
    background-repeat: no-repeat;
    background-position: 100% center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: var(--size);
    height: var(--size);
    margin: auto;
    transition: 0.4s;
}

.wgl-woocommerce-sorting .wgl-filter-button.active:focus {
    border-color: var(--quere-header-font-color);
}

.wgl-woocommerce-sorting .wgl-filter-button.active::after {
    transform: rotate(-180deg);
}

body.woocommerce-page legend,
.woocommerce-MyAccount-content h3,
.woocommerce-account .addresses .title h3,
.wishlist-title.wishlist-title-with-form h2,
.yith-wcwl-share h4.yith-wcwl-share-title {
    font-family: var(--quere-h3-font-family);
    font-size: 30px;
    line-height: 1.25em;
    font-weight: var(--quere-h3-font-weight);
    letter-spacing: var(--quere-h3-letter-spacing);
    color: var(--quere-header-font-color);
    margin-bottom: 36px;
}

@media all and (max-width: 380px) {

    body.woocommerce-page legend,
    .woocommerce-MyAccount-content h3,
    .woocommerce-account .addresses .title h3,
    .wishlist-title.wishlist-title-with-form h2,
    .yith-wcwl-share h4.yith-wcwl-share-title {
        font-size: 26px;
    }
}

body.woocommerce-checkout .woocommerce-billing-fields>h3,
body.woocommerce-checkout .woocommerce-additional-fields>h3,
body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout .woocommerce-order-details>h2,
body.woocommerce-checkout .woocommerce-customer-details>h2,
body.woocommerce-checkout .woocommerce-column__title,
body.woocommerce-checkout .form-row.wgl_billing_title label {
    font-family: var(--quere-h3-font-family);
    font-size: 30px;
    line-height: 1.25em;
    font-weight: var(--quere-h3-font-weight);
    letter-spacing: var(--quere-h3-letter-spacing);
    color: var(--quere-header-font-color);
    margin-bottom: 36px;
}

@media all and (max-width: 380px) {

    body.woocommerce-checkout .woocommerce-billing-fields>h3,
    body.woocommerce-checkout .woocommerce-additional-fields>h3,
    body.woocommerce-checkout #order_review_heading,
    body.woocommerce-checkout .woocommerce-order-details>h2,
    body.woocommerce-checkout .woocommerce-customer-details>h2,
    body.woocommerce-checkout .woocommerce-column__title,
    body.woocommerce-checkout .form-row.wgl_billing_title label {
        font-size: 26px;
    }
}

body.woocommerce-checkout .woocommerce-order-details>h2 {
    margin-bottom: 17px;
}

body.woocommerce-checkout .woocommerce-additional-fields>h3 {
    margin-bottom: 23px;
    margin-top: 20px;
}

body.woocommerce-checkout .form-row.wgl_billing_title label {
    margin: 29px 0 0;
}

body.woocommerce-checkout .form-row.wgl_billing_title label .optional {
    display: none;
}

body.woocommerce-checkout .col2-set {
    width: calc(50% - 15px);
    margin: 0;
    float: left;
}

body.woocommerce-checkout .col2-set>.col-1,
body.woocommerce-checkout .col2-set>.col-2,
body.woocommerce-checkout .col2-set>[class^=col] {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

body.woocommerce-checkout .col2-set>.col-1 {
    margin-bottom: 13px;
}

body.woocommerce-checkout #order_review_heading {
    margin-bottom: 11px;
}

body.woocommerce-checkout #order_review_heading,
body.woocommerce-checkout #order_review {
    width: calc(50% - 15px);
    max-width: 470px;
    float: right;
    margin-right: 0;
}

body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table thead {
    display: none;
}

body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name {
    width: 66%;
}

body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-total {
    text-align: right;
    padding-right: 0;
}

body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th {
    padding-left: 0;
}

@media (max-width: 426px) {

    body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table thead th.product-name,
    body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table tbody td.product-name,
    body.woocommerce-checkout #order_review.woocommerce-checkout-review-order table.shop_table tfoot tr th {
        padding-left: 0;
    }
}

body.woocommerce-checkout #order_review table.shop_table tbody tr:first-child>*,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:first-child>* {
    padding-top: 12px;
}

body.woocommerce-checkout #order_review table.shop_table tbody tr:last-child>*,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody tr:last-child>* {
    padding-bottom: 22px;
}

body.woocommerce-checkout #order_review table.shop_table tbody td.product-total span,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody td.product-total span {
    font-weight: 400;
}

body.woocommerce-checkout #order_review table.shop_table tbody td.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody td.product-name {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
    width: 66%;
    padding-left: 0;
}

body.woocommerce-checkout #order_review table.shop_table tbody td.product-name .variation,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody td.product-name .variation {
    border-left: 2px solid rgba(var(--quere-header-rgb), 0.1);
    font-size: 0.8em;
    padding-left: 15px;
    margin-top: 10px;
}

body.woocommerce-checkout #order_review table.shop_table tfoot th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th {
    padding-top: 8px;
    padding-bottom: 9px;
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 18px;
    text-transform: uppercase;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child th,
body.woocommerce-checkout #order_review table.shop_table tfoot tr:first-child td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:first-child td {
    padding-top: 19px;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr:nth-last-child(2) th,
body.woocommerce-checkout #order_review table.shop_table tfoot tr:nth-last-child(2) td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:nth-last-child(2) th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:nth-last-child(2) td {
    padding-bottom: 17px;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) th,
body.woocommerce-checkout #order_review table.shop_table tfoot tr:not(:first-child) td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr:not(:first-child) td {
    border-top: unset;
    vertical-align: middle;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.shipping th {
    display: none;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.shipping td {
    display: block;
    margin-right: calc(-100% * 34 / 66);
    width: auto;
    text-align: left;
    padding-bottom: 24px;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping td::before,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.shipping td::before {
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 18px;
    content: attr(data-title);
    display: block;
    text-align: left;
    float: unset;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping ul#shipping_method li,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.shipping ul#shipping_method li {
    text-align: left;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.shipping ul#shipping_method li .woocommerce-Price-amount,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.shipping ul#shipping_method li .woocommerce-Price-amount {
    float: right;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.order-total td {
    padding-top: 19px;
    padding-bottom: 17px;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: var(--quere-primary-color);
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total th,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.order-total th {
    color: var(--quere-header-font-color);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 18px;
    text-transform: uppercase;
}

body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total,
body.woocommerce-checkout #order_review table.shop_table tfoot tr.order-total .woocommerce-Price-amount.amount,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.order-total,
body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr.order-total .woocommerce-Price-amount.amount {
    vertical-align: middle;
}

body.woocommerce-checkout #order_review table.shop_table td,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
    padding-right: 10px;
    font-size: 16px;
    font-weight: var(--quere-header-font-weight);
}

body.woocommerce-checkout #order_review table.shop_table td.product-name+td.product-total,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name+td.product-total {
    text-align: right;
    padding-right: 0;
}

body.woocommerce-checkout #order_review table.shop_table td.product-name+td.product-total span,
body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name+td.product-total span {
    font-size: 18px;
    font-weight: 400;
}

body.woocommerce-checkout #order_review table.shop_table thead th.woocommerce-table__product-table.product-total,
body.woocommerce-checkout .woocommerce-order-details table.shop_table thead th.woocommerce-table__product-table.product-total {
    text-align: right;
    padding-right: 0;
}

@media (max-width: 426px) {

    body.woocommerce-checkout #order_review table.shop_table thead th.product-name,
    body.woocommerce-checkout #order_review table.shop_table tbody td.product-name,
    body.woocommerce-checkout #order_review table.shop_table tfoot tr th,
    body.woocommerce-checkout .woocommerce-order-details table.shop_table thead th.product-name,
    body.woocommerce-checkout .woocommerce-order-details table.shop_table tbody td.product-name,
    body.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot tr th {
        padding-left: 0;
    }
}

body.woocommerce-checkout .woocommerce-checkout {
    margin-bottom: 17px;
}

body.woocommerce-checkout .woocommerce-checkout::after {
    content: "";
    display: block;
    clear: both;
}

body.woocommerce-checkout #add_payment_method #payment div.form-row,
body.woocommerce-checkout .woocommerce-cart #payment div.form-row,
body.woocommerce-checkout .woocommerce-checkout #payment div.form-row {
    margin-bottom: 0;
    padding: 0;
}

body.woocommerce-checkout #payment {
    border-radius: 0;
    border: unset;
    padding: 0;
    background-color: unset;
    box-shadow: unset;
    margin-top: 30px;
}

body.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: unset;
}

body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice,
body.woocommerce-checkout #payment ul.payment_methods li .payment_box {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px 30px 24px;
    box-shadow: unset;
    border-radius: 0;
    background-color: var(--quere-quaternary-color);
    color: var(--quere-content-color);
    margin: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice::before,
body.woocommerce-checkout #payment ul.payment_methods li.woocommerce-notice::after,
body.woocommerce-checkout #payment ul.payment_methods li .payment_box::before,
body.woocommerce-checkout #payment ul.payment_methods li .payment_box::after {
    display: none !important;
}

body.woocommerce-checkout #payment ul.payment_methods li .payment_box {
    margin-top: 10px;
    margin-bottom: 27px;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
    display: inline;
    font-size: 16px;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
}

body.woocommerce-checkout #payment div.form-row {
    padding: 15px 0 0;
}

body.woocommerce-checkout #payment #place_order {
    float: none;
    margin-left: auto;
    display: block;
    margin-top: 30px;
    width: 100%;
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
    overflow: hidden;
    z-index: 1;
}

body.woocommerce-checkout #payment #place_order:hover,
body.woocommerce-checkout #payment #place_order:focus,
body.woocommerce-checkout #payment #place_order:active {
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

body.woocommerce-checkout table.shop_table .woocommerce-Price-amount.amount {
    color: var(--quere-primary-color);
}

.woocommerce form .woocommerce-billing-fields__field-wrapper,
.woocommerce-page form .woocommerce-billing-fields__field-wrapper {
    margin-top: -7px;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
    padding: 0;
    margin-bottom: 33px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: calc(50% - 15px);
}

.woocommerce form .form-row input.input-text,
.woocommerce-page form .form-row input.input-text {
    padding: 0;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    line-height: 1.4;
    height: 85px;
    padding: 0;
    margin-top: 22px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    line-height: 1.3em;
}

.woocommerce form .form-row label.screen-reader-text~.woocommerce-input-wrapper input.input-text,
.woocommerce-page form .form-row label.screen-reader-text~.woocommerce-input-wrapper input.input-text {
    margin-top: -20px;
}

.woocommerce form .form-row>label:not(.title):not(.checkbox),
.woocommerce-page form .form-row>label:not(.title):not(.checkbox) {
    font-family: var(--quere-header-font-family);
    font-size: 16px;
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
    font-weight: 400;
    color: var(--quere-header-font-color);
    text-decoration: none;
    visibility: unset;
}

.woocommerce form .form-row .optional,
.woocommerce-page form .form-row .optional {
    color: var(--quere-header-font-color);
}

.woocommerce form #ship-to-different-address,
.woocommerce-page form #ship-to-different-address {
    margin-top: 6px;
    margin-bottom: 8px;
}

.woocommerce form label.checkbox,
.woocommerce-page form label.checkbox {
    cursor: pointer;
}

.woocommerce form label.checkbox span,
.woocommerce-page form label.checkbox span {
    font-family: var(--quere-h3-font-family);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.25em;
    color: var(--quere-header-font-color);
    letter-spacing: var(--quere-h3-letter-spacing);
    text-transform: uppercase;
}

@media all and (max-width: 380px) {

    .woocommerce form label.checkbox span,
    .woocommerce-page form label.checkbox span {
        font-size: 16px;
    }
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    width: calc(50% - 15px);
    float: left;
}

.woocommerce .woocommerce-customer-details .col2-set,
.woocommerce .woocommerce-order-details .col2-set,
.woocommerce .woocommerce-order-downloads .col2-set {
    width: 100%;
}

.woocommerce .woocommerce-customer-details .col2-set .col-1,
.woocommerce .woocommerce-customer-details .col2-set .col-2,
.woocommerce .woocommerce-order-details .col2-set .col-1,
.woocommerce .woocommerce-order-details .col2-set .col-2,
.woocommerce .woocommerce-order-downloads .col2-set .col-1,
.woocommerce .woocommerce-order-downloads .col2-set .col-2 {
    width: 100%;
}

.woocommerce .woocommerce-customer-details .col2-set .col-1+.col-2,
.woocommerce .woocommerce-order-details .col2-set .col-1+.col-2,
.woocommerce .woocommerce-order-downloads .col2-set .col-1+.col-2 {
    margin-top: 40px;
}

.woocommerce .woocommerce-order-details {
    max-width: 470px;
}

.woocommerce .woocommerce-customer-details {
    float: right;
}

.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--quere-primary-color);
    padding: 2px 0 21px 0;
    background: unset;
    box-shadow: unset;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    color: var(--quere-header-font-color);
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    color: var(--quere-header-font-color);
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details {
    padding: 30px;
    background-color: var(--quere-quaternary-color);
    color: var(--quere-content-color);
    border: none;
    box-shadow: none;
    position: relative;
    min-height: 130px;
    margin-bottom: 40px;
    border-radius: 0;
}

@media (max-width: 426px) {
    .woocommerce ul.order_details.woocommerce-thankyou-order-details {
        padding: 20px;
    }
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li {
    padding-right: unset;
    margin-right: unset;
    font-size: 13px;
    text-transform: capitalize;
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li strong {
    font-size: 15px;
    color: var(--quere-header-font-color);
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li .woocommerce-Price-amount.amount {
    color: var(--quere-primary-color);
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
    font-family: var(--quere-header-font-family);
    position: static;
    margin-bottom: 25px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: var(--quere-header-font-weight);
    line-height: 1.25;
    color: var(--quere-header-font-color);
    justify-content: center;
    border-right: unset;
    border-bottom: 1px dashed rgba(var(--quere-header-rgb), 0.27);
    padding-bottom: 15px;
    text-transform: capitalize;
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order strong {
    margin: 5px 0 0;
    font-family: var(--quere-content-font-family);
    font-size: 30px;
    color: var(--quere-primary-color);
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) {
    border: unset;
    width: 100%;
}

.woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order):not(:last-child) {
    margin-bottom: 13px;
}

@media all and (min-width: 600px) {
    .woocommerce ul.order_details.woocommerce-thankyou-order-details {
        padding: 30px 30px 30px 180px;
    }

    .woocommerce ul.order_details.woocommerce-thankyou-order-details li.woocommerce-order-overview__order {
        padding: 7px 15px 7px 0;
        position: absolute;
        width: 120px;
        left: 30px;
        top: 30px;
        bottom: 30px;
        border-bottom: unset;
        border-right: 1px dashed rgba(var(--quere-header-rgb), 0.27);
        margin-bottom: 0;
    }

    .woocommerce ul.order_details.woocommerce-thankyou-order-details li:not(.woocommerce-order-overview__order) strong {
        display: inline-block;
        margin-left: 5px;
    }
}

.wc-item-meta {
    border-left: 2px solid rgba(var(--quere-header-rgb), 0.1);
    font-size: 0.8em;
    padding: 0 0 0 15px;
    margin-top: 5px;
    margin-left: 0;
}

.wc-item-meta strong {
    font-weight: 400;
}

.wc-item-meta li {
    margin: 0;
    line-height: 1.25;
}

.woocommerce .order-again {
    margin-top: 30px;
}

.woocommerce table.shop_table.woocommerce-table--order-details.order_details thead {
    display: none;
}

.woocommerce table.shop_table.woocommerce-table--order-details.order_details tfoot tr:nth-last-child(2) td,
.woocommerce table.shop_table.woocommerce-table--order-details.order_details tfoot tr:nth-last-child(2) th {
    padding-bottom: 23px;
}

.woocommerce table.shop_table.woocommerce-table--order-details.order_details tfoot tr:last-child {
    font-size: 18px;
    font-weight: var(--quere-header-font-weight);
}

.woocommerce table.shop_table.woocommerce-table--order-details.order_details tfoot tr:last-child td,
.woocommerce table.shop_table.woocommerce-table--order-details.order_details tfoot tr:last-child th {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: var(--quere-primary-color);
    padding-top: 13px;
    padding-bottom: 14px;
}

.woocommerce table.shop_table.woocommerce-table--order-details.order_details tfoot tr:last-child .woocommerce-Price-amount.amount {
    font-size: inherit;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 20px 0;
    margin: 0;
    box-shadow: unset;
    border-radius: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--quere-secondary-color);
    text-transform: uppercase;
    font-family: var(--quere-header-font-family);
    background-image: linear-gradient(to top, currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0% 84%;
    background-repeat: no-repeat;
    transition: background-size 1s, color 0.4s;
    display: inline-block;
    padding: 1px 0;
}

.woocommerce-MyAccount-navigation ul li.is-active>a,
.woocommerce-MyAccount-navigation ul li:hover>a {
    color: var(--quere-primary-color);
    background-size: 100% 1px;
}

.woocommerce-account #main-content>.woocommerce {
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 270px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: calc(100% - 300px);
    padding: 20px 0;
}

@media all and (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        margin-top: 40px;
    }
}

@media all and (max-width: 992px) {

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details {
        width: 100%;
    }
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-columns.addresses {
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details__title,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-column__title {
    font-family: var(--quere-h3-font-family);
    font-size: var(--quere-h3-font-size);
    line-height: var(--quere-h3-line-height);
    font-weight: var(--quere-h3-font-weight);
    text-transform: var(--quere-h3-text-transform);
    margin-bottom: 25px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:first-child>* {
    padding-top: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr:last-child>* {
    padding-bottom: 22px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr td {
    background-color: transparent;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr td.woocommerce-table__product-total {
    text-align: right;
}

@media all and (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-content table.shop_table tbody tr {
        margin-bottom: 20px;
        padding: 0 0 11px;
        border-bottom: 1px solid var(--quere-primary-color);
    }
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:first-child th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:first-child td {
    padding-top: 28px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:nth-last-child(2) th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:nth-last-child(2) td {
    padding-bottom: 17px;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:not(:first-child) th,
.woocommerce-account .woocommerce-MyAccount-content table.shop_table tfoot tr:not(:first-child) td {
    border-top: unset;
}

.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}

body .woocommerce-account .addresses .title h3 {
    margin-bottom: 10px;
}

.woocommerce .u-columns h2,
.woocommerce-page .u-columns h2 {
    display: inline;
    position: relative;
    margin-bottom: 16px;
    font-size: 42px;
    line-height: 1.25em;
    text-transform: uppercase;
    z-index: 2;
}

.woocommerce form span.show-password-input,
.woocommerce-page form span.show-password-input {
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.login,
.woocommerce-page form.register {
    padding: 30px 35px 20px;
    border: unset;
    box-shadow: 9px 11px 29px 0 rgba(0, 0, 0, 0.12);
    margin: 24px 0;
    background-color: var(--quere-tertiary-color);
    border-radius: 0;
}

.woocommerce .modal_content,
.woocommerce-page .modal_content {
    color: var(--quere-content-color);
    text-align: left;
}

.woocommerce .modal_content h2,
.woocommerce-page .modal_content h2 {
    font-size: 32px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: var(--quere-header-font-color);
    margin-bottom: 16px;
}

.woocommerce .modal_content .col2-set,
.woocommerce-page .modal_content .col2-set {
    width: 100%;
}

.woocommerce .modal_content .u-columns form,
.woocommerce-page .modal_content .u-columns form {
    position: relative;
    z-index: 2;
}

.woocommerce .modal_content .u-columns form .form-row:last-child,
.woocommerce-page .modal_content .u-columns form .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce .modal_content .woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce-page .modal_content .woocommerce-button.button.woocommerce-form-register__submit {
    margin-bottom: 15px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
}

.wgl-theme-header .login-in {
    display: inline-block;
    padding-top: 0;
}

.wgl-theme-header .login-in.woocommerce {
    display: inline-block;
    padding-top: 0;
}

body .login-in_wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit;
}

body .wgl-site-header .login-in_wrapper a.button {
    text-align: center;
    min-width: unset;
    margin: 0;
}

body .wgl-site-header .login-in_wrapper a.button .wgl-icon-login {
    display: none;
}

body .wgl-mobile-header .login-in_wrapper a.button {
    border-radius: 0;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: unset;
    letter-spacing: 0;
    padding: 0;
    color: inherit;
    background-color: unset;
    border: unset;
    height: auto;
    text-transform: unset;
    transition: unset;
}

body .wgl-mobile-header .login-in_wrapper a.button .button__content {
    display: none;
}

body .wgl-mobile-header .login-in_wrapper .wgl-icon-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    line-height: 1em;
    letter-spacing: unset;
    font-weight: normal;
    border-radius: 100px;
    width: 1.2em;
    height: 50px;
}

.woocommerce .wgl_modal-window {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    outline: none;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    transition: 0.45s;
}

.woocommerce .wgl_modal-window .modal-dialog {
    max-width: 380px;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 30px;
    z-index: 2;
}

.woocommerce .wgl_modal-window .col2-set .col-1,
.woocommerce .wgl_modal-window .col2-set .col-2 {
    width: 100%;
}

@media all and (min-width: 768px) {
    .woocommerce .wgl_modal-window {
        align-items: center;
    }

    .woocommerce .wgl_modal-window .modal-dialog {
        max-width: 970px;
    }

    .woocommerce .wgl_modal-window .col2-set .col-1 {
        float: left;
        width: calc(50% - 15px);
    }

    .woocommerce .wgl_modal-window .col2-set .col-2 {
        float: right;
        width: calc(50% - 15px);
    }
}

.woocommerce .wgl_modal-window .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--quere-tertiary-rgb), 0.5);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    visibility: visible;
    pointer-events: none;
    transition: 0.4s;
    z-index: 1;
}

.open_login .wgl_modal-window {
    opacity: 1;
    visibility: visible;
}

.open_login .wgl_modal-window .overlay {
    pointer-events: auto;
}

.wgl-theme-header .mini_cart-overlay {
    position: absolute;
    z-index: 15;
    top: calc(-1px * var(--positioning-size));
    right: calc(-1px * var(--positioning-size));
    width: 100vw;
    height: 100vh;
    background: var(--quere-cart-overlay, rgba(var(--quere-secondary-rgb), 0.4));
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.4s, opacity 0.4s;
}

.wgl-theme-header .mini_cart-overlay.full {
    margin-top: -200px;
    height: calc(100vh + 200px);
}

.wgl-theme-header .mini-cart {
    display: block;
    position: relative;
}

.wgl-theme-header .mini-cart a {
    color: inherit;
    cursor: pointer;
}

.wgl-theme-header .mini-cart:hover svg line.st_transform-left {
    transform: rotate(-60deg);
}

.wgl-theme-header .mini-cart:hover svg line.st_transform-right {
    transform: rotate(60deg);
}

.wgl-theme-header .mini-cart .woo_mini_cart::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38px;
    top: -38px;
    left: 0;
    right: 0;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart__empty-message {
    font-size: 16px;
    line-height: 1.5;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li {
    text-align: left;
    list-style: none;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.wgl-theme-header .mini-cart .woocommerce-mini-cart.cart_list.product_list_widget li:first-child {
    margin-top: 0;
}

.wgl-theme-header.open_cart .mini_cart-overlay {
    visibility: visible;
    opacity: 1;
}

.wgl-theme-header.open_cart .woocommerce .woo_mini_cart {
    transform: translateX(0);
}

.wgl-theme-header .woocommerce .woo_mini_cart {
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 350px;
    min-height: 20vh;
    max-height: calc(100vh - 30px);
    border-radius: 0;
    padding: 40px;
    text-align: center;
    border: unset;
    box-shadow: 9px 11px 29px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    transform: translateX(calc(100% + 40px));
    transition: 0.3s ease-in;
    scrollbar-width: none;
}

@media (max-width: 419px) {
    .wgl-theme-header .woocommerce .woo_mini_cart {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 120px);
        padding: 15px;
    }
}

.wgl-theme-header .woocommerce .woo_mini_cart .variation {
    color: inherit;
    border-left: 2px solid rgba(var(--quere-header-rgb), 0.1);
}

.wgl-theme-header .woocommerce .woo_mini_cart ul.cart_list {
    padding-top: 0;
    margin-top: 0;
    max-height: 400px;
}

.wgl-theme-header .woocommerce .woo_mini_cart ul.cart_list::-webkit-scrollbar-track {
    border-color: var(--quere-submenu-background);
}

.wgl-theme-header .woocommerce .woo_mini_cart ul.cart_list::-webkit-scrollbar-thumb {
    border-color: var(--quere-submenu-background);
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 44px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 18px;
    text-align: left;
}

.wgl-theme-header .woocommerce .woo_mini_cart .mini_cart_title h4 {
    font-size: 24px;
}

.wgl-theme-header .woocommerce .woo_mini_cart .close_mini_cart::after {
    content: "\f169";
    padding-left: 8px;
    font-family: "flaticon";
    font-size: 13px;
    line-height: 0;
    color: rgba(var(--quere-header-rgb), 0.54);
    text-rendering: auto;
    box-shadow: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    transition: 0.3s;
}

.wgl-theme-header .woocommerce .woo_mini_cart .blockUI.blockOverlay {
    background-color: transparent !important;
}

.wgl-theme-header .woocommerce .woo_mini_cart a.remove:hover::before {
    color: var(--quere-submenu-color);
}

.wgl-theme-header .woocommerce .woo_mini_cart ul.cart_list li a {
    color: var(--quere-submenu-color);
}

.wgl-theme-header .woocommerce .woo_mini_cart ul.cart_list li.mini_cart_item.woocommerce-mini-cart-item .quantity .amount {
    color: var(--quere-submenu-color);
}

.wgl-theme-header .woocommerce .woo_mini_cart .total {
    color: var(--quere-submenu-color);
    border-color: rgba(var(--quere-submenu-color-rgb), 0.5);
}

.wgl-theme-header .woo_icon {
    display: flex;
    align-items: center;
    line-height: 30px;
    height: 100%;
    letter-spacing: 0;
}

.wgl-theme-header .woo_mini-count {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-style: normal;
    color: inherit;
    backface-visibility: hidden;
    transition: 0s;
}

.wgl-theme-header .woo_mini-count::before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: unset;
    font-weight: normal;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.wgl-theme-header .woo_mini-count span {
    display: inline-block;
    border-radius: 19px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 19px;
    min-width: 19px;
    height: 19px;
    font-size: 10px;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    text-align: center;
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    right: 0;
    top: -18px;
    bottom: 5px;
    margin: auto;
}

.wgl-theme-header .wgl-mobile-header .woo_mini-count::before {
    font-size: 21px;
    width: 1.2em;
}

.wgl-theme-header .wgl-mobile-header .woo_mini-count span {
    position: static;
}

.wgl-theme-header .wgl-mobile-header .wgl-cart {
    color: inherit;
}

.wgl-theme-header .favorite_icon {
    display: flex;
    align-items: center;
    line-height: 30px;
    height: 100%;
    letter-spacing: 0;
}

.wgl-theme-header .favorite_icon .favorite-count {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-style: normal;
    color: inherit;
    backface-visibility: hidden;
    transition: 0s;
}

.wgl-theme-header .favorite_icon .favorite-count:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1em;
    letter-spacing: unset;
    font-weight: normal;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    font-weight: 700;
}

.wgl-theme-header .favorite_icon .favorite-count span {
    display: inline-block;
    border-radius: 19px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 19px;
    min-width: 19px;
    height: 19px;
    font-size: 10px;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    text-align: center;
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    right: 0;
    top: -18px;
    bottom: 5px;
    margin: auto;
}

body {
    --admin-bar-height: 0.01px;
}

.admin-bar {
    --admin-bar-height: 32px;
}

@media all and (max-width: 782px) {
    .admin-bar {
        --admin-bar-height: 46px;
    }
}

@media all and (max-width: 600px) {
    .admin-bar {
        --admin-bar-height: 0.01px;
    }
}

.admin-bar .wgl-sticky-header {
    top: var(--admin-bar-height);
}

.admin-bar .wgl-theme-header .woo_mini_cart {
    margin-top: 0;
}

.wgl_module_message_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border: unset;
    padding: 20px;
    position: relative;
    min-height: 55px;
    border-radius: 0;
    background-color: var(--quere-quaternary-color);
    z-index: 0;
}

.wgl_module_message_box:not(:first-child) {
    margin-top: -20px;
}

.wgl_module_message_box::after {
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    border: unset;
    border-color: var(--quere-primary-color);
    opacity: 1;
    box-shadow: unset;
}

.wgl_module_message_box.hide {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
}

.wgl_module_message_box.closable .message_content {
    max-width: calc(100% - 70px - 50px);
}

.wgl_module_message_box a {
    font-weight: 700;
}

.wgl_module_message_box strong {
    font-weight: 700;
}

.wgl_module_message_box .message_title {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: -1px;
    color: inherit;
}

.wgl_module_message_box .message_text {
    font-size: 14px;
    line-height: 1.45;
}

.wgl_module_message_box .message_text li {
    line-height: 30px;
    margin-bottom: 2px;
}

.wgl_module_message_box .message_icon_wrap {
    position: static;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #5481F8;
    margin: -1px 20px auto 0;
    border: unset;
    color: var(--quere-tertiary-color);
    z-index: 1;
}

.wgl_module_message_box .message_icon {
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
}

.wgl_module_message_box .message_icon::before {
    font-family: "flaticon";
}

.wgl_module_message_box .message_content {
    width: 100%;
    padding: 0 0 1px 0;
    max-width: calc(100% - 70px);
}

.wgl_module_message_box .message_close_button {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: -6px -8px auto auto;
    cursor: pointer;
    transition: 0.4s;
    text-align: center;
    color: rgba(var(--quere-header-rgb), 0.54);
    z-index: 1;
}

.wgl_module_message_box .message_close_button::before {
    font-family: "Flaticon";
    display: inline-block;
    content: "\f12d";
    transition: 0.3s;
}

.wgl_module_message_box .message_close_button:hover::before {
    color: rgba(var(--quere-header-rgb), 1);
}

.wgl_module_message_box~.wgl_module_message_box .message_close_button {
    display: none;
}

.wgl_module_message_box.type_info .message_icon_wrap {
    background-color: #5481F8;
}

.wgl_module_message_box.type_info .message_icon::before {
    content: "\f125";
}

.wgl_module_message_box.type_success .message_icon_wrap {
    background-color: #39A827;
}

.wgl_module_message_box.type_success .message_icon::before {
    content: "\f128";
}

.wgl_module_message_box.type_error .message_icon_wrap {
    background-color: #CE4040;
}

.wgl_module_message_box.type_error .message_icon::before {
    content: "\f126";
}

.wgl_module_message_box.type_warning .message_icon_wrap {
    background-color: #E78A47;
}

.wgl_module_message_box.type_warning .message_icon::before {
    content: "\f127";
}

.wgl_module_message_box a.button.wc-forward {
    margin: 20px 0 0 0;
    width: 100%;
    text-align: center;
    order: 1;
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.wgl_module_message_box a.button.wc-forward:hover,
.wgl_module_message_box a.button.wc-forward:focus {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info::before {
    display: none;
}

.woocommerce-error-list {
    border-top: 0;
    margin: -5px 0 -5px;
    padding: 0;
    background: transparent;
    color: inherit;
}

div.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message {
    color: var(--quere-content-color);
    background-color: var(--quere-quaternary-color);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border: unset;
    padding: 19px 20px;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
}

div.woocommerce-error a,
div.woocommerce-info a,
div.woocommerce-message a {
    color: var(--quere-primary-color);
    font-weight: 400;
}

div.woocommerce-error a:hover,
div.woocommerce-info a:hover,
div.woocommerce-message a:hover {
    color: var(--quere-header-font-color);
}

div.woocommerce-error.woocommerce-Message,
div.woocommerce-info.woocommerce-Message,
div.woocommerce-message.woocommerce-Message {
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}

div.woocommerce-error.woocommerce-Message a.button.woocommerce-Button,
div.woocommerce-info.woocommerce-Message a.button.woocommerce-Button,
div.woocommerce-message.woocommerce-Message a.button.woocommerce-Button {
    margin: 0 0 0 auto;
    text-align: center;
    order: 1;
    flex-shrink: 0;
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

div.woocommerce-error.woocommerce-Message a.button.woocommerce-Button:hover,
div.woocommerce-error.woocommerce-Message a.button.woocommerce-Button:focus,
div.woocommerce-info.woocommerce-Message a.button.woocommerce-Button:hover,
div.woocommerce-info.woocommerce-Message a.button.woocommerce-Button:focus,
div.woocommerce-message.woocommerce-Message a.button.woocommerce-Button:hover,
div.woocommerce-message.woocommerce-Message a.button.woocommerce-Button:focus {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

@media (max-width: 992px) {

    div.woocommerce-error.woocommerce-Message,
    div.woocommerce-info.woocommerce-Message,
    div.woocommerce-message.woocommerce-Message {
        flex-direction: column;
        align-items: flex-start;
    }
}

div.woocommerce-error::after,
div.woocommerce-info::after,
div.woocommerce-message::after {
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    opacity: 1;
    border: unset;
    box-shadow: unset;
}

div.woocommerce-error::before,
div.woocommerce-info::before,
div.woocommerce-message::before {
    display: none;
}

div.woocommerce>.wgl_module_message_box {
    margin-bottom: 20px;
}

div.woocommerce .wgl-woocommerce-sorting .wgl_module_message_box {
    width: 100%;
}

div.woocommerce .wgl-woocommerce-sorting .wgl_module_message_box::before {
    display: none;
}

div.woocommerce .wgl-woocommerce-sorting .woocommerce-notices-wrapper {
    flex: 1 1 100%;
}

div.woocommerce .woocommerce-customer-details address {
    border-radius: 0;
    border: unset;
    padding: 0;
    background: unset;
    box-shadow: unset;
}

body div.woocommerce-error::after {
    border-color: #CE4040;
}

body div.woocommerce-message::after {
    border-color: #39A827;
}

p.woocommerce-info,
li.woocommerce-info {
    position: relative;
    border-radius: 0;
    color: var(--quere-content-color);
    background-color: var(--quere-quaternary-color);
    font-size: 14px;
    line-height: 1.45;
    min-height: 76px;
    padding: 20px 20px 20px 81px;
    border: unset;
    box-shadow: unset;
    z-index: 0;
    display: flex;
    align-items: center;
}

p.woocommerce-info::before,
li.woocommerce-info::before {
    content: "\f125";
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    background-color: #5481F8;
    border: unset;
    position: absolute;
    top: 20px;
    bottom: 20px;
    margin: auto;
    left: 20px;
    z-index: 1;
}

p.woocommerce-info::after,
li.woocommerce-info::after {
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: -1;
    border: 1px solid #5481F8;
    border: unset;
    opacity: 0.95;
    box-shadow: unset;
}

.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
    margin-bottom: 40px;
}

.woocommerce-NoticeGroup:empty,
.woocommerce-notices-wrapper:empty {
    display: none;
}

.woocommerce .woocommerce-checkout .wgl_module_message_box {
    margin-bottom: 10px;
}

.wgl-theme-header .wgl_notices_wrapper {
    --positioning-size: 30;
    position: fixed;
    top: calc(1px * var(--positioning-size));
    right: calc(1px * var(--positioning-size));
    width: 510px;
    pointer-events: none;
    z-index: -1;
}

.wgl-theme-header .wgl_notices_wrapper>div {
    pointer-events: auto;
}

.wgl-theme-header .wgl_notices_wrapper>div:not(:last-child) {
    margin-bottom: calc(1px + 1px * var(--positioning-size));
}

.wgl-theme-header .wgl_notices_wrapper>div.wgl-cart-header {
    margin: 0;
}

@media (max-width: 599px) {
    .wgl-theme-header .wgl_notices_wrapper {
        --positioning-size: 10;
        max-width: calc(100% - var(--positioning-size) * 2px);
        top: calc(1px * var(--positioning-size));
        right: calc(1px * var(--positioning-size));
    }
}

.wgl-theme-header .woocommerce-notices-wrapper,
.wgl-theme-header .wgl-form-coupon-toggle {
    position: relative;
    margin-top: 0;
    right: 0;
    z-index: 16;
    margin-bottom: 30px;
    border-radius: 0;
    width: 100%;
    background-color: var(--quere-quaternary-color);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
}

.wgl-theme-header .woocommerce-notices-wrapper.hide,
.wgl-theme-header .wgl-form-coupon-toggle.hide {
    opacity: 0 !important;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
}

.wgl-theme-header .woocommerce-notices-wrapper .wgl_module_message_box,
.wgl-theme-header .wgl-form-coupon-toggle .wgl_module_message_box {
    position: static;
    margin: 0;
    border: unset;
    box-shadow: unset;
    background: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    border-radius: unset;
}

.wgl-theme-header .woocommerce-notices-wrapper .wgl_module_message_box:not(:first-child),
.wgl-theme-header .wgl-form-coupon-toggle .wgl_module_message_box:not(:first-child) {
    margin-top: -20px;
}

.wgl-theme-header .woocommerce-notices-wrapper .wgl_module_message_box .message_close_button,
.wgl-theme-header .wgl-form-coupon-toggle .wgl_module_message_box .message_close_button {
    bottom: auto;
}

.wgl-theme-header .woocommerce-notices-wrapper .checkout_coupon.woocommerce-form-coupon,
.wgl-theme-header .wgl-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon {
    border: unset;
    border-radius: unset;
    margin: 0;
    padding: 0 20px 20px;
}

.wgl-theme-header .woocommerce-notices-wrapper .checkout_coupon.woocommerce-form-coupon .form-row.form-row-wide,
.wgl-theme-header .wgl-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon .form-row.form-row-wide {
    position: relative;
    margin-bottom: 0;
}

.wgl-theme-header .woocommerce-notices-wrapper .checkout_coupon.woocommerce-form-coupon input,
.wgl-theme-header .wgl-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon input {
    background: unset;
    margin: 0;
}

.wgl-theme-header .woocommerce-notices-wrapper .checkout_coupon.woocommerce-form-coupon input::placeholder,
.wgl-theme-header .wgl-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon input::placeholder {
    opacity: 1 !important;
}

.wgl-theme-header .woocommerce-notices-wrapper .checkout_coupon.woocommerce-form-coupon button.icon,
.wgl-theme-header .wgl-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon button.icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background: unset;
    border: unset;
    border-radius: unset;
    font-weight: normal;
    font-size: 21px;
    width: 2.2em;
    height: 40px;
    line-height: 10px;
    padding: 0 0.6em;
    margin-right: -0.6em;
    color: var(--quere-primary-color);
}

.wgl-theme-header .woocommerce-notices-wrapper .checkout_coupon.woocommerce-form-coupon button.icon:hover,
.wgl-theme-header .wgl-form-coupon-toggle .checkout_coupon.woocommerce-form-coupon button.icon:hover {
    color: var(--quere-header-font-color);
}

.wgl-theme-header .woocommerce-notices-wrapper .blockOverlay,
.wgl-theme-header .wgl-form-coupon-toggle .blockOverlay {
    display: none !important;
}

.wgl-theme-header .wgl_notices_wrapper {
    --height: 0;
    --sticky-height: 0;
    --mobile-sticky-height: 0;
    transform: translateY(calc(var(--height) + var(--admin-bar-height)));
    opacity: 0;
    transition: 0.3s, opacity 0.3s 1s;
}

.wgl-theme-header .wgl_notices_wrapper.stick_top {
    transform: translateY(var(--admin-bar-height));
}

.wgl-theme-header .sticky_active~.sticky_mobile~.wgl_notices_wrapper {
    transform: translateY(calc(var(--mobile-sticky-height) + var(--admin-bar-height)));
}

@media (max-width: 600px) {
    .wgl-theme-header .sticky_active~.sticky_mobile~.wgl_notices_wrapper {
        --admin-bar-height: 0.01px;
    }
}

@media all and (max-width: 600px) {
    .admin-bar .wgl-theme-header .wgl_notices_wrapper.stick_default {
        --admin-bar-height: 46px;
    }
}

.woocommerce.single-product #main-content>.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce nav.woocommerce-pagination {
    margin: 43px 0 0 0;
    padding: 0;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    margin: -5px;
    border: 0;
    font-size: 0;
    text-align: left;
    white-space: normal;
    list-style: none;
    clear: both;
}

.woocommerce nav.woocommerce-pagination ul li {
    float: none;
    display: inline-block;
    margin: 5px;
    line-height: 1;
    vertical-align: baseline;
    border: 0;
    padding: 0;
    overflow: visible;
}

.woocommerce nav.woocommerce-pagination ul li a.page-numbers:focus,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers:hover {
    background: var(--quere-primary-color);
    color: var(--quere-tertiary-color);
    border-color: var(--quere-primary-color);
}

.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.page-numbers {
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 42px;
    min-width: 42px;
    padding: 0 5px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    transition: 0.4s;
    background: var(--quere-tertiary-color);
    color: var(--quere-primary-color);
    border: 1px solid var(--quere-primary-color);
    border-radius: 42px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    background: var(--quere-primary-color);
    color: var(--quere-tertiary-color);
    border-color: var(--quere-primary-color);
}

.woocommerce nav.woocommerce-pagination ul li span.dots {
    pointer-events: none;
    min-width: unset !important;
    border-color: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li a.next,
.woocommerce nav.woocommerce-pagination ul li a.prev {
    line-height: 44px;
}

.woocommerce nav.woocommerce-pagination ul li a.prev i {
    transform: scaleX(-1);
}

.woocommerce nav.woocommerce-pagination ul li i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s, color 0s;
    font-size: 21px;
    font-weight: normal;
}

.wgl-products-categories:not(.carousel-cats) {
    --columns: 5;
    --categories-gap: 30;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    gap: var(--categories-gap);
}

.wgl-products-categories .cats_item-link {
    display: block;
    transition: 0.4s;
}

.wgl-products-categories .cats_item-image {
    transition: 0.5s;
}

.wgl-products-categories .cats_item-media {
    overflow: hidden;
    display: inline-block;
}

.wgl-products-categories .cats_item-title {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 22px;
    line-height: 1.25;
    transition: 0.4s;
    letter-spacing: 0;
}

.wgl-products-categories .cats_item-count {
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s;
}

body[data-elementor-device-mode=desktop] .cats_item.wgl-cursor-text .cats_item-title,
body[data-elementor-device-mode=desktop] .cats_item.wgl-cursor-text .cats_item-count,
body[data-elementor-device-mode=laptop] .cats_item.wgl-cursor-text .cats_item-title,
body[data-elementor-device-mode=laptop] .cats_item.wgl-cursor-text .cats_item-count,
body[data-elementor-device-mode=widescreen] .cats_item.wgl-cursor-text .cats_item-title,
body[data-elementor-device-mode=widescreen] .cats_item.wgl-cursor-text .cats_item-count {
    display: none;
}

.woosc-icon-3::before {
    font-family: "flaticon";
    content: "\f12c";
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    transform: rotate(90deg);
    display: inline-block;
}

.woosw-icon-5::before {
    font-family: "flaticon";
    content: "\f12b";
    font-size: inherit;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
}

.woocommerce div.product div.summary .wgl_wrapper_related_buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: -7px;
    gap: 29px;
}

.woocommerce div.product div.summary .wgl_wrapper_related_buttons:empty {
    display: none;
}

.woocommerce div.product div.summary a.woosw-btn,
.woocommerce div.product div.summary a.woosc-btn {
    --woos-icon-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    border-radius: 0;
    font-family: var(--quere-content-font-family);
    color: var(--quere-header-font-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    height: auto;
    border: unset;
    background: unset;
    text-transform: capitalize;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    padding: 2px 0;
    margin-bottom: 24px;
}

.woocommerce div.product div.summary a.woosw-btn i,
.woocommerce div.product div.summary a.woosc-btn i {
    font-size: 18px;
    font-style: normal;
}

.woocommerce div.product div.summary a.woosw-btn::after,
.woocommerce div.product div.summary a.woosc-btn::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 0;
    height: 1px;
    bottom: 0;
    left: calc(var(--woos-icon-size) + 8px);
    background-color: currentColor;
    transition: 0.6s;
}

.woocommerce div.product div.summary a.woosw-btn:hover::after,
.woocommerce div.product div.summary a.woosc-btn:hover::after {
    width: calc(100% - var(--woos-icon-size) - 8px);
    transition: 2s;
}

.woocommerce div.product div.summary .woosw-btn-icon,
.woocommerce div.product div.summary .woosc-btn-icon {
    font-size: var(--woos-icon-size);
    margin: -5px 0px;
    color: var(--quere-primary-color);
}

.woocommerce div.product div.summary a.woosw-btn {
    --woos-icon-size: 17px;
}

.woocommerce div.product div.summary .woosc-btn-icon {
    transform: translateY(1px);
}

.woocommerce div.product div.summary .woosw-btn-text,
.woocommerce div.product div.summary .woosc-btn-text {
    margin: 0;
}

.woocommerce div.product div.summary a.woosc-btn {
    order: 2;
}

.woocommerce div.product .woosc-quick-table .woosc_table td,
.woocommerce div.product .woosc-quick-table .woosc_table th {
    border: unset;
}

.woocommerce div.product .woosc-quick-table .woosc_table thead th a {
    display: block;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 22px;
    line-height: 1.25;
    color: var(--quere-header-font-color);
    margin: 7px 0 6px;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
}

.woocommerce div.product .woosc-quick-table .woosc_table thead th a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr td:nth-child(2) {
    z-index: 5;
}

.woocommerce div.product .woosc-quick-table .woosc_table thead tr th,
.woosc_list.woosc-page .woosc_table thead tr th,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
    min-width: 215px;
    max-width: 300px;
    padding: 16px 15px 14px 0;
    background-color: var(--quere-tertiary-color);
    color: var(--quere-header-font-color);
    border: unset;
    box-shadow: inset 0 -1px 0 0 var(--quere-primary-color);
}

.woocommerce div.product .woosc-quick-table .woosc_table thead tr th a,
.woosc_list.woosc-page .woosc_table thead tr th a,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
    position: relative;
    font-size: 14px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 1.333em;
    color: inherit;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
    margin-right: 8px;
    padding: 0;
    background: unset;
    text-transform: capitalize;
}

.woocommerce div.product .woosc-quick-table .woosc_table thead tr th a:hover,
.woosc_list.woosc-page .woosc_table thead tr th a:hover,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-rating td .star-rating,
.woosc_list.woosc-page .woosc_table tbody tr.tr-rating td .star-rating,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-rating td .star-rating {
    margin-top: 6px;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-price td:not(:first-child),
.woosc_list.woosc-page .woosc_table tbody tr.tr-price td:not(:first-child),
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price td:not(:first-child) {
    font-size: 16px;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr td:first-child,
.woosc_list.woosc-page .woosc_table tbody tr td:first-child,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:first-child {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
    font-size: 16px;
    letter-spacing: 0;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-default:nth-child(odd) td,
.woosc_list.woosc-page .woosc_table tbody tr.tr-default:nth-child(odd) td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-default:nth-child(odd) td {
    background-color: var(--quere-tertiary-color) !important;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-default:nth-child(even) td,
.woosc_list.woosc-page .woosc_table tbody tr.tr-default:nth-child(even) td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-default:nth-child(even) td {
    background-color: var(--quere-quaternary-color) !important;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-image img,
.woosc_list.woosc-page .woosc_table tbody tr.tr-image img,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
    max-width: 215px;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-price .woocommerce-Price-amount,
.woosc_list.woosc-page .woosc_table tbody tr.tr-price .woocommerce-Price-amount,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price .woocommerce-Price-amount {
    font-family: var(--quere-header-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--quere-header-font-color);
    letter-spacing: 0;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-price td>.woocommerce-Price-amount,
.woocommerce div.product .woosc-quick-table .woosc_table tbody tr.tr-price td ins .woocommerce-Price-amount,
.woosc_list.woosc-page .woosc_table tbody tr.tr-price td>.woocommerce-Price-amount,
.woosc_list.woosc-page .woosc_table tbody tr.tr-price td ins .woocommerce-Price-amount,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price td>.woocommerce-Price-amount,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-price td ins .woocommerce-Price-amount {
    color: var(--quere-header-font-color);
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product a.button,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product a.button,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product a.button {
    text-align: center;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product a.button.loading,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product a.button.loading,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product a.button.loading {
    opacity: 1;
    padding: 15px 36px 15px 16px;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product a.button.loading::after,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product a.button.loading::after,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product a.button.loading::after {
    top: 14px;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product a.wc-forward,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product a.wc-forward,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product a.wc-forward {
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    font-family: var(--quere-header-font-family);
    white-space: nowrap;
    letter-spacing: 0.05em;
    padding: 4px 0;
    max-width: 100%;
    color: var(--quere-primary-color);
    transition: 0.4s;
    overflow: hidden;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product a.wc-forward::before,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product a.wc-forward::before,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product a.wc-forward::before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: currentColor;
    transition: 0.3s;
}

.woocommerce div.product .woosc-quick-table .woosc_table tbody .woocommerce.product a.wc-forward:hover::before,
.woosc_list.woosc-page .woosc_table tbody .woocommerce.product a.wc-forward:hover::before,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .woocommerce.product a.wc-forward:hover::before {
    width: 0;
    transition: 2s;
}

.woocommerce div.product .woosc-quick-table .woosc_table th,
.woocommerce div.product .woosc-quick-table .woosc_table td,
.woosc_list.woosc-page .woosc_table th,
.woosc_list.woosc-page .woosc_table td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table th,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table td {
    padding: 15px 15px 15px 0;
    min-width: unset;
    border: unset;
    vertical-align: top;
}

.woocommerce div.product .woosc-quick-table .woosc_table th:first-child,
.woocommerce div.product .woosc-quick-table .woosc_table td:first-child,
.woosc_list.woosc-page .woosc_table th:first-child,
.woosc_list.woosc-page .woosc_table td:first-child,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table th:first-child,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table td:first-child {
    padding-left: 15px;
}

.woocommerce div.product .woosc-quick-table .woosc_table .shop_attributes td,
.woocommerce div.product .woosc-quick-table .woosc_table.shop_attributes td,
.woosc_list.woosc-page .woosc_table .shop_attributes td,
.woosc_list.woosc-page .woosc_table.shop_attributes td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .shop_attributes td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.shop_attributes td {
    padding: 0 0 0 10px !important;
}

.woocommerce div.product .woosc-quick-table .woosc_table .shop_attributes th::after,
.woocommerce div.product .woosc-quick-table .woosc_table.shop_attributes th::after,
.woosc_list.woosc-page .woosc_table .shop_attributes th::after,
.woosc_list.woosc-page .woosc_table.shop_attributes th::after,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .shop_attributes th::after,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.shop_attributes th::after {
    margin-left: 10px !important;
}

.woosc-area .woosc-inner .woosc-bar div.woosc-bar-btn {
    background-color: var(--quere-button-bg-hover);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    text-transform: capitalize;
}

@media all and (max-width: 420px) {
    .woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item {
        margin: 0 3px;
    }
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
    min-width: 56px;
    min-height: 56px;
    background: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon::before {
    content: "\f12d";
    font-family: "Flaticon";
    color: var(--quere-tertiary-color);
    font-size: 14px;
    font-weight: normal;
}

.woocommerce div.product .woosc-quick-table .woosc_table thead tr th,
.woocommerce div.product .woosc-quick-table .woosc_table td {
    padding: 15px 9px 15px 10px;
}

body div.wgl-products div.product a.woosc-btn,
body div.wgl-products div.product a.woosw-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-family: var(--quere-content-font-family);
    color: var(--quere-header-font-color);
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
    height: auto;
    border: unset;
    background: unset;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    padding: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    z-index: 5;
}

@media (min-width: 380px) and (max-width: 599px) {

    body div.wgl-products div.product a.woosc-btn,
    body div.wgl-products div.product a.woosw-btn {
        top: 10px;
        right: 10px;
    }
}

body div.wgl-products div.product a.woosc-btn [class*=-btn-text],
body div.wgl-products div.product a.woosw-btn [class*=-btn-text] {
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    line-height: 26px;
    height: 26px;
    margin: auto;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-button-color-idle);
    letter-spacing: 0;
    transform: translateX(-20px);
    text-transform: capitalize;
    opacity: 0;
    transition: 0.8s;
    pointer-events: none;
}

body div.wgl-products div.product a.woosc-btn [class*=-btn-text]::after,
body div.wgl-products div.product a.woosw-btn [class*=-btn-text]::after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid transparent;
    border-left-color: var(--quere-button-color-idle);
    position: absolute;
    left: calc(100% - 1px);
    top: 5px;
    right: 0;
}

@media all and (max-width: 767px) {

    body div.wgl-products div.product a.woosc-btn [class*=-btn-text],
    body div.wgl-products div.product a.woosw-btn [class*=-btn-text] {
        display: none;
    }
}

body div.wgl-products div.product a.woosc-btn [class*=-btn-icon],
body div.wgl-products div.product a.woosw-btn [class*=-btn-icon] {
    font-size: 20px;
    font-style: normal;
    display: inline-block;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    width: 42px;
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid transparent;
    text-align: center;
    border-radius: 42px;
    margin: 0;
    transition: 0.5s;
}

body div.wgl-products div.product a.woosc-btn [class*=-btn-icon].woosw-icon-5,
body div.wgl-products div.product a.woosw-btn [class*=-btn-icon].woosw-icon-5 {
    font-size: 18px;
}

@media (min-width: 380px) and (max-width: 599px) {

    body div.wgl-products div.product a.woosc-btn [class*=-btn-icon],
    body div.wgl-products div.product a.woosw-btn [class*=-btn-icon] {
        font-size: 18px;
        height: 34px;
        line-height: 34px;
        width: 34px;
    }

    body div.wgl-products div.product a.woosc-btn [class*=-btn-icon].woosw-icon-5,
    body div.wgl-products div.product a.woosw-btn [class*=-btn-icon].woosw-icon-5 {
        font-size: 16px;
    }
}

body div.wgl-products div.product a.woosc-btn[class*=-btn-added] [class*=-btn-icon],
body div.wgl-products div.product a.woosc-btn:hover [class*=-btn-icon],
body div.wgl-products div.product a.woosw-btn[class*=-btn-added] [class*=-btn-icon],
body div.wgl-products div.product a.woosw-btn:hover [class*=-btn-icon] {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-tertiary-color);
    border: 1px solid rgba(var(--quere-primary-rgb), 0.17);
}

body div.wgl-products div.product a.woosc-btn:hover [class*=-btn-text],
body div.wgl-products div.product a.woosw-btn:hover [class*=-btn-text] {
    transform: translateX(-10px);
    opacity: 1;
}

body div.wgl-products div.product a.woosw-btn~a.woosc-btn {
    top: 72px;
}

@media all and (max-width: 1024px) {
    body div.wgl-products div.product a.woosw-btn~a.woosc-btn {
        top: 72px;
    }
}

@media (min-width: 380px) and (max-width: 599px) {
    body div.wgl-products div.product a.woosw-btn~a.woosc-btn {
        top: 50px;
    }
}

body div.wgl-products div.product:hover a.woosc-btn,
body div.wgl-products div.product:hover a.woosw-btn {
    opacity: 1;
    transform: translateY(0);
}

body div.wgl-products div.product:hover a.woosc-btn {
    transition-delay: 0.2s;
}

@media all and (max-width: 1024px) {

    body div.wgl-products div.product a.woosc-btn,
    body div.wgl-products div.product a.woosw-btn {
        opacity: 1;
        transform: translateY(0);
    }
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content {
    max-width: 500px;
    width: clamp(200px, 100% - 20px, 500px);
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 30px;
    padding: 9px 0 9px 23px;
    background-color: var(--quere-tertiary-color);
    color: var(--quere-header-font-color);
    border-bottom: 1px solid var(--quere-primary-color);
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-manage,
#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-empty {
    font-weight: inherit;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-close {
    color: inherit;
    transition: 0.3s;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-close:hover {
    opacity: 0.5;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner {
    gap: 10px;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span,
#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    color: var(--quere-header-font-color);
    line-height: 1;
    white-space: nowrap;
    padding: 4px 0;
    max-width: 100%;
    transition: 0.4s;
    overflow: hidden;
    border: unset !important;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner span:hover,
#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
    z-index: 5;
}

#woosw_wishlist.woosw-popup .woosw-popup-inner .woosw-popup-content .woosc-popup-content-inner .woosc-search-input input {
    margin: 0;
}

#woosw_wishlist.woosw-popup .woosw-items .woosw-item {
    position: relative;
}

#woosw_wishlist.woosw-popup .woosw-items .woosw-item .woocommerce.product {
    flex-direction: column;
}

#woosw_wishlist.woosw-popup .woosw-items .woosw-item a.button {
    font-size: 14px;
    padding: 10px 26px 10px;
}

#woosw_wishlist.woosw-popup .woosw-items .woosw-item a.button.loading {
    opacity: 1;
    padding: 10px 26px 10px 16px;
}

#woosw_wishlist.woosw-popup .woosw-items .woosw-item a.button.loading::after {
    top: 10px;
    right: 0.7em;
}

@media (max-width: 767px) {
    #woosw_wishlist.woosw-popup .woosw-items .woosw-item a.button {
        padding: 9px 11px 9px;
    }
}

@media (max-width: 767px) {
    #woosw_wishlist.woosw-popup .woosw-items .woosw-item {
        padding: 0;
        margin: 0;
    }

    #woosw_wishlist.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin: 0;
        gap: 10px;
        border: unset;
    }

    #woosw_wishlist.woosw-popup .woosw-items .woosw-item .woosw-item--actions {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #woosw_wishlist.woosw-popup .woosw-items .woosw-item .woosw-item--remove {
        position: absolute;
        right: 0;
        line-height: 20px;
        margin: 0 !important;
        width: 20px;
    }

    #woosw_wishlist.woosw-popup .woosw-items .woosw-item .woosw-item--remove span::before {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #woosw_wishlist.woosw-popup .woosw-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        grid-gap: 15px;
        margin: 0 20px;
        width: auto;
    }
}

.woosw-items .woosw-item-inner {
    border-top: none !important;
    border-bottom: 1px solid rgba(var(--quere-primary-rgb), 0.2);
}

.woosw-items .woosw-item--name {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight) !important;
    font-size: 15px;
    line-height: 1.25;
    color: var(--quere-header-font-color);
    margin-bottom: 3px;
}

.woosw-items .woosw-item--name a {
    font: inherit !important;
    color: inherit;
    -webkit-text-decoration: underline transparent !important;
    text-decoration: underline transparent !important;
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.1em;
}

.woosw-items .woosw-item--name a:hover {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: currentColor !important;
    text-decoration-color: currentColor !important;
}

.woosw-items .woosw-item--time {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 12px;
    color: rgba(var(--quere-header-rgb), 0.59);
    line-height: 22px;
    text-transform: uppercase;
}

.woosw-items .woosw-item--price {
    text-decoration: none;
    color: var(--quere-header-font-color);
}

.woosw-items .woocommerce-Price-amount.amount {
    font-family: var(--quere-header-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--quere-header-font-color);
}

.woosw-items del {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

.woosw-items del .woocommerce-Price-amount {
    color: inherit !important;
}

.woosw-items .woosw-item td {
    background: unset !important;
}

.woosw-items .woosw-item .woocommerce.product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.woosw-items .woosw-item .woocommerce.product a.button {
    text-align: center;
}

.woosw-items .woosw-item .woocommerce.product a.button.loading {
    opacity: 1;
    padding: 11px 36px 13px 16px;
}

.woosw-items .woosw-item .woocommerce.product a.button.loading::after {
    top: 14px;
}

.woosw-items .woosw-item .woocommerce.product a.wc-forward {
    position: relative;
    z-index: 1;
    line-height: 1;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 0;
    white-space: nowrap;
    letter-spacing: 0;
    max-width: 100%;
    color: var(--quere-button-color-idle);
    transition: 0.4s;
    overflow: hidden;
    text-align: center;
    margin: 0;
    display: inline-block;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-button-color-idle);
    text-decoration-color: var(--quere-button-color-idle);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

.woosw-items .woosw-item .woocommerce.product a.wc-forward:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (max-width: 768px) {
    .woosw-items {
        display: block;
        width: 100%;
    }

    .woosw-items tbody {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        grid-gap: 15px;
        width: 100%;
    }

    .woosw-items .woosw-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
        gap: 10px;
    }

    .woosw-items .woosw-item .woosw-item--image img {
        width: 140px !important;
    }

    .woosw-items .woosw-item td {
        display: block;
        width: 100% !important;
        padding: 0 !important;
        border: unset;
        background: unset !important;
    }

    .woosw-items .woosw-item .woocommerce.product a.button {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 12px 9px;
        width: 100%;
    }

    .woosw-items .woosw-item .woocommerce.product a.button.loading {
        opacity: 1;
        padding: 10px 17px 9px 7px;
    }

    .woosw-items .woosw-item .woocommerce.product a.button.loading::after {
        top: 10px;
    }
}

.woosw-list {
    margin-bottom: 50px;
}

.woosw-list .woosw-copy {
    flex-wrap: wrap;
}

.woosw-list .woosw-copy .woosw-copy-label {
    margin-right: 20px;
}

.woosw-list .woosw-copy .woosw-copy-url {
    margin: 0;
}

.woosw-list .woosw-copy .woosw-copy-url input[type=text],
.woosw-list .woosw-copy .woosw-copy-url input[type=url],
.woosw-list .woosw-copy .woosw-copy-url input[type=search],
.woosw-list .woosw-copy .woosw-copy-url input[type=email],
.woosw-list .woosw-copy .woosw-copy-url input[type=password],
.woosw-list .woosw-copy .woosw-copy-url input[type=tel],
.woosw-list .woosw-copy .woosw-copy-url input[type=time],
.woosw-list .woosw-copy .woosw-copy-url input[type=number],
.woosw-list .woosw-copy .woosw-copy-url input[type=date],
.woosw-list .woosw-copy .woosw-copy-url select,
.woosw-list .woosw-copy .woosw-copy-url textarea {
    margin: 0 20px 0 0;
}

.woosw-list .woosw-copy .woosw-copy-btn input {
    display: block;
    margin: 0;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    width: auto;
    height: auto;
    line-height: 23px;
    color: var(--quere-header-font-color);
    background: unset;
    border: unset;
    letter-spacing: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    transition: 0.4s;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

.woosw-list .woosw-copy .woosw-copy-btn input:hover,
.woosw-list .woosw-copy .woosw-copy-btn input:focus {
    color: var(--quere-header-font-color);
    background: unset;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    background: unset;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist {
    line-height: 30px;
    height: 100%;
    letter-spacing: 0;
    color: var(--quere-header-font-color);
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .woosw-menu-item:not(.menu-item-type-woosw) .count {
    display: none;
}

.elementor-editor-active .elementor-widget-wgl-header-wishlist .wgl-wishlist .woosw-menu-item:not(.menu-item-type-woosw) .count {
    display: inline-block;
    border-radius: 18px;
    font-family: var(--quere-content-font-family);
    line-height: 18px;
    min-width: 18px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 5px;
    color: inherit;
    background: transparent;
    margin: auto;
    height: auto;
    width: auto;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .woosw-menu-item:not(.menu-item-type-woosw) a {
    display: flex;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .woosw-menu-item:not(.menu-item-type-woosw) a::before {
    content: "\e90d";
    font-family: "woosw";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: relative;
    color: var(--quere-header-font-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    letter-spacing: unset;
    background-color: var(--estiene-secondary-color);
    border-radius: 100px;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item {
    font-size: 0;
    list-style: none;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item a {
    color: inherit;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item .woosw-menu-item-inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item .woosw-menu-item-inner::before {
    content: "\e90d";
    font-family: "woosw";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: relative;
    color: var(--quere-header-font-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    letter-spacing: unset;
    background-color: var(--estiene-secondary-color);
    border-radius: 100px;
    font-size: 22px;
    width: 50px;
    height: 50px;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item .woosw-menu-item-inner::after {
    display: inline-block;
    border-radius: 18px;
    font-family: var(--quere-content-font-family);
    line-height: 18px;
    min-width: 18px;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    right: 0;
    top: 5px;
    color: inherit;
    background: transparent;
    margin: auto;
    height: auto;
    width: auto;
}

.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item .woosw-menu-item-inner[data-count="0"]::after,
.elementor-widget-wgl-header-wishlist .wgl-wishlist .menu-item .woosw-menu-item-inner[data-count=""]::after {
    display: none;
}

main .sidebar [class*=berocket_] {
    margin: 0;
}

main .sidebar [class*=berocket_] [class*=_head] {
    margin: 0 0 17px;
}

main .sidebar [class*=berocket_] ul li {
    line-height: 1.4;
    line-height: 30px;
}

main .sidebar [class*=berocket_] ul li:not(:last-child) {
    margin-bottom: 11px;
}

main .sidebar [class*=berocket_] ul li a,
main .sidebar [class*=berocket_] ul li label {
    font-size: 14px;
    font-weight: 600;
    color: var(--quere-secondary-color);
    text-transform: uppercase;
    font-family: var(--quere-header-font-family);
    background-image: linear-gradient(to top, currentColor, currentColor);
    background-size: 0 1px;
    background-position: 0% 84%;
    background-repeat: no-repeat;
    transition: background-size 1s, color 0.4s;
    display: inline;
}

main .sidebar [class*=berocket_] ul li.current-cat>a,
main .sidebar [class*=berocket_] ul li.chosen>a,
main .sidebar [class*=berocket_] ul li a:hover,
main .sidebar [class*=berocket_] ul li.checked label,
main .sidebar [class*=berocket_] ul li label:hover {
    color: var(--quere-primary-color);
    background-size: 100% 1px;
}

main .sidebar [class*=berocket_] ul li label {
    font-family: var(--quere-content-font-family);
    margin: 0;
}

.bapf_sfilter ul {
    padding: 0 0 20px 0;
}

.bapf_reset {
    padding: 4px 30px;
}

.woocommerce div.product div.woo_sc_price_btn_popup {
    font: inherit;
    font-family: var(--quere-content-font-family);
    color: var(--quere-primary-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.1em;
    background: transparent;
    height: auto;
    padding: 0;
    border-radius: unset;
    margin-top: 30px;
    transition: all 0.4s;
}

.woocommerce div.product div.woo_sc_price_btn_popup:hover {
    transform: unset;
    box-shadow: unset;
    color: var(--quere-header-font-color);
}

div.woo_sc_data_content {
    margin: 15px auto 0;
}

div.woo_sc_modal_content {
    background-color: rgba(var(--quere-header-rgb), 0.06);
    border: unset;
    border-radius: 0;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
    padding: 30px;
    width: 920px;
    max-width: 90%;
    max-height: 90%;
}

@media (max-width: 767px) {
    div.woo_sc_modal_content {
        padding: 20px;
        width: 700px;
        max-width: 95%;
        max-height: 95%;
    }
}

div.woo_sc_table100-body {
    max-height: 630px;
}

span.woo_sc_modal_close {
    font-size: 0;
    right: 1px;
    top: 1px;
    padding: 0;
    line-height: 0;
    height: 0;
}

span.woo_sc_modal_close::before {
    font-family: "Flaticon";
    display: inline-block;
    content: "\f12d";
    transition: 0.3s;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

div.woo_sc_table_scroll {
    margin-top: 20px;
}

.woocommerce #comments {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce #reviews #comment {
    height: 85px;
}

.woocommerce #reviews #comment .number-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .meta-data::after {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data {
    display: block;
    margin-top: 11px;
    margin-bottom: 3px;
}

.woocommerce #reviews #comments ol.commentlist li .raiting-meta-data .number-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: block;
    float: none;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.woocommerce #comments~#review_form_wrapper #review_form {
    border-radius: 3px;
}

.woocommerce #comments~#review_form_wrapper .form-submit {
    margin-bottom: 0;
    clear: both;
}

.woocommerce #comments~#review_form_wrapper .form-submit button.submit {
    position: relative;
    z-index: 1;
}

.woocommerce #comments~#review_form_wrapper #respond {
    margin-top: 23px;
    margin-bottom: 23px;
}

.woocommerce #comments~#review_form_wrapper #respond h3 {
    margin-bottom: 11px;
}

.woocommerce #comments~#review_form_wrapper #respond p a {
    margin-right: 9px;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform>p,
.woocommerce #comments~#review_form_wrapper #respond form#commentform>span,
.woocommerce #comments~#review_form_wrapper #respond form#commentform>div {
    width: 100%;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating {
    order: 1;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-notes {
    order: 2;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-author {
    order: 3;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-email {
    order: 4;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-comment {
    order: 5;
    margin: 0;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-cookies-consent {
    order: 6;
    font-size: 14px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 3px;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .wpml_language_code {
    order: 7;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .form-submit {
    order: 8;
    padding-top: 8px;
    margin-bottom: 0;
    clear: both;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform label:empty {
    display: none;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating label {
    display: inline-block;
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 16px;
    font-family: var(--quere-content-font-family);
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    color: var(--quere-header-font-color);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating label::after {
    content: ":";
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-author,
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-email {
    width: 50%;
    float: left;
    margin-bottom: 0;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-author input,
.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-email input {
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {

    .woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-author,
    .woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-form-email {
        width: 100%;
    }
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform>p.comment-notes {
    font-size: 14px;
    margin-bottom: 12px;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform>p textarea {
    position: relative;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating {
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars {
    display: inline-block;
    height: 1em;
    line-height: 1.2em;
    width: 6.45em;
    font-size: 13px;
    margin-left: 0;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars>span {
    display: flex;
    height: inherit;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars a {
    margin-right: 0 !important;
    vertical-align: baseline;
    height: 1em;
    width: 2em;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars a::before {
    content: "S";
    color: var(--wgl-stars-secondary-color);
    font-family: star;
    font-weight: normal;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars a:hover~a::before {
    color: var(--wgl-stars-secondary-color) !important;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars:hover a::before {
    color: var(--wgl-stars-primary-color) !important;
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active::before {
    color: var(--wgl-stars-primary-color);
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a.active~a::before {
    color: var(--wgl-stars-secondary-color);
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating .stars.selected a:not(.active)::before {
    color: var(--wgl-stars-primary-color);
}

.woocommerce #comments~#review_form_wrapper #respond form#commentform .comment-form-rating select {
    display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {

    .sidebar_left .columns-3>div.wgl-products,
    .sidebar_right .columns-3>div.wgl-products {
        --products-width: 50%;
    }
}

@media (max-width: 1199px) {
    .woocommerce-mini-cart__buttons.buttons {
        display: block;
    }

    .woocommerce.widget_shopping_cart .buttons a,
    .woocommerce .widget_shopping_cart .buttons a {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .woocommerce-mini-cart__buttons.buttons {
        display: flex;
    }

    .woocommerce .widget_shopping_cart .buttons a,
    .woocommerce.widget_shopping_cart .buttons a {
        margin-right: 10px;
        margin-bottom: 0;
        width: auto;
    }

    div.wgl-products div.product .picture img,
    .woocommerce .products div.wgl-products div.product .picture img {
        border-radius: 3px;
    }

    div.wgl-products div.product .picture .woo_post-link,
    .woocommerce .products div.wgl-products div.product .picture .woo_post-link {
        opacity: 1 !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {

    .sidebar_left .columns-3>div.wgl-products,
    .sidebar_right .columns-3>div.wgl-products {
        --products-width: 50%;
    }
}

@media (max-width: 992px) {
    .columns-4 div.wgl-products {
        --products-width: 50%;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
    }

    body.woocommerce-checkout .woocommerce-order .woocommerce-customer-details,
    body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
        width: 100%;
    }

    body.woocommerce-checkout .woocommerce-order .woocommerce-order-details {
        margin-bottom: 50px;
    }

    body.woocommerce-checkout form.woocommerce-checkout>div,
    body.woocommerce-checkout form.woocommerce-checkout>.col2-set,
    body.woocommerce-checkout form.woocommerce-checkout>#order_review_heading,
    body.woocommerce-checkout form.woocommerce-checkout>#order_review {
        width: 100%;
        max-width: unset;
    }
}

@media (max-width: 992px) and (max-width: 992px) {
    body.woocommerce-checkout form.woocommerce-checkout>.col2-set {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .wgl-products-wrapper div.wgl-products {
        --products-width: 50%;
    }

    .woocommerce-cart-form__contents td.actions .coupon .button.alt,
    .woocommerce-cart-form__contents td.actions .coupon .input-text+.button {
        float: none !important;
    }

    .woocommerce table.shop_table_responsive.cart tr td.actions .coupon,
    .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
        max-width: unset;
        width: 100%;
        margin: 60px 0 0;
    }

    .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text,
    .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
        float: none;
    }

    .woocommerce .cart-collaterals .cross-sells div.wgl-products,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
        --products-width: 50%;
    }

    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 100%;
        max-width: unset;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .woocommerce table.cart td.actions .button,
    .woocommerce table.cart td.actions .coupon .button,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .coupon .button,
    .woocommerce-page table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .coupon .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .coupon .button {
        display: block;
        width: auto;
    }

    .woocommerce table.shop_table_responsive tr td.product-name,
    .woocommerce-page table.shop_table_responsive tr td.product-name {
        font-size: 18px;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        font-family: var(--quere-header-font-family);
        font-weight: var(--quere-header-font-weight);
        color: var(--quere-header-font-color);
        content: attr(data-title) ": ";
        font-size: 18px;
    }

    .woocommerce table.shop_table_responsive.cart tr,
    .woocommerce-page table.shop_table_responsive.cart tr {
        box-shadow: unset;
        margin-bottom: 20px;
        padding: 0 0 20px;
        position: relative;
        border-radius: 0;
    }

    .woocommerce table.shop_table_responsive.cart tr.cart_item,
    .woocommerce-page table.shop_table_responsive.cart tr.cart_item {
        border-bottom: 1px solid rgba(var(--quere-primary-rgb), 0.2);
    }

    .woocommerce table.shop_table_responsive.cart tr td,
    .woocommerce-page table.shop_table_responsive.cart tr td {
        padding: 7px 0;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: transparent !important;
        border: unset;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-name,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-name {
        display: block;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-name .variation,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-name .variation {
        margin-top: 10px;
        font-size: 0.8em;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-quantity,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity {
        padding: 2px 0;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-quantity .quantity .quantity-wrapper,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity .quantity .quantity-wrapper {
        height: 40px;
        padding: 0;
        border: unset;
        margin: 0 -10px;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-quantity .quantity .quantity-wrapper .qty,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-quantity .quantity .quantity-wrapper .qty {
        height: 40px;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-remove,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-remove {
        position: absolute;
        right: 20px;
        top: 0;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .woocommerce table.shop_table_responsive.cart tr td.product-thumbnail::before,
    .woocommerce-page table.shop_table_responsive.cart tr td.product-thumbnail::before {
        display: none;
    }

    .woocommerce table.shop_table_responsive.cart tr td.actions,
    .woocommerce-page table.shop_table_responsive.cart tr td.actions {
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .woocommerce table.shop_table_responsive.cart tr td.actions .coupon,
    .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon {
        padding: 0;
    }

    .woocommerce table.shop_table_responsive.cart tr td.actions .coupon .input-text,
    .woocommerce-page table.shop_table_responsive.cart tr td.actions .coupon .input-text {
        margin-bottom: 10px;
    }

    .woocommerce table.shop_table_responsive.cart tr td.actions input,
    .woocommerce-page table.shop_table_responsive.cart tr td.actions input {
        margin-bottom: 10px;
        width: 100% !important;
    }

    .woocommerce table.shop_table_responsive.cart tr td .woocommerce-Price-amount.amount,
    .woocommerce-page table.shop_table_responsive.cart tr td .woocommerce-Price-amount.amount {
        font-size: 18px;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-bottom: 0;
    }

    .woocommerce form.checkout_coupon .form-row.form-row-last,
    .woocommerce-page form.checkout_coupon .form-row.form-row-last {
        padding-left: 0;
    }

    .woocommerce form.checkout_coupon .form-row.form-row-last button,
    .woocommerce-page form.checkout_coupon .form-row.form-row-last button {
        width: 100%;
    }

    .woocommerce table.shop_table td.product-name,
    .woocommerce table.shop_table thead th.product-name,
    .woocommerce table.shop_table tfoot tr th {
        padding-left: 0;
    }

    body.woocommerce-checkout #order_review table.shop_table td.product-name,
    body.woocommerce-checkout .woocommerce-order-details table.shop_table td.product-name {
        padding-left: 20px;
    }

    .woocommerce .col2-set {
        float: left;
        width: 100%;
        margin-right: 0;
    }

    .woocommerce #order_review_heading,
    .woocommerce #order_review {
        width: 100%;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        width: auto;
        margin-bottom: 0;
    }

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

@media (min-width: 380px) and (max-width: 599px) {

    div.wgl-products div.product .price,
    div.wgl-products .woocommerce-loop-category__title,
    div.wgl-products .woocommerce-loop-product__title,
    .woocommerce .products div.wgl-products div.product .price,
    .woocommerce .products div.wgl-products .woocommerce-loop-category__title,
    .woocommerce .products div.wgl-products .woocommerce-loop-product__title {
        font-size: 16px;
    }

    div.wgl-products .woo_product_content,
    .woocommerce .products div.wgl-products .woo_product_content {
        padding: 16px 0 15px;
    }

    div.wgl-products .star-rating,
    .woocommerce .products div.wgl-products .star-rating {
        font-size: 11px;
    }
}

@media (max-width: 599px) {
    .woocommerce form.checkout_coupon .form-row {
        width: 100%;
    }

    .woocommerce table.shop_attributes th {
        width: auto;
    }

    .woocommerce-cart-form__contents #coupon_code {
        margin-bottom: 9px;
    }

    .woocommerce-cart-form__contents #coupon_code,
    .woocommerce-cart-form__contents #coupon_code+.button {
        width: 100%;
    }

    body.woocommerce-account .form-row-first,
    body.woocommerce-account .form-row-last,
    body.woocommerce-checkout .form-row-first,
    body.woocommerce-checkout .form-row-last {
        width: 100%;
    }

    .wgl_module_message_box.woocommerce-message .message_text {
        display: flex;
        flex-direction: column;
    }

    .wgl_module_message_box.woocommerce-message a.button {
        margin: 15px 0 0 0;
    }
}

@media (max-width: 426px) {

    .woocommerce form.checkout_coupon .cart-collaterals .woocommerce-shipping-destination,
    .woocommerce form.checkout_coupon .cart-collaterals .woocommerce-shipping-calculator,
    .woocommerce form.login .cart-collaterals .woocommerce-shipping-destination,
    .woocommerce form.login .cart-collaterals .woocommerce-shipping-calculator,
    .woocommerce form.register .cart-collaterals .woocommerce-shipping-destination,
    .woocommerce form.register .cart-collaterals .woocommerce-shipping-calculator,
    .woocommerce .cart-collaterals .woocommerce-shipping-destination,
    .woocommerce .cart-collaterals .woocommerce-shipping-calculator,
    .woocommerce-page .cart-collaterals .woocommerce-shipping-destination,
    .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator {
        margin-left: 0;
    }

    .woocommerce form.checkout_coupon table.cart td.actions .coupon .input-text,
    .woocommerce form.checkout_coupon #content table.cart td.actions .coupon .input-text,
    .woocommerce form.login table.cart td.actions .coupon .input-text,
    .woocommerce form.login #content table.cart td.actions .coupon .input-text,
    .woocommerce form.register table.cart td.actions .coupon .input-text,
    .woocommerce form.register #content table.cart td.actions .coupon .input-text,
    .woocommerce table.cart td.actions .coupon .input-text,
    .woocommerce #content table.cart td.actions .coupon .input-text,
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon .input-text {
        width: 180px;
    }

    .woocommerce form.checkout_coupon table.cart td.actions .coupon .input-text+.button,
    .woocommerce form.checkout_coupon #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce form.login table.cart td.actions .coupon .input-text+.button,
    .woocommerce form.login #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce form.register table.cart td.actions .coupon .input-text+.button,
    .woocommerce form.register #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce table.cart td.actions .coupon .input-text+.button,
    .woocommerce #content table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page table.cart td.actions .coupon .input-text+.button,
    .woocommerce-page #content table.cart td.actions .coupon .input-text+.button {
        margin-left: 0;
    }

    .woocommerce form.checkout_coupon form.checkout_coupon,
    .woocommerce form.checkout_coupon form.login,
    .woocommerce form.checkout_coupon form.register,
    .woocommerce form.login form.checkout_coupon,
    .woocommerce form.login form.login,
    .woocommerce form.login form.register,
    .woocommerce form.register form.checkout_coupon,
    .woocommerce form.register form.login,
    .woocommerce form.register form.register,
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register,
    .woocommerce-page form.checkout_coupon,
    .woocommerce-page form.login,
    .woocommerce-page form.register {
        padding: 20px 20px 5px;
    }
}

@media (max-width: 379px) {

    .woocommerce .cart-collaterals .cross-sells div.wgl-products,
    .woocommerce-page .cart-collaterals .cross-sells div.wgl-products {
        --products-width: 100%;
    }

    .wgl-products-wrapper div.wgl-products,
    .woocommerce .wgl-products-wrapper div.wgl-products {
        --products-width: 100%;
    }
}

.woocommerce .summary .product_meta {
    position: relative;
    padding: 30px 0 0;
    margin-top: 18px;
    border-top: 1px solid var(--quere-primary-color);
}

.woocommerce .summary .product_meta>span {
    display: block;
    margin-bottom: 0;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    line-height: 30px;
    color: var(--quere-header-font-color);
}

.woocommerce .summary .product_meta>span:not(:last-child) {
    margin-bottom: 0;
}

.woocommerce .summary .product_meta>span span.title,
.woocommerce .summary .product_meta>span a.title {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-secondary-color);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
    margin-right: 11px;
    text-transform: uppercase;
}

.woocommerce .summary .product_meta>span span.title~span:first-child,
.woocommerce .summary .product_meta>span a.title~span:first-child {
    margin-left: 5px;
}

.woocommerce .summary .product_meta>span a {
    color: var(--quere-header-font-color);
}

.woocommerce .summary .product_meta>span a:hover {
    color: var(--quere-content-color);
}

.woocommerce .summary .woocommerce-product-details__short-description ul {
    margin-top: 0;
    padding-bottom: 15px;
}

.woocommerce .summary .woocommerce-product-details__short-description ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce .summary .woocommerce-product-details__short-description ul li:last-child {
    margin-bottom: 0;
}

.woocommerce .summary .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.woocommerce .summary .product_additional_information {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 0;
    border-top: 1px solid var(--quere-primary-color);
    padding: 32px 0 8px;
}

.woocommerce .summary .product_additional_information+.product_meta {
    border: unset;
    padding-top: 0;
    margin-top: 0;
}

.woocommerce .summary table.shop_attributes {
    border: unset;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.woocommerce .summary table.shop_attributes tr {
    display: block;
}

.woocommerce .summary table.shop_attributes tr:not(:last-child) {
    margin-bottom: 8px;
}

.woocommerce .summary table.shop_attributes th {
    padding: 0 4px 0 0;
    width: auto;
    border: unset;
    font-weight: 500;
    display: inline-block;
    color: var(--quere-header-font-color);
    background: transparent !important;
}

.woocommerce .summary table.shop_attributes th::after {
    content: ":";
}

.woocommerce .summary table.shop_attributes td {
    display: inline-block;
    width: auto;
    border: unset;
    font-style: normal;
    font-weight: 400;
    background: transparent !important;
}

.woocommerce .summary table.shop_attributes td p {
    padding: 0;
}

.wgl-product-description {
    font-size: 14px;
    line-height: 1.4em;
    color: var(--quere-header-font-color);
    font-weight: var(--quere-header-font-weight);
    display: inline-block;
    width: 100%;
    margin-top: 22px;
    margin-bottom: -24px;
}

.woocommerce-product-details__short-description .wgl-product-description {
    margin-top: 11px;
    margin-bottom: -29px;
}

.wgl-product-description h1,
.wgl-product-description h2,
.wgl-product-description h3,
.wgl-product-description h4,
.wgl-product-description h5,
.wgl-product-description h6 {
    color: var(--quere-content-color);
    text-transform: uppercase;
    line-height: 1.25em;
    margin-bottom: 3px !important;
}

.wgl-product-description h1 {
    font-size: 42px;
}

.wgl-product-description h2 {
    font-size: 36px;
}

.wgl-product-description h3 {
    font-size: 30px;
}

.wgl-product-description h4 {
    font-size: 22px;
}

.wgl-product-description h5 {
    font-size: 16px;
}

.wgl-product-description h6 {
    font-size: 14px;
}

.wgl-product-description [class*=wgl_col-] {
    margin-bottom: 26px;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: var(--quere-tertiary-color);
    background-color: var(--quere-primary-color);
    text-align: center;
    text-decoration: none;
    box-shadow: unset;
    border-radius: 50px;
    transition: 0.3s;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    content: "\f104";
    font-family: "Flaticon";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1em;
    border: unset;
    font-size: 21px;
    font-weight: 400;
    text-indent: 0;
    margin: auto;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
    display: none;
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
    color: var(--quere-tertiary-color);
    background-color: var(--quere-secondary-color);
}

.woocommerce.single-product div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper {
    border-radius: 0;
}

.product .flex-control-nav li {
    margin-left: 0;
    padding: 0;
}

.product .flex-control-nav li img {
    margin: 0 auto;
}

.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    float: left;
    width: 48%;
    max-width: 540px;
    margin-bottom: 40px;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    float: right;
    width: 49%;
    max-width: 560px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

@media (max-width: 767px) {

    .woocommerce div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce-page #content div.product div.images {
        width: 100%;
        max-width: unset;
    }

    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.summary {
        width: 100%;
        clear: both;
        max-width: unset;
    }
}

.woocommerce div.product {
    margin-bottom: 60px;
}

.woocommerce div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce div.product .summary .woocommerce-product-rating {
    margin-bottom: 0;
    padding-top: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery figure {
    background-color: var(--quere-primary-color);
    overflow: hidden;
    border-radius: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery figure a {
    pointer-events: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    background: #000000;
    border-radius: 0;
    box-shadow: unset;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    opacity: 0.97;
}

.woocommerce div.product div.images.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper {
    background: #000;
}

.woocommerce div.product div.images.woocommerce-product-gallery>.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    opacity: 0.97;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    grid-gap: 10px;
    margin-top: 10px;
    overflow: visible !important;
    pointer-events: none;
}

@media (min-width: 768px) {
    .woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs {
        grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
        grid-gap: 20px;
        margin-top: 20px;
    }
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    cursor: pointer;
    width: 100%;
    background-color: #000000;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
    border-radius: 0;
    position: relative;
    transition: 0.3s;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.97;
    box-shadow: 0 0 0 0 transparent;
    pointer-events: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img:hover,
.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 0.97;
    box-shadow: 0 0 0 1px var(--quere-primary-color);
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li::before {
    display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-thumbs li:last-child {
    margin-right: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 99;
    top: 1em;
    right: 1em;
}

.woocommerce div.product .product_title {
    margin-top: -0.12em;
    margin-bottom: 9px;
    font-size: 36px;
    line-height: 1.333em;
}

@media all and (max-width: 380px) {
    .woocommerce div.product .product_title {
        font-size: 30px;
    }
}

.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price,
.woocommerce div.product .summary .woocommerce-grouped-product-list-item__price {
    font-family: var(--quere-content-font-family);
    font-weight: 400;
    color: var(--quere-primary-color);
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 1.25em;
}

.woocommerce div.product .summary p.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .summary span.price .woocommerce-Price-currencySymbol,
.woocommerce div.product .summary .woocommerce-grouped-product-list-item__price .woocommerce-Price-currencySymbol {
    padding-right: 0;
}

.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins,
.woocommerce div.product .summary .woocommerce-grouped-product-list-item__price ins {
    font-weight: inherit;
}

.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del,
.woocommerce div.product .summary .woocommerce-grouped-product-list-item__price del {
    opacity: 1;
}

.woocommerce div.product .summary .woocommerce-product-rating {
    margin-top: -5px;
    margin-bottom: 13px;
    padding-top: 0;
    order: -1;
}

.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 13px;
    font-weight: 500;
    line-height: 1em;
    color: inherit;
    margin-bottom: -8px;
}

.woocommerce div.product .summary .woocommerce-product-rating .woocommerce-review-link:hover {
    color: var(--quere-header-font-color);
}

.woocommerce div.product p.stock {
    margin-top: 20px;
    margin-bottom: 25px;
}

.woocommerce div.product form.cart {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 2px;
    border-top: unset;
    padding-top: 0;
}

.woocommerce div.product form.cart.variations_form {
    display: block;
}

.woocommerce div.product form.cart.variations_form .woocommerce-variation-add-to-cart {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.woocommerce div.product form.cart.grouped_form .group_table {
    margin-bottom: 20px;
}

.woocommerce div.product form.cart.grouped_form .button.product_type_variable {
    margin-bottom: 0;
}

.woocommerce div.product form.cart.grouped_form div.quantity .quantity_title {
    display: none;
}

.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item__label {
    text-align: left;
}

.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item__label a {
    color: var(--quere-header-font-color);
}

.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item__label a:hover {
    color: var(--quere-content-color);
}

.woocommerce div.product form.cart.grouped_form .woocommerce-grouped-product-list-item__price {
    display: flex;
    height: var(--quantity-height);
    align-items: center;
    box-sizing: content-box;
    font-size: 18px;
    line-height: 1.2;
    padding-right: 0;
    margin: 0;
}

.woocommerce div.product form.cart.grouped_form tr {
    border: 0;
}

.woocommerce div.product form.cart.grouped_form td {
    vertical-align: middle;
    padding: 0 0 20px 0;
}

.woocommerce div.product form.cart.grouped_form td.woocommerce-grouped-product-list-item__quantity {
    width: 82px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding-right: 10px;
}

.woocommerce div.product form.cart.grouped_form td label {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.25;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
}

@media all and (max-width: 1200px) {
    .woocommerce div.product form.cart.grouped_form div.quantity .quantity_title {
        display: none;
    }

    .woocommerce div.product form.cart.grouped_form td.woocommerce-grouped-product-list-item__quantity {
        padding-right: 0;
    }
}

@media all and (max-width: 768px) {
    .woocommerce div.product form.cart.grouped_form {
        padding-top: 30px;
    }

    .woocommerce div.product form.cart.grouped_form tr {
        display: flex;
        flex-wrap: wrap;
    }

    .woocommerce div.product form.cart.grouped_form td.woocommerce-grouped-product-list-item__label {
        width: 100%;
        order: -1;
        padding: 15px 0 5px;
    }

    .woocommerce div.product form.cart.grouped_form td.woocommerce-grouped-product-list-item__price {
        padding-left: 20px;
    }
}

.woocommerce div.product form.cart .button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px 10px;
    gap: 9px;
    text-align: left;
    margin-bottom: 20px;
    flex-grow: 1;
    min-width: 210px;
    max-width: 100%;
    color: var(--quere-button-color-hover);
    background-color: var(--quere-button-bg-hover);
    border: 1px solid var(--quere-button-border-hover);
}

.woocommerce div.product form.cart .button::before {
    content: "\f12a";
    font-family: "Flaticon";
    font-size: 19px;
    line-height: 1em;
    font-weight: normal;
    height: 1em;
    letter-spacing: 0;
    margin: -5px 0;
}

.woocommerce div.product form.cart .button:hover {
    color: var(--quere-button-color-idle);
    background-color: var(--quere-button-bg-idle);
    border: 1px solid var(--quere-button-border-idle);
}

.woocommerce div.product form.cart button.woosw-btn,
.woocommerce div.product form.cart button.woosc-btn {
    padding: 11px 26px 11px;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 30px;
    margin-top: -11px;
    position: relative;
}

.woocommerce div.product form.cart .woocommerce-variation-description {
    margin-bottom: 23px;
}

.woocommerce div.product form.cart .woocommerce-variation-description p:last-child {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-price span.price {
    margin-bottom: 27px;
}

del {
    color: var(--quere-header-font-color);
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
}

del .woocommerce-Price-amount {
    color: inherit !important;
}

.woocommerce del {
    color: var(--quere-header-font-color);
    opacity: 1;
    margin-right: 0.65em;
}

.woocommerce ins {
    text-decoration: none;
}

.woosc-quick-table,
.cross-sells.products,
.related.products,
.upsells.products {
    width: 100%;
    clear: both;
    margin-top: 50px;
}

.woosc-quick-table:not(:last-child),
.cross-sells.products:not(:last-child),
.related.products:not(:last-child),
.upsells.products:not(:last-child) {
    margin-bottom: 53px;
}

.woosc-quick-table>h4,
.woosc-quick-table>h2,
.cross-sells.products>h4,
.cross-sells.products>h2,
.related.products>h4,
.related.products>h2,
.upsells.products>h4,
.upsells.products>h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 31px;
    font-size: 30px;
    line-height: 1.3em;
    text-align: left;
}

@media (max-width: 767px) {

    .woosc-quick-table>h4,
    .woosc-quick-table>h2,
    .cross-sells.products>h4,
    .cross-sells.products>h2,
    .related.products>h4,
    .related.products>h2,
    .upsells.products>h4,
    .upsells.products>h2 {
        font-size: 26px;
    }
}

.woosc-quick-table .related-carousel div.wgl-products,
.cross-sells.products .related-carousel div.wgl-products,
.related.products .related-carousel div.wgl-products,
.upsells.products .related-carousel div.wgl-products {
    margin: 0 !important;
}

body .pswp .pswp__scroll-wrap .pswp__button--arrow--left::before,
body .pswp .pswp__scroll-wrap .pswp__button--arrow--right::before {
    background-color: unset;
}

.woocommerce.single div.product .woocommerce-tabs {
    text-align: left;
    padding-top: 20px;
}

.woocommerce.single div.product .woocommerce-tabs:last-child .panel {
    margin-bottom: 0 !important;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 9px 0;
    font-size: 0;
    overflow: visible;
    border-radius: 0;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid var(--quere-primary-color);
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li {
    display: inline-flex;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    color: var(--quere-secondary-color);
    background: transparent;
    border-radius: 0;
    border: unset;
    transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
        margin-right: 5.7%;
    }
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 11px 0;
    font-size: 16px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    line-height: 30px;
    text-decoration: none;
    opacity: 1;
    color: rgba(var(--quere-header-rgb), 0.44);
    transition: color 0.3s;
    letter-spacing: 0;
    text-transform: capitalize;
    z-index: 1;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    max-width: 100%;
    height: 5px;
    background-color: currentColor;
    border-radius: 0;
    display: inline-block;
    transition: 0.4s;
    transform-origin: center center;
    transform: scale(0);
}

@media (min-width: 768px) {
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li a::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        top: 0;
        min-width: 768px;
        margin: auto;
    }
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li .count {
    display: none;
    color: rgba(var(--quere-header-rgb), 0.5);
    transition: color 0.4s;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a:hover {
    opacity: 1;
    color: rgba(var(--quere-header-rgb), 1);
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li.active a::after,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li a:hover::after {
    transform: scale(1);
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce.single div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs .lavalamp-object {
    color: var(--quere-primary-color);
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0 0;
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 0;
    text-align: center;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs .lavalamp-object::after {
    content: "";
    position: static;
    width: 20px;
    max-width: 100%;
    height: 5px;
    background-color: currentColor;
    border-radius: 0;
    display: inline-block;
    margin-top: -2px;
}

.woocommerce.single div.product .woocommerce-tabs ul.tabs.lavalamp_animate .lavalamp-object {
    opacity: 1;
}

@media (max-width: 767px) {
    .woocommerce.single div.product .woocommerce-tabs ul.tabs {
        border-bottom: unset;
    }

    .woocommerce.single div.product .woocommerce-tabs ul.tabs .lavalamp-object {
        display: none !important;
    }

    .woocommerce.single div.product .woocommerce-tabs ul.tabs,
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
        display: block;
        width: 100%;
        overflow: visible;
    }

    .woocommerce.single div.product .woocommerce-tabs ul.tabs a::before,
    .woocommerce.single div.product .woocommerce-tabs ul.tabs li a::before {
        border-radius: 0;
    }

    .woocommerce.single div.product .woocommerce-tabs ul.tabs li {
        border-bottom: 1px solid var(--quere-primary-color);
    }

    .woocommerce.single div.product .woocommerce-tabs ul.tabs li a {
        padding: 10px 0;
    }
}

.woocommerce.single div.product .woocommerce-tabs .panel {
    margin-bottom: 40px;
    padding: 31px 0 16px 0;
    text-align: left;
}

.woocommerce.single div.product .woocommerce-tabs .panel>h2,
.woocommerce.single div.product .woocommerce-tabs .panel #comments>h2 {
    display: none;
}

.woocommerce.single div.product .woocommerce-tabs .panel #comments .commentlist {
    padding-top: 7px;
}

.woocommerce.single div.product .woocommerce-tabs .panel .woocommerce-noreviews {
    margin-bottom: 40px;
}

.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    margin-bottom: 30px;
}

.woocommerce.single div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--additional_information {
    padding-top: 28px;
    margin-bottom: 27px;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes {
    border: 0;
    width: 100%;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item {
    border: 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: baseline;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item th.woocommerce-product-attributes-item__label {
    display: flex;
    flex: 1 1 auto;
    align-items: baseline;
    border: 0;
    padding: 7px 0 8px !important;
    width: 35%;
    min-width: 35%;
    background: transparent;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-secondary-color);
    font-size: 14px;
    margin-right: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item th.woocommerce-product-attributes-item__label::after {
    content: "";
    flex: 1 1 auto;
    border-top: 1px dashed rgba(var(--quere-header-rgb), 0.27);
    margin-left: 25px;
    min-width: 10%;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value {
    font-style: normal;
    text-align: right;
    border: 0;
    padding: 0 0 0 25px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    color: var(--quere-header-font-color);
    line-height: 21px;
    background: transparent !important;
    width: auto !important;
    min-width: unset !important;
    max-width: unset !important;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value p {
    padding: 7px 0;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value a {
    color: inherit;
}

.woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item td.woocommerce-product-attributes-item__value a:hover {
    color: var(--quere-primary-color);
}

@media (max-width: 767px) {
    .woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item th::after {
        margin-left: 15px;
    }

    .woocommerce table.woocommerce-product-attributes.shop_attributes tr.woocommerce-product-attributes-item td {
        padding-left: 15px;
    }
}

.woocommerce #reviews #comments ol.commentlist li:not(:last-child) {
    margin-bottom: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
body .bapf_slidr_main.ui-widget-content .ui-slider-handle,
body .berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
body .slide.default .bapf_slidr_main .ui-state-default,
body .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
body .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
body .slide.default .berocket_filter_price_slider .ui-state-default,
body .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default,
body .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default {
    top: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 0;
    background: none;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle::before,
body .bapf_slidr_main.ui-widget-content .ui-slider-handle::before,
body .berocket_filter_price_slider.ui-widget-content .ui-slider-handle::before,
body .slide.default .bapf_slidr_main .ui-state-default::before,
body .slide.default .bapf_slidr_main .ui-widget-header .ui-state-default::before,
body .slide.default .bapf_slidr_main.ui-widget-content .ui-state-default::before,
body .slide.default .berocket_filter_price_slider .ui-state-default::before,
body .slide.default .berocket_filter_price_slider .ui-widget-header .ui-state-default::before,
body .slide.default .berocket_filter_price_slider.ui-widget-content .ui-state-default::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: var(--quere-primary-color);
    margin: auto;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body .bapf_slidr_main.ui-widget-content .ui-slider-range,
body .berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    border-radius: unset;
    height: 2px;
    top: 0;
    background-color: var(--quere-primary-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content,
body .bapf_slidr_main.ui-widget-content,
body .berocket_filter_price_slider.ui-widget-content {
    height: 1px;
    border: 0;
    border-radius: 0;
    margin: 30px 0 14px;
    background-color: rgba(var(--quere-primary-rgb), 0.2);
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content:last-child,
body .bapf_slidr_main.ui-widget-content:last-child,
body .berocket_filter_price_slider.ui-widget-content:last-child {
    margin-top: 8px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span,
body .bapf_slidr_jqrui .bapf_from,
body .bapf_slidr_jqrui .bapf_to {
    font-size: 16px;
    font-weight: inherit;
    line-height: 1;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label,
body .bapf_slidr_jqrui .bapf_from,
body .bapf_slidr_jqrui .bapf_to {
    font-family: var(--quere-header-font-family);
    font-weight: 400;
    color: var(--quere-header-font-color);
    padding: 10px 0;
}

body .bapf_slidr_jqrui .bapf_from,
body .bapf_slidr_jqrui .bapf_to {
    width: 50%;
}

.woocommerce .widget_price_filter .price_slider_wrapper {
    position: relative;
    margin-bottom: -10px;
    z-index: 1;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-size: 0;
    line-height: 0;
    order: -1;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label::before {
    content: var(--wgl_price_label);
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    margin-right: 5px;
    color: var(--quere-header-font-color);
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label span:last-child::before {
    content: "-";
    margin: 0 4px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: auto;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    padding: 5px 0;
    width: auto;
    height: auto;
    line-height: 20px;
    color: var(--quere-header-font-color);
    background: unset;
    border: unset;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:focus {
    color: var(--quere-header-font-color);
    background: unset;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .clear {
    display: none;
}

.woocommerce .widget_product_categories>select {
    margin-bottom: 1px;
}

.woocommerce .widget_product .product_list_widget {
    margin-bottom: 3px;
}

.woocommerce .widget_product_search .woocommerce-product-search {
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: box-shadow 0.4s;
}

.woocommerce .widget_product_search .woocommerce-product-search [type=submit]::before {
    content: "\f100";
    position: absolute;
    font-family: flaticon;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before,
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
    display: none;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:hover {
    color: red;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen>a .post_count {
    color: inherit;
    transition: unset;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
    position: relative;
    display: block;
    margin: 12px 0 -3px auto;
    left: auto;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 14px;
    padding: 5px 0;
    width: auto;
    height: auto;
    line-height: 20px;
    color: var(--quere-header-font-color);
    background: unset;
    border: unset;
    letter-spacing: 0;
    text-decoration: underline;
    -webkit-text-decoration-color: var(--quere-header-font-color);
    text-decoration-color: var(--quere-header-font-color);
    text-decoration-thickness: 0.03em;
    text-underline-offset: 0.15em;
}

.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:focus {
    color: var(--quere-header-font-color);
    background: unset;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.product_list_widget .product-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: color 0.3s;
}

.product_list_widget li .star-rating {
    margin: 4px 0 6px -0.15em;
    font-size: 10px;
}

.product_list_widget ins {
    text-decoration: none;
}

.product_list_widget .price {
    font-family: var(--quere-header-font-family);
    font-size: 14px;
    font-weight: 400;
    color: var(--quere-header-font-color);
}

.product_list_widget .woocommerce-Price-amount {
    font: inherit;
    margin-top: 8px;
    transition: 0.3s;
}

.product_list_widget .reviewer {
    display: block;
    margin-top: -7px;
    margin-bottom: -3px;
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    font-size: 13px;
    line-height: 24px;
    font-style: normal;
    color: var(--quere-secondary-color);
    letter-spacing: 0;
}

.woocommerce ul.product_list_widget {
    margin-bottom: 5px;
}

.woocommerce .title-wrapper+ul.product_list_widget {
    margin-top: 23px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    padding: 2px 0;
}

.blockUI.blockOverlay {
    background-color: rgba(255, 255, 255, 0.5) !important;
    -webkit-backdrop-filter: grayscale(0.5);
    backdrop-filter: grayscale(0.5);
}

.widget_shopping_cart .blockUI.blockOverlay {
    background-color: transparent !important;
}

.wc-block-product-categories>ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.wc-block-product-categories ul {
    position: relative;
    list-style: none;
    width: 100%;
}

.wc-block-product-categories ul li {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    transition: 0.3s;
    color: var(--quere-header-font-color);
}

.wc-block-product-categories ul li a {
    line-height: 24px;
    color: inherit;
    max-width: calc(100% - 3.15em);
    display: inline-flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 0;
    letter-spacing: 0.05em;
    font-family: var(--quere-content-font-family);
    text-transform: uppercase;
}

.wc-block-product-categories ul li a::before {
    content: "";
    flex: 0 0 auto;
    display: inline-block;
    background: transparent;
    transition: 0.4s;
    margin-right: 10px;
    margin-top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 0;
    background: var(--quere-primary-color);
}

.wc-block-product-categories ul li a:hover {
    color: var(--quere-primary-color);
}

.wc-block-product-categories ul li a:hover::before {
    background-color: var(--quere-primary-color);
}

.wc-block-product-categories ul li a:hover~.wc-block-product-categories-list-item-count {
    color: var(--quere-primary-color);
}

.wc-block-product-categories ul li .wc-block-product-categories-list-item-count {
    transition: inherit;
    padding: 0 !important;
    font-family: var(--quere-content-font-family);
    color: var(--quere-primary-color);
    letter-spacing: 0;
    font-size: 11px;
    font-weight: inherit;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin-left: 3px;
    transform: translateY(-10px);
}

.wc-block-product-categories ul li ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.side_panel {
    text-align: center;
    transition: 0.4s;
    border-radius: unset;
    overflow: hidden;
    color: var(--quere-tertiary-color);
    width: 90px;
    height: 90px;
    background: var(--quere-primary-color);
}

.wgl-mobile-header .side_panel {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: -10px 0;
}

.side_panel .side_panel_inner {
    display: block;
    height: 100%;
}

.side_panel .side_panel_inner .side_panel-toggle {
    color: currentColor;
}

.side_panel .side_panel-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background: unset;
    border: unset;
    padding: unset;
    margin: unset;
}

.side_panel .side_panel-toggle:hover .side_panel-toggle-inner span:nth-child(1) {
    width: 10px;
    height: 8px;
}

.side_panel .side_panel-toggle:hover .side_panel-toggle-inner span:nth-child(2) {
    width: 10px;
    height: 12px;
}

.side_panel .side_panel-toggle:hover .side_panel-toggle-inner span:nth-child(3) {
    width: 10px;
    height: 8px;
}

.side_panel .side_panel-toggle:hover .side_panel-toggle-inner span:nth-child(4) {
    width: 10px;
    height: 12px;
}

.side_panel .side_panel-toggle-inner {
    width: 22px;
    height: 22px;
    line-height: 0;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.side_panel .side_panel-toggle-inner span {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 33%;
    color: inherit;
    vertical-align: top;
    background: currentColor;
    transition: 0.3s;
    transition-delay: 0s;
}

.side_panel .side_panel-toggle-inner span:nth-child(1) {
    left: 0;
    top: 0;
    width: 10px;
    height: 12px;
}

.side_panel .side_panel-toggle-inner span:nth-child(2) {
    right: 0;
    top: 0;
    width: 10px;
    height: 8px;
}

.side_panel .side_panel-toggle-inner span:nth-child(3) {
    right: 0;
    bottom: 0;
    width: 10px;
    height: 12px;
}

.side_panel .side_panel-toggle-inner span:nth-child(4) {
    left: 0;
    bottom: 0;
    width: 10px;
    height: 8px;
}

body.admin-bar #side-panel {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar #side-panel {
        top: 46px;
    }
}

body.side-panel--opened .side-panel_overlay {
    opacity: 1;
    visibility: visible;
}

.side-panel_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3999;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.3);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

#side-panel {
    position: fixed;
    z-index: 4000;
    top: 0;
    bottom: 0;
    right: 0;
    width: calc(100% - 100px);
    max-width: 460px;
    background: transparent;
    transform: translateX(calc(100% + 80px));
    opacity: 0;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
}

#side-panel.side-panel_position_left {
    left: 0;
    right: auto;
    transform: translateX(calc(-100% - 80px));
}

#side-panel.side-panel_position_left .side-panel_close {
    left: 100%;
    right: auto;
}

#side-panel.side-panel_open {
    transform: translateX(0);
    opacity: 1;
}

#side-panel .side-panel_sidebar {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

#side-panel .side-panel_sidebar::-webkit-scrollbar {
    display: none;
}

#side-panel .side-panel_sidebar .widget ul li,
#side-panel .side-panel_sidebar .widget ul li a {
    color: inherit;
}

#side-panel .side-panel_sidebar .widget:not(:first-child) {
    padding-top: 40px;
}

#side-panel .side-panel_sidebar .widget_media_gallery .gallery-item .gallery-icon {
    margin: 5px;
}

#side-panel .side-panel_sidebar .widget_media_gallery .gallery {
    margin: -5px;
}

#side-panel .side-panel_close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 100%;
    width: 90px;
    height: 90px;
    padding: 0;
    border-radius: unset;
    line-height: 0;
    border: unset;
    background: unset;
    text-align: center;
    cursor: pointer;
    color: var(--quere-tertiary-color);
    border: unset;
    transition: 0.45s ease-in-out;
    z-index: 1;
}

@media (max-width: 545px) {
    #side-panel .side-panel_close {
        top: 10px;
        right: calc(100% + 5px);
        width: 40px;
        height: 40px;
    }
}

#side-panel .side-panel_close::before {
    content: "";
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: inherit;
}

#side-panel .side-panel_close .side-panel_close_icon {
    width: 30px;
    line-height: 0;
    cursor: pointer;
    transition: 0.4s;
}

#side-panel .side-panel_close .side-panel_close_icon span {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 2px;
    vertical-align: top;
    background: currentColor;
}

@media (max-width: 545px) {
    #side-panel .side-panel_close .side-panel_close_icon span {
        width: 22px;
    }
}

#side-panel .side-panel_close .side-panel_close_icon span:nth-child(1) {
    top: 1px;
    transform: rotate(45deg);
}

#side-panel .side-panel_close .side-panel_close_icon span:nth-child(2) {
    top: -1px;
    transform: rotate(135deg);
}

#side-panel .side-panel_close:hover .side-panel_close_icon {
    transform: scale(1.2);
}

@media (max-width: 1500px) {
    header> :not(.wgl-mobile-header) nav.primary-nav>ul>li>a {
        padding: 0 22px;
    }

    .primary-nav ul li>ul,
    .primary-nav ul li .mega-menu-container {
        left: -26px;
    }
}

@media (max-width: 1300px) {
    .elementor-widget-wgl-blog .blog_columns-4 .item {
        width: 33.333333%;
    }

    .elementor-widget-wgl-blog .blog_columns-4:not(.masonry) .item:nth-child(4n+1) {
        clear: none;
    }

    .elementor-widget-wgl-blog .blog_columns-4:not(.masonry) .item:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 1280px) {
    .text_desktop {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-block {
        display: block;
    }

    .d-xl-none {
        display: none;
    }
}

@media (max-width: 1200px) {

    body.elementor-default.single main .wgl-container,
    .wgl-container {
        width: 950px;
    }

    body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
        width: 950px;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default .blog-posts .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-default .wgl_cpt_section .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active .blog-posts .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active .wgl_cpt_section .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview .blog-posts .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview .wgl_cpt_section .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 980px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
        width: 960px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
        width: 980px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
        width: 990px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
        width: 1010px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
    body.elementor-default .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container,
    body.elementor-editor-active .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
    body.elementor-editor-active .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container .elementor-section-full_width .elementor-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    body.elementor-default .elementor-section-full_width .elementor-container .elementor-section-boxed .elementor-container,
    body.elementor-default .elementor-section-full_width .elementor-container .elementor-section-full_width .elementor-container,
    body.elementor-editor-active .elementor-section-full_width .elementor-container .elementor-section-boxed .elementor-container,
    body.elementor-editor-active .elementor-section-full_width .elementor-container .elementor-section-full_width .elementor-container,
    body.elementor-editor-preview .elementor-section-full_width .elementor-container .elementor-section-boxed .elementor-container,
    body.elementor-editor-preview .elementor-section-full_width .elementor-container .elementor-section-full_width .elementor-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar,
    body.elementor-default.single main .wgl-container:not(.wgl-content-sidebar) {
        padding-right: 0;
        padding-left: 0;
    }

    header .wgl-logotype-container .logo-name {
        font-size: 24px;
    }

    .row::after {
        clear: both;
    }
}

@media (min-width: 1024px) {
    .text_tablet {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}

@media (max-width: 1024px) {

    .row .wgl_col-6,
    .row .wgl_col-5,
    .row .wgl_col-4,
    .row .wgl_col-3,
    .row .wgl_col-1-5,
    .row .wgl_col-1-6 {
        width: 50%;
    }

    .row .sidebar-container.wgl_col-3,
    .row .sidebar-container.wgl_col-4,
    .row #main-content.wgl_col-8,
    .row #main-content.wgl_col-9 {
        width: 100%;
    }

    .row .row .wgl_col-md-12 {
        width: 100%;
    }

    .row.sidebar_right .sidebar-container {
        padding-left: 15px;
    }

    .row.sidebar_left .sidebar-container {
        padding-right: 15px;
    }

    .footer .row .wgl_col-3 {
        margin-bottom: 30px;
    }

    .page_404_wrapper {
        background-image: none !important;
    }

    .single-team .single_team_page .team-single_wrapper {
        background-size: 20%;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block;
    }

    .d-lg-none {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #comments .commentlist .comment .children .stand_comment {
        padding-left: 90px;
    }

    #comments .commentlist .comment .children .stand_comment .commentava {
        left: -70px;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 992px) {

    body.elementor-default.single main .wgl-container,
    .wgl-container {
        width: 708px;
    }

    body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
        width: 708px;
    }

    body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
        width: 708px;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 738px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
        width: 718px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
        width: 738px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
        width: 748px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
        width: 768px;
        max-width: 100%;
    }

    .page-header_content .page-header_title,
    .page-header_content .page-header_breadcrumb {
        display: block;
    }

    .page-header_align_left .page-header_breadcrumbs {
        text-align: left;
    }

    .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 125px;
        line-height: 0.24;
        margin-left: -74px;
    }

    .blog-posts .grid.blog_columns-3 .item,
    .blog-posts .grid.blog_columns-4 .item,
    .blog-posts .masonry.blog_columns-3 .item,
    .blog-posts .masonry.blog_columns-4 .item {
        width: 50%;
    }

    .blog-posts .grid.blog_columns-3:not(.masonry) .item:nth-child(3n+1),
    .blog-posts .grid.blog_columns-4:not(.masonry) .item:nth-child(3n+1),
    .blog-posts .masonry.blog_columns-3:not(.masonry) .item:nth-child(3n+1),
    .blog-posts .masonry.blog_columns-4:not(.masonry) .item:nth-child(3n+1) {
        clear: none;
    }

    .blog-posts .grid.blog_columns-3:not(.masonry) .item:nth-child(2n+1),
    .blog-posts .grid.blog_columns-4:not(.masonry) .item:nth-child(2n+1),
    .blog-posts .masonry.blog_columns-3:not(.masonry) .item:nth-child(2n+1),
    .blog-posts .masonry.blog_columns-4:not(.masonry) .item:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 799px) {
    .text_mobile {
        font-size: inherit !important;
        line-height: inherit !important;
    }
}

@media (max-width: 768px) {
    .page-header_content .page-header_title+.page-header_breadcrumb {
        padding-top: 5px;
    }

    .page-header_content .breadcrumbs {
        white-space: normal;
    }
}

@media (min-width: 768px) {
    .row .wgl_col-12 {
        width: 100%;
    }

    .row .wgl_col-11 {
        width: 91.66666667%;
    }

    .row .wgl_col-10 {
        width: 83.33333333%;
    }

    .row .wgl_col-9 {
        width: 75%;
    }

    .row .wgl_col-8 {
        width: 66.66666667%;
    }

    .row .wgl_col-7 {
        width: 58.33333333%;
    }

    .row .wgl_col-6 {
        width: 50%;
    }

    .row .wgl_col-5 {
        width: 41.66666667%;
    }

    .row .wgl_col-4 {
        width: 33.33333333%;
    }

    .row .wgl_col-3 {
        width: 25%;
    }

    .row .wgl_col-1-5 {
        width: 20%;
    }

    .row .wgl_col-1-6 {
        width: 16.666666%;
    }

    .row .wgl_col-2 {
        width: 16.66666667%;
    }

    .row .wgl_col-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 767px) {

    .row .wgl_col-6,
    .row .wgl_col-5,
    .row .wgl_col-4,
    .row .wgl_col-3,
    .row .wgl_col-1-5,
    .row .wgl_col-1-6 {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .quere-post-navigation .separator_post-nav {
        display: none;
    }

    .wgl-container,
    body.elementor-default.single main .wgl-container {
        width: 560px;
    }

    .wgl-container .elementor-section-boxed .elementor-container,
    body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container {
        width: 560px;
    }

    body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
        width: 560px;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 590px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
        width: 570px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
        width: 590px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
        width: 600px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
        width: 620px;
        max-width: 100%;
    }

    .sidebar-container {
        padding-top: 35px;
    }

    #comments .commentlist .comment .stand_comment,
    #comments .commentlist .comment .children .stand_comment {
        padding-left: 70px;
    }

    #comments .commentlist .comment .children .comment {
        margin-left: 30px;
    }

    #comments .commentlist .comment .commentava,
    #comments .commentlist .comment .children .stand_comment .commentava {
        left: -68px;
        height: 50px;
        width: 50px;
    }

    .mobile_text_center,
    .mobile-acenter {
        text-align: center;
    }

    .resp_align_center {
        text-align: center !important;
    }

    .coming-soon.row .wgl_col-9 {
        width: 75%;
    }

    .coming-soon.row .wgl_col-3 {
        width: 25%;
    }

    .wgl_module_subtitle-wrapper .filter-after_subtite {
        text-align: left;
    }

    .wgl-products .product .woo_product_image .group_button-woo {
        visibility: visible;
        opacity: 1;
    }

    .wgl-products .product .woo_product_image .group_button-woo>* {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .blog-style-standard.blog_columns-1 .format-link .blog-post_media_part {
        margin-bottom: 0;
    }

    .blog-style-standard.blog_columns-1 .format-audio .blog-post_media {
        margin-bottom: 30px;
    }

    .blog-posts .grid.blog_columns-3 .item,
    .blog-posts .grid.blog_columns-4 .item,
    .blog-posts .masonry.blog_columns-3 .item,
    .blog-posts .masonry.blog_columns-4 .item {
        width: 100%;
    }

    .blog-posts .grid.blog_columns-3:not(.masonry) .item:nth-child(2n+1),
    .blog-posts .grid.blog_columns-4:not(.masonry) .item:nth-child(2n+1),
    .blog-posts .masonry.blog_columns-3:not(.masonry) .item:nth-child(2n+1),
    .blog-posts .masonry.blog_columns-4:not(.masonry) .item:nth-child(2n+1) {
        clear: none;
    }

    .single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title,
    .single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .single_type-1 .blog-post.blog-post-single-item .blog-post_content .post_meta-wrap {
        margin-bottom: 32px;
    }

    .single_type-2 .blog-post.blog-post-single-item .blog-post_content .post_meta-wrap {
        margin-bottom: 7px;
    }

    .post_featured_bg .blog-post_title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {

    body.elementor-default.single main .wgl-container,
    .wgl-container {
        width: 420px;
    }

    body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
        width: 420px;
    }

    body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
        width: 420px;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: 450px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
        width: 430px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
        width: 450px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
        width: 460px;
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
        width: 480px;
        max-width: 100%;
    }

    div[id*=wpadminb] {
        top: -46px !important;
    }

    .banner_404 {
        font-size: 160px;
    }

    #sb_instagram .sbi_photo {
        padding-bottom: 100%;
        height: 0 !important;
    }

    #sb_instagram #sbi_images .sbi_item {
        width: 33.333333% !important;
    }

    #sb_instagram #sbi_images .sbi_item:nth-child(even) {
        margin-top: 0 !important;
    }

    #sb_instagram .sbi_photo::after {
        font-size: 40px;
    }

    .single-team .single_team_page .team-info_item h5+span,
    .single-team .single_team_page .team-info_item h5+a {
        display: block;
        margin-left: unset;
    }

    body .author-info_wrapper {
        flex-direction: column;
        text-align: center;
    }

    body .author-info_avatar {
        margin: 0 auto 20px;
    }

    body .author-info_content {
        margin: 0;
        padding: 0;
    }

    #comments .commentlist .comment .stand_comment,
    #comments .commentlist .comment .children .stand_comment {
        padding-right: 20px;
    }

    #comments .commentlist .comment .children .comment {
        margin-left: 15px;
    }

    #comments .commentlist .comment_info {
        padding-right: 10px;
    }

    #comments .commentlist .comment_author_says {
        margin-bottom: 5px;
    }

    #comments .comment-reply-link {
        position: relative;
    }

    .page_404_wrapper .banner_404 {
        letter-spacing: 0;
    }

    .page_404_wrapper .banner_404 img {
        transform: scale(0.85);
    }

    .post_featured_bg .meta_wrapper {
        flex-direction: column;
    }

    .post_featured_bg .meta_wrapper .meta-data:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }

    .a-mobileleft {
        text-align: left;
    }

    .a-mobilecenter {
        text-align: center;
    }

    .a-mobileright {
        text-align: right;
    }
}

@media (max-width: 480px) {

    body.elementor-default.single main .wgl-container,
    .wgl-container {
        width: 90%;
    }

    body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    body.elementor-default.single main .wgl-container .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container,
    .wgl-container .elementor-section-boxed .elementor-container .elementor-section-boxed .elementor-container {
        width: 100%;
    }

    body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 100%;
        width: 100%;
    }

    body.elementor-default.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview.single main .wgl-container .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
        width: 90%;
    }

    body.elementor-default main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-active main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container,
    body.elementor-editor-preview main .wgl-container.wgl-content-sidebar .elementor-section.elementor-section-boxed>.elementor-container {
        width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-default,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-default {
        width: calc(90% + 30px);
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-narrow,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-narrow {
        width: calc(90% + 10px);
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-extended,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-extended {
        width: calc(90% + 30px);
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wide,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wide {
        width: calc(90% + 40px);
        max-width: 100%;
    }

    body.elementor-default .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-active .elementor-section-boxed .elementor-container.elementor-column-gap-wider,
    body.elementor-editor-preview .elementor-section-boxed .elementor-container.elementor-column-gap-wider {
        width: calc(90% + 60px);
        max-width: 100%;
    }

    .wgl_module_team .team-item_info {
        padding: 28px 20px 15px;
    }

    .wgl_module_team .team-item_content:hover .team-item_excerpt {
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 10px;
    }

    .single-team .single_team_page .team-title {
        margin-bottom: 25px;
    }

    .single-team .single_team_page .team-info_item {
        margin-bottom: 12px;
    }

    .page_404_wrapper .banner_404_title {
        margin-top: 0;
    }

    .page_404_wrapper .banner_404_title,
    .page_404_wrapper .banner_404_title span {
        font-size: 35px;
        line-height: 1.3;
    }

    .header_search.search_alt .header_search-field .header_search-wrap .header_search-heading_bg {
        font-size: 95px;
        line-height: 0.3;
        margin-left: -26px;
    }

    .coming-soon.row .wgl_col-9 {
        width: 60%;
    }

    .coming-soon.row .wgl_col-3 {
        width: 40%;
    }

    .blog-post.format-gallery .blog-post_media .wgl-carousel .elementor-swiper-button {
        width: 40px;
        height: 40px;
    }

    .blog-post.format-gallery .blog-post_media .wgl-carousel .elementor-swiper-button::after {
        line-height: 40px;
    }
}

@media (max-width: 379px) {
    .wgl-logotype-container .logo-name {
        font-size: 20px;
    }

    .wgl-carousel.navigation-position-right .elementor-swiper-button {
        bottom: 15px;
    }

    .wgl-carousel.navigation-position-right .elementor-swiper-button-prev {
        right: 70px;
    }

    .wgl-carousel.navigation-position-right .elementor-swiper-button-next {
        right: 15px;
    }
}

body {
    font-family: var(--quere-content-font-family);
    font-size: var(--quere-content-font-size);
    line-height: var(--quere-content-line-height);
    font-weight: var(--quere-content-font-weight);
    color: var(--quere-content-color);
    background-color: var(--body-background-color, unset);
}

h1,
h1.elementor-heading-title,
h2,
h2.elementor-heading-title,
h3,
h3.elementor-heading-title,
h4,
h4.elementor-heading-title,
h5,
h5.elementor-heading-title,
h6,
h6.elementor-heading-title {
    font-family: var(--quere-header-font-family);
    font-weight: var(--quere-header-font-weight);
    color: var(--quere-header-font-color);
}

h1 span,
h1 a,
h1.elementor-heading-title span,
h1.elementor-heading-title a,
h2 span,
h2 a,
h2.elementor-heading-title span,
h2.elementor-heading-title a,
h3 span,
h3 a,
h3.elementor-heading-title span,
h3.elementor-heading-title a,
h4 span,
h4 a,
h4.elementor-heading-title span,
h4.elementor-heading-title a,
h5 span,
h5 a,
h5.elementor-heading-title span,
h5.elementor-heading-title a,
h6 span,
h6 a,
h6.elementor-heading-title span,
h6.elementor-heading-title a {
    font: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}

h1,
h1.elementor-heading-title {
    font-family: var(--quere-h1-font-family);
    font-size: var(--quere-h1-font-size);
    line-height: var(--quere-h1-line-height);
    font-weight: var(--quere-h1-font-weight);
    text-transform: var(--quere-h1-text-transform);
    letter-spacing: var(--quere-h1-letter-spacing);
}

h2,
h2.elementor-heading-title {
    font-family: var(--quere-h2-font-family);
    font-size: var(--quere-h2-font-size);
    line-height: var(--quere-h2-line-height);
    font-weight: var(--quere-h2-font-weight);
    text-transform: var(--quere-h2-text-transform);
    letter-spacing: var(--quere-h2-letter-spacing);
}

h3,
h3.elementor-heading-title {
    font-family: var(--quere-h3-font-family);
    font-size: var(--quere-h3-font-size);
    line-height: var(--quere-h3-line-height);
    font-weight: var(--quere-h3-font-weight);
    text-transform: var(--quere-h3-text-transform);
    letter-spacing: var(--quere-h3-letter-spacing);
}

h4,
h4.elementor-heading-title {
    font-family: var(--quere-h4-font-family);
    font-size: var(--quere-h4-font-size);
    line-height: var(--quere-h4-line-height);
    font-weight: var(--quere-h4-font-weight);
    text-transform: var(--quere-h4-text-transform);
    letter-spacing: var(--quere-h4-letter-spacing);
}

h5,
h5.elementor-heading-title {
    font-family: var(--quere-h5-font-family);
    font-size: var(--quere-h5-font-size);
    line-height: var(--quere-h5-line-height);
    font-weight: var(--quere-h5-font-weight);
    text-transform: var(--quere-h5-text-transform);
    letter-spacing: var(--quere-h5-letter-spacing);
}

h6,
h6.elementor-heading-title {
    font-family: var(--quere-h6-font-family);
    font-size: var(--quere-h6-font-size);
    line-height: var(--quere-h6-line-height);
    font-weight: var(--quere-h6-font-weight);
    text-transform: var(--quere-h6-text-transform);
    letter-spacing: var(--quere-h6-letter-spacing);
}

body.elementor-page main .wgl-container.wgl-content-sidebar,
body.elementor-editor-active main .wgl-container.wgl-content-sidebar,
body.elementor-editor-preview main .wgl-container.wgl-content-sidebar {
    max-width: var(--quere-elementor-container-width);
    margin-left: auto;
    margin-right: auto;
}

body.single main .wgl-container {
    max-width: var(--quere-elementor-container-width);
    margin-left: auto;
    margin-right: auto;
}

.theme-content-font,
label,
.tagcloud,
.wp-block-tag-cloud,
body .comment-form-cookies-consent>label,
.elementor-widget-wgl-time-line-vertical .time_line-content .time_line-text,
.single_meta .social-shares-wrapper>span.share_title,
.social-shares-wrapper>span,
.wp-block-latest-posts__post-author,
.calendar_wrap caption,
.widget_rss li .rssSummary,
.widget_rss li cite,
.widget_text .textwidget,
.single-team .single_team_page .team-info_item h5,
.wgl-portfolio-single_wrapper .wgl-portfolio-item_cats,
.wgl-working-hours .working-item .working-item_day,
.wgl-working-hours .working-item .working-item_hours,
.post_meta-bottom,
body .comment-form-cookies-consent>input[type=checkbox]+label {
    font-family: var(--quere-content-font-family);
}

.elementor-widget-wgl-time-line-vertical .time_line-content .time_line-text {
    font-weight: var(--quere-content-font-weight);
}

.theme-content-color,
.widget_rss .rssSummary,
.widget .recent-post-content,
.wgl-carousel .vertical_navigation,
#comments .comment-notes {
    color: var(--quere-content-color);
}

.quere_module_title .external_link .button-read-more {
    line-height: var(--quere-content-line-height);
}

.blog-post_cats,
.blog-posts .blog-post_title,
.column1 .item_title a,
.quere_twitter .twitt_title,
.tagcloud-wrapper .title_tags,
.strip_template .strip-item a span,
.single_team_page .team-single_speaches-info .speech-info_desc span,
.wgl_module_team .team-item_excerpt,
.shortcode_tab_item_title,
.index_number,
.primary-nav.footer-menu .menu-item a,
.archive__heading .archive__tax_description,
.wgl-header-date {
    font-family: var(--quere-header-font-family);
}

.theme-header-font,
legend,
.banner_404,
.blog-post_text-bg,
.mashsb-count .counts,
.mashsb-box .mashsb-buttons a .text,
.heading_subtitle,
.info_prev-link_wrapper a,
.info_next-link_wrapper a,
.wgl-portfolio-item_cats,
.elementor-drop-cap,
.elementor-counter,
.single_team_page .highlighted,
.single-team .single_team_page .team-info_item.department,
.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_subtitle,
.single_post_info .share_post-container .share_post-title {
    font-family: var(--quere-header-font-family);
}

.banner_404,
.author-info_public,
.wgl-portfolio-single_item .tagcloud .tagcloud_desc,
.wgl-portfolio-single_item .social-shares-wrapper .share_title,
.wpcf7 .wgl-custom-form input[type=submit] {
    font-family: var(--quere-header-font-family);
    color: var(--quere-header-font-color);
}

a:hover,
.theme-header-color,
body select option,
blockquote,
h3#reply-title a,
.calendar_wrap tbody,
.search-field,
.tagcloud-wrapper .title_tags,
div.elementor-widget-heading .elementor-heading-title,
.share_social-wpapper .share_social-title,
.item_title a,
.single_meta .social-shares-wrapper>span.share_title,
.social-shares-wrapper>span,
.author-info_social-wrapper .author-info_social-link.fa,
.wgl-header-row-section_top a:hover,
.wgl_module_team .team__image-wrapper .team__icons .team-icon:hover,
.post-type-archive-team .team-icon,
.single-team .single_team_page .team__icons .team-icon:hover,
.header_search.search_standard .header_search-field .search-form::after,
.post_meta-bottom,
#comments~#review_form_wrapper #respond,
.author-info_social-link:hover {
    color: var(--quere-header-font-color);
}

.widget ul li,
.calendar_wrap thead,
.wp-block-calendar thead,
ul.wp-block-latest-posts li a,
.widget ul.wp-block-latest-posts li a:hover,
.widget.widget_recent_entries ul li a:hover,
ul.wp-block-rss li,
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.widget_search .search-form::after,
.widget_search .woocommerce-product-search::after,
.widget_product_search .search-form::after,
.widget_product_search .woocommerce-product-search::after,
.wp-block-calendar #today>a:hover,
.wp-block-calendar tfoot a:hover {
    color: var(--quere-header-font-color);
}

.widget_search .search-form:hover::after,
.widget_search .woocommerce-product-search:hover::after,
.widget_product_search .search-form:hover::after,
.widget_product_search .woocommerce-product-search:hover::after,
.page-link .post-page-numbers::after,
.highlighter.header {
    background-color: var(--quere-header-font-color);
}

.wpcf7 .faq .submit-wrapper:hover::after {
    background-color: var(--quere-header-font-color);
}

.primary-nav>div>ul,
.primary-nav>ul,
.sitepress_container>.wpml-ls li,
.polylang_switcher select {
    font-family: var(--quere-menu-font-family);
    font-size: var(--quere-menu-font-size);
    line-height: var(--quere-menu-line-height);
    font-weight: var(--quere-menu-font-weight);
    letter-spacing: var(--quere-menu-letter-spacing);
}

.primary-nav ul li>ul,
.primary-nav ul li>ul ul,
.wpml-ls,
.sitepress_container>.wpml-ls ul ul li,
.primary-nav ul li div.mega-menu-container:not(.wgl-e-container),
.elementor-widget-wgl-menu.menu_vertical .primary-nav>ul {
    font-family: var(--quere-submenu-font-family);
    font-size: var(--quere-submenu-font-size);
    line-height: var(--quere-submenu-line-height);
    font-weight: var(--quere-submenu-font-weight);
    letter-spacing: var(--quere-submenu-letter-spacing);
}

.primary-nav ul li div.mega-menu-container.wgl-e-container {
    font-family: var(--quere-content-font-family);
    font-size: var(--quere-content-font-size);
    line-height: var(--quere-content-line-height);
    font-weight: var(--quere-content-font-weight);
    color: var(--quere-content-color);
    letter-spacing: 0;
}

.wgl-theme-header .header_search-field,
.primary-nav ul li ul,
.primary-nav ul li div.mega-menu-container,
.wgl-theme-header .woo_mini_cart,
.wpml-ls-legacy-dropdown .wpml-ls-current-language .wpml-ls-sub-menu {
    color: var(--quere-submenu-color);
    background-color: var(--quere-submenu-background);
}

.mobile_nav_wrapper,
.wgl-menu_outer,
.wgl-theme-header .wgl-mobile-header .wgl-dashboard-profile .wgl-navbar .sub-menu,
.mobile_nav_wrapper .primary-nav ul li ul.sub-menu,
.mobile_nav_wrapper .primary-nav ul li div.wgl-e-container.mega-menu-container,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul>li ul,
.mobile_nav_wrapper .primary-nav ul li.mega-menu-links>ul.mega-menu>li>ul {
    color: var(--quere-submenu-mobile-color);
    background-color: var(--quere-submenu-mobile-background);
}

.mobile_nav_wrapper .wgl-menu_overlay {
    background-color: var(--quere-submenu-mobile-overlay);
}

#side-panel .widget .title {
    color: var(--quere-sidepanel-title-color);
}

.theme-additional-font {
    font-family: var(--quere-additional-font-family);
}

.theme-primary-color,
a,
a:hover .wgl-icon,
.wgl-icon:hover,
h3#reply-title a:hover,
header.searсh-header .page-title span,
#comments>h3 span,
#comments .comment-edit-link,
.blog-post_title i,
.blog-post.format-standard.link .blog-post_title::before,
.comment-respond .comment-form a:hover,
#comments .comment-edit-link:hover,
.copyright a:hover,
.quere_submit_wrapper:hover>i,
.quere_custom_button i,
.quere_custom_text a,
.quere_twitter a,
.header_search .header_search-button>i:hover,
.header_search-field .search-form::after,
.mc_form_inside #mc_signup_submit:hover,
.share_link span.fa:hover,
.share_post span.fa:hover,
.wpml-ls a:hover,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown .wpml-ls-current-language a:hover,
.format-quote .blog-post_wrapper .blog-post_media_part::before,
.blog-post_link .link_post:hover,
.share_post-container:hover i,
code,
tt,
kbd,
ul.wp-block-archives.wp-block-archives-list li::before,
ul.wp-block-latest-posts li a:hover,
.wgl-page-socials .social__link:hover,
.wgl-page-socials .social__name,
.archive__tax_title>span,
.author-info_social-link {
    color: var(--quere-primary-color);
}

.single-team .single_team_page .team-info_item.department,
.single-team .single_team_page .team__icons .team-icon,
.wgl_module_team .team__image-wrapper .team__icons .team-icon,
.wgl-services-2 .wgl-services_media-wrap .elementor-icon,
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
    color: var(--quere-primary-color);
}

.quere_widget>ul li:hover::before,
.widget_rss ul li .rsswidget:hover,
.widget_recent_entries ul li .post-date,
.widget_nav_menu li.current-menu-ancestor>a,
.widget_nav_menu li.current-menu-item>a,
.widget ul li a:hover,
.widget ul li.current-cat>a,
.widget_recent_entries>ul>li>a:hover::before,
ul.wp-block-latest-posts li a:hover::before,
.widget_meta.widget>ul li a:hover::before,
.wp-block-calendar tfoot a,
.wp-block-rss a:hover {
    color: var(--quere-primary-color);
}

.primary-nav ul li.mega-menu.mega-cat div.mega-menu-container ul.mega-menu.cats-horizontal>li.is-active>a,
.mobile_nav_wrapper .primary-nav>ul>li>a>span::after,
.primary-nav ul li[class*=current]>a .item_text::before,
.primary-nav ul li a:hover .item_text::before {
    background: var(--quere-primary-color);
}

header .header-link:hover {
    color: var(--quere-primary-color) !important;
}

#multiscroll-nav span,
#multiscroll-nav li .active span,
.share_post-container .share_post:hover .fab,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item a span::before,
.woocommerce nav.woocommerce-pagination ul li span.current::after,
.wgl_module_team .team__icons:hover .team__icons-plus,
.wgl_module_team .team__icons-plus::before,
.wgl_module_team .team__icons-plus::after,
.footer .wpcf7 .footer-submit:hover::before,
.team-single_wrapper.team-morph::before,
.wgl_module_team.team-morph .team-item_wrap:hover::before,
.blog-post_wrapper .blog-post_footer::before {
    background: var(--quere-primary-color);
}

#comments>h3::after,
.header_search .header_search-field .header_search-button-wrapper,
.header_search.search_mobile_menu .header_search-field .search-form::after,
.header_search.search_standard .header_search-field .header_search-close,
.sitepress_container>.wpml-ls ul ul li a:hover::after,
.calendar_wrap caption,
.quere_module_title::after,
.mc_form_inside #mc_signup_submit,
.wgl-ellipsis span,
.wgl-page-socials .social__link.custom {
    background-color: var(--quere-primary-color);
}

aside>.widget+.widget::before,
.widget_meta ul li a:hover::after,
.widget .calendar_wrap table td#today::before,
.wp-block-calendar table td#today::before,
.widget .calendar_wrap tbody td>a::before,
.wp-block-calendar tbody td a::before,
.widget_postshero .recent-posts-widget .post_cat a,
.widget_nav_menu .current-menu-item>a::before,
.widget_nav_menu .current-menu-ancestor>a::before,
.wp-block-calendar table caption,
.widget_nav_menu .menu a:hover::before,
.widget_nav_menu>ul a:hover::before,
.widget_pages .menu a:hover::before,
.widget_pages>ul a:hover::before {
    background-color: var(--quere-primary-color);
}

.header_search,
.author-info_social-link::after,
.social-shares-wrapper .share_link .share-icon_animation {
    border-color: var(--quere-primary-color);
}

.theme-secondary-color,
ul.quere_check.secondary li::before,
.wgl_module_team .team__icons .team-icon:first-child,
.wgl_module_team .team-title:hover,
.archive__heading .archive__tax_description,
.wgl_module_team .team-item_excerpt,
.blog-post_wrapper:hover::before {
    color: var(--quere-secondary-color);
}

ul.quere_dot.secondary li::before,
.wgl_module_team .team__icons .team-icon:hover,
.wgl_module_team .team-item_wrap:hover .team__icons .team-icon:first-child,
body .comment-respond .form-submit .wgl-button::before,
.header_search.search_standard .header_search-field .header_search-close:hover,
.woocommerce nav.woocommerce-pagination ul li span::after,
.woocommerce nav.woocommerce-pagination ul li a::after {
    background-color: var(--quere-secondary-color);
}

.widget .calendar_wrap tbody td>a:hover::before,
.wp-block-calendar tbody td a:hover::before {
    background-color: var(--quere-tertiary-color);
}

mark {
    background-color: var(--quere-quaternary-color);
}

.wp-block-search .wp-block-search__button,
form.post-password-form input[type=submit],
.wgl-demo-item .wgl-button {
    color: var(--quere-button-color-idle);
    border-color: var(--quere-button-border-idle);
    background-color: var(--quere-button-bg-idle);
}

.wp-block-search .wp-block-search__button:hover,
form.post-password-form input[type=submit]:hover,
.wgl-demo-item .wgl-button:hover {
    color: var(--quere-button-color-hover);
    border-color: var(--quere-button-border-hover);
    background-color: var(--quere-button-bg-hover);
}

.footer_top-area .calendar_wrap thead,
.footer_top-area .wp-block-calendar thead,
.footer_top-area strong,
.footer_top-area h1,
.footer_top-area h2,
.footer_top-area h3,
.footer_top-area h4,
.footer_top-area h5,
.footer_top-area h6,
.footer_top-area .title,
.footer_top-area .widget ul li,
.footer_top-area .widget_rss ul li .rsswidget,
.footer_top-area .widget_rss .rss-widget-title,
.footer_top-area .widget.widget_pages ul li a,
.footer_top-area .widget_nav_menu a,
.footer_top-area .widget.widget_wgl_posts .recent-posts-widget li>.recent-posts-content .post_title a,
.footer_top-area .widget.widget_archive ul li>a,
.footer_top-area .widget.widget_categories ul li>a,
.footer_top-area .widget.widget_meta ul li>a,
.footer_top-area .widget.widget_recent_comments ul li>a,
.footer_top-area .widget.widget_recent_entries ul li>a,
.footer_top-area ul.wp-block-archives li>a,
.footer_top-area ul.wp-block-categories li>a,
.footer_top-area ul.wp-block-latest-posts li a,
.footer_top-area .widget_search .search-form .search__icon,
.footer_top-area .wp-block-calendar table,
.footer_top-area .wp-block-calendar .wp-calendar-nav span a,
.footer_top-area .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.footer_top-area .widget_product_search .woocommerce-product-search .search__icon,
.footer_top-area .select2-container--default .select2-selection--single .select2-selection__rendered,
.footer_top-area .woocommerce ul.cart_list li a,
.footer_top-area .woocommerce ul.product_list_widget li a,
.footer_top-area .widget_rss li cite,
.footer_top-area .widget .logged-in a,
.footer_top-area .widget ul li a:hover {
    color: var(--quere-footer-heading-color);
}

.footer_top-area .widget_rss .rssSummary,
.footer_top-area .widget_rss li .rss-date,
.footer_top-area .widget .recent-post-content,
.footer_top-area .widget_text .textwidget,
.footer_top-area .wp-caption-text,
.footer_top-area .wp-caption .wp-caption-text,
.footer_top-area label,
.footer_top-area .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.footer_top-area .widget_shopping_cart .widget_shopping_cart_content,
.footer_top-area .wp-block-latest-posts__post-excerpt,
.footer_top-area .wp-block-rss .wp-block-rss__item-excerpt {
    color: var(--quere-footer-content-color);
}

.footer_top-area .widget_recent_entries ul li .post-date,
.footer_top-area .widget_nav_menu li.current-menu-ancestor>a,
.footer_top-area .widget_nav_menu li.current-menu-item>a,
.footer_top-area .widget_search .search-form .search-button:hover~.search__icon,
.footer_top-area .widget_search .search-form .wc-block-product-search__button:hover,
.footer_top-area .widget_product_search .woocommerce-product-search .search-button:hover~.search__icon,
.footer_top-area .widget_product_search .woocommerce-product-search .wc-block-product-search__button:hover,
.footer_top-area .wc-block-product-search__fields .search-button:hover~.search__icon,
.footer_top-area .wc-block-product-search__fields .wc-block-product-search__button:hover {
    color: var(--quere-footer-heading-color);
}

.footer_top-area .logged-in a:hover,
.footer_top-area .quere_widget>ul li:hover::before,
.footer_top-area .widget_rss .title a.rsswidget:hover,
.footer_top-area .recent-posts-widget .post__link:hover .post__title,
.footer_top-area .widget ul li a:hover,
.footer_top-area .widget ul li a:hover .post_count,
.footer_top-area .widget_recent_entries>ul>li>a:hover::before,
.footer_top-area ul.wp-block-latest-posts li a:hover::before,
.footer_top-area .widget_meta.widget>ul li a:hover::before,
.footer_top-area .wp-block-calendar tfoot a,
.footer_top-area .wp-block-rss a:hover,
.footer_top-area .quere_widget>ul li:hover::before,
.footer_top-area .widget_rss ul li .rsswidget:hover,
.footer_top-area ul.wp-block-archives.wp-block-archives-list li a:hover .post_count,
.footer_top-area ul.wp-block-categories.wp-block-categories-list li a:hover .post_count,
.footer_top-area ul.wp-block-categories.wp-block-categories-list li a:hover::before,
.footer_top-area .widget.widget_categories ul li a:hover::before,
.footer_top-area .widget.widget_product_categories ul li a:hover::before,
.footer_top-area .widget.widget_layered_nav ul li a:hover::before,
.footer_top-area .widget.woocommerce-widget-layered-nav ul li a:hover::before,
.footer_top-area .widget.widget_archive ul li a:hover::before,
.footer_top-area ul.wp-block-archives li a:hover::before,
.footer_top-area ul.wp-block-categories li a:hover::before,
.footer_top-area .widget_meta ul li a:hover::after,
.footer_top-area .widget_nav_menu .menu a:hover::before,
.footer_top-area .widget_nav_menu>ul a:hover::before,
.footer_top-area .widget_pages .menu a:hover::before,
.footer_top-area .widget_pages>ul a:hover::before,
.footer_top-area .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
    color: var(--quere-footer-heading-color);
}

.footer_top-area aside>.widget+.widget::before,
.footer_top-area .widget_meta ul li a:hover::after,
.footer_top-area .widget_postshero .recent-posts-widget .post_cat a,
.footer_top-area .widget_nav_menu .current-menu-item>a::before,
.footer_top-area .widget_nav_menu .current-menu-ancestor>a::before,
.footer_top-area .widget_nav_menu .menu a:hover::before,
.footer_top-area .widget_nav_menu>ul a:hover::before,
.footer_top-area .widget_pages .menu a:hover::before,
.footer_top-area .widget_pages>ul a:hover::before {
    background-color: var(--quere-footer-heading-color);
}

.footer_top-area input[type=text],
.footer_top-area input[type=url],
.footer_top-area input[type=search],
.footer_top-area input[type=email],
.footer_top-area input[type=password],
.footer_top-area input[type=tel],
.footer_top-area input[type=time],
.footer_top-area input[type=number],
.footer_top-area input[type=date],
.footer_top-area select,
.footer_top-area textarea,
.footer_top-area .select2-container--default .select2-selection--single,
.footer_top-area .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input,
.footer_top-area .wp-block-search.wp-block-search__button-outside .wp-block-search__inside-wrapper .wp-block-search__input,
.footer_top-area .wp-block-search.wp-block-search__no-button .wp-block-search__inside-wrapper .wp-block-search__input {
    border-color: rgba(255, 255, 255, 0.45);
}

.footer_top-area .wp-block-search .wp-block-search__button {
    color: var(--quere-footer-heading-color);
    border-color: var(--quere-footer-heading-color);
}

.footer_top-area .wp-block-latest-comments__comment .wp-block-latest-comments__comment-date,
.footer_top-area .widget_rss {
    color: #969696;
}

.footer .copyright {
    color: var(--quere-copyright-content-color);
}

@font-face {
    font-family: eicons;
    src: url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons080a.eot?5.25.0);
    src: url(//wgl-dsites.net/quere/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.25.0#iefix) format("embedded-opentype"), url(//wgl-dsites.net/quere/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.25.0) format("woff2"), url(//wgl-dsites.net/quere/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.25.0) format("woff"), url(//wgl-dsites.net/quere/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.25.0) format("truetype"), url(//wgl-dsites.net/quere/wp-content/plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.25.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}

.eicon-image-hotspot:before {
    content: "\e837"
}

.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-wordpress:before {
    content: "\e86c"
}

.eicon-text:before {
    content: "\e86d"
}

.eicon-anchor:before {
    content: "\e86e"
}

.eicon-bullet-list:before {
    content: "\e86f"
}

.eicon-code:before {
    content: "\e870"
}

.eicon-favorite:before {
    content: "\e871"
}

.eicon-google-maps:before {
    content: "\e872"
}

.eicon-image:before {
    content: "\e873"
}

.eicon-photo-library:before {
    content: "\e874"
}

.eicon-woocommerce:before {
    content: "\e875"
}

.eicon-youtube:before {
    content: "\e876"
}

.eicon-flip-box:before {
    content: "\e877"
}

.eicon-settings:before {
    content: "\e878"
}

.eicon-headphones:before {
    content: "\e879"
}

.eicon-testimonial:before {
    content: "\e87a"
}

.eicon-counter-circle:before {
    content: "\e87b"
}

.eicon-person:before {
    content: "\e87c"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-file-download:before {
    content: "\e880"
}

.eicon-save:before {
    content: "\e881"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-shortcode:before {
    content: "\e883"
}

.eicon-nerd:before {
    content: "\e884"
}

.eicon-device-desktop:before {
    content: "\e885"
}

.eicon-device-tablet:before {
    content: "\e886"
}

.eicon-device-mobile:before {
    content: "\e887"
}

.eicon-document-file:before {
    content: "\e888"
}

.eicon-folder-o:before {
    content: "\e889"
}

.eicon-hypster:before {
    content: "\e88a"
}

.eicon-h-align-left:before {
    content: "\e88b"
}

.eicon-h-align-right:before {
    content: "\e88c"
}

.eicon-h-align-center:before {
    content: "\e88d"
}

.eicon-h-align-stretch:before {
    content: "\e88e"
}

.eicon-v-align-top:before {
    content: "\e88f"
}

.eicon-v-align-bottom:before {
    content: "\e890"
}

.eicon-v-align-middle:before {
    content: "\e891"
}

.eicon-v-align-stretch:before {
    content: "\e892"
}

.eicon-pro-icon:before {
    content: "\e893"
}

.eicon-mail:before {
    content: "\e894"
}

.eicon-lock-user:before {
    content: "\e895"
}

.eicon-testimonial-carousel:before {
    content: "\e896"
}

.eicon-media-carousel:before {
    content: "\e897"
}

.eicon-section:before {
    content: "\e898"
}

.eicon-column:before {
    content: "\e899"
}

.eicon-edit:before {
    content: "\e89a"
}

.eicon-clone:before {
    content: "\e89b"
}

.eicon-trash:before {
    content: "\e89c"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-angle-right:before {
    content: "\e89e"
}

.eicon-angle-left:before {
    content: "\e89f"
}

.eicon-animated-headline:before {
    content: "\e8a0"
}

.eicon-menu-toggle:before {
    content: "\e8a1"
}

.eicon-fb-embed:before {
    content: "\e8a2"
}

.eicon-fb-feed:before {
    content: "\e8a3"
}

.eicon-twitter-embed:before {
    content: "\e8a4"
}

.eicon-twitter-feed:before {
    content: "\e8a5"
}

.eicon-sync:before {
    content: "\e8a6"
}

.eicon-import-export:before {
    content: "\e8a7"
}

.eicon-check-circle:before {
    content: "\e8a8"
}

.eicon-library-save:before {
    content: "\e8a9"
}

.eicon-library-download:before {
    content: "\e8aa"
}

.eicon-insert:before {
    content: "\e8ab"
}

.eicon-preview-medium:before {
    content: "\e8ac"
}

.eicon-sort-down:before {
    content: "\e8ad"
}

.eicon-sort-up:before {
    content: "\e8ae"
}

.eicon-heading:before {
    content: "\e8af"
}

.eicon-logo:before {
    content: "\e8b0"
}

.eicon-meta-data:before {
    content: "\e8b1"
}

.eicon-post-content:before {
    content: "\e8b2"
}

.eicon-post-excerpt:before {
    content: "\e8b3"
}

.eicon-post-navigation:before {
    content: "\e8b4"
}

.eicon-yoast:before {
    content: "\e8b5"
}

.eicon-nerd-chuckle:before {
    content: "\e8b6"
}

.eicon-nerd-wink:before {
    content: "\e8b7"
}

.eicon-comments:before {
    content: "\e8b8"
}

.eicon-download-circle-o:before {
    content: "\e8b9"
}

.eicon-library-upload:before {
    content: "\e8ba"
}

.eicon-save-o:before {
    content: "\e8bb"
}

.eicon-upload-circle-o:before {
    content: "\e8bc"
}

.eicon-ellipsis-h:before {
    content: "\e8bd"
}

.eicon-ellipsis-v:before {
    content: "\e8be"
}

.eicon-arrow-left:before {
    content: "\e8bf"
}

.eicon-arrow-right:before {
    content: "\e8c0"
}

.eicon-arrow-up:before {
    content: "\e8c1"
}

.eicon-arrow-down:before {
    content: "\e8c2"
}

.eicon-play-o:before {
    content: "\e8c3"
}

.eicon-archive-posts:before {
    content: "\e8c4"
}

.eicon-archive-title:before {
    content: "\e8c5"
}

.eicon-featured-image:before {
    content: "\e8c6"
}

.eicon-post-info:before {
    content: "\e8c7"
}

.eicon-post-title:before {
    content: "\e8c8"
}

.eicon-site-logo:before {
    content: "\e8c9"
}

.eicon-site-search:before {
    content: "\e8ca"
}

.eicon-site-title:before {
    content: "\e8cb"
}

.eicon-plus-square:before {
    content: "\e8cc"
}

.eicon-minus-square:before {
    content: "\e8cd"
}

.eicon-cloud-check:before {
    content: "\e8ce"
}

.eicon-drag-n-drop:before {
    content: "\e8cf"
}

.eicon-welcome:before {
    content: "\e8d0"
}

.eicon-handle:before {
    content: "\e8d1"
}

.eicon-cart:before {
    content: "\e8d2"
}

.eicon-product-add-to-cart:before {
    content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4"
}

.eicon-product-categories:before {
    content: "\e8d5"
}

.eicon-product-description:before {
    content: "\e8d6"
}

.eicon-product-images:before {
    content: "\e8d7"
}

.eicon-product-info:before {
    content: "\e8d8"
}

.eicon-product-meta:before {
    content: "\e8d9"
}

.eicon-product-pages:before {
    content: "\e8da"
}

.eicon-product-price:before {
    content: "\e8db"
}

.eicon-product-rating:before {
    content: "\e8dc"
}

.eicon-product-related:before {
    content: "\e8dd"
}

.eicon-product-stock:before {
    content: "\e8de"
}

.eicon-product-tabs:before {
    content: "\e8df"
}

.eicon-product-title:before {
    content: "\e8e0"
}

.eicon-product-upsell:before {
    content: "\e8e1"
}

.eicon-products:before {
    content: "\e8e2"
}

.eicon-bag-light:before {
    content: "\e8e3"
}

.eicon-bag-medium:before {
    content: "\e8e4"
}

.eicon-bag-solid:before {
    content: "\e8e5"
}

.eicon-basket-light:before {
    content: "\e8e6"
}

.eicon-basket-medium:before {
    content: "\e8e7"
}

.eicon-basket-solid:before {
    content: "\e8e8"
}

.eicon-cart-light:before {
    content: "\e8e9"
}

.eicon-cart-medium:before {
    content: "\e8ea"
}

.eicon-cart-solid:before {
    content: "\e8eb"
}

.eicon-exchange:before {
    content: "\e8ec"
}

.eicon-preview-thin:before {
    content: "\e8ed"
}

.eicon-device-laptop:before {
    content: "\e8ee"
}

.eicon-collapse:before {
    content: "\e8ef"
}

.eicon-expand:before {
    content: "\e8f0"
}

.eicon-navigator:before {
    content: "\e8f1"
}

.eicon-plug:before {
    content: "\e8f2"
}

.eicon-dashboard:before {
    content: "\e8f3"
}

.eicon-typography:before {
    content: "\e8f4"
}

.eicon-info-circle-o:before {
    content: "\e8f5"
}

.eicon-integration:before {
    content: "\e8f6"
}

.eicon-plus-circle-o:before {
    content: "\e8f7"
}

.eicon-rating:before {
    content: "\e8f8"
}

.eicon-review:before {
    content: "\e8f9"
}

.eicon-tools:before {
    content: "\e8fa"
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-sitemap:before {
    content: "\e8fc"
}

.eicon-click:before {
    content: "\e8fd"
}

.eicon-clock:before {
    content: "\e8fe"
}

.eicon-library-open:before {
    content: "\e8ff"
}

.eicon-warning:before {
    content: "\e900"
}

.eicon-flow:before {
    content: "\e901"
}

.eicon-cursor-move:before {
    content: "\e902"
}

.eicon-arrow-circle-left:before {
    content: "\e903"
}

.eicon-flash:before {
    content: "\e904"
}

.eicon-redo:before {
    content: "\e905"
}

.eicon-ban:before {
    content: "\e906"
}

.eicon-barcode:before {
    content: "\e907"
}

.eicon-calendar:before {
    content: "\e908"
}

.eicon-caret-left:before {
    content: "\e909"
}

.eicon-caret-right:before {
    content: "\e90a"
}

.eicon-caret-up:before {
    content: "\e90b"
}

.eicon-chain-broken:before {
    content: "\e90c"
}

.eicon-check-circle-o:before {
    content: "\e90d"
}

.eicon-check:before {
    content: "\e90e"
}

.eicon-chevron-double-left:before {
    content: "\e90f"
}

.eicon-chevron-double-right:before {
    content: "\e910"
}

.eicon-undo:before {
    content: "\e911"
}

.eicon-filter:before {
    content: "\e912"
}

.eicon-circle-o:before {
    content: "\e913"
}

.eicon-circle:before {
    content: "\e914"
}

.eicon-clock-o:before {
    content: "\e915"
}

.eicon-cog:before {
    content: "\e916"
}

.eicon-cogs:before {
    content: "\e917"
}

.eicon-commenting-o:before {
    content: "\e918"
}

.eicon-copy:before {
    content: "\e919"
}

.eicon-database:before {
    content: "\e91a"
}

.eicon-dot-circle-o:before {
    content: "\e91b"
}

.eicon-envelope:before {
    content: "\e91c"
}

.eicon-external-link-square:before {
    content: "\e91d"
}

.eicon-eyedropper:before {
    content: "\e91e"
}

.eicon-folder:before {
    content: "\e91f"
}

.eicon-font:before {
    content: "\e920"
}

.eicon-adjust:before {
    content: "\e921"
}

.eicon-lightbox:before {
    content: "\e922"
}

.eicon-heart-o:before {
    content: "\e923"
}

.eicon-history:before {
    content: "\e924"
}

.eicon-image-bold:before {
    content: "\e925"
}

.eicon-info-circle:before {
    content: "\e926"
}

.eicon-link:before {
    content: "\e927"
}

.eicon-long-arrow-left:before {
    content: "\e928"
}

.eicon-long-arrow-right:before {
    content: "\e929"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.eicon-paint-brush:before {
    content: "\e92b"
}

.eicon-pencil:before {
    content: "\e92c"
}

.eicon-plus-circle:before {
    content: "\e92d"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-sort-amount-desc:before {
    content: "\e92f"
}

.eicon-sign-out:before {
    content: "\e930"
}

.eicon-spinner:before {
    content: "\e931"
}

.eicon-square:before {
    content: "\e932"
}

.eicon-star-o:before {
    content: "\e933"
}

.eicon-star:before {
    content: "\e934"
}

.eicon-text-align-justify:before {
    content: "\e935"
}

.eicon-text-align-center:before {
    content: "\e936"
}

.eicon-tags:before {
    content: "\e937"
}

.eicon-text-align-left:before {
    content: "\e938"
}

.eicon-text-align-right:before {
    content: "\e939"
}

.eicon-close-circle:before {
    content: "\e93a"
}

.eicon-trash-o:before {
    content: "\e93b"
}

.eicon-font-awesome:before {
    content: "\e93c"
}

.eicon-user-circle-o:before {
    content: "\e93d"
}

.eicon-video-camera:before {
    content: "\e93e"
}

.eicon-heart:before {
    content: "\e93f"
}

.eicon-wrench:before {
    content: "\e940"
}

.eicon-help:before {
    content: "\e941"
}

.eicon-help-o:before {
    content: "\e942"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-plus-square-o:before {
    content: "\e944"
}

.eicon-minus-square-o:before {
    content: "\e945"
}

.eicon-minus-circle:before {
    content: "\e946"
}

.eicon-minus-circle-o:before {
    content: "\e947"
}

.eicon-code-bold:before {
    content: "\e948"
}

.eicon-cloud-upload:before {
    content: "\e949"
}

.eicon-search-bold:before {
    content: "\e94a"
}

.eicon-map-pin:before {
    content: "\e94b"
}

.eicon-meetup:before {
    content: "\e94c"
}

.eicon-slideshow:before {
    content: "\e94d"
}

.eicon-t-letter-bold:before {
    content: "\e94e"
}

.eicon-preferences:before {
    content: "\e94f"
}

.eicon-table-of-contents:before {
    content: "\e950"
}

.eicon-tv:before {
    content: "\e951"
}

.eicon-upload:before {
    content: "\e952"
}

.eicon-instagram-comments:before {
    content: "\e953"
}

.eicon-instagram-nested-gallery:before {
    content: "\e954"
}

.eicon-instagram-post:before {
    content: "\e955"
}

.eicon-instagram-video:before {
    content: "\e956"
}

.eicon-instagram-gallery:before {
    content: "\e957"
}

.eicon-instagram-likes:before {
    content: "\e958"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-archive:before {
    content: "\e95e"
}

.eicon-colors-typography:before {
    content: "\e95f"
}

.eicon-custom:before {
    content: "\e960"
}

.eicon-footer:before {
    content: "\e961"
}

.eicon-header:before {
    content: "\e962"
}

.eicon-layout-settings:before {
    content: "\e963"
}

.eicon-lightbox-expand:before {
    content: "\e964"
}

.eicon-error-404:before {
    content: "\e965"
}

.eicon-theme-style:before {
    content: "\e966"
}

.eicon-search-results:before {
    content: "\e967"
}

.eicon-single-post:before {
    content: "\e968"
}

.eicon-site-identity:before {
    content: "\e969"
}

.eicon-theme-builder:before {
    content: "\e96a"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-global-settings:before {
    content: "\e96d"
}

.eicon-user-preferences:before {
    content: "\e96e"
}

.eicon-lock:before {
    content: "\e96f"
}

.eicon-export-kit:before {
    content: "\e970"
}

.eicon-import-kit:before {
    content: "\e971"
}

.eicon-lottie:before {
    content: "\e972"
}

.eicon-products-archive:before {
    content: "\e973"
}

.eicon-single-product:before {
    content: "\e974"
}

.eicon-disable-trash-o:before {
    content: "\e975"
}

.eicon-single-page:before {
    content: "\e976"
}

.eicon-wordpress-light:before {
    content: "\e977"
}

.eicon-cogs-check:before {
    content: "\e978"
}

.eicon-custom-css:before {
    content: "\e979"
}

.eicon-global-colors:before {
    content: "\e97a"
}

.eicon-globe:before {
    content: "\e97b"
}

.eicon-typography-1:before {
    content: "\e97c"
}

.eicon-background:before {
    content: "\e97d"
}

.eicon-device-responsive:before {
    content: "\e97e"
}

.eicon-device-wide:before {
    content: "\e97f"
}

.eicon-code-highlight:before {
    content: "\e980"
}

.eicon-video-playlist:before {
    content: "\e981"
}

.eicon-download-kit:before {
    content: "\e982"
}

.eicon-kit-details:before {
    content: "\e983"
}

.eicon-kit-parts:before {
    content: "\e984"
}

.eicon-kit-upload:before {
    content: "\e985"
}

.eicon-kit-plugins:before {
    content: "\e986"
}

.eicon-kit-upload-alt:before {
    content: "\e987"
}

.eicon-hotspot:before {
    content: "\e988"
}

.eicon-paypal-button:before {
    content: "\e989"
}

.eicon-shape:before {
    content: "\e98a"
}

.eicon-wordart:before {
    content: "\e98b"
}

.eicon-checkout:before {
    content: "\e98c"
}

.eicon-container:before {
    content: "\e98d"
}

.eicon-flip:before {
    content: "\e98e"
}

.eicon-info:before {
    content: "\e98f"
}

.eicon-my-account:before {
    content: "\e990"
}

.eicon-purchase-summary:before {
    content: "\e991"
}

.eicon-page-transition:before {
    content: "\e992"
}

.eicon-spotify:before {
    content: "\e993"
}

.eicon-stripe-button:before {
    content: "\e994"
}

.eicon-woo-settings:before {
    content: "\e995"
}

.eicon-woo-cart:before {
    content: "\e996"
}

.eicon-grow:before {
    content: "\e997"
}

.eicon-order-end:before {
    content: "\e998"
}

.eicon-nowrap:before {
    content: "\e999"
}

.eicon-order-start:before {
    content: "\e99a"
}

.eicon-progress-tracker:before {
    content: "\e99b"
}

.eicon-shrink:before {
    content: "\e99c"
}

.eicon-wrap:before {
    content: "\e99d"
}

.eicon-align-center-h:before {
    content: "\e99e"
}

.eicon-align-center-v:before {
    content: "\e99f"
}

.eicon-align-end-h:before {
    content: "\e9a0"
}

.eicon-align-end-v:before {
    content: "\e9a1"
}

.eicon-align-start-h:before {
    content: "\e9a2"
}

.eicon-align-start-v:before {
    content: "\e9a3"
}

.eicon-align-stretch-h:before {
    content: "\e9a4"
}

.eicon-align-stretch-v:before {
    content: "\e9a5"
}

.eicon-justify-center-h:before {
    content: "\e9a6"
}

.eicon-justify-center-v:before {
    content: "\e9a7"
}

.eicon-justify-end-h:before {
    content: "\e9a8"
}

.eicon-justify-end-v:before {
    content: "\e9a9"
}

.eicon-justify-space-around-h:before {
    content: "\e9aa"
}

.eicon-justify-space-around-v:before {
    content: "\e9ab"
}

.eicon-justify-space-between-h:before {
    content: "\e9ac"
}

.eicon-justify-space-between-v:before {
    content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
    content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
    content: "\e9af"
}

.eicon-justify-start-h:before {
    content: "\e9b0"
}

.eicon-justify-start-v:before {
    content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
}

.eicon-woocommerce-notices:before {
    content: "\e9b3"
}

.eicon-inner-container:before {
    content: "\e9b4"
}

.eicon-warning-full:before {
    content: "\e9b5"
}

.eicon-exit:before {
    content: "\e9b6"
}

.eicon-loop-builder:before {
    content: "\e9b7"
}

.eicon-notes:before {
    content: "\e9b8"
}

.eicon-read:before {
    content: "\e9b9"
}

.eicon-unread:before {
    content: "\e9ba"
}

.eicon-carousel-loop:before {
    content: "\e9bb"
}

.eicon-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

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

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end: var(--e-a-border);
    padding-block-end: 10px;
    margin-block-end: 10px;
    margin-inline-start: -20px;
    margin-inline-end: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: 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 {
    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 *,
.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:1200px) {

    .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:1200px) {
    .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:1200px) {
    .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:1200px) {
    .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:1200px) {
    .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:1201px) 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:1201px) 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:1200px) {
    .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:1200px) {
    .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:1200px) {
    .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:1201px) {
    #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"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "tablet_extra"
    }
}

@media (max-width:1200px) {
    #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-block-start-width: 0px;
    --border-inline-end-width: 0px;
    --border-block-end-width: 0px;
    --border-inline-start-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-block-start: 0px;
    --margin-inline-end: 0px;
    --margin-block-end: 0px;
    --margin-inline-start: 0px;
    --padding-block-start: var(--container-default-padding-block-start, 10px);
    --padding-inline-end: var(--container-default-padding-inline-end, 10px);
    --padding-block-end: var(--container-default-padding-block-end, 10px);
    --padding-inline-start: var(--container-default-padding-inline-start, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin-block-start: var(--bc-margin-block-start, var(--margin-block-start));
    margin-inline-end: var(--bc-margin-inline-end, var(--margin-inline-end));
    margin-block-end: var(--bc-margin-block-end, var(--margin-block-end));
    margin-inline-start: var(--bc-margin-inline-start, var(--margin-inline-start));
    padding-inline-start: var(--bc-padding-inline-start, var(--padding-inline-start));
    padding-inline-end: var(--bc-padding-inline-end, var(--padding-inline-end));
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .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-block-start: var(--bc-padding-block-start, var(--padding-block-start));
    padding-block-end: var(--bc-padding-block-end, var(--padding-block-end))
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-inline-end: auto;
    --margin-inline-start: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-block-start-width));
    left: calc(0px - var(--border-inline-start-width));
    width: max(100% + var(--border-inline-end-width) + var(--border-inline-start-width), 100%);
    height: max(100% + var(--border-block-start-width) + var(--border-block-end-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.e-con {
    --bc-margin-block-start: var(--margin-top);
    --bc-margin-block-end: var(--margin-bottom);
    --bc-margin-inline-start: var(--margin-left);
    --bc-margin-inline-end: var(--margin-right);
    --bc-padding-block-start: var(--padding-top);
    --bc-padding-block-end: var(--padding-bottom);
    --bc-padding-inline-start: var(--padding-left);
    --bc-padding-inline-end: var(--padding-right)
}

[dir=rtl] .e-con {
    --bc-margin-inline-start: var(--margin-right);
    --bc-margin-inline-end: var(--margin-left);
    --bc-padding-inline-start: var(--padding-right);
    --bc-padding-inline-end: var(--padding-left)
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .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:1200px) {
    .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%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .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 {
    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 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait,
.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1/1) {

    .elementor-lightbox .elementor-video-container .elementor-video-landscape,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait,
    .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video,
    .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh, 90vw);
    height: min(90vh, 90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width:1201px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width:1200px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .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:1200px) {

    .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:1200px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-laptop {
        display: none
    }
}

@media (min-width:1201px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-block-start: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-end: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-block-end: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-inline-start: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1200px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between)
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start: 0;
    margin-block-end: 0
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: var(--n-accordion-icon-size);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d5d8dc
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d5d8dc
}

@media (max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.e-con-inner>.elementor-widget-accordion,
.e-con>.elementor-widget-accordion {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: var(--dismiss-icon-horizontal-position, 10px);
    top: var(--dismiss-icon-vertical-position, 10px);
    padding: 3px;
    font-size: var(--dismiss-icon-size, 20px);
    line-height: 1;
    background: transparent;
    color: var(--dismiss-icon-normal-color, inherit);
    border: none;
    cursor: pointer;
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss:hover {
    color: var(--dismiss-icon-hover-color, inherit)
}

.elementor-alert button.elementor-alert-dismiss svg {
    width: var(--dismiss-icon-size, 20px);
    height: var(--dismiss-icon-size, 20px);
    fill: var(--dismiss-icon-normal-color, currentColor);
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
    fill: var(--dismiss-icon-hover-color, currentColor)
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media (max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #0c0d0e;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
    width: var(--container-widget-width, 100%);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

@media (min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media (min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media (max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps .elementor-custom-embed {
    line-height: 0
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:-1) {

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:1200px) {

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:767px) {

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: flex;
    font-size: inherit;
    align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex;
    position: relative;
    top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media (min-width:-1) {

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:1200px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:-1) {

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media (max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media (min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media (max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper,
.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure,
.elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized):not(.swiper-initialized) .swiper-slide {
    max-width: calc(100% / var(--e-image-carousel-slides-to-show, 3))
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #69727d;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media (max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.e-con-inner .elementor-progress-wrapper,
.e-con .elementor-progress-wrapper {
    height: auto
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #69727d;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #69727d
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container {
    height: 100%;
    width: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,
.e-con>.elementor-widget-spacer.elementor-widget-empty {
    position: relative;
    min-height: 22px;
    min-width: 22px
}

.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,
.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 22px;
    height: 22px
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media (max-width:1200px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media (max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "★"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d5d8dc
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-outline, none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d5d8dc
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible {
    border: 1px solid #000
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media (max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media (min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    margin-inline-start: -5px;
    width: 1em;
    height: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d5d8dc;
    display: none
}

@media (max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.e-con-inner>.elementor-widget-toggle,
.e-con>.elementor-widget-toggle {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-wrapper {
    aspect-ratio: var(--video-aspect-ratio)
}

.elementor-widget-video .elementor-wrapper iframe,
.elementor-widget-video .elementor-wrapper video {
    height: 100%;
    width: 100%;
    display: flex;
    border: none;
    background-color: #000
}

@supports not (aspect-ratio:1/1) {
    .elementor-widget-video .elementor-wrapper {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-wrapper iframe,
    .elementor-widget-video .elementor-wrapper video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%;
    aspect-ratio: var(--video-aspect-ratio);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

@supports not (aspect-ratio:1/1) {
    .elementor-widget-video .elementor-custom-embed-image-overlay {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio))
    }

    .elementor-widget-video .elementor-custom-embed-image-overlay img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #ccd6df;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start
}

.elementor-widget-rating .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content)
}

.elementor-widget-rating .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-end: calc(0px - var(--e-rating-gap));
    margin-inline-end: calc(0px - var(--e-rating-gap))
}

.elementor-widget-rating .e-rating .e-icon {
    position: relative;
    margin-block-end: var(--e-rating-gap);
    margin-inline-end: var(--e-rating-gap)
}

.elementor-widget-rating .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden
}

.elementor-widget-rating .e-rating .e-icon-wrapper :is(i, svg) {
    display: flex;
    flex-shrink: 0
}

.elementor-widget-rating .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color)
}

.elementor-widget-rating .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color)
}